Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-28 | api tokens: allow for special api tokens that work like session tokens but ↵ | elijah | |
are configured in the static config, to be used for infrastructure monitoring. | |||
2016-01-16 | change the default of config.assets.debug for development env. | elijah | |
2016-01-14 | added UI for invite codes | elijah | |
2015-10-19 | Merge pull request #198 from claucece/develop | azul | |
Braintree_implementation | |||
2015-10-19 | Merge pull request #196 from EvyW/develop | azul | |
Admin - Ability to enable/disable user | |||
2015-10-05 | update to haml, created translations, deleted files | claucece | |
2015-10-05 | add subscriptions | claucece | |
2015-10-05 | subscriptions, translation | claucece | |
2015-10-05 | subscriptions, haml and translations | claucece | |
2015-09-28 | Translation changes | EvyW | |
From line 114 to line 120 | |||
2015-09-28 | Add localization labels to signup form and user.en.yml | ankonym | |
Added the necessary labels to allow the localization of the signup form and the labels to users.en.yml for localization | |||
2015-09-28 | Make invite code configurable | ankonym | |
Through the config param 'invite_required', providers can decide whether users need to provide an invite code upon signup. The default setting is false. | |||
2015-09-21 | test users_controller_test | Evelyn | |
2015-09-20 | fixing translations | Evelyn | |
2015-09-20 | spanish translations for user actions | Evelyn | |
2015-09-20 | adding ability to disable/enable users by admin | Evelyn | |
2015-09-01 | Update README with docs from website & instructions on local DB | kaeff | |
- Copy intro chapter from homepage - Advise new users to not test with admin party locally - Ignore couchdb.admin.yml so it's consistent with the regular couchdb.yml | |||
2015-08-05 | updated locale files0.7.1version/0.7.1 | elijah | |
2015-08-04 | Made the default front-page welcome text translatable. | elijah | |
2015-08-03 | fix missing translations: get help and cancel. | 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 | updated translation files | elijah | |
2015-07-14 | a couple minor fixes for l10n | elijah | |
2015-06-30 | updated locale files | elijah | |
2015-06-15 | added CommonLanguages gem | elijah | |
2015-06-15 | imported new locales from transifex | elijah | |
2015-04-30 | added support for email notifications of ticket changes | 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-01-28 | do not require a database when running `rake assets:precompile` | elijah | |
2015-01-28 | client certificates: allow for time units to be specified in ↵ | elijah | |
client_cert_lifespan config option. | |||
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-10-20 | updated i18n:bundle task so that transifex can pull in strings automatically ↵ | elijah | |
from a stable url. | |||
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 | 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-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 | |
API: Authenticated access to config settings | |||
2014-07-16 | minor: add missing i18n translation for overview | Azul | |
2014-07-15 | rename warden extension to patch the original | Azul | |
the Warden::SessionSerializer was not getting loaded at all because we had a file by the same name. We want it to get loaded and be patched instead. | |||
2014-07-14 | fix controller refactor and features | Azul | |
Also save debug log on failing features | |||
2014-07-14 | use cucumber; initial ConfigsController | Azul | |
2014-07-14 | rename warden extension to patch the original | Azul | |
the Warden::SessionSerializer was not getting loaded at all because we had a file by the same name. We want it to get loaded and be patched instead. | |||
2014-07-11 | Added allow_registration toggle. | Folker Bernitt | |
- default is true - See issue #5217 - See companion change in leap_platform. | |||
2014-07-05 | Enable unblocking handles in identities tab | Azul | |
There's an identities tab now for admins that will allow unblocking blocked handles. It should be easy to expand for aliases and forwards and other types of actions such as editing. |