Age | Commit message (Expand) | Author |
2016-09-06 | included extra methods to have the twitter call for twitter name only have ha... | thea |
2016-09-06 | Merge pull request #1 from LoadToCode/marie | theaamanda |
2016-09-05 | resolved bug from PR #236. Included test environment to secrets-file and incl... | thea |
2016-09-01 | Updating the view and CSS, no pic and twitter handle in each tweet; | luca-marie |
2016-09-01 | Changes mainly on CSS 'fine tuning' and shortening the Twitter API credentials, | luca-marie |
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 | Code lives now in twitter_helper.rb | luca-marie |
2016-09-01 | Twitter controller now as helper, some more styling in CSS, bug fix | luca-marie |
2016-09-01 | One more gif to play with | luca-marie |
2016-09-01 | Update with Twitter | luca-marie |
2016-08-26 | [load] require login_format_validation in session | Azul |
2016-08-19 | respond_to on a per controller basis | Azul |
2016-08-17 | bugfix: send 406 if an unexpected format is asked for | Azul |
2016-08-12 | [db] def database on users instead of use_database | Azul |
2016-08-12 | move temporary_user into lib - fix load issue | Azul |
2016-07-14 | [feature] restrict is_admin in the user api, to only allow querying | NavaL |
2016-07-14 | Merge branch 'develop' of https://github.com/leapcode/leap_web into feature/e... | NavaL |
2016-07-12 | bugfix: require local email in user model | Azul |
2016-07-05 | Fix db:migrate and similar tasks | Azul |
2016-06-22 | [feature] expose is_admin in the user api | NavaL |
2016-05-23 | rename destroy_identity to release_handles | Azul |
2016-05-23 | move signup from users to account_controller | Azul |
2016-05-23 | cleanup: remove service level code from users_controller | Azul |
2016-05-23 | restrict user_params in user_controller | Azul |
2016-05-18 | features for API version 2 - keep old ones | Azul |
2016-05-18 | api: allow version bumping - bump to 2 | Azul |
2016-05-14 | ensure invalid user ids still render the ticket form | Azul |
2016-05-03 | use APP_CONFIG[config_file_paths] for provider.json | Azul |
2016-05-03 | fix failing unit and functional tests | Azul |
2016-05-02 | use icon helper from navigation helper | Azul |
2016-05-02 | upgrade: bootstrap control-group -> form-group | Azul |
2016-05-02 | upgrade: fix buttons for bootstrap3 | Azul |
2016-05-02 | upgrade bootstrap3 icons work now | Azul |
2016-05-02 | upgrade: use bootstrap3 row and col-md-* | Azul |
2016-05-02 | upgrade: {File,Dir}.exists? -> exist? | Azul |
2016-05-02 | upgrade: add formbuilder wrapper for bootstrap | Azul |
2016-05-02 | upgrade: typeahead is not in bootstrap3 anymore | Azul |
2016-05-02 | upgrade: use bootstrap3 variable names in leap.scss | Azul |
2016-05-02 | update: stop refering to bootstrap2 ie7 hack | Azul |
2016-05-02 | upgrade: bootstrap 3 does not have -responsive | Azul |
2016-05-02 | upgrade: remove references to RestClient | Azul |
2016-04-11 | allow monitor auth to create users even if invites are normally required. | elijah |
2016-04-01 | api: added super simple motd, closes #7866 | elijah |
2016-03-30 | api: return proper 404 for GET /1/identities/:id.json | elijah |
2016-03-30 | api: added json error pages, allow "." in the :id param of all api routes | elijah |
2016-03-28 | api: added get(:show) to identities and users, allow monitors to create/delet... | elijah |
2016-03-28 | api: added allow ability to limit what IPs can access api using a static conf... | elijah |
2016-03-28 | api tokens - clarify terms: "monitors" are admins that authenticated via api ... | elijah |
2016-03-28 | api tokens: allow for special api tokens that work like session tokens but ar... | elijah |