Age | Commit message (Expand) | Author |
2017-03-27 | upgrade: simple_form to bootstrap 3 | Azul |
2017-03-23 | bugfix: handle couch 404s | Azul |
2017-03-22 | upgrade: bundle | Azul |
2017-03-21 | test: admin user api always green | Azul |
2017-03-21 | fix: 404 on key request with non html content-type | Azul |
2017-03-20 | fix: 404 for missing pages template - fixes #9 | Azul |
2017-03-20 | test: 404 response for missing key | Azul |
2017-03-20 | bugfix: format: html for home roots | Azul |
2017-03-10 | Validates recovery code as hexadecimal data. | Thais Siqueira |
2017-03-10 | Adds recovery code to user account | Thais Siqueira |
2017-03-02 | Fix keys route to accept usernames with dots | Tulio Casagrande |
2016-11-17 | bugfix: only send login errors once | Azul |
2016-08-19 | respond_to on a per controller basis | Azul |
2016-08-17 | bugfix: send 406 if an unexpected format is asked for | Azul |
2016-08-15 | [ci] move configs into config dir | Azul |
2016-08-15 | [ci] use default db prefix on gitlab and travis | Azul |
2016-08-12 | [db] def database on users instead of use_database | Azul |
2016-08-08 | [ci] setup couch for gitlab | Azul |
2016-07-14 | [feature] restrict is_admin in the user api, to only allow querying | NavaL |
2016-07-14 | Merge branch 'develop' of https://github.com/leapcode/leap_web into feature/e... | NavaL |
2016-07-05 | fix email unit test - need to require now | Azul |
2016-06-22 | [feature] expose is_admin in the user api | NavaL |
2016-05-23 | fix config check in submit_signup | Azul |
2016-05-23 | move signup from users to account_controller | Azul |
2016-05-21 | tests: reset I18n.locale after locale_path_test | Azul |
2016-05-20 | include engine tests in default test | Azul |
2016-05-20 | api: set defaults for version in routes | Azul |
2016-05-18 | api: allow version bumping - bump to 2 | Azul |
2016-05-09 | test: make identity test locale independent | Azul |
2016-05-09 | minor: cleanup debug message in test | Azul |
2016-05-03 | use APP_CONFIG[config_file_paths] for provider.json | Azul |
2016-05-03 | fix type mismatch TokenAuthTest | Azul |
2016-05-02 | tests: Validator.new has optional options hash | Azul |
2016-05-02 | test: use assert_error_response in functional test | Azul |
2016-05-02 | upgrade: use bootstrap3 variable names in leap.scss | Azul |
2016-05-02 | upgrade: test cases now have #name | Azul |
2016-05-02 | test: flash now has string keys | Azul |
2016-05-02 | test: response is blank - not = ' ' | Azul |
2016-05-02 | upgrade: default_wait_time -> default_max_wait_time | Azul |
2016-05-02 | upgrade: unique test names | Azul |
2016-05-02 | split up integration account test | Azul |
2016-05-02 | fix browser_integration_test | Azul |
2016-04-11 | allow monitor auth to create users even if invites are normally required. | elijah |
2016-04-01 | api: added super simple motd, closes #7866 | elijah |
2016-03-30 | api: return proper 404 for GET /1/identities/:id.json | elijah |
2016-03-28 | api: added get(:show) to identities and users, allow monitors to create/delet... | elijah |
2016-03-28 | api: added allow ability to limit what IPs can access api using a static conf... | elijah |
2016-03-28 | api tokens - clarify terms: "monitors" are admins that authenticated via api ... | elijah |
2016-03-28 | api tokens: allow for special api tokens that work like session tokens but ar... | elijah |
2016-02-10 | allow user accounts to be re-enabled, and for associated identities to also g... | elijah |