Commit Graph

80 Commits

Author SHA1 Message Date
Matteo Pagliazzi 3a45e72138 fix group chat syncing 2013-10-24 14:44:08 +02:00
Tyler Renelle 44cb797063 migrate: flags.ads -> purchased.ads (boolean); flags.newStuff to boolean 2013-10-22 18:50:50 -07:00
Tyler Renelle f59d5b056c Merge branch 'halloween' into develop 2013-10-22 17:57:57 -07:00
Tyler Renelle 6f32ac2a24 halloween: purchase full set 2013-10-22 13:59:30 -07:00
Tyler Renelle 619c00fb5c halloween: some unlocking bug fixes (appears a markModified was required) 2013-10-22 13:37:55 -07:00
Tyler Renelle d184237c79 halloween: begin adding mechanic for the special skins 2013-10-22 13:24:31 -07:00
Matteo Pagliazzi cc05926e6b do not log "Reply sent" after every user update 2013-10-21 17:51:14 +02:00
Tyler Renelle 33549971f9 paypal: fix retrying by responding to IPN with 200 first 2013-10-13 09:46:22 -07:00
Tyler Renelle 4c018d84c1 Merge branch 'paypal' into develop
Conflicts:
	bower.json
2013-10-12 19:23:44 -07:00
Tyler Renelle 09cd132420 paypal: begin adding paypal alternative to credit-card payments 2013-10-12 15:24:35 -07:00
Matteo Pagliazzi 2d02e49e06 always send _v 2013-09-20 16:09:55 +02:00
Matteo Pagliazzi 0c0e0834be send response only if modified or drop 2013-09-20 16:01:09 +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 9ec3c4aaed fix so admins can delete chat msgs 2013-09-18 09:06:51 -04:00
Tyler Renelle 402e2aedb0 [#1397 #1543 #1540] misc bug fixes 2013-09-17 14:44:02 -04:00
Tyler Renelle f26b0a2cf5 [#1394] add drop notifications back in 2013-09-17 12:16:16 -04:00
Tyler Renelle 2f8c9fea78 [#1516] fixes to handling user.invitations.guilds - both accept & reject 2013-09-11 17:16:23 -04:00
Matteo Pagliazzi 48c078a6ea various fixed 2013-09-11 20:08:53 +02:00
Matteo Pagliazzi 46363785c8 rever to query 2013-09-11 16:51:39 +02:00
Matteo Pagliazzi 9966d06c5a use slice 2013-09-11 16:47:57 +02:00
Matteo Pagliazzi 8e377d7343 fix various guilds issues 2013-09-11 16:28:14 +02:00
Tyler Renelle 20354c7d8a member-since and last-logged-in 2013-09-09 19:04:46 -04:00
Tyler Renelle 89fabc38cb add "member since" in modal 2013-09-09 18:56:46 -04:00
Tyler Renelle e1828153dd [#1489] add edit-gropu server route, basic editing of group info for now (with markdown!) 2013-09-09 17:09:45 -04: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 1bcdcf8590 [#1444] bug fix 2013-09-09 00:13:11 -04:00
Tyler Renelle 4caec6f737 [#1444] implement delete-tag (incl server route). run tags-cleanup migration 2013-09-09 00:04:02 -04:00
Tyler Renelle f99b496a29 [#1444] add filters back to use schema. Allow editing of top-level tags
object in PUT /user, WARNING! We want to get away from that ASAP and
instead have a nested resource for managing tags. Set default task tags
if not present, will revisit after tasks are a subdoc too
2013-09-08 23:28:34 -04:00
Tyler Renelle ecc442285b [#1491] add user.loggedin on cron, some comments on remove-staging-users 2013-09-08 21:45:46 -04:00
Tyler Renelle 5c5212eb0e [#1477] add delete account 2013-09-08 15:17:49 -04:00
Tyler Renelle f250a98fb7 [#1477] add reset account 2013-09-08 15:11:04 -04:00
Matteo Pagliazzi bfe7aec583 fix error code 2013-09-08 18:02:28 +02:00
Matteo Pagliazzi e67bb5b9e8 fix delete chat message 2013-09-08 17:42:20 +02:00
Matteo Pagliazzi c9f3d3029c delete chat message 2013-09-08 17:22:03 +02:00
Tyler Renelle 91d1cdf361 [#1465] add member modals back in. Not all info is present, just a bit more
work. Can now click guild & tavern members! does lazy-loading of members
so we don't have to load all their information at once
2013-09-07 12:45:39 -04:00
Tyler Renelle f1dc9e7f90 disable calendar for now 2013-09-06 22:59:36 -04:00
Tyler Renelle 5113ed192a add GET /groups/:gid, champ/elite/master tiers, chat sync button 2013-09-06 21:03:44 -04:00
Tyler Renelle 479cd16835 [#1448] add resting flag to users 2013-09-06 15:10:47 -04:00
Tyler Renelle e10735d38e [#1448] add resting flag to users 2013-09-06 15:07:08 -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 ef69309b0c [#1431] add temporary server-based pet-purchasing mechanism. Lotsa cleanup /
refactoring to be had here
2013-09-06 00:28:18 -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 2d53844984 add note about populate + match in chatc 2013-09-04 13:22:22 -04:00
Tyler Renelle 41255dcc20 groups: return group members on chat 2013-09-04 13:13:43 -04:00
Tyler Renelle 53fdca2f5c fix API toNextLvl & maxHealth 2013-09-04 10:19:55 -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