Ruben Vereecken
|
967e698cb2
|
Added a getAll handler for achievements
|
2014-06-02 20:29:12 +02:00 |
|
Scott Erickson
|
3602f67c24
|
Tweaked how editPath is passed to the server so it doesn't foul up validation.
|
2014-05-30 14:41:41 -07:00 |
|
Nick Winter
|
8a5a45950f
|
Simulator now pleads for you to help simulate when your match is being ranked.
|
2014-05-19 14:59:47 -07:00 |
|
Nick Winter
|
589410ed8e
|
Merged master into feature/thangload.
|
2014-05-09 12:56:58 -07:00 |
|
Michael Schmatz
|
1793d9a882
|
Fixed testing logic
|
2014-05-05 17:33:47 -07:00 |
|
Scott Erickson
|
b9f4093b08
|
Set up the LevelLoader to load names instead of whole ThangTypes.
|
2014-04-28 14:58:58 -07:00 |
|
Scott Erickson
|
32ba4a8f75
|
Added a handler for fetching names of versioned docs by originals.
|
2014-04-28 14:31:11 -07:00 |
|
Scott Erickson
|
3dc3f62473
|
Merge branch 'master' into feature/loading-views
Conflicts:
app/views/editor/components/main.coffee
|
2014-04-25 14:31:58 -07:00 |
|
Nick Winter
|
73f39095e6
|
Upgraded table sorter.
|
2014-04-24 11:09:01 -07:00 |
|
Scott Erickson
|
f57be1ae52
|
Migrated to the new email system, along with a setting for recruit notifications.
|
2014-04-21 16:15:23 -07:00 |
|
Scott Erickson
|
1e50ef36ce
|
Merge branch 'RefactorAndDeltaSystemNaming' of https://github.com/dpen2000/codecombat into dpen2000-RefactorAndDeltaSystemNaming
|
2014-04-21 12:53:11 -07:00 |
|
Scott Erickson
|
c754f7b943
|
Merge branch 'master' into feature/loading-views
|
2014-04-21 11:53:18 -07:00 |
|
Nick Winter
|
05dfa21a93
|
Fixed #872. Removed permissions check on old versions of document for version history, because we're not selecting any sensitive fields anyway.
|
2014-04-19 17:52:17 -07:00 |
|
Ting-Kuan
|
692693c181
|
Merge branch 'master' into feature/loading-views
Conflicts:
app/locale/en.coffee
app/views/editor/level/edit.coffee
app/views/kinds/CocoView.coffee
app/views/play/ladder/ladder_tab.coffee
app/views/play/ladder_view.coffee
app/views/play/level/level_loading_view.coffee
|
2014-04-19 01:15:04 -04:00 |
|
dpen2000
|
b20f8fd260
|
Refactor getNameById to use mongo db's $in instead of parallel and use a new generic method in Handler.coffee
|
2014-04-18 21:06:57 +01:00 |
|
Scott Erickson
|
8adca4a1da
|
Added a transactional email for when changes are made, to notify watchers.
|
2014-04-17 17:30:55 -07:00 |
|
Scott Erickson
|
ed0c7e1412
|
Creators of documents are automatically added as watchers. Added a patch creation email for watchers.
|
2014-04-17 17:09:01 -07:00 |
|
Ting-Kuan
|
b7439ed1ca
|
Fix loading bar and retry block in ladder_view, #857.
|
2014-04-17 16:54:26 -04:00 |
|
Ting-Kuan
|
070e354eee
|
Handler for test.
|
2014-04-17 12:56:21 -04:00 |
|
Scott Erickson
|
02a7381fa9
|
Fixed the watch buttons for levels and components.
|
2014-04-16 11:02:40 -07:00 |
|
Scott Erickson
|
58b1019934
|
Switched listen to watch (would have been confusing with eye-con, and listenTo function in Backbone). Added watch button and patch badge to level editor.
|
2014-04-15 15:09:36 -07:00 |
|
Michael Schmatz
|
415e34e701
|
Fixed isRanking and reduced logging
|
2014-04-14 11:01:55 -07:00 |
|
Michael Schmatz
|
e32524536e
|
Quick fix for crashing server
Undo when investigating which schema does this
|
2014-04-13 14:06:29 -07:00 |
|
Scott Erickson
|
30f785f7cf
|
Moved the model schemas into a models folder.
|
2014-04-12 10:51:02 -07:00 |
|
Aditya Raisinghani
|
3078036da1
|
Deleted updated schemas.
|
2014-04-12 15:33:57 +05:30 |
|
Aditya Raisinghani
|
b932bf1e7c
|
Deleted schemas from /server and modified files to point to /app/schemas
|
2014-04-12 14:45:59 +05:30 |
|
Scott Erickson
|
97a7bc7614
|
Merge branch 'backbone_mediator' of https://github.com/rubenvereecken/codecombat into feature/jsondiffpatch
Conflicts:
app/initialize.coffee
bower.json
|
2014-04-11 10:32:19 -07:00 |
|
Nick Winter
|
26cebf7e7e
|
Fixing some recruitment profile bugs.
|
2014-04-09 18:10:30 -07:00 |
|
Scott Erickson
|
2f988ba485
|
Made the server side of the patch system.
|
2014-04-08 19:26:19 -07:00 |
|
Scott Erickson
|
c382889748
|
Bunch of server changes, mainly adding all the JSON schema validation and fixing tests.
|
2014-04-08 14:10:50 -07:00 |
|
Nick Winter
|
5c8c7fff1d
|
Starting work on simple recruitment listings. Moved Treema and the JS parts of Bootstrap to bower.
|
2014-04-05 17:05:03 -07:00 |
|
Nick Winter
|
ddf0636e7e
|
Revert logic for deleting model properties that interfered with signup.
|
2014-04-01 23:16:50 -07:00 |
|
Nick Winter
|
9e947ce7ab
|
Fix for c94a7e for #356
|
2014-04-01 13:31:59 -07:00 |
|
Nick Winter
|
626a689553
|
Raised search fetch limit to head off exploding ThangType list. #377
|
2014-04-01 13:20:15 -07:00 |
|
Nick Winter
|
c94a73e066
|
Fixed #356.
|
2014-04-01 12:13:11 -07:00 |
|
Nick Winter
|
8c013c1192
|
Fixed 101: added level completion status to /play.
|
2014-03-31 15:48:22 -07:00 |
|
Nick Winter
|
389323953b
|
Fixed #180.
|
2014-03-31 13:56:13 -07:00 |
|
Nick Winter
|
05fed5f79b
|
Fixed #29.
|
2014-03-28 13:51:52 -07:00 |
|
Nick Winter
|
ff7e2d5d47
|
Fixed #728.
|
2014-03-28 11:02:23 -07:00 |
|
Michael Schmatz
|
4d617d44f6
|
Fixed queue
|
2014-03-20 11:31:26 -07:00 |
|
Michael Schmatz
|
9e8a31f2df
|
Removed sort by scheduled visibility time
|
2014-03-20 08:44:41 -07:00 |
|
Mikhail Koltsov
|
a28eedc229
|
nothing
|
2014-03-17 22:45:59 +04:00 |
|
Michael Schmatz
|
2c6e667bb7
|
Added API for queue messages count
|
2014-03-15 09:20:13 -07:00 |
|
Michael Schmatz
|
6e9e3ccc3c
|
Another hot fix for #550
|
2014-03-14 14:41:39 -07:00 |
|
Michael Schmatz
|
7d150d96e8
|
Hotfix for #550
|
2014-03-14 14:27:43 -07:00 |
|
Nick Winter
|
6ce65488aa
|
Added simple rank history graph. Improving ladder update mail.
|
2014-03-10 20:22:25 -07:00 |
|
Nick Winter
|
df95e8c784
|
Experimenting with using compress() in production.
|
2014-03-03 16:19:35 -08:00 |
|
Scott Erickson
|
e63763d539
|
Made the server resistant to req.user being undefined sometimes.
|
2014-02-24 20:27:38 -08:00 |
|
Scott Erickson
|
52a6cdf09c
|
Added a route for getting user names by id.
|
2014-02-17 15:19:19 -08:00 |
|
Scott Erickson
|
72b6bcb7ed
|
Temp fix for the number of thang types exploding recently.
|
2014-02-17 09:22:12 -08:00 |
|