Age | Commit message (Expand) | Author |
2014-06-23 | Account.create - do a User.new instead of User.create, so that we can report ... | elijah |
2014-06-17 | if identity fails to be created, destroy the user. also, pass through identit... | elijah |
2014-05-30 | Merge pull request #167 from azul/feature/i18n-for-ticket-system0.5.2-rc | azul |
2014-05-29 | html5: <br> instead of <br/> | Azul |
2014-05-29 | clearify identity validations | Azul |
2014-05-29 | ensure User#reload returns self | Azul |
2014-05-29 | hand on errors from Email to Identity to User | Azul |
2014-05-29 | catch corner cases of account creation | Azul |
2014-05-28 | allow changing the user_id on an identity | Azul |
2014-05-28 | bring back the alias functionality in Identities | Azul |
2014-05-28 | ensure identity is cleared on user.reload - fixes test | Azul |
2014-05-28 | minor: beautify handle lookup in etc/passwd some | Azul |
2014-05-28 | use Identity for testing login availability | Azul |
2014-05-28 | destroy_btn helper method | Azul |
2014-05-27 | move users key into layouts scope so it does not conflict with users scope | Azul |
2014-05-27 | add btn helper for link_to with .btn | Azul |
2014-05-27 | remove icon_color variable - yagni | Azul |
2014-05-26 | sorting translation keys some | Azul |
2014-05-26 | navigation works with empty locale selected | Azul |
2014-05-26 | tickets: structure i18n | Azul |
2014-05-26 | flash_for with_errors option displays error messages | Azul |
2014-05-26 | remove unused bold helper and instead sanitize flash | Azul |
2014-05-26 | Controller#flash_for instead of FlashResponder | Azul |
2014-05-26 | FlashResponder will automagically add flash messages | Azul |
2014-05-26 | Merge pull request #163 from azul/feature/3398-save-hashed-token | azul |
2014-05-26 | Merge pull request #165 from azul/feature/cert-fingerprints | azul |
2014-05-26 | hash token with sha512 against timing attacs #3398 | Azul |
2014-05-26 | change from GET to POST for certs | Azul |
2014-05-22 | Merge pull request #166 from elijh/feature/footer | azul |
2014-05-20 | better detection if price link should be shown in the footer | elijah |
2014-05-19 | store fingerprints with timestamp | Azul |
2014-05-19 | minor: fix tests | Azul |
2014-05-19 | store cert fingerprint with main user identity | Azul |
2014-05-19 | SmtpCertsController, routes and tests | Azul |
2014-05-19 | fix Email so User.new.valid? does not crash | Azul |
2014-05-19 | calculate cert fingerprints to store for leap_mx | Azul |
2014-05-19 | little bit of documentation | Azul |
2014-05-19 | i18n for error pages | Azul |
2014-05-19 | custom error pages for 404 and 500 errors | Azul |
2014-05-15 | Merge pull request #161 from azul/bugfix/download-button-wider | azul |
2014-05-14 | check for presence of service_levels | Azul |
2014-05-14 | make download button wide enough for helvetica #5039 | Azul |
2014-05-14 | Merge pull request #157 from azul/bugfix/5664-stop-email-autofill | azul |
2014-05-13 | move User Control Panel heading out of masthead | Azul |
2014-05-13 | destinguish user.email from user.email_address | Azul |
2014-05-13 | keep empty email field if user removed prefill | Azul |
2014-05-13 | allow for usernames with dots | Azul |
2014-05-09 | Merge pull request #156 from azul/bugfix/5548-hide-signup-forms-without-js0.5.1-rc2 | azul |
2014-05-08 | minor fix to default pricing chart | elijah |
2014-05-06 | minor: fixing comment | Azul |