Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-07-05 | move braintree initilializer into core | Azul | |
it needs APP_CONFIG to be loaded and was failing due to that. Also this sets up some configuration options. They might only be needed if the billing engine is used but they should not be nested in there never the less. | |||
2014-06-25 | android app now supports signup, so change text that said otherwise. | elijah | |
2014-06-17 | support for optional gems in Gemfile (engines/ and config/customization/gems/) | elijah | |
2014-05-27 | move users key into layouts scope so it does not conflict with users scope | Azul | |
2014-05-26 | sorting translation keys some | Azul | |
2014-05-26 | navigation works with empty locale selected | Azul | |
Just in case some translation keys are not present things should still work and make sense. So translation keys should be picked in a meaningful way and scoped rather than prefixed. For example overview.account will turn into "Account" if no translation is present while "overview_account" will turn into "Overview Account". We usually want the former. | |||
2014-05-26 | tickets: structure i18n | Azul | |
2014-05-26 | Controller#flash_for instead of FlashResponder | Azul | |
FlashResponder added a flash before responding. However at the point of responding objects have already been saved. So there is no way to test if they were changed. Now instead we can call flash_for resource before resource.save and it will add the flash messages only if the resource was actually changed. | |||
2014-05-26 | FlashResponder will automagically add flash messages | Azul | |
2014-05-26 | Merge pull request #165 from azul/feature/cert-fingerprints | azul | |
Feature/cert fingerprints | |||
2014-05-26 | change from GET to POST for certs | Azul | |
We create them. let's reflect that in the verb. | |||
2014-05-19 | SmtpCertsController, routes and tests | Azul | |
2014-05-19 | little bit of documentation | Azul | |
2014-05-19 | i18n for error pages | Azul | |
2014-05-19 | custom error pages for 404 and 500 errors | Azul | |
2014-05-13 | keep empty email field if user removed prefill | Azul | |
We should respect the users choice. We can still get their email from the user id if we really need to. | |||
2014-05-13 | allow for usernames with dots | Azul | |
preparing for #5664 with some test improvements i ran into this issue This commit includes a fix and the test improvements. In particular it adds BrowserIntegrationTest#login - so there is no need to go through the signup procedure everytime you want a user to be logged in. | |||
2014-04-25 | use i18n keys for signup & login buttons | Azul | |
2014-04-25 | simple form: add wrapped and loading... buttons #5542 | Azul | |
the loading... text on the buttons was not capitalized before. So in order to change this in a (more or less) single place i added new button types to simple_form: button :wrapped - normal button, with loading and an optional cancel button wrapped in the classical bootstrap action div. cancel option contains the url to go to when canceling. button :loading - simple button with loading text capitalized by using i18n (simple_form.buttons.loading) Conflicts: engines/support/app/views/tickets/new.html.haml | |||
2014-04-25 | Merge pull request #148 from azul/feature/api-quota-support | azul | |
Feature/api quota support + current_user null pattern |