Age | Commit message (Expand) | Author |
2013-12-06 | ignore attempts to empty public_key, refactor | Azul |
2013-12-06 | Merge remote-tracking branch 'origin/master' into develop | Azul |
2013-12-06 | Version 0.2.80.2.8 | Azul |
2013-12-05 | We won't want service levels in production mode, and have it so this initial ... | jessib |
2013-12-03 | Some simplification of code. | jessib |
2013-12-03 | Add ServiceLevel class to wrap config and give accessors. Has some hacky part... | jessib |
2013-12-02 | Merge branch 'develop' into feature/service_level | jessib |
2013-12-02 | Merge pull request #118 from azul/feature/validate-pgp-keys | jessib |
2013-12-02 | Version 0.2.8 - release candidate0.2.8.rc | Azul |
2013-11-29 | Merge remote-tracking branch 'origin/master' into develop | Azul |
2013-11-27 | minor: rename test to what it actually tests | Azul |
2013-11-26 | simple validation for pgp key format | Azul |
2013-11-26 | ignore attempts to empty public_key, refactor | Azul |
2013-11-25 | Merge pull request #117 from jessib/feature/return_public_key | azul |
2013-11-25 | Give 404 error if one goes to /key/user for non-existing user. | jessib |
2013-11-21 | Refactoring of code, and tests. | jessib |
2013-11-21 | Merge branch 'develop' into feature/return_public_key | jessib |
2013-11-21 | Merge pull request #116 from azul/feature/rake-tasks-for-cleanup | jessib |
2013-11-21 | Merge pull request #115 from azul/feature/dump-design-docs | jessib |
2013-11-21 | rake tasks clean up expired tokens and sessions (#4568) | Azul |
2013-11-19 | couchrest:dump task will dump all design docs | Azul |
2013-11-19 | add dump_design_docs to CouchRest::Model::Utils:Migrate | Azul |
2013-11-18 | Need to cleanup some, but start to show public key for /key/username | jessib |
2013-11-18 | Start of service level code, which will be tweaked | jessib |
2013-11-18 | Merge branch 'develop' - hotfix for database change | Azul |
2013-11-18 | Merge pull request #114 from jessib/feature/rename_ticket_title_to_subject | azul |
2013-11-18 | Remove unnecessary label. | jessib |
2013-11-18 | Merge branch 'develop' into feature/rename_ticket_title_to_subject | jessib |
2013-11-15 | Version 0.2.70.2.7 | Azul |
2013-11-15 | Merge branch 'develop' | Azul |
2013-11-15 | Merge pull request #113 from elijh/feature/customize | azul |
2013-11-15 | fix problem with custom scss files and precompiling assets in production mode. | elijah |
2013-11-14 | ensure that we only copy files when running restarting the app, not every tim... | elijah |
2013-11-14 | minor improvements to the download button (proper localization, better image,... | elijah |
2013-11-14 | added support for easier customizations via "config/customization" directory | elijah |
2013-11-12 | Merge pull request #112 from azul/debug/log_json_errors | jessib |
2013-11-12 | Merge pull request #110 from azul/feature/cleanup-expired-tokens | jessib |
2013-11-12 | make sure we log json request errors and their backtraces | Azul |
2013-11-12 | Merge pull request #111 from jessib/bugfix/4453_missing_template | azul |
2013-11-11 | Rename ticket title to be subject, as that is what we are displaying it as. | jessib |
2013-11-11 | Maybe not ideal fix, but since there is no edit view, we want to show the sho... | jessib |
2013-11-11 | Merge pull request #109 from azul/feature/clear-all-data-of-deleted-user | jessib |
2013-11-10 | update readme to require ruby 1.9.3 instead of 1.8 | Azul |
2013-11-08 | removed outdated test. | Azul |
2013-11-08 | fix cornercase of non expiring tokens | Azul |
2013-11-08 | Token.destroy_all_expired to cleanup expired tokens (#4411) | Azul |
2013-11-07 | only check number of disabled identities to make test more robust | Azul |
2013-11-06 | use the account lifecycle from UsersController#destroy | Azul |
2013-11-06 | destroy all tickets created by a user when account is destroyed | Azul |
2013-11-06 | Ticket.destroy_all_from(user) - remove all tickets created by a user | Azul |