Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-18 | api: allow version bumping - bump to 2 | Azul | |
2016-04-01 | api: added super simple motd, closes #7866 | elijah | |
2014-07-17 | some cleanup of the messages api and cuke feature | Azul | |
2014-07-14 | ApiController with API style auth | Azul | |
require_login is require_token for the api controller It also skips the verify_authenticity_token before filter. So all Subclasses of the ApiController will only support token auth. Also made the V1::UsersController a bit more strict. Now way for admins to alter other users through the api. We don't support that yet so let's not allow it either. | |||
2014-04-17 | make use of the UnauthorizedUser | Azul | |
Null Pattern for current_user - use it to get rid of some conditionals | |||
2014-04-08 | moving users: app and test files | Azul | |