summaryrefslogtreecommitdiff
path: root/test/integration/api/update_account_test.rb
AgeCommit message (Collapse)Author
2017-10-24fix: sanity checks on user paramsAzul
fixes #8801 Includes a test reproducing 500 on lynx We now make use of ActionController::Parameters require and permit methods.
2017-03-23bugfix: handle couch 404sAzul
our special error handler for json requests would turn all exceptions into 500s - removed it. now the rescue_responses can do their thing again.
2017-03-10Adds recovery code to user accountThais Siqueira
Related with https://github.com/pixelated/pixelated-user-agent/issues/924 With @aarni
2016-05-18api: allow version bumping - bump to 2Azul
2014-07-14clean up and simplify error responses and test codeAzul
2014-04-08moving users: app and test filesAzul