summaryrefslogtreecommitdiff
path: root/app/controllers/controller_extension
AgeCommit message (Expand)Author
2016-05-03use APP_CONFIG[config_file_paths] for provider.jsonAzul
2016-05-03fix failing unit and functional testsAzul
2016-05-02upgrade: {File,Dir}.exists? -> exist?Azul
2016-03-30api: return proper 404 for GET /1/identities/:id.jsonelijah
2016-03-28api: added get(:show) to identities and users, allow monitors to create/delet...elijah
2016-03-28api: added allow ability to limit what IPs can access api using a static conf...elijah
2016-03-28api tokens - clarify terms: "monitors" are admins that authenticated via api ...elijah
2016-03-28api tokens: allow for special api tokens that work like session tokens but ar...elijah
2015-04-30added support for email notifications of ticket changeselijah
2014-07-17some cleanup of the messages api and cuke featureAzul
2014-07-14fix controller refactor and featuresAzul
2014-07-14move fetch_user into module so it can be mixed inAzul
2014-07-14send config files from ConfigsControllerAzul
2014-07-14clean up and simplify error responses and test codeAzul
2014-07-14separate login_required from access denied responseAzul
2014-05-29html5: <br> instead of <br/>Azul
2014-05-26flash_for with_errors option displays error messagesAzul
2014-05-26Controller#flash_for instead of FlashResponderAzul
2014-05-26hash token with sha512 against timing attacs #3398Azul
2014-04-18change service level configuration strategyAzul
2014-04-17UnauthenticatedUser as current_userAzul
2014-04-08moving users: app and test filesAzul