Age | Commit message (Expand) | Author |
2015-01-28 | tests: add_teardown_hook no longer exists in minitest. replaced with teardown(). | elijah |
2015-01-28 | client certificates: allow for time units to be specified in client_cert_life... | elijah |
2014-12-23 | bugfix: ensure both user and identity documents are destroyed if there is a p... | elijah |
2014-12-19 | attempt to fix travis configuration | elijah |
2014-12-19 | updated README to include rake couchrest:migrate | elijah |
2014-12-19 | gemfile: move things around, but same gems. added debug group to travis doesn... | elijah |
2014-12-19 | gemfile: rails to 3.2.21, haml-rails to 0.4, disable coffee-rails, bootswatch... | elijah |
2014-12-17 | css - remove @extend .label-default (that class does not exist) | elijah |
2014-12-15 | bugfix: allow deletion of user's identities via api when user is deleted. clo... | elijah |
2014-12-10 | silently ignore 404 errors when trying to delete all user tickets: the ticket... | 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-10-20 | updated i18n:bundle task so that transifex can pull in strings automatically ... | elijah |
2014-10-09 | added a rake task i18n:bundle in order to support uploading strings to transifex | elijah |
2014-09-04 | fixed typo on configs_controller.rb | elijah |
2014-07-31 | update debugger to work with latest ruby | Azul |
2014-07-31 | features for anonymous use and service endpoint | Azul |
2014-07-31 | use ApiController#anonymous_access_allowed? | Azul |
2014-07-31 | update debugger to work with latest ruby | Azul |
2014-07-31 | respond with 404 and 500 when rendering custom error pages | Azul |
2014-07-31 | filter out 404 error traces | Azul |
2014-07-29 | changed the development mode admin user from 'admin' to 'staff', since admin ... | elijah |
2014-07-21 | Version 0.6.00.6.0 | Azul |
2014-07-21 | Merge pull request #181 from azul/feature/allow_anonymous_config_access | azul |
2014-07-18 | Allow fetching configs if anonymous EIP access is allowed | Azul |
2014-07-18 | Merge pull request #180 from azul/feature/messages-api | azul |
2014-07-17 | fix messages feature to match latest response format | Azul |
2014-07-17 | add translation and fix tests | Azul |
2014-07-17 | some cleanup of the messages api and cuke feature | Azul |
2014-07-17 | Merge pull request #176 from azul/feature/api-authenticated-configs | azul |
2014-07-17 | cuke: drop jsonpath, use simple keys instead | Azul |
2014-07-17 | make sure i18n key can be found (cascade) | Azul |
2014-07-17 | clean up error assertions in tests | Azul |
2014-07-16 | minor: add missing i18n translation for overview | Azul |
2014-07-15 | rename warden extension to patch the original | Azul |
2014-07-14 | fix controller refactor and features | Azul |
2014-07-14 | minor: remove @s added by search and replace | 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 | minor: fix identity test for storing certs | Azul |
2014-07-14 | clean up and simplify error responses and test code | Azul |
2014-07-14 | move unauthenticated api endpoints into separate feature | Azul |
2014-07-14 | send static list of configs for now | Azul |
2014-07-14 | use cucumber; initial ConfigsController | Azul |
2014-07-14 | render valid json error if provider file not found | Azul |
2014-07-14 | SessionsController#unauthenticated for 401s | Azul |
2014-07-14 | separate login_required from access denied response | Azul |
2014-07-14 | rename warden extension to patch the original | Azul |