Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-23 | move signup from users to account_controller | Azul | |
There was a lot of special case handling going on in the users_controller for this. Lot simpler this way. | |||
2016-05-23 | cleanup: remove service level code from users_controller | Azul | |
There's no route to this right now and it also seems to be tested nowhere. Since i am about to split up the users_controller let's get rid of this and put it in the place we want it once we actually finish the implementation | |||
2016-05-18 | api: allow version bumping - bump to 2 | Azul | |
2016-05-14 | ensure invalid user ids still render the ticket form | Azul | |
We still have strange urls requested like /pt/users/AnonymousUser.../tickets/new Not sure where they are coming from - but this should make sure we respond with sth. meaningful instead of erroring out. Conflicts: app/views/layouts/_content.html.haml | |||
2016-05-02 | upgrade: bootstrap control-group -> form-group | Azul | |
2016-05-02 | upgrade: use bootstrap3 row and col-md-* | Azul | |
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 | |