Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-03 | fix: icons that were using the bootstrap 2 syntax | Azul | |
2017-04-03 | feature: delete user clearing username | Azul | |
2017-03-29 | fix: bring back wrapped signup button with cancel | Azul | |
2017-03-27 | fix: bootstrap 3 style of menus | Azul | |
span10 now is .col-??-10. ul.unstyled now is ul.list-unstyled also leave out unnecessary li if billing is disabled. | |||
2017-03-27 | upgrade: simple_form to bootstrap 3 | Azul | |
* reran the simple form initializer. * wrapped submit buttons are now broken and need a fix. * disabled confirmation validation in client side validations as the error message always is attached to the wrong field. | |||
2017-03-23 | bugfix: handle couch 404s | Azul | |
our special error handler for json requests would turn all exceptions into 500s - removed it. now the rescue_responses can do their thing again. | |||
2016-10-20 | Merge remote-tracking branch 'origin/develop' | Azul | |
We'll only use the master branch for development from now on. | |||
2016-10-08 | Merge remote-tracking branch 'pr/241' into develop | Azul | |
2016-09-30 | added 'show more tweets'-link when more tweets are existing than displayed, ↵ | thea | |
method included to set number of tweets which should be displayed | |||
2016-09-26 | Display provider message next to tweets aswell | Azul | |
The content.html.haml was modified to pick the layout based on wether tweets are enabled or not. We need to display the provider message in both cases. | |||
2016-09-26 | Merge remote-tracking branch 'pr/239' into develop | Azul | |
2016-09-22 | initializer/twitter.rb file unnecessary; added change in main view only if ↵ | luca-marie | |
twitter feature is set enabled == true | |||
2016-09-22 | included Theas work on error-handling \o/; changed link to twitter-account ↵ | luca-marie | |
in header; fixed erb escaping characters problem without letting evil code pass; setting customized image file 'Avatar_Pic.png' in config/custo../assets to get loaded instead of default twitter-logo | |||
2016-09-22 | customize: provider message more fine grained | Azul | |
We used to replace all of home/content - so we missed the twitter feed on the providers. Instead one should now customize home/provider_message only. | |||
2016-09-13 | Merge pull request #13 from LoadToCode/marie | Marie | |
Change in code for caching | |||
2016-09-13 | Change in code for caching | luca-marie | |
2016-09-13 | Merge pull request #12 from LoadToCode/thea | theaamanda | |
Deleting not necessary files from offical PR | |||
2016-09-13 | reseted index.html.haml old state | thea | |
2016-09-13 | Updating CSS and view Code | luca-marie | |
2016-09-13 | Cleaning CSS &view code, updating twitter helper with develop | luca-marie | |
2016-09-09 | Added changes in css, view and main view file, as well as default avatar is ↵ | luca-marie | |
now set as twitter official logo (added 2 official twitter logo images; changed footer text. | |||
2016-09-09 | Added changes in css, view and main view file, as well as default avatar is ↵ | luca-marie | |
now set as twitter official logo (added 2 official twitter logo images; changed footer text. | |||
2016-09-07 | changed naming for tweets-method in _index and included time-checking and a ↵ | thea | |
twitter call will only be made every 15 minutes | |||
2016-09-01 | Updating the view and CSS, no pic and twitter handle in each tweet; | luca-marie | |
Displaying only 3 most tweets | |||
2016-09-01 | Changes mainly on CSS 'fine tuning' and shortening the Twitter API credentials, | luca-marie | |
- only bearer token is needed to access Twitter API | |||
2016-09-01 | Adding config/config.yml file into .gitignore, cleaning up smaller typos | luca-marie | |
2016-09-01 | Small updates on method to check if twitter feed enabled | luca-marie | |
2016-09-01 | Twitter controller now as helper, some more styling in CSS, bug fix | luca-marie | |
2016-09-01 | Update with Twitter | luca-marie | |
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-13 | 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. | |||
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 | |