Nick Winter
|
cea5798b10
|
Fixed Clans DatabaseError without error giving the server heart attacks.
|
2015-04-20 09:09:42 -07:00 |
|
Nick Winter
|
98b749eb1b
|
Making simulator stuff more efficient by using less bandwidth.
|
2015-04-08 12:00:23 -07:00 |
|
Nick Winter
|
f02a8b54f3
|
Fixed #2596. Stopped bless-brunch from using its cacheBuster feature. Set no-cache header for /db/model.type/slug so that we can use Cloudflare on /db/model.type/object-id. Fixed a coffeelint warning.
|
2015-04-07 19:03:35 -07:00 |
|
Nick Winter
|
0b1bb6a4aa
|
Added admin/pending-patches view. Fixed accepting several kinds of patches. Added keyboard shortcuts for accepting (a) and rejecting (r) patches. Fixed #2490. Fixed #2515. Fixed #2304.
|
2015-03-28 13:54:44 -07:00 |
|
Nick Winter
|
dec201ad22
|
Removed watcher emails for overloaded watchers.
|
2015-02-25 11:16:57 -08:00 |
|
Nick Winter
|
498eae328a
|
Migrated from mongoose-text-search to new built-in operators. Fixed #2367.
|
2015-02-21 14:22:51 -08:00 |
|
Nick Winter
|
880d22ed50
|
Limiting how many results try to get fetched on admin DB searches like /db/user so that we don't blow up the DB.
|
2015-02-18 14:12:23 -08:00 |
|
Nick Winter
|
ae07a25657
|
Fixed #2329: ordered spoken languages first by popularity (for top 8), then by alphabetical.
|
2015-02-17 09:29:21 -08:00 |
|
Nick Winter
|
685c3b3318
|
Fixed patch fetches to handle when the patches are targeting strings instead of ObjectIds.
|
2015-02-16 17:38:25 -08:00 |
|
Nick Winter
|
a2a4303a83
|
Fixed #2109. Much less fragile naming of opponents on My Matches tab.
|
2015-02-12 08:50:55 -08:00 |
|
Scott Erickson
|
eafecaf492
|
Addressing #2173, part 1. It should now be possible to submit changes for non-versioned documents like Campaigns and Achievements.
|
2015-02-05 11:47:27 -08:00 |
|
Nick Winter
|
a189e32948
|
Refactored sending of HipChat room messages.
|
2015-02-04 16:17:53 -08:00 |
|
Nick Winter
|
c54fd5ab4b
|
Moved editors from PUT to POST so that version saving behavior is preserved and admins can PUT without saving new versions.
|
2014-12-29 09:14:43 -08:00 |
|
Nick Winter
|
1390cbacdc
|
Temporarily reverting 0bdec68 change to PUT for versioned documents.
|
2014-12-28 17:24:37 -08:00 |
|
Nick Winter
|
744d30737e
|
Merged in campaign editor and campaign view. Destroyed WorldMapView, CampaignOptions, and LevelOptions. Lots of stuff is now stored in the database instead of code. Cleaned up a few unneeded old features. Fixed some problems with checking permissions on first rather than latest versions of documents.
|
2014-12-28 13:25:20 -08:00 |
|
Scott Erickson
|
0bdec68cfc
|
Set up a save button.
|
2014-12-22 16:21:57 -05:00 |
|
Matt Lott
|
9baef64dd0
|
Fix double 403 in Handler.get
|
2014-12-16 21:45:30 -08:00 |
|
Nick Winter
|
9ec4b741c4
|
Fixed CLA permissions check.
|
2014-12-15 10:02:05 -08:00 |
|
Nick Winter
|
fc4354eb3e
|
Forgotten the locale code for my spammer target.
|
2014-12-14 16:01:03 -08:00 |
|
Nick Winter
|
ef37d74b4d
|
en-UK and en-AU also require patch approval for translations, can never just save.
|
2014-12-14 13:27:39 -08:00 |
|
Scott Erickson
|
b0de331a10
|
Shored up stripe transaction payment defences to try and fix #1906.
|
2014-12-12 15:27:58 -08:00 |
|
Scott Erickson
|
eb98cf4952
|
Hooked up Level handler to deny creating new LevelSessions when the level requires a subscription and the user doesn't have one.
|
2014-12-03 13:32:28 -08:00 |
|
Scott Erickson
|
cd3bb690f4
|
Created stripe subscription logic.
|
2014-12-02 20:02:35 -08:00 |
|
Scott Erickson
|
3e0394d0d8
|
Fixed the latest version handler to handle invalid original id inputs.
|
2014-11-29 11:11:40 -08:00 |
|
Scott Erickson
|
31214e854e
|
Wabam. Refactored a bunch of stuff into 'core' folders so that it's clearer which files are being loaded first thing, and which are not. Also reworked a bunch of the anymatch things in config.coffee, cause there were better ways.
|
2014-11-28 17:49:41 -08:00 |
|
Scott Erickson
|
790217f227
|
Tweaked how the I18N editor works to guard against garbage English submissions and make the chosen language more consistent.
|
2014-11-25 16:22:06 -08:00 |
|
Scott Erickson
|
03705825d9
|
Made the GET /db/* endpoints generally accessible without needing to have a user object associated with the request.
|
2014-11-22 18:41:06 -08:00 |
|
Nick Winter
|
df51e28a1d
|
Fixed camera zoom killing coordinate hover unnecessarily.
|
2014-11-20 11:37:10 -08:00 |
|
Scott Erickson
|
13de055c0b
|
Set up a basic achievements list modal for the world map.
|
2014-11-19 14:56:40 -08:00 |
|
Nick Winter
|
47c090f7c7
|
Hiding locked items with no slot selected. Silhouetting items that are too far above you. Only showing items with a gem cost in the inventory screen. Sorting items by gem cost. Animating double-clicking items to show their motion to the slot, sort of.
|
2014-10-30 13:07:04 -07:00 |
|
Nick Winter
|
60bf580c5b
|
Bumped Handler fetch limit from 300 to 500 to deal with 300+ ThangTypes. It's great.
|
2014-10-29 12:18:00 -07:00 |
|
Nick Winter
|
c7713b4105
|
Showing i18n in property docs.
|
2014-10-28 21:15:47 -07:00 |
|
Scott Erickson
|
ee95e4e450
|
Got rid of a race condition.
|
2014-10-28 11:21:26 -07:00 |
|
Nick Winter
|
68ac412f2b
|
I think this return is needed to prevent sending the i18n query results twice and crashing the server.
|
2014-10-27 22:54:50 -07:00 |
|
Scott Erickson
|
cea04d27ad
|
Built diplomat-specific views for editing levels, components, achievements and thang types.
|
2014-10-27 17:16:22 -07:00 |
|
Matt Lott
|
8f923f9e1e
|
Replacing http PATCHs with PUTs
We’re keeping the patch behavior though.
Real patch calls return incorrect http responses in some environments,
like Browserstack and schools.
|
2014-10-27 16:09:52 -07:00 |
|
David Beckley
|
b9a511155e
|
Remove sendUnauthorizedError, as it merely returned the same value (HTTP 403) as sendForbiddenError
|
2014-09-19 02:26:18 -07:00 |
|
Nick Winter
|
124f999bc8
|
Fixed #1105. Also send HipChat notifications whenever anyone changes anything; let's see if it's too much.
|
2014-08-28 19:39:46 -07:00 |
|
Nick Winter
|
54207f0f7d
|
Fixed #1000.
|
2014-08-28 10:50:20 -07:00 |
|
Nick Winter
|
28176c7f72
|
Misc workarounds.
|
2014-08-20 13:26:48 -07:00 |
|
Ruben Vereecken
|
3fd396974d
|
Merge branch 'master' into achievements
Conflicts:
app/views/DemoView.coffee
app/views/docs/ComponentDocumentationView.coffee
app/views/editor/level/LevelEditView.coffee
server/users/User.coffee
|
2014-08-13 10:43:42 +02:00 |
|
Ruben Vereecken
|
47f00f9b5e
|
Added achievement deleting and automatic achievement filling
|
2014-08-08 17:20:07 +02:00 |
|
Scott Erickson
|
cc025942f8
|
Extended the LevelLoader to load thang types and components dynamically for hero levels.
|
2014-08-07 18:27:47 -07:00 |
|
Nick Winter
|
4d4e321265
|
Fixed #1062. Added Item kind to level editor Thang filters.
|
2014-08-06 08:24:50 -07:00 |
|
Ruben Vereecken
|
5d66560673
|
Merge remote-tracking branch 'upstream/master' into achievements_progress
Conflicts:
app/views/editor/level/LevelEditView.coffee
server/levels/sessions/LevelSession.coffee
|
2014-08-05 11:55:46 +02:00 |
|
Nick Winter
|
84ccde9fd3
|
Merged User editableProperties move with adding savedEmployerFilterAlerts to editableProperties.
|
2014-08-04 12:48:41 -07:00 |
|
Ruben Vereecken
|
30a6cf1cca
|
Merged in name changes from master
|
2014-07-29 17:28:13 +02:00 |
|
Ruben Vereecken
|
0f3b049189
|
Added test cases for fetching related by user slug instead of ID
|
2014-07-29 12:48:31 +02:00 |
|
Ruben Vereecken
|
19d59ac8ff
|
Refactored Users and Level Sessions to have private properties:
|
2014-07-22 20:07:00 +02:00 |
|
Ruben Vereecken
|
1c6da9711b
|
Added the Recently Played collection and endpoint
|
2014-07-21 14:36:10 +02:00 |
|