summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-14SessionsController#unauthenticated for 401sAzul
2014-07-14separate login_required from access denied responseAzul
2014-07-14rename warden extension to patch the originalAzul
2014-07-14Merge pull request #179 from fbernitt/issue_5217_addendumazul
2014-07-14Moved check for allow_registration into filter.Folker Bernitt
2014-07-14Merge pull request #175 from azul/feature/view-for-valid-certsazul
2014-07-12allow querying for the expiry of a particular fingerprintAzul
2014-07-12minor: fix typo in load_viewsAzul
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-11Merge pull request #178 from fbernitt/issue_5217_allow_registrationazul
2014-07-11Added allow_registration toggle.Folker Bernitt
2014-07-10Merge pull request #174 from azul/bugfix/admin-navigates-all-ticketsazul
2014-07-09adopt ticket list test to new behaviourAzul
2014-07-09only use user ticket(s) path for real usersAzul
2014-07-09minor: cleanup some linksAzul
2014-07-09stay on all tickets view when sorting (#5879)Azul
2014-07-09minor: remove dummy dependency in engine test_helpersAzul
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-07-05move braintree initilializer into coreAzul
2014-07-05remove dummy appAzul
2014-07-04update Gemfile.lock to reflect 0.5.3Azul
2014-07-01Merge tag '0.5.3'Azul
2014-07-01Version 0.5.30.5.3Azul
2014-06-25android app now supports signup, so change text that said otherwise.elijah
2014-06-23added debugging note to DEVELOP.mdelijah
2014-06-23Account.create - do a User.new instead of User.create, so that we can report ...elijah
2014-06-18Merge pull request #172 from elijh/feature/customgemazul
2014-06-18Merge pull request #171 from elijh/feature/identityfailazul
2014-06-17Gemfile: fix problem when config is missing environmentselijah
2014-06-17if identity fails to be created, destroy the user. also, pass through identit...elijah
2014-06-17support for optional gems in Gemfile (engines/ and config/customization/gems/)elijah
2014-06-09Merge tag '0.5.2'Azul
2014-06-09Version 0.5.20.5.2Azul
2014-06-03tickets: fix bug that allow index of other userselijah
2014-05-30Merge pull request #167 from azul/feature/i18n-for-ticket-system0.5.2-rcazul
2014-05-30Merge pull request #168 from azul/bugfix/fix-login-validationsazul
2014-05-29fix flash for creating anonymous ticketsAzul
2014-05-29adopt tests to new translationsAzul
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