Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-30 | api: added json error pages, allow "." in the :id param of all api routes | elijah | |
2016-01-14 | added UI for invite codes | elijah | |
2016-01-10 | highlight admin areas with caution tape (wip) | elijah | |
2016-01-10 | fix user list | elijah | |
2015-10-19 | [bug] Only show donation if payment present | Folker Bernitt | |
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 | deleted comment | claucece | |
2015-10-05 | add a comment regarding home | claucece | |
2015-10-05 | add subscriptions | claucece | |
2015-10-05 | changed routes and links | claucece | |
2015-10-05 | subscriptions, translation | claucece | |
2015-10-05 | subscriptions, haml and translations | claucece | |
2015-10-05 | Donation button | claucece | |
2015-10-01 | identing 2 | EvyW | |
2015-10-01 | Identing first line | EvyW | |
2015-09-28 | with out identing | EvyW | |
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-28 | Adding invite code field to signup with validation for hardcoded invite code | ankonym | |
2015-09-22 | index changes | EvyW | |
2015-09-22 | commit user haml | EvyW | |
2015-09-20 | adding ability to disable/enable users by admin | Evelyn | |
2015-08-04 | Made the default front-page welcome text translatable. | elijah | |
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-14 | fix footer css when the locale links are visible | elijah | |
2015-06-15 | added CommonLanguages gem | elijah | |
2015-04-30 | added support for email notifications of ticket changes | elijah | |
2014-07-11 | Added allow_registration toggle. | Folker Bernitt | |
- default is true - See issue #5217 - See companion change in leap_platform. | |||
2014-07-09 | list identities based on search only | Azul | |
2014-07-05 | make link_to_navigation more generic and reuse it | Azul | |
Use link_to_navigation for all important navigation items. It creates a link in a list item for use with bootstrap. It supports an :active flag and an :icon option in the html_options now. It also translates the label. This way it can be used in a lot of places as the generic navigation link. | |||
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-05-29 | html5: <br> instead of <br/> | Azul | |
2014-05-28 | destroy_btn helper method | Azul | |
2014-05-27 | move users key into layouts scope so it does not conflict with users scope | Azul | |
2014-05-27 | add btn helper for link_to with .btn | Azul | |
Also translates the first arg if it's a symbol and adds more btn- classes if given as html_options[:type] | |||
2014-05-27 | remove icon_color variable - yagni | 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 | FlashResponder will automagically add flash messages | Azul | |
2014-05-22 | Merge pull request #166 from elijh/feature/footer | azul | |
better detection if price link should be shown in the footer | |||
2014-05-20 | better detection if price link should be shown in the footer | elijah | |
2014-05-19 | i18n for error pages | Azul | |
2014-05-19 | custom error pages for 404 and 500 errors | Azul | |
2014-05-14 | check for presence of service_levels | Azul | |
This way the pricing link will not be shown for an empty hash. Which is easier to get into the config file than nil. And we can later verify the configuration to have a hash as the service_levels. | |||
2014-05-13 | move User Control Panel heading out of masthead | Azul | |
the masthead can only handle content of a limited width. Alternatively we could make the masthead title wider and add padding on the left so it still aligns nicely with the mask. However the wider we make it the worse it looks on small width displays. Another option would be to make the masthead contain multiple lines. However vertical aligment to the middle of 1 OR 2 lines of text is a real pain. So I went with a super simple masthead and the Caption goes below. | |||
2014-05-09 | Merge pull request #156 from azul/bugfix/5548-hide-signup-forms-without-js0.5.1-rc2 | azul | |
hide srp forms when no js is available | |||
2014-05-08 | minor fix to default pricing chart | elijah | |