summaryrefslogtreecommitdiff
path: root/app/controllers
AgeCommit message (Expand)Author
2016-04-11allow monitor auth to create users even if invites are normally required.elijah
2016-04-01api: added super simple motd, closes #7866elijah
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
2016-02-10allow user accounts to be re-enabled, and for associated identities to also g...elijah
2016-01-31remove cert fingerprints for disabled users, so that they cannot send email a...elijah
2016-01-16retain locale in URL when logging in and signing up, and ajax actions in gene...elijah
2016-01-14added UI for invite codeselijah
2015-09-20adding ability to disable/enable users by adminEvelyn
2015-08-07do not include random cruft in the common name of smtp client certificateselijah
2015-07-14fix i18n testselijah
2015-06-15added CommonLanguages gemelijah
2015-04-30added support for email notifications of ticket changeselijah
2015-03-17Better error message when a database is missing (very useful for nagios tests)elijah
2014-12-15bugfix: allow deletion of user's identities via api when user is deleted. clo...elijah
2014-11-11Merge branch 'test/feature-for-service-endpoint' of https://github.com/azul/l...elijah
2014-11-11Merge branch 'feature/error-tweaks' of https://github.com/azul/leap_web into ...elijah
2014-11-10added destroy user to apielijah
2014-09-04fixed typo on configs_controller.rbelijah
2014-07-31features for anonymous use and service endpointAzul
2014-07-31use ApiController#anonymous_access_allowed?Azul
2014-07-31respond with 404 and 500 when rendering custom error pagesAzul
2014-07-18Allow fetching configs if anonymous EIP access is allowedAzul
2014-07-17some cleanup of the messages api and cuke featureAzul
2014-07-17clean up error assertions in testsAzul
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-14ApiController with API style authAzul
2014-07-14clean up and simplify error responses and test codeAzul
2014-07-14send static list of configs for nowAzul
2014-07-14use cucumber; initial ConfigsControllerAzul
2014-07-14render valid json error if provider file not foundAzul
2014-07-14SessionsController#unauthenticated for 401sAzul
2014-07-14separate login_required from access denied responseAzul
2014-07-14Moved check for allow_registration into filter.Folker Bernitt
2014-07-11Added allow_registration toggle.Folker Bernitt
2014-07-09list identities based on search onlyAzul
2014-07-05Enable unblocking handles in identities tabAzul
2014-05-29html5: <br> instead of <br/>Azul
2014-05-26flash_for with_errors option displays error messagesAzul
2014-05-26remove unused bold helper and instead sanitize flashAzul
2014-05-26Controller#flash_for instead of FlashResponderAzul
2014-05-26Merge pull request #163 from azul/feature/3398-save-hashed-tokenazul
2014-05-26Merge pull request #165 from azul/feature/cert-fingerprintsazul
2014-05-26hash token with sha512 against timing attacs #3398Azul
2014-05-26change from GET to POST for certsAzul