Commit Graph

16 Commits

Author SHA1 Message Date
Tyler Renelle 094989db13 quests: add collection quests, incl. polar bear pt 2, and quest arks, and achievements 2013-12-24 17:24:09 -07:00
Tyler Renelle ee1cd3c05d [#1977] APIv2 WIP - start of a framework where operations are shared
between client & server. If the op is called on the client, it updates
the user & then POSTs to the server with op of the same name. If called
on server, it updates the user and user.save()s
2013-12-11 21:42:57 -07:00
Tyler Renelle fb1cc7b127 auth.auth: ensure v 2013-11-16 02:22:56 -08:00
Nick Gordon 5116a99dce moved UI stuff into the settings area, moved authWithSession to the Auth controller 2013-11-15 16:25:09 -08:00
Tyler Renelle 55faf443ce send error to refresh page if they haven't since update 2013-11-14 18:23:07 -08:00
Matteo Pagliazzi 6b23530caa fix typo 2013-10-26 18:16:16 +02:00
Matteo Pagliazzi 3b273dadee typo 2013-09-20 16:00:07 +02:00
Matteo Pagliazzi 6444d5796e set wasmodified to true if missing req.query._v 2013-09-20 15:59:17 +02:00
Tyler Renelle 6591524079 fix to auth route to show if the problem was username, not just password 2013-09-09 11:01:57 -04:00
Tyler Renelle e6d61d1145 [#1446] add change-password back in 2013-09-06 09:55:24 -04:00
Tyler Renelle c12de954a4 [#1446] add password-reset (still need change password for this to be useful) 2013-09-06 09:33:23 -04:00
Tyler Renelle 1359de0a90 [#1398] add facebook registration 2013-09-05 23:14:25 -04:00
Tyler Renelle 336c147dcb #1398 some more hackery to handling facebook auth. I really don't like
this client-side return approach, but it's probably the only thing we
 can do sans a stateful server, which we're trying to avoi
2013-09-05 22:33:31 -04:00
Tyler Renelle 4333d055e5 auth bug fixes 2013-09-04 00:20:49 -04:00
Tyler Renelle 466c727d4e rewrite: facebook auth bug fixes. still not ideal solution, but it works
for now
2013-09-03 23:40:27 -04:00
Tyler Renelle ceae8bf768 rewrite: start adding facebook auth. note, this isn't going to work properly due to issues outlined in http://stackoverflow.com/questions/14572600/passport-js-restful-auth . gotta figure something out here... 2013-09-03 23:20:31 -04:00