Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-03 | make the footer less comically huge when there is only one language configured | elijah | |
2015-07-23 | make the default vanilla leap_web include a masthead on the home page. | elijah | |
2015-07-23 | added customization example | elijah | |
2015-07-21 | download from transifex, fixes bad interpolation keys in german. | elijah | |
2015-07-14 | added CHANGES.md | elijah | |
2015-07-14 | fix i18n tests | elijah | |
2015-07-14 | updated translation files | elijah | |
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 | |
installed on travis-ci.org | |||
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 ↵ | elijah | |
tmp db for test users. | |||
2015-02-27 | added a .ruby-version file for rbenv that matches what is actually used on ↵ | elijah | |
the leap webapp nodes currently. | |||
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 ↵ | elijah | |
client_cert_lifespan config option. | |||
2014-12-23 | bugfix: ensure both user and identity documents are destroyed if there is a ↵ | elijah | |
problem creating the account. | |||
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 ↵ | elijah | |
doesn't try to install debugger. | |||
2014-12-19 | gemfile: rails to 3.2.21, haml-rails to 0.4, disable coffee-rails, ↵ | elijah | |
bootswatch-rails, haml, and json. | |||
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. ↵ | elijah | |
closes #6550 | |||
2014-12-10 | silently ignore 404 errors when trying to delete all user tickets: the ↵ | elijah | |
tickets db might not yet be initialized. | |||
2014-11-11 | Merge branch 'test/feature-for-service-endpoint' of ↵ | elijah | |
https://github.com/azul/leap_web into develop | |||
2014-11-11 | Merge branch 'feature/error-tweaks' of https://github.com/azul/leap_web into ↵ | elijah | |
develop | |||
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 | |
from a stable url. | |||
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 | |
Also moved the location of the config files into a configuration setting. | |||
2014-07-31 | use ApiController#anonymous_access_allowed? | Azul | |
There are some places where we only want to require login unless you can use EIP anonymously. So far we had an anonymous_certs_allowed? method in all these controllers. Now it's replaced with ApiController#anonymous_access_allowed?. The naming better reflects that there might be other services that allow anonymous use at some point. This also fixed a typo name -> @filename that broke the ConfigsController. | |||
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 | |
includes test | |||
2014-07-31 | filter out 404 error traces | Azul | |
They add very little value and clutter the production logs when bots scan. | |||
2014-07-29 | changed the development mode admin user from 'admin' to 'staff', since admin ↵ | elijah | |
is a reserved username that can't be registered. | |||
2014-07-21 | Version 0.6.00.6.0 | Azul | |
We now allow admins to unblock handles of users who deleted their accounts. The admin interface also received some bugfixes. On the API side of things we support validation of SMTP certs and added an endpoint that requires authentication for retrieving the configuration files. Here's the list of changes: Pull request #181 from azul/feature/allow_anonymous_config_access * Allow fetching configs if anonymous EIP access is allowed Pull request #180 from azul/feature/messages-api * fix messages feature to match latest response format * add translation and fix tests * some cleanup of the messages api and cuke feature Pull request #176 from azul/feature/api-authenticated-configs * cuke: drop jsonpath, use simple keys instead * make sure i18n key can be found (cascade) * clean up error assertions in tests * fix controller refactor and features * move fetch_user into module so it can be mixed in * send config files from ConfigsController * ApiController with API style auth * clean up and simplify error responses and test code * move unauthenticated api endpoints into separate feature * send static list of configs for now * use cucumber; initial ConfigsController * render valid json error if provider file not found * SessionsController#unauthenticated for 401s * separate login_required from access denied response * rename warden extension to patch the original Pull request #179 from fbernitt/issue_5217_addendum * Moved check for allow_registration into filter. Pull request #175 from azul/feature/view-for-valid-certs * allow querying for the expiry of a particular fingerprint * fix tests and simplify time calculations * Identity view cert_fingerprints_by_expiry * store expiry with cert fingerprints Pull request #178 from fbernitt/issue_5217_allow_registration * Added allow_registration toggle. Pull request #174 from azul/bugfix/admin-navigates-all-tickets * adopt ticket list test to new behaviour * only use user ticket(s) path for real users * stay on all tickets view when sorting (#5879) Pull request #173 from azul/feature/unblock-handles * list identities based on search only * make link_to_navigation more generic and reuse it * Enable unblocking handles in identities tab * backport bootstraps 3.2s list-inline * move braintree initilializer into core * remove dummy app * create client certificates with generous not_before (fixes #5884) |