Commit Graph

1553 Commits (5de070aca414a62070afc862767d6f8ae973935b)

Author SHA1 Message Date
Sahat Yalkabov d642e8d332 oauth tokens are now explicitly defined in the model schema 2013-11-30 00:52:53 -05:00
Sahat Yalkabov 39be015061 Code style refactoring 2013-11-30 00:28:30 -05:00
Sahat Yalkabov b7ae5e74b3 Display check-in count and here now # of people, also trending venues is now displayed in a <table> 2013-11-30 00:03:31 -05:00
Sahat Yalkabov c3dc46f999 alert dialog if no token found (foursquare) 2013-11-29 23:47:26 -05:00
Sahat Yalkabov 7ec71b435a removed footer / spinning icon on Get Foursquare Token button 2013-11-29 23:40:21 -05:00
Sahat Yalkabov 7abf10967d contact form is now centered and body textarea height increase 2013-11-29 23:31:39 -05:00
Sahat Yalkabov f5e6c04d7c Logged in alert on index page can now be closed, changed style 2013-11-29 23:22:33 -05:00
Sahat Yalkabov d9e3f0aca5 Cleanup + FB SDK package 2013-11-26 23:54:36 -05:00
Sahat Yalkabov fc42d8afc1 Facebook API page and controller 2013-11-26 23:32:33 -05:00
Sahat Yalkabov 73af28d014 Simplified google oauth route 2013-11-26 23:22:07 -05:00
Sahat Yalkabov c37a4d7ba8 Code cleanup 2013-11-26 23:15:13 -05:00
Sahat Yalkabov 86946bb385 Added tumblr api for node package 2013-11-26 14:09:26 -05:00
Sahat Yalkabov 7acbf133ae Check if user has a foursquare token, if not display a button to get a token, otherwise display results from foursquare API 2013-11-25 11:57:06 -05:00
Sahat Yalkabov 2099c79d83 Save email address when making a new user with facebook oauth2 2013-11-25 11:48:47 -05:00
Sahat Yalkabov c2ac5907e5 Removed unnecessary route callbacks from facebook and google auth 2013-11-24 15:24:19 -05:00
Sahat Yalkabov cbe55a79e9 Added template, route and barebone controller for Tumblr api 2013-11-23 15:01:17 -05:00
Sahat Yalkabov ddda818e69 added facebook email permission to route /auth/facebook 2013-11-23 14:43:51 -05:00
Sahat Yalkabov 378760377b added successredirect on google auth 2013-11-22 10:23:54 -05:00
Sahat Yalkabov b618fda00f Save user's email on google oauth2 login 2013-11-21 14:29:41 -05:00
Sahat Yalkabov 4ba93805e4 Google oauth2 login 2013-11-21 14:20:38 -05:00
Sahat Yalkabov 3db05555f8 Added contact form 2013-11-20 08:03:10 -05:00
Sahat Yalkabov 5cc7bb4800 Passwords do not match validation on signup page 2013-11-20 02:38:03 -05:00
Sahat Yalkabov 3dbe5fab18 Removed jquery-validate, use server-side only instead 2013-11-20 01:46:32 -05:00
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