summaryrefslogtreecommitdiff
path: root/engines/support/app/controllers/tickets_controller.rb
AgeCommit message (Expand)Author
2016-11-21bugfix: handle missing params for ticket gracefullyAzul
2015-09-28Disable CSRF token verification on ticket creation.Giovane
2015-04-30added support for email notifications of ticket changeselijah
2014-07-09stay on all tickets view when sorting (#5879)Azul
2014-06-03tickets: fix bug that allow index of other userselijah
2014-05-29fix flash for creating anonymous ticketsAzul
2014-05-26tickets: structure i18nAzul
2014-05-26flash_for with_errors option displays error messagesAzul
2014-05-26Controller#flash_for instead of FlashResponderAzul
2014-05-26split up and refactor TicketController#updateAzul
2014-05-26FlashResponder will automagically add flash messagesAzul
2014-05-13prefill ticket form from the model - fixes #5657Azul
2014-05-13keep empty email field if user removed prefillAzul
2014-04-25using simple_form for the last form that was not using it.Azul
2014-04-25Merge pull request #148 from azul/feature/api-quota-supportazul
2014-04-24let's only add the flash notice if the ticket has been createdAzul
2014-04-17make use of the UnauthorizedUserAzul
2014-04-11move engines into engines directoryAzul