codecombat/server
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
..
commons Refactor /auth endpoints for #3469 2016-04-12 12:07:11 -07:00
handlers Refactor achievement handler for #3469 2016-04-11 12:00:22 -07:00
lib Refactor handlers to /server/handlers 2016-04-07 09:40:53 -07:00
middleware Refactor /auth endpoints for #3469 2016-04-12 12:07:11 -07:00
models Refactor /auth endpoints for #3469 2016-04-12 12:07:11 -07:00
plugins Refactor server models into /server/models, remove request and mongoose from test globals 2016-04-06 16:06:52 -07:00
queues Refactor server models into /server/models, remove request and mongoose from test globals 2016-04-06 16:06:52 -07:00
routes Refactor /auth endpoints for #3469 2016-04-12 12:07:11 -07:00
delighted.coffee 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
hipchat.coffee Change 'Slack' back to 'HipChat' in multicore and server. 2015-10-30 15:26:18 -07:00
sendwithus.coffee Refactor /auth endpoints for #3469 2016-04-12 12:07:11 -07:00
slack.coffee Clean up server Slack messages 2016-04-08 09:24:38 -07:00