Commit Graph

1182 Commits

Author SHA1 Message Date
Tyler Renelle f9a978d043 groups: bug-fix to private party invitation 2013-06-02 13:06:03 -04:00
Tyler Renelle 89c6192e28 groups: possible solution to 8a1aae3 (fixes groups permissioning) 2013-06-02 12:50:43 -04:00
Tyler Renelle ad2b37fe50 groups: some join / leave bug fixes 2013-06-02 11:49:56 -04:00
Tyler Renelle 8a1aae37a8 groups: very precarious placement of query motifs and subscription /
fetch order due to https://github.com/codeparty/racer/issues/57 for
guilds, party, habitRPG group, and publicGroups.
2013-06-02 11:24:03 -04:00
Tyler Renelle dc36651029 groups: only add privacy field on guilds 2013-06-02 11:21:25 -04:00
Tyler Renelle 363a77cbe7 guilds: add public guilds 2013-06-01 12:50:06 -04:00
Tyler Renelle a4e6025185 challenges: slightly prettier graphs (i'm still not satisfied, but later) 2013-05-31 18:31:37 -04:00
Tyler Renelle fd7ae42a43 Merge branch 'develop' into challenges
Conflicts:
	views/app/filters.html
	views/app/tasks.html
2013-05-31 17:18:26 -04:00
Tyler Renelle 268157ca24 tags: use explicit {#each users[_userId].tags} instead of model.ref private path {#each _user.tags}. fixed many tags issues. see https://github.com/codeparty/derby/issues/267 2013-05-31 16:25:59 -04:00
Tyler Renelle 9ca9717387 Revert "WIP addTask in api.coffee"
This reverts commit 81f2b6789e.
2013-05-31 11:20:40 -04:00
Tyler Renelle cdc7b06f92 api_v2 bug fix 2013-05-31 11:12:39 -04:00
Tyler Renelle 413abdb345 api_v2 bug fix 2013-05-31 11:12:18 -04:00
Tyler Renelle 81f2b6789e WIP addTask in api.coffee 2013-05-31 11:05:09 -04:00
yangit 9f0e94a5a7 APIv2 init2 2013-05-31 22:56:55 +08:00
Tyler Renelle 1411d04518 challenges: add basic task stats for challenge subscribers 2013-05-31 09:35:50 -04:00
yangit 73d71a0be1 APIv2 init 2013-05-31 21:11:07 +08:00
Tyler Renelle 60948e7881 move fixCorruptUser to the client
Conflicts:
	src/app/index.coffee
2013-05-30 18:48:08 -04:00
Tyler Renelle 842ac45ab5 move fixCorruptUser to the client 2013-05-30 18:47:36 -04:00
Tyler Renelle 6e67207835 groups: fix leave button 2013-05-30 18:42:27 -04:00
Tyler Renelle 9180c9dfd4 challenges: add indexedPath() function & view helper, which lets us
look up array indices by object id, similar to reflist benefits. very
handy, using for challenges & challnege tasks
2013-05-30 17:10:35 -04:00
Tyler Renelle 3754ce141d Merge branch 'master' into challenges 2013-05-30 14:58:54 -04:00
Tyler Renelle 9399ca1d98 remove console.log 2013-05-30 14:56:28 -04:00
Tyler Renelle dae3ca635f duplicate pets being pushed into stable, fixes #1086 2013-05-30 14:54:00 -04:00
Tyler Renelle b4a5688cdd return delta bug fix 2013-05-30 14:36:29 -04:00
Tyler Renelle 15d76d93f4 return delta bug fix 2013-05-30 14:35:07 -04:00
Tyler Renelle ea8f245b84 challenges: edit challenge title & description 2013-05-29 23:33:47 +01:00
Tyler Renelle b34caaabd6 challenges: view.fn bug fix 2013-05-29 23:23:17 +01:00
Tyler Renelle 5de2269157 hotfix: getting a lot of "DERBY is not defined" 2013-05-29 23:07:01 +01:00
Tyler Renelle 48e3027638 hotfix: getting a lot of "DERBY is not defined" 2013-05-29 23:06:07 +01:00
Tyler Renelle a213d6e997 groups: accordion information on left side, more edit options for
group information
2013-05-29 22:47:07 +01:00
Tyler Renelle 88ff245aec challenges: add taskInChallenge() view helper and broken task.challenge link 2013-05-29 20:53:57 +01:00
Tyler Renelle 1063a0e223 Merge branch 'develop' into challenges
Conflicts:
	src/app/misc.coffee
	src/app/party.coffee
2013-05-29 15:54:59 +01:00
Tyler Renelle e9ac76cd81 merge character.coffee into profile.coffee, remove unecessary requires 2013-05-29 11:59:56 +01:00
Tyler Renelle 3cd23857ce Merge branch 'develop' into challenges
Conflicts:
	src/app/index.coffee
2013-05-29 11:27:25 +01:00
Tyler Renelle 4c684502f2 batch: add convenience batch.set / batch.get for updating paths simultaneously 2013-05-29 11:02:23 +01:00
Tyler Renelle 1745ae6205 update batchTxn to be a callback instead of object, put batch
operations back in for scoring & cron. hoping this will cut back on
the 4000ms issue, quite an emergency that
2013-05-29 10:23:23 +01:00
Tyler Renelle bd18667420 convert task-editing state to private path so we don't have
conflicting ids
2013-05-28 16:43:16 +01:00
Tyler Renelle 12fccbc99d challenges: move challenge-creation to their respective tabs, instead of separate "create" tab 2013-05-28 12:42:42 +01:00
Tyler Renelle 60bdc3666e challenges: fix public-challnege creation 2013-05-28 11:59:19 +01:00
Tyler Renelle 2fbff2a0bc challenges: lock down editing capabilities on certain task properties,
instead showing the challenge's properties (in case they change
challenge-side).This includes editing the tag name
2013-05-28 11:52:32 +01:00
Tyler Renelle 2666ebb1fc guilds: generic handling of invitations (incl. accept, reject, invite, etc) 2013-05-28 00:48:35 +01:00
Tyler Renelle e9eb509682 challenges: generalized listings for groups/parties/public 2013-05-27 21:14:04 +01:00
Tyler Renelle 2c8112cd61 Merge branch 'develop' into challenges 2013-05-27 15:15:18 +01:00
Tyler Renelle 67643f796a challenges: underscore => lodash 2013-05-27 15:14:21 +01:00
Tyler Renelle fc14eadc08 habitrpg-shared: fix cron, so it doesn't run fully for new users 2013-05-27 14:37:57 +01:00
Tyler Renelle d3dd20cdf8 guilds: allow clicking guild-members for stats. needed to include
_membersArray in model ref
2013-05-26 22:36:30 +01:00
Tyler Renelle d4275867cc guilds: html & store.coffee bug fixes 2013-05-26 22:26:25 +01:00
Tyler Renelle ff35cbf1e7 guilds: generalize more groups stuff, creation invitation leaving,
etc. also fixes party invite bugs
2013-05-26 21:32:21 +01:00
Tyler Renelle 619b92563e guilds: rename party.coffee => groups.coffee 2013-05-26 20:25:15 +01:00
Tyler Renelle 0f8dbd044e guilds: got all groups html generalized (using same party html as
tavern, will add guilds soon)
2013-05-26 20:21:07 +01:00