summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-01-31keys: store type and rev in hash rather than serializedAzul
2018-01-19API: implement deleting keys through new keys apiAzul
2018-01-18(WIP) first steps towards implementing keys APIAzul
2017-12-08upgrade: fix mocha deprecationAzul
2017-12-08upgrade: factory_girl -> factory_botAzul
2017-11-16fix: respond with error on invalid pgp keyAzul
2017-11-16minor: clean up account testAzul
2017-11-13fix: alternate email dialogueAzul
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-10-24fix: also remove invite codes used for tmp usersAzul
2017-10-17fix: destroy invites used to create test accountsAzul
2017-10-16fix: login error message with locale setAzul
2017-09-11feat: allow unauthenticated access to list of configsAzul
2017-08-15remove merge cruftelijah
2017-08-15use i18n for login testelijah
2017-08-07prevent token conflictsAzul
2017-04-20fix: set token in forms correctlyAzul
2017-04-03feature: delete user clearing usernameAzul
2017-03-27upgrade: simple_form to bootstrap 3Azul
2017-03-23bugfix: handle couch 404sAzul
2017-03-22upgrade: bundleAzul
2017-03-21test: admin user api always greenAzul
2017-03-21fix: 404 on key request with non html content-typeAzul
2017-03-20fix: 404 for missing pages template - fixes #9Azul
2017-03-20test: 404 response for missing keyAzul
2017-03-20bugfix: format: html for home rootsAzul
2017-03-10Validates recovery code as hexadecimal data.Thais Siqueira
2017-03-10Adds recovery code to user accountThais Siqueira
2017-03-02Fix keys route to accept usernames with dotsTulio Casagrande
2016-11-17bugfix: only send login errors onceAzul
2016-08-19respond_to on a per controller basisAzul
2016-08-17bugfix: send 406 if an unexpected format is asked forAzul
2016-08-15[ci] move configs into config dirAzul
2016-08-15[ci] use default db prefix on gitlab and travisAzul
2016-08-12[db] def database on users instead of use_databaseAzul
2016-08-08[ci] setup couch for gitlabAzul
2016-07-14[feature] restrict is_admin in the user api, to only allow queryingNavaL
2016-07-14Merge branch 'develop' of https://github.com/leapcode/leap_web into feature/e...NavaL
2016-07-05fix email unit test - need to require nowAzul
2016-06-22[feature] expose is_admin in the user apiNavaL
2016-05-23fix config check in submit_signupAzul
2016-05-23move signup from users to account_controllerAzul
2016-05-21tests: reset I18n.locale after locale_path_testAzul
2016-05-20include engine tests in default testAzul
2016-05-20api: set defaults for version in routesAzul
2016-05-18api: allow version bumping - bump to 2Azul
2016-05-09test: make identity test locale independentAzul
2016-05-09minor: cleanup debug message in testAzul