Commit Graph

557 Commits

Author SHA1 Message Date
6f97fb69b6 Display user checkins 2013-11-30 01:52:29 -05:00
18eefcdaff style improvements on venue detail template 2013-11-30 01:22:56 -05:00
f60c0ea23b added venue detail api example 2013-11-30 01:12:28 -05:00
d147d12290 trending venues are now processing using async parallel, cleaned up the foursquare controller as well 2013-11-30 00:56:31 -05:00
d642e8d332 oauth tokens are now explicitly defined in the model schema 2013-11-30 00:52:53 -05:00
39be015061 Code style refactoring 2013-11-30 00:28:30 -05:00
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
c3dc46f999 alert dialog if no token found (foursquare) 2013-11-29 23:47:26 -05:00
7ec71b435a removed footer / spinning icon on Get Foursquare Token button 2013-11-29 23:40:21 -05:00
7abf10967d contact form is now centered and body textarea height increase 2013-11-29 23:31:39 -05:00
f5e6c04d7c Logged in alert on index page can now be closed, changed style 2013-11-29 23:22:33 -05:00
d9e3f0aca5 Cleanup + FB SDK package 2013-11-26 23:54:36 -05:00
fc42d8afc1 Facebook API page and controller 2013-11-26 23:32:33 -05:00
73af28d014 Simplified google oauth route 2013-11-26 23:22:07 -05:00
c37a4d7ba8 Code cleanup 2013-11-26 23:15:13 -05:00
86946bb385 Added tumblr api for node package 2013-11-26 14:09:26 -05:00
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
2099c79d83 Save email address when making a new user with facebook oauth2 2013-11-25 11:48:47 -05:00
c2ac5907e5 Removed unnecessary route callbacks from facebook and google auth 2013-11-24 15:24:19 -05:00
cbe55a79e9 Added template, route and barebone controller for Tumblr api 2013-11-23 15:01:17 -05:00
ddda818e69 added facebook email permission to route /auth/facebook 2013-11-23 14:43:51 -05:00
378760377b added successredirect on google auth 2013-11-22 10:23:54 -05:00
b618fda00f Save user's email on google oauth2 login 2013-11-21 14:29:41 -05:00
4ba93805e4 Google oauth2 login 2013-11-21 14:20:38 -05:00
3db05555f8 Added contact form 2013-11-20 08:03:10 -05:00
5cc7bb4800 Passwords do not match validation on signup page 2013-11-20 02:38:03 -05:00
3dbe5fab18 Removed jquery-validate, use server-side only instead 2013-11-20 01:46:32 -05:00
0108b4349a Added temporary footer 2013-11-19 23:19:53 -05:00
a3b5ab6e59 Updated Foursquare template 2013-11-19 22:42:58 -05:00
2c344c128b simplified trending venues markup 2013-11-19 22:24:21 -05:00
3905e45d86 css improvements on foursquare api page 2013-11-19 22:03:12 -05:00
e6190682a2 Foursquare jumbotron 2013-11-19 21:56:26 -05:00
ef327a4813 Added geoip-lite to get Lat/Long coordinates based on user's ip address 2013-11-19 21:31:31 -05:00
de5e98a071 Hide Get Foursquare Token if it's already saved in DB 2013-11-19 19:40:24 -05:00
31a347afb1 display trending locations on foursquare page 2013-11-19 19:39:10 -05:00
f2fae1318b Added trending venues foursquare example 2013-11-19 17:42:56 -05:00
594760b2e6 Pass user to api and foursquare api pages 2013-11-19 17:29:07 -05:00
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
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
f622882de4 added tokens field to User model 2013-11-19 17:14:02 -05:00
55de39f30e Login requirement to view Foursquare API page 2013-11-19 17:12:36 -05:00
58457a58e7 Updated foursquare routes for authorization. Now properly retrives the Oauth token when app is authorized 2013-11-19 17:09:05 -05:00
7bef3acaf3 Added foursquare API 2013-11-19 16:20:18 -05:00
9d3da077a6 added validation with jquery-validate on signup page 2013-11-19 15:52:34 -05:00
b7cba35637 Created API and contact page templates 2013-11-19 14:36:10 -05:00
cfd376c538 added routes and controllers (not yet implemented) for contact and api sample browser pages 2013-11-19 14:33:11 -05:00
e0049be2d8 Added required fields on signup page 2013-11-19 14:20:43 -05:00
c7f5044f35 jquery-validate plugin for form validation 2013-11-19 14:17:09 -05:00
3c6b5b9ee0 auto-populate account page form fields with existing data 2013-11-19 13:23:39 -05:00
4b1ee53d1e Added account management page 2013-11-19 13:20:50 -05:00