Age | Commit message (Expand) | Author |
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 | split up and refactor TicketController#update | Azul |
2014-05-26 | separate tests for the ticket list from main controller test | Azul |
2014-05-26 | splitting up long functional test case | Azul |
2014-05-26 | FlashResponder will automagically add flash messages | Azul |
2014-05-26 | move comment related tests out of TicketControllerTest | Azul |
2014-05-26 | use i18n.missing_translations | 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 | fix test to require login | 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-22 | Merge pull request #162 from azul/feature/3295-custom-error-pages | 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 | basic integration test for cert API | Azul |
2014-05-19 | calculate cert fingerprints to store for leap_mx | Azul |
2014-05-19 | little bit of documentation | Azul |
2014-05-19 | minor: remove unused error pages | Azul |
2014-05-19 | i18n for error pages | Azul |
2014-05-19 | custom error pages for 404 and 500 errors | Azul |
2014-05-19 | update Gemfile.lock to reflect new version | Azul |
2014-05-16 | Version 0.5.10.5.1 | Azul |
2014-05-16 | Merge remote-tracking branch 'origin/develop' | Azul |
2014-05-15 | Merge pull request #161 from azul/bugfix/download-button-wider | azul |
2014-05-15 | Merge pull request #160 from azul/upgrade/rails-3.2.18 | azul |
2014-05-14 | check for presence of service_levels | Azul |
2014-05-14 | upgrade rails to 3.2.18 for security fixes | Azul |
2014-05-14 | make download button wide enough for helvetica #5039 | Azul |
2014-05-14 | Merge pull request #159 from azul/bugfix/5659-fix-ticket-form-submit | azul |
2014-05-14 | Merge pull request #157 from azul/bugfix/5664-stop-email-autofill | azul |
2014-05-14 | Merge pull request #158 from azul/bugfix/5658-fix-broken-masthead | azul |
2014-05-13 | adjust tests to new config and method implementation | Azul |
2014-05-13 | open/close toggle and fields in different forms - fixes #5659 | Azul |
2014-05-13 | move User Control Panel heading out of masthead | Azul |
2014-05-13 | destinguish user.email from user.email_address | Azul |