summaryrefslogtreecommitdiff
path: root/test/functional
AgeCommit message (Expand)Author
2017-12-08upgrade: factory_girl -> factory_botAzul
2017-11-08fix #8010 - publish public key in webfingerAzul
2017-11-07Merge branch '8800-hand-out-configs-json-without-authentication' into 'master'azul
2017-10-24fix: sanity checks on user paramsAzul
2017-09-11feat: allow unauthenticated access to list of configsAzul
2017-03-23bugfix: handle couch 404sAzul
2017-03-21test: admin user api always greenAzul
2017-03-21fix: 404 on key request with non html content-typeAzul
2017-03-02Fix keys route to accept usernames with dotsTulio Casagrande
2016-08-19respond_to on a per controller basisAzul
2016-08-17bugfix: send 406 if an unexpected format is asked forAzul
2016-07-14[feature] restrict is_admin in the user api, to only allow queryingNavaL
2016-05-23move signup from users to account_controllerAzul
2016-05-20api: set defaults for version in routesAzul
2016-05-18api: allow version bumping - bump to 2Azul
2016-05-09minor: cleanup debug message in testAzul
2016-05-03use APP_CONFIG[config_file_paths] for provider.jsonAzul
2016-05-03fix type mismatch TokenAuthTestAzul
2016-05-02test: use assert_error_response in functional testAzul
2016-05-02test: response is blank - not = ' 'Azul
2016-04-11allow monitor auth to create users even if invites are normally required.elijah
2016-04-01api: added super simple motd, closes #7866elijah
2016-03-30api: return proper 404 for GET /1/identities/:id.jsonelijah
2016-03-28api: added get(:show) to identities and users, allow monitors to create/delet...elijah
2016-03-28api: added allow ability to limit what IPs can access api using a static conf...elijah
2016-02-10allow user accounts to be re-enabled, and for associated identities to also g...elijah
2016-01-31remove cert fingerprints for disabled users, so that they cannot send email a...elijah
2015-10-19Merge pull request #196 from EvyW/developazul
2015-09-28Fix several test failures by stubbing invite code validationankonym
2015-09-28Fix test based on actual invite code validationankonym
2015-09-21test users_controller_testEvelyn
2015-08-07do not include random cruft in the common name of smtp client certificateselijah
2014-11-11Merge branch 'test/feature-for-service-endpoint' of https://github.com/azul/l...elijah
2014-07-31use ApiController#anonymous_access_allowed?Azul
2014-07-31respond with 404 and 500 when rendering custom error pagesAzul
2014-07-17add translation and fix testsAzul
2014-07-14clean up and simplify error responses and test codeAzul
2014-07-12fix tests and simplify time calculationsAzul
2014-07-11Added allow_registration toggle.Folker Bernitt
2014-07-05Enable unblocking handles in identities tabAzul
2014-05-26Merge pull request #163 from azul/feature/3398-save-hashed-tokenazul
2014-05-26hash token with sha512 against timing attacs #3398Azul
2014-05-26fix test to require loginAzul
2014-05-26change from GET to POST for certsAzul
2014-05-19minor: fix testsAzul
2014-05-19SmtpCertsController, routes and testsAzul
2014-05-13adjust tests to new config and method implementationAzul
2014-04-18adopt service_level config to platform settingsAzul
2014-04-18change service level configuration strategyAzul
2014-04-17adjust test to service list in configAzul