Age | Commit message (Expand) | Author |
2015-07-14 | a couple minor fixes for l10n | elijah |
2015-07-14 | fix footer css when the locale links are visible | elijah |
2015-06-30 | updated locale files | elijah |
2015-06-15 | ignore config/transifex.netrc | elijah |
2015-06-15 | added CommonLanguages gem | elijah |
2015-06-15 | imported new locales from transifex | elijah |
2015-05-22 | fix failing test | elijah |
2015-04-30 | added support for email notifications of ticket changes | elijah |
2015-04-29 | updated .gitignore | elijah |
2015-04-29 | clean up docs | elijah |
2015-04-20 | fixed warnings that gems are defined multiple times in Gemfile | elijah |
2015-04-15 | fix bug that prevented couchrest_session_store from being used.0.7.0version/0.7 | elijah |
2015-04-15 | only include uglifier gem in production mode (to compile assets) | elijah |
2015-03-31 | fix travis: use couchdb.admin.yml and pin travis ruby version to one that is ... | elijah |
2015-03-17 | remove bundle group assets, since we don't precompile anyway | elijah |
2015-03-17 | Better error message when a database is missing (very useful for nagios tests) | elijah |
2015-03-17 | add support for rotating tokens and sessions databases, and for a special tmp... | elijah |
2015-02-27 | added a .ruby-version file for rbenv that matches what is actually used on th... | elijah |
2015-01-28 | do not require a database when running `rake assets:precompile` | elijah |
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 |