Nick Winter
|
a57cc0126e
|
A few more tweaks for #1584. Hero victory now always goes to world map.
|
2014-09-23 17:13:41 -07:00 |
|
Nick Winter
|
c54bf3553f
|
Added basic JSONP support for /auth/whoami public properties.
|
2014-09-22 14:56:02 -07:00 |
|
Nick Winter
|
ae14bd1ced
|
Hooked up hero choice from ChooseHeroView and PlayLevelModal. Tried to fix some oddities with achievements. Fixed #1564.
|
2014-09-20 15:18:21 -07:00 |
|
Nick Winter
|
81a5b73f93
|
Fixed a few misc bugs I noticed with the job profiles.
|
2014-09-19 22:16:05 -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
|
851ad43b45
|
Made some more User properties private.
|
2014-09-10 21:56:21 -07:00 |
|
Scott Erickson
|
5fc7caec64
|
Disabling an error that occurs on the dev server with the partial db.
|
2014-09-03 17:26:43 -07:00 |
|
Nick Winter
|
3e0518cd70
|
Fixed a few bugs and added a bunch of defensive handling for permissions not existing without new defaults. Fixed longstanding mistake with signup ignoring email newsletter setting.
|
2014-09-01 09:11:10 -07:00 |
|
Nick Winter
|
24d3d189df
|
Made espionage mode simpler, and added an admin user lookup.
|
2014-08-30 17:09:57 -07:00 |
|
Scott Erickson
|
0ba9db6c14
|
Fixed some server tests.
|
2014-08-29 12:58:23 -07:00 |
|
Scott Erickson
|
1c5db3f2b7
|
First round of getting the site to use the new defaults system, in particular the job profile view.
|
2014-08-23 11:07:52 -07:00 |
|
Scott Erickson
|
366dfadba5
|
Fixed a bug in IDify.
|
2014-08-15 10:36:21 -07:00 |
|
Ruben Vereecken
|
4f22723084
|
Added Query streams wherever possible to ease server load.
|
2014-08-15 10:11:11 -07:00 |
|
Scott Erickson
|
34207d28c9
|
Streamifying and optimizing the recalculating of stats scripts.
|
2014-08-15 10:10:52 -07:00 |
|
Ruben Vereecken
|
5f7ef825f8
|
Introduced findBySlugOrId to fix a bug
|
2014-08-14 16:38:50 +02: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 |
|
Nick Winter
|
9a1dd412c9
|
Added Delighted feedback emails.
|
2014-08-09 23:11:26 -07:00 |
|
Ruben Vereecken
|
9f0add22a5
|
Worked in a lot of changes Scott proposed
|
2014-08-08 11:54:53 +02: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 |
|
Michael Schmatz
|
2c809759a3
|
Merge pull request #1395 from rubenvereecken/master
Added test cases for fetching related by user slug instead of ID
|
2014-07-31 08:08:53 -07:00 |
|
Ruben Vereecken
|
30a6cf1cca
|
Merged in name changes from master
|
2014-07-29 17:28:13 +02:00 |
|
Ruben Vereecken
|
f3e5b30f11
|
Merge remote-tracking branch 'upstream/master'
|
2014-07-29 16:50:31 +02:00 |
|
Ruben Vereecken
|
026e6e6378
|
Added some support to fetch level sessions for the user profile page
|
2014-07-29 16:50:07 +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 |
|
Michael Schmatz
|
2e3234fc58
|
Merge pull request #1394 from rubenvereecken/master
First step towards fetching related by slug
|
2014-07-28 12:31:25 -07:00 |
|
Ruben Vereecken
|
cc7474538f
|
First step towards fetching related by slug
|
2014-07-28 21:25:11 +02:00 |
|
Ruben Vereecken
|
a03e3aedd1
|
Managed to recalculate translation/misc patches after all
|
2014-07-24 19:43:09 +02:00 |
|
Ruben Vereecken
|
3191c87cf1
|
Added recalculation for patches. Struggled with translations. Won't recalculate those probably
|
2014-07-24 14:41:06 +02:00 |
|
Ruben Vereecken
|
cde87e4fe5
|
Covered general patches with tests
|
2014-07-23 20:00:28 +02:00 |
|
Ruben Vereecken
|
2394bd8129
|
Added the recalculation script for a couple of statistics
|
2014-07-23 15:22:53 +02:00 |
|
Ruben Vereecken
|
19d59ac8ff
|
Refactored Users and Level Sessions to have private properties:
|
2014-07-22 20:07:00 +02:00 |
|
Michael Schmatz
|
f100c4ebbe
|
Add filter alerts to employer page
|
2014-07-21 16:10:02 -07:00 |
|
Ruben Vereecken
|
1c6da9711b
|
Added the Recently Played collection and endpoint
|
2014-07-21 14:36:10 +02:00 |
|
Scott Erickson
|
45a8278e7e
|
Work on the job profile view, initial work on the code modal.
|
2014-07-17 16:30:56 -07:00 |
|
Scott Erickson
|
c145f8088c
|
Fixed the avatar endpoint handling when the user object DNE.
|
2014-07-17 09:12:12 -07:00 |
|
Michael Schmatz
|
bb3c583300
|
Add approved date to job profile
|
2014-07-16 10:51:45 -07:00 |
|
Ruben Vereecken
|
9c0353a2f0
|
Merged in master
|
2014-07-13 21:18:32 +02:00 |
|
Ruben Vereecken
|
94210fc461
|
Anonymous users are now silently renamed upon signup in case of conflict
|
2014-07-10 18:00:32 +02:00 |
|
Ruben Vereecken
|
ac95d775e6
|
Users can now be gotten by slug
|
2014-07-09 20:23:05 +02:00 |
|
Michael Schmatz
|
b76239b4e9
|
Replaced candidate avatars on employer page
|
2014-07-07 10:29:35 -07:00 |
|
Ruben Vereecken
|
246c39b558
|
User stats now go through Mongoose middleware
|
2014-07-05 17:02:48 +02:00 |
|
Ruben Vereecken
|
601c4e2731
|
Merged with master
|
2014-07-05 16:47:16 +02:00 |
|
Ruben Vereecken
|
a367082cc4
|
Corrected statistic logic, wrote test case
|
2014-07-04 19:27:41 +02:00 |
|
Ruben Vereecken
|
fce9f0031b
|
All edits are now tracked
intermediate
intermediate
|
2014-07-04 19:27:38 +02:00 |
|
Ruben Vereecken
|
b951205681
|
intermediate
|
2014-07-04 19:27:38 +02:00 |
|
Ruben Vereecken
|
838012a2cf
|
Wrote and tested articleEdits recalculation
|
2014-07-04 19:27:38 +02:00 |
|
Ruben Vereecken
|
6ae505e8a1
|
stats.articleEdits are now tracked and tested
|
2014-07-04 19:27:37 +02:00 |
|
Ruben Vereecken
|
7a07e1feb0
|
Whoop whoop test for recalculation of gamesCompleted
|
2014-07-04 19:27:37 +02:00 |
|
Tery Lim
|
9090ce7714
|
Merge master into branch
|
2014-07-04 22:37:16 +08:00 |
|