summaryrefslogtreecommitdiff
path: root/app/controllers/v1/messages_controller.rb
AgeCommit message (Collapse)Author
2014-07-17some cleanup of the messages api and cuke featureAzul
2014-07-14ApiController with API style authAzul
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-17make use of the UnauthorizedUserAzul
Null Pattern for current_user - use it to get rid of some conditionals
2014-04-08moving users: app and test filesAzul