Age | Commit message (Expand) | Author |
2014-07-01 | Version 0.5.30.5.3 | Azul |
2014-06-25 | android app now supports signup, so change text that said otherwise. | elijah |
2014-06-23 | added debugging note to DEVELOP.md | elijah |
2014-06-23 | Account.create - do a User.new instead of User.create, so that we can report ... | elijah |
2014-06-18 | Merge pull request #172 from elijh/feature/customgem | azul |
2014-06-18 | Merge pull request #171 from elijh/feature/identityfail | azul |
2014-06-17 | Gemfile: fix problem when config is missing environments | elijah |
2014-06-17 | if identity fails to be created, destroy the user. also, pass through identit... | elijah |
2014-06-17 | support for optional gems in Gemfile (engines/ and config/customization/gems/) | elijah |
2014-06-09 | Merge tag '0.5.2' | Azul |
2014-06-09 | Version 0.5.20.5.2 | Azul |
2014-06-03 | tickets: fix bug that allow index of other users | elijah |
2014-05-30 | Merge pull request #167 from azul/feature/i18n-for-ticket-system0.5.2-rc | azul |
2014-05-30 | Merge pull request #168 from azul/bugfix/fix-login-validations | azul |
2014-05-29 | fix flash for creating anonymous tickets | Azul |
2014-05-29 | adopt tests to new translations | 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 | adopt tests to new error messages for identities | 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 | 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 |