Commit Graph

1730 Commits (5fc6fb6e49785c1f56fe3d698da31a2f17551d20)

Author SHA1 Message Date
Sahat Yalkabov 0108b4349a Added temporary footer 2013-11-19 23:19:53 -05:00
Sahat Yalkabov a3b5ab6e59 Updated Foursquare template 2013-11-19 22:42:58 -05:00
Sahat Yalkabov 2c344c128b simplified trending venues markup 2013-11-19 22:24:21 -05:00
Sahat Yalkabov 3905e45d86 css improvements on foursquare api page 2013-11-19 22:03:12 -05:00
Sahat Yalkabov e6190682a2 Foursquare jumbotron 2013-11-19 21:56:26 -05:00
Sahat Yalkabov ef327a4813 Added geoip-lite to get Lat/Long coordinates based on user's ip address 2013-11-19 21:31:31 -05:00
Sahat Yalkabov de5e98a071 Hide Get Foursquare Token if it's already saved in DB 2013-11-19 19:40:24 -05:00
Sahat Yalkabov 31a347afb1 display trending locations on foursquare page 2013-11-19 19:39:10 -05:00
Sahat Yalkabov f2fae1318b Added trending venues foursquare example 2013-11-19 17:42:56 -05:00
Sahat Yalkabov 594760b2e6 Pass user to api and foursquare api pages 2013-11-19 17:29:07 -05:00
Sahat Yalkabov 13bd8ef9c8 Changed tokens type from Array to Mixed to allow overriding existing tokens instead of pushing duplicates 2013-11-19 17:28:04 -05:00
Sahat Yalkabov 0747ee7303 Changed model name so hopefully that fixes a bug where it was User with capital letter in IDE and user with loweer case letter in Git 2013-11-19 17:15:13 -05:00
Sahat Yalkabov f622882de4 added tokens field to User model 2013-11-19 17:14:02 -05:00
Sahat Yalkabov 55de39f30e Login requirement to view Foursquare API page 2013-11-19 17:12:36 -05:00
Sahat Yalkabov 58457a58e7 Updated foursquare routes for authorization. Now properly retrives the Oauth token when app is authorized 2013-11-19 17:09:05 -05:00
Sahat Yalkabov 7bef3acaf3 Added foursquare API 2013-11-19 16:20:18 -05:00
Sahat Yalkabov 9d3da077a6 added validation with jquery-validate on signup page 2013-11-19 15:52:34 -05:00
Sahat Yalkabov b7cba35637 Created API and contact page templates 2013-11-19 14:36:10 -05:00
Sahat Yalkabov cfd376c538 added routes and controllers (not yet implemented) for contact and api sample browser pages 2013-11-19 14:33:11 -05:00
Sahat Yalkabov e0049be2d8 Added required fields on signup page 2013-11-19 14:20:43 -05:00
Sahat Yalkabov c7f5044f35 jquery-validate plugin for form validation 2013-11-19 14:17:09 -05:00
Sahat Yalkabov 3c6b5b9ee0 auto-populate account page form fields with existing data 2013-11-19 13:23:39 -05:00
Sahat Yalkabov 4b1ee53d1e Added account management page 2013-11-19 13:20:50 -05:00
Sahat Yalkabov 5f70734523 Removed message variable (old flash messages) 2013-11-19 13:18:01 -05:00
Sahat Yalkabov 0fcc9492be removed required:true from firstname and lastname 2013-11-19 13:13:41 -05:00
Sahat Yalkabov f6aa7740c1 cleanup 2013-11-19 02:00:38 -05:00
Sahat Yalkabov dd0dbd7138 fixed repeated login error, no longer throws duplicate user error 2013-11-19 01:57:13 -05:00
Sahat Yalkabov 20011d257d Added email validator 2013-11-19 01:36:51 -05:00
Sahat Yalkabov 07ac42ae8d Added password validator and facebook routes 2013-11-19 01:34:09 -05:00
Sahat Yalkabov 09c2c99634 facebook passport strategy implementation 2013-11-19 01:03:11 -05:00
Sahat Yalkabov 690079d772 ADD: Passport Google/Facebook strategies 2013-11-18 23:57:16 -05:00
Sahat Yalkabov ce8ffb56e2 added a dynamic page title 2013-11-18 23:55:20 -05:00
Sahat Yalkabov 0cec4c8f5f Removed remember me 2013-11-18 23:55:02 -05:00
Sahat Yalkabov 317c86f640 Added font-awesome (for social icons on login page) 2013-11-18 23:26:59 -05:00
Sahat Yalkabov 7f2e8d2d82 Fixed error messages css 2013-11-18 22:52:56 -05:00
Sahat Yalkabov d6e87b6c91 Flat-UI theme 2013-11-18 22:31:55 -05:00
Sahat Yalkabov 2a92595517 facebook auth strategy 2013-11-18 19:43:45 -05:00
Sahat Yalkabov 222dbc8b40 simplified validation error flash message output 2013-11-18 19:27:35 -05:00
Sahat Yalkabov 4adfe6497b validation errors for signup page 2013-11-18 18:21:42 -05:00
Sahat Yalkabov e4b3b26b61 Added error flash message on login page 2013-11-18 18:00:05 -05:00
Sahat Yalkabov 01f027430b Fixed Login passport configuration, plus code refactoring and cleanup 2013-11-18 17:37:50 -05:00
Sahat Yalkabov bdfec9f914 added flash messages to login route 2013-11-18 14:37:01 -05:00
Sahat Yalkabov 8322b40095 Display welcome message and Logout link if the user is already logged in 2013-11-18 14:26:25 -05:00
Sahat Yalkabov 50816337aa Send validation error to client if any of the required fields are missing 2013-11-18 14:19:27 -05:00
Sahat Yalkabov 11b0ed44d2 Added validation check for duplicate emails 2013-11-18 14:07:59 -05:00
Sahat Yalkabov 94b04f54e5 Updated schema 2013-11-18 13:53:06 -05:00
Sahat Yalkabov 8e637defc5 Navbar active class added depending on which URL you visit 2013-11-18 01:13:52 -05:00
Sahat Yalkabov f291954f13 added post signup controller 2013-11-17 15:15:05 -05:00
Sahat Yalkabov 85a4199000 Login and signup form POST instead of GET 2013-11-17 15:05:13 -05:00
Sahat Yalkabov 4dec6d3384 Added placeholders on signup form 2013-11-17 14:56:22 -05:00