summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
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-12allow querying for the expiry of a particular fingerprintAzul
2014-07-12fix tests and simplify time calculationsAzul
2014-07-12Identity view cert_fingerprints_by_expiryAzul
2014-07-12store expiry with cert fingerprintsAzul
2014-07-11Added allow_registration toggle.Folker Bernitt
2014-07-09minor: cleanup some linksAzul
2014-07-09Merge pull request #173 from azul/feature/unblock-handlesazul
2014-07-09list identities based on search onlyAzul
2014-07-08create client certificates with generous not_before (fixes #5884)elijah
2014-07-05make link_to_navigation more generic and reuse itAzul
2014-07-05Enable unblocking handles in identities tabAzul
2014-07-05backport bootstraps 3.2s list-inlineAzul
2014-06-23Account.create - do a User.new instead of User.create, so that we can report ...elijah
2014-06-17if identity fails to be created, destroy the user. also, pass through identit...elijah
2014-05-30Merge pull request #167 from azul/feature/i18n-for-ticket-system0.5.2-rcazul
2014-05-29html5: <br> instead of <br/>Azul
2014-05-29clearify identity validationsAzul
2014-05-29ensure User#reload returns selfAzul
2014-05-29hand on errors from Email to Identity to UserAzul
2014-05-29catch corner cases of account creationAzul
2014-05-28allow changing the user_id on an identityAzul
2014-05-28bring back the alias functionality in IdentitiesAzul
2014-05-28ensure identity is cleared on user.reload - fixes testAzul
2014-05-28minor: beautify handle lookup in etc/passwd someAzul
2014-05-28use Identity for testing login availabilityAzul
2014-05-28destroy_btn helper methodAzul
2014-05-27move users key into layouts scope so it does not conflict with users scopeAzul
2014-05-27add btn helper for link_to with .btnAzul
2014-05-27remove icon_color variable - yagniAzul
2014-05-26sorting translation keys someAzul
2014-05-26navigation works with empty locale selectedAzul
2014-05-26tickets: structure i18nAzul
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-26FlashResponder will automagically add flash messagesAzul