Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Twitter controller now as helper, some more styling in CSS, bug fix | luca-marie | |
2016-09-01 | Update in config | luca-marie | |
2016-09-01 | Update with Twitter | luca-marie | |
2016-08-15 | cleanup: remove outdated travis setup | Azul | |
2016-08-15 | [ci] move configs into config dir | Azul | |
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-20 | api: set defaults for version in routes | Azul | |
This way we do not need to specify it all the times. In the functional tests defaults do not get added automatically. Introduced api_{get,put,post,delete} to add format and version default. One to two functional tests failing, everything else passes. | |||
2016-05-18 | api: allow version bumping - bump to 2 | Azul | |
2016-05-03 | use APP_CONFIG[config_file_paths] for provider.json | Azul | |
This avoids overwriting the PROVIDER_JSON constant in the StaticConfigController and thus fixes test warnings. Also moved away from using instance variables in the ControllerExtension::JsonFile - instead querying the corresponding functions now - less sideeffects and easier stubbing. | |||
2016-05-02 | upgrade: horizontal forms now need column styles | Azul | |
2016-05-02 | upgrade: bootstrap control-group -> form-group | Azul | |
2016-05-02 | upgrade: {File,Dir}.exists? -> exist? | Azul | |
exists? is deprecated in ruby 2.1 | |||
2016-05-02 | upgrade: typeahead is not in bootstrap3 anymore | Azul | |
using twitter/typeahead instead which seems to have similar properties | |||
2016-05-02 | test: use assert_error_response in functional test | Azul | |
This way the changed flash hash still is recognized. Also changed the generic 'no_such_thing' i18n key to more specific 'no_such_user'. The former is very hard to translate as the gender of thing may affect the translation of the 'no such' part. | |||
2016-05-02 | upgrade: client_side_validations initializer | Azul | |
2016-05-02 | upgrade: migrate config | Azul | |
environment.rb boot.rb application.rb -> adopted according to http://railsdiff.org/3.2.22.2/4.2.6 Also dropped quite_assets - not sure if this is still needed with rails 4.2. If it is we can bring it back. | |||
2016-05-02 | upgrade: environments:production | Azul | |
Changed according to http://railsdiff.org/3.2.22.2/4.2.6 Includes setting logging to debug. Not sure if we want this. I agree that it's good to have all info available in case something breaks. | |||
2016-05-02 | upgrade: environments:development | Azul | |
Changed according to http://railsdiff.org/3.2.22.2/4.2.6 Also separated settings we added from those that rails has by default. | |||
2016-05-02 | upgrade: environments/test.rb | Azul | |
Changed according to http://railsdiff.org/3.2.22.2/4.2.6 Should also get rid of some warnings. | |||
2016-05-02 | upgrade: no more underspecified match routes | Azul | |
2016-05-02 | upgrade: remove references to RestClient | Azul | |
CouchRest > 1.2 does not use RestClient anymore. So we should not try to catch its errors. | |||
2016-05-02 | upgrade: drop active_resource in config/application | Azul | |
2016-04-01 | api: added super simple motd, closes #7866 | elijah | |
2016-03-30 | api: added json error pages, allow "." in the :id param of all api routes | elijah | |
2016-03-28 | api: added allow ability to limit what IPs can access api using a static ↵ | elijah | |
configured auth token. | |||
2016-03-28 | api tokens - clarify terms: "monitors" are admins that authenticated via api ↵ | elijah | |
token, "tmp" users are users that exist only in tmp db, "test" users are either tmp users or users named "test_user_x" | |||
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 | |