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
Matteo Pagliazzi
4e10fc65cf
remove old comment
2013-09-07 10:37:47 +02:00
Tyler Renelle
f1dc9e7f90
disable calendar for now
2013-09-06 22:59:36 -04:00
Tyler Renelle
e23acc4c0a
Merge branch 'paglias/grunt' into develop
2013-09-06 22:23:02 -04:00
Tyler Renelle
5113ed192a
add GET /groups/:gid, champ/elite/master tiers, chat sync button
2013-09-06 21:03:44 -04:00
Matteo Pagliazzi
9046bd5041
css
2013-09-06 21:39:18 +02: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
Matteo Pagliazzi
07ddd39856
fix for static pages
2013-09-06 19:50:14 +02:00
Matteo Pagliazzi
7cd075d787
initial grunt support, gzip enabled
2013-09-06 19:19:43 +02: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
ab756a8634
#1422 force ssl
2013-09-05 22:53:35 -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
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
Tyler Renelle
e43740e939
update bailey notif
2013-09-03 20:08:49 -04:00
Tyler Renelle
5f2405a3f4
fix to #1401 "add task to empty list"
2013-09-03 19:48:10 -04:00
Tyler Renelle
e5bafe7f0b
rewrite: 2-week session instead of 1h
2013-09-03 19:22:16 -04:00
Tyler Renelle
80fd023012
use cookieSession so we can launch in production mode
2013-09-02 21:38:05 -04:00
Tyler Renelle
62a10d4b28
cleanup
2013-09-02 19:03:45 -04:00
Tyler Renelle
7f68fd017a
rewrite: add big update notification, small bug fixes
2013-09-02 17:15:12 -04:00
Tyler Renelle
36e6772967
temp fix to #1388
2013-09-02 16:19:49 -04:00
Tyler Renelle
5fd095165d
temp fix to #1388
2013-09-02 15:54:32 -04:00
Tyler Renelle
687da68d52
rewrite: add read-only inventory. fix empty pet issue, it was the wrong
...
casting type UserSchema.items.eggs.type
2013-09-02 14:26:59 -04:00
Tyler Renelle
ef9e1f3444
rewrite: push login modal to the front page, don't allow anonymous
...
usage.
2013-09-02 01:08:28 -04:00
Tyler Renelle
3bd6771687
fix "already pending invite"
2013-09-01 23:07:50 -04:00
Tyler Renelle
4862968925
groups: proper joining & leaving groups
2013-09-01 22:08:01 -04:00
Tyler Renelle
f5f6c957de
groups: try to update GroupsCtrl scope to notify of joined / left
...
groups, not working
2013-09-01 21:31:38 -04:00
Tyler Renelle
306e4de7e7
groups: fix create & leave
2013-09-01 20:57:01 -04:00
Tyler Renelle
010995b38b
api: createGroup
2013-09-01 20:50:36 -04:00
Tyler Renelle
ac992ea865
groups: misc groups fixes
2013-09-01 20:24:44 -04:00
Tyler Renelle
9befe8a7f8
api: move middleware up before app.router
2013-09-01 18:20:39 -04:00
Tyler Renelle
fb0ffd075e
rewrite: converted static pages, removed old unused static pages
2013-09-01 13:30:53 -04:00
Tyler Renelle
633d6fdb52
api: group invitations, leave, join
2013-09-01 11:33:39 -04:00
Tyler Renelle
14ddad958e
join & leave guilds
2013-08-31 23:35:53 -04:00
Tyler Renelle
bc4798b354
groups: big changes here i may decide to revert. GET /api/v1/groups
...
optionally takes ?type=guilds (guilds, party, tavern, public). this
allows us to incrementally load the app as they click through the tabs,
because guilds is really large (1.5mb!) - gotta cut this down
somehow. The big issue is requireing return values as an array, so
ngResource can work with the response (subsequent group.$postChat(),
group.$join(), etc.). The array format doesn't really work out that
well, so I may scrap
2013-08-31 22:59:35 -04:00
Tyler Renelle
e069718da7
rewrite: add basic chat functionality, `POST
...
/api/v1/groups/:gid/chat` (which returns chat list). Some bugs present
2013-08-31 19:14:58 -04:00
Tyler Renelle
62ebd9aae6
rewrite: misc. fixes, & back to bootstrap-vanilla tabs for
...
options. angular-bootstrap tabs were too slow
2013-08-31 18:17:57 -04:00
Tyler Renelle
45383a9630
rewrite & api: use mongoose populate to replace group.members array with
...
popualte member objects. this puts a load on the front-end, we'll need
to optimize! also added some duplicates sanitization.
2013-08-31 17:47:03 -04:00
Tyler Renelle
488c5b3e64
rewrite: uhoh, controller scoping issues due to
...
angular-bootstrap#0.4.0. We can't use 0.5.0 bacause it can't handle
nested tabs. we may have to scrap it altogether
2013-08-29 23:57:00 -04:00
Tyler Renelle
17a9469370
rewrite: start implementing groups. Note angular-bootstrap 0.4.0 required for nested tabs
2013-08-29 22:11:52 -04:00
Tyler Renelle
39dc60ade6
api: be sure to flag user as modified if cron was run
2013-08-29 12:07:29 -04:00
Tyler Renelle
e568a5ba31
api & rewrite: buy gems, reroll, fully converted server to JS, bug fixes
2013-08-29 01:45:54 -04:00