Nick Winter
|
9c99fc455a
|
A few poll fixes.
|
2015-03-10 09:45:21 -07:00 |
|
Nick Winter
|
8c1de9dfa2
|
Added user index for siterefs.
|
2015-03-09 17:50:36 -07:00 |
|
Nick Winter
|
dc5fb0af14
|
Sending a couple more offers in the next-steps emails.
|
2015-03-09 16:32:29 -07:00 |
|
Nick Winter
|
f3e0b9c00c
|
Poll answers now recordable by non-admins.
|
2015-03-09 10:11:03 -07:00 |
|
Nick Winter
|
495845a633
|
Storing certain poll results in User object. Showing a poll once per day.
|
2015-03-09 09:30:51 -07:00 |
|
Nick Winter
|
e21360127d
|
Polls!
|
2015-03-08 16:36:17 -07:00 |
|
Nick Winter
|
1c88881b44
|
Hooked up a next-steps email to be sent on day two.
|
2015-03-04 17:08:45 -08:00 |
|
Matt Lott
|
cd59b90e37
|
Add custom payments
Example:
https://codecombat.com/account/invoices?a=21600&d=9%20monthly%20subscrip
tions
|
2015-03-04 15:40:53 -08:00 |
|
Matt Lott
|
418536ed60
|
Turn off mailchimp subscribe for unit tests
|
2015-03-04 05:50:24 -08:00 |
|
Michael Schmatz
|
f024f25235
|
Add some indexes
|
2015-03-04 00:04:16 -05:00 |
|
Nick Winter
|
a2bbc9c893
|
Actually saving said referrer information.
|
2015-03-03 09:06:42 -08:00 |
|
Michael Schmatz
|
d0908f694c
|
Log app server analytics event to the new analytics server
I never managed to get the res.close event (responses from the server
are 0-length) I feel like this is a bug with Node I should report.
|
2015-03-02 19:02:28 -05:00 |
|
Nick Winter
|
7de6fcf5fd
|
Added Artisan access to LevelComponents.
|
2015-03-01 20:59:50 -08:00 |
|
Nick Winter
|
2767fbc7aa
|
Even less emphasis on recent games, for #2448. But we might need something different due to the time-clustered nature of submissions leading to an uneven distribution.
|
2015-03-01 07:57:21 -08:00 |
|
Nick Winter
|
d881476731
|
Let's try less emphasis on most recently submitted games.
|
2015-02-27 07:52:48 -08:00 |
|
Nick Winter
|
4082110382
|
Cleaned up getTwoGames random session simulation fetcher. Made it more efficient, made it have a better spread over all games submitted to a ladder with a better bias towards the most recently submitted games.
|
2015-02-26 21:25:17 -08:00 |
|
Nick Winter
|
99b2c268b2
|
Also caching Aggregates.
|
2015-02-26 18:32:59 -08:00 |
|
Nick Winter
|
b4e9ee67f0
|
Added one-minute in-memory server caching for a bunch of common queries.
|
2015-02-26 17:20:27 -08:00 |
|
Nick Winter
|
5128eae284
|
Added access to unpublished levels for 'artisan' permissions.
|
2015-02-26 15:21:08 -08:00 |
|
Nick Winter
|
d310fa9476
|
Harrowland was being slow in simulator for some reason.
|
2015-02-25 21:47:57 -08:00 |
|
Nick Winter
|
df4b98a9bf
|
Added a new 'artisan' permission, which can edit most of the things admins can, but with less uncomfortable ultimate power.
|
2015-02-25 18:41:39 -08:00 |
|
Nick Winter
|
7e889a2a80
|
Simulating games for Harrowland, now, too. Alternative way of loading hero when sticking with same hero from within level when changing inventory.
|
2015-02-25 18:09:55 -08:00 |
|
Nick Winter
|
3be2b6406d
|
Admins are now automatically premium.
|
2015-02-25 17:45:01 -08:00 |
|
Nick Winter
|
4e11870be0
|
Fixed bug with anonymous players' email addresses not making it through.
|
2015-02-25 17:39:54 -08:00 |
|
Matt Lott
|
39d393c52f
|
🐛Fix analytics API slugify
|
2015-02-25 11:39:26 -08:00 |
|
Nick Winter
|
dec201ad22
|
Removed watcher emails for overloaded watchers.
|
2015-02-25 11:16:57 -08:00 |
|
Nick Winter
|
4cbbcdad6d
|
Merge pull request #2359 from laituan245/master
Added ability to delete account
|
2015-02-24 09:30:22 -08:00 |
|
laituan245
|
a588a3b2c8
|
Some updates to the PR #2359
|
2015-02-25 02:12:39 +09:00 |
|
laituan245
|
eb53381083
|
Don't delete the User object, just remove all the properties except for _id
|
2015-02-24 22:36:12 +09:00 |
|
Nick Winter
|
7d7db5dafe
|
Thang Editor can now drag Thangs to adjust registration points. Fixed missing terrain save property on ThangTypes. Fixed text search test. Added new Talus (mountain floors) to floor ThangType list for proper stretching.
|
2015-02-22 11:07:56 -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
|
1ba79b83a9
|
Added a script to recalculate all gems purchased.
|
2015-02-20 11:11:12 -08:00 |
|
Michael Schmatz
|
5b39c6bb19
|
Try moving projection after sort/limit
Trying to get these queries to be faster
|
2015-02-20 11:05:58 -05:00 |
|
laituan245
|
d325623699
|
Added ability to delete account
|
2015-02-20 08:19:30 +09:00 |
|
Nick Winter
|
87f3b9e135
|
gamesCompleted now properly fires achievements even though it's not using normal saves.
|
2015-02-18 17:08:54 -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
|
c1e14dc973
|
Fixed achievement recalculation to work from the command line.
|
2015-02-18 09:57:03 -08:00 |
|
Nick Winter
|
faae8aed81
|
Fixed typo with new LevelSession game completion tracking.
|
2015-02-18 08:39:36 -08:00 |
|
Nick Winter
|
52648399c6
|
Fixed recording of gamesCompleted. Fixed recalculateStatistics scripts to not explode memory, and to report progress.
|
2015-02-17 20:51:32 -08:00 |
|
Nick Winter
|
d0f661508c
|
Merge pull request #2339 from amankr/server
Added user info to db error
|
2015-02-17 15:29:22 -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 |
|
Aman Kumar
|
f7450c214c
|
Added user info to db server error
|
2015-02-17 22:54:49 +05:30 |
|
Aman Kumar
|
c76241be40
|
Added user info to db error
|
2015-02-17 14:42:12 +05:30 |
|
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
|
c0f738d736
|
Fixed bug with Campaign i18n not showing fullNames properly.
|
2015-02-16 09:21:59 -08:00 |
|
Nick Winter
|
578ec6d7d0
|
Was confused about achievement collections and categories.
|
2015-02-13 17:10:30 -08:00 |
|
Nick Winter
|
6cdd6fbc44
|
Improvements for recalculating earned achievements, recreating earned achievements that should exist, and updating proportionalTo achievements like simulatedBy that don't get updated with a post-save hook.
|
2015-02-13 16:33:13 -08:00 |
|
Scott Erickson
|
c628eff272
|
Fixing #1866.
|
2015-02-13 15:07:44 -08:00 |
|
Scott Erickson
|
5272f9d9ba
|
Fixing #2269.
|
2015-02-13 15:04:51 -08:00 |
|
Matt Lott
|
7cd35ffc33
|
Update share progress mail to include sender email
|
2015-02-13 14:04:57 -08:00 |
|