Age | Commit message (Expand) | Author |
2017-03-23 | bugfix: handle couch 404s | 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 |
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-07-14 | [feature] restrict is_admin in the user api, to only allow querying | NavaL |
2016-05-23 | rename destroy_identity to release_handles | Azul |
2016-05-23 | move signup from users to account_controller | Azul |
2016-05-23 | cleanup: remove service level code from users_controller | Azul |
2016-05-23 | restrict user_params in user_controller | Azul |
2016-05-18 | features for API version 2 - keep old ones | Azul |
2016-05-18 | api: allow version bumping - bump to 2 | Azul |
2016-05-03 | use APP_CONFIG[config_file_paths] for provider.json | Azul |
2016-05-03 | fix failing unit and functional tests | Azul |
2016-05-02 | upgrade: {File,Dir}.exists? -> exist? | Azul |
2016-05-02 | upgrade: remove references to RestClient | 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 |
2016-01-31 | remove cert fingerprints for disabled users, so that they cannot send email a... | elijah |
2016-01-16 | retain locale in URL when logging in and signing up, and ajax actions in gene... | elijah |
2016-01-14 | added UI for invite codes | elijah |
2015-09-20 | adding ability to disable/enable users by admin | Evelyn |
2015-08-07 | do not include random cruft in the common name of smtp client certificates | elijah |
2015-07-14 | fix i18n tests | elijah |
2015-06-15 | added CommonLanguages gem | elijah |
2015-04-30 | added support for email notifications of ticket changes | elijah |
2015-03-17 | Better error message when a database is missing (very useful for nagios tests) | elijah |
2014-12-15 | bugfix: allow deletion of user's identities via api when user is deleted. clo... | elijah |
2014-11-11 | Merge branch 'test/feature-for-service-endpoint' of https://github.com/azul/l... | elijah |
2014-11-11 | Merge branch 'feature/error-tweaks' of https://github.com/azul/leap_web into ... | elijah |
2014-11-10 | added destroy user to api | elijah |
2014-09-04 | fixed typo on configs_controller.rb | elijah |
2014-07-31 | features for anonymous use and service endpoint | Azul |
2014-07-31 | use ApiController#anonymous_access_allowed? | Azul |
2014-07-31 | respond with 404 and 500 when rendering custom error pages | Azul |
2014-07-18 | Allow fetching configs if anonymous EIP access is allowed | Azul |
2014-07-17 | some cleanup of the messages api and cuke feature | Azul |
2014-07-17 | clean up error assertions in tests | Azul |
2014-07-14 | fix controller refactor and features | Azul |
2014-07-14 | move fetch_user into module so it can be mixed in | Azul |
2014-07-14 | send config files from ConfigsController | Azul |
2014-07-14 | ApiController with API style auth | Azul |
2014-07-14 | clean up and simplify error responses and test code | Azul |
2014-07-14 | send static list of configs for now | Azul |