summaryrefslogtreecommitdiff
path: root/engines/support/app
AgeCommit message (Expand)Author
2017-03-27upgrade: simple_form to bootstrap 3Azul
2017-03-21upgrade: rails4.2 deprecated deliver -> deliver nowAzul
2016-11-21bugfix: handle missing params for ticket gracefullyAzul
2016-07-05Fix db:migrate and similar tasksAzul
2016-05-22make ticket tests pass without network connectionAzul
2016-05-14ensure invalid user ids still render the ticket formAzul
2016-05-02bugfix: test user properly in auto_new_ticket_pathAzul
2016-05-02upgrade: use bootstrap3 row and col-md-*Azul
2016-05-02upgrade: remove references to RestClientAzul
2016-01-16fix ticket display bugelijah
2015-09-28Disable CSRF token verification on ticket creation.Giovane
2015-04-30added support for email notifications of ticket changeselijah
2014-12-15bugfix: allow deletion of user's identities via api when user is deleted. clo...elijah
2014-12-10silently ignore 404 errors when trying to delete all user tickets: the ticket...elijah
2014-07-17make sure i18n key can be found (cascade)Azul
2014-07-09only use user ticket(s) path for real usersAzul
2014-07-09minor: cleanup some linksAzul
2014-07-09stay on all tickets view when sorting (#5879)Azul
2014-07-05make link_to_navigation more generic and reuse itAzul
2014-07-05Enable unblocking handles in identities tabAzul
2014-06-03tickets: fix bug that allow index of other userselijah
2014-05-29fix flash for creating anonymous ticketsAzul
2014-05-28destroy_btn helper methodAzul
2014-05-27add btn helper for link_to with .btnAzul
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-14Merge pull request #159 from azul/bugfix/5659-fix-ticket-form-submitazul
2014-05-13adjust tests to new config and method implementationAzul
2014-05-13open/close toggle and fields in different forms - fixes #5659Azul
2014-05-13prefill ticket form from the model - fixes #5657Azul
2014-05-13keep empty email field if user removed prefillAzul
2014-04-25move open and close buttons into status displayAzul
2014-04-25using simple_form for the last form that was not using it.Azul
2014-04-25simple form: add wrapped and loading... buttons #5542Azul
2014-04-25Merge pull request #148 from azul/feature/api-quota-supportazul
2014-04-24check user_id param for present? instead of !nil?Azul
2014-04-24let's only add the flash notice if the ticket has been createdAzul
2014-04-24return nil as auto_ticket_path for invalid ticketsAzul
2014-04-18minor fix: User#email_address not User#emailAzul
2014-04-17make use of the UnauthorizedUserAzul
2014-04-11move engines into engines directoryAzul