codecombat/server/commons
Scott Erickson f1f1c23fd4 Refactor /auth endpoints for #3469
* Take `/server/routes/auth` and move most of the logic to `/server/middleware/auth`, refactoring to use generators.
* List all `/auth/*` endpoints in `/server/routes/index.coffee`.
* Fill in testing gaps for `/auth/unsubscribe`.
* Add debug log when `sendwithus` is not operational, so it 'works' in development and testing.
* Use passport properly!
* Track Facebook and G+ logins in user activity as well as passport logins.
2016-04-12 12:07:11 -07:00
..
auth.coffee Refactor /auth endpoints for #3469 2016-04-12 12:07:11 -07:00
database.coffee Refactor server models into /server/models, remove request and mongoose from test globals 2016-04-06 16:06:52 -07:00
errors.coffee Refactor /auth endpoints for #3469 2016-04-12 12:07:11 -07:00
Handler.coffee Refactor server models into /server/models, remove request and mongoose from test globals 2016-04-06 16:06:52 -07:00
LockManager.coffee Remove testing conditions 2014-07-16 19:49:48 -07:00
logging.coffee Clean up mixed quotes 2014-07-01 12:23:22 +08:00
mail.coffee Add approved teacher trials to mail news group 2016-01-17 07:39:30 -08:00
mapping.coffee Refactor /auth endpoints for #3469 2016-04-12 12:07:11 -07:00
parse.coffee Implement all of teacher-dashboard 2016-04-04 15:19:27 -07:00
perfmon.coffee Send unique users to perfmon 2015-12-02 10:58:02 -08:00
queue.coffee Add npm 'proxy' script for developing client on prod server 2016-04-07 13:59:38 -07:00
users.coffee Refactor CreateAccountModal out of AuthModal, add class code to signup 2016-03-10 10:52:11 -08:00