Commit Graph

  • 11ed27d05f Made migration 19 undoable. ronaldo-reversible-migrations Ronaldo Faria Lima 2025-08-09 10:36:41 -03:00
  • 8232b85304 Added devbox to .gitignore Ronaldo Faria Lima 2025-08-09 10:23:09 -03:00
  • 4c542646ae Merge branch 'main' into ronaldo-reversible-migrations Ronaldo Faria Lima 2025-08-09 10:04:25 -03:00
  • c25a051269 Initial implementation of reversible migrations Ronaldo Faria Lima 2025-08-09 10:03:41 -03:00
  • f285a06c15 Merge pull request #1293 from DavidVadnais/main main v1.8.0 Christopher Broderick 2025-08-08 22:34:52 +02:00
  • 0135bd98db default HELPDESK_STAFF_ONLY_TICKET_OWNERS to false for tests DavidVadnais 2025-08-08 20:31:20 +00:00
  • 4f9fbbb261 remove unused logger from staff.py DavidVadnais 2025-08-08 20:10:19 +00:00
  • d2955d2dfe ruff format DavidVadnais 2025-08-08 20:07:40 +00:00
  • 985cf12e2d remove uneeded assignment of assignable_users DavidVadnais 2025-08-08 20:07:16 +00:00
  • 2d60cfb571 Allow setting to control assignable users David Vadnais 2025-08-08 20:05:26 +00:00
  • 3fc1e7b594 Use get_assignable_users when possible DavidVadnais 2025-08-08 02:20:10 +00:00
  • fe7feea78e update dropdown formatting for bootstrap4 DavidVadnais 2025-08-08 02:11:07 +00:00
  • eb76429213 Update helpdesk/templates/helpdesk/ticket_desc_table.html David Vadnais 2025-08-08 01:58:06 +00:00
  • 6e668fc1ea Merge branch 'django-helpdesk:main' into main David Vadnais 2025-08-08 01:35:17 +00:00
  • 3868d5a584 Merge pull request #1295 from django-helpdesk/refactor-get-active-users-and-fix-unassign Christopher Broderick 2025-08-06 14:51:48 +02:00
  • f02737c738 semantic fix (Unassign --> Unassigned) Benbb96 2025-08-06 14:36:31 +02:00
  • 50c071adb1 more refactoring (rename to get_assignable_users) Benbb96 2025-08-06 00:10:06 +02:00
  • 901f2c176e fix unassign action in update ticket + refactor the get_active_users function into lib Benbb96 2025-08-05 10:27:02 +02:00
  • 14a35fe3a3 bump version to 1.8.0 DavidVadnais 2025-08-04 18:07:58 +00:00
  • c7e651a1d4 place submit button in bootsrap input group DavidVadnais 2025-08-04 17:56:31 +00:00
  • a247fab842 remove debug statements DavidVadnais 2025-08-04 17:46:52 +00:00
  • bb3b86f5e0 add unassigned translation DavidVadnais 2025-08-04 17:42:59 +00:00
  • 513812b0f5 Add tooltip trans to save ticket asignment David Vadnais 2025-08-04 17:34:45 +00:00
  • e6d218728b also filter users for ticket assign by staff=true DavidVadnais 2025-08-04 17:33:10 +00:00
  • 5d06d4c114 revert multi page code for mass update DavidVadnais 2025-08-04 17:28:10 +00:00
  • 305eb0f665 switch assign user to use use update ticket not mass DavidVadnais 2025-08-04 17:24:51 +00:00
  • 57328ed636 add tooltip to save assign user button DavidVadnais 2025-08-02 01:55:13 +00:00
  • 5aae48ca86 reduce redundant current user entries in assign ticket DavidVadnais 2025-08-02 01:50:18 +00:00
  • 9428304f3f ruff format staff.py DavidVadnais 2025-08-01 18:59:30 +00:00
  • 83af45939f organize assignment box DavidVadnais 2025-08-01 18:57:06 +00:00
  • 2d92859f50 dropdown works for assign DavidVadnais 2025-08-01 18:53:22 +00:00
  • 3fca77a479 Always let users take a ticket DavidVadnais 2025-08-01 17:52:57 +00:00
  • cc815ecf40 Merge branch 'django-helpdesk:main' into main David Vadnais 2025-08-01 17:50:56 +00:00
  • 948ac56b29 Merge pull request #1292 from DavidVadnais/space-out-followup-optional-buttons David Vadnais 2025-08-01 17:49:12 +00:00
  • 2e91aaf829 the feature is for reassignment not assignment DavidVadnais 2025-08-01 03:52:09 +00:00
  • 57984fe942 added option for ticket reassign DavidVadnais 2025-08-01 03:43:27 +00:00
  • 6be287beb3 Space between followup optional buttons DavidVadnais 2025-08-01 02:49:30 +00:00
  • d07421076a Merge pull request #1289 from django-helpdesk/add_submitter_to_roles_being_emailed_on_ticket_update v1.7.0 Christopher Broderick 2025-07-28 11:47:26 +02:00
  • 6a2d02729c Fix typo Christopher Broderick 2025-07-27 23:16:31 +01:00
  • ab42d1aec9 Bump version number Christopher Broderick 2025-07-27 23:15:39 +01:00
  • a87d719f2c Make sure the HELPDESK_NOTIFY_SUBMITTER_FOR_ALL_TICKET_CHANGES attrib is correctly set. Christopher Broderick 2025-07-27 23:09:54 +01:00
  • 430d22f964 Add recipient list of emails in fail message Christopher Broderick 2025-07-27 19:03:46 +01:00
  • 1f0cd14139 Tests for email notifications on c=ticket creation and updating. Christopher Broderick 2025-07-27 15:58:46 +01:00
  • d9cf3739c5 Fix template prefix for public updates Christopher Broderick 2025-07-27 15:58:22 +01:00
  • d81c5f8765 Formatting fixes Christopher Broderick 2025-07-27 12:09:29 +01:00
  • 8776fa4d93 Redo submitter notification logic with clearer understanding of implementation. Christopher Broderick 2025-07-27 12:03:43 +01:00
  • 850e348107 Change the setting name for submitter email notification control. Update the documentation. Christopher Broderick 2025-07-27 12:01:13 +01:00
  • f696f95402 Avoid fetching a hard coded object for every instantiation of the method. Christopher Broderick 2025-07-27 10:38:06 +01:00
  • daf6e89d8e Remove restriction on Django max version Christopher Broderick 2025-07-27 00:44:54 +01:00
  • 6ebba91a6f Fix formatting Christopher Broderick 2025-07-27 00:35:46 +01:00
  • ac153518e3 Rationalise email notifications handling. Add support for non-public submitter notification Christopher Broderick 2025-07-27 00:29:14 +01:00
  • c443d8f286 Add setting to control sending email to submitter when updating a non-public ticket Christopher Broderick 2025-07-27 00:28:16 +01:00
  • f0ac0b62f3 Merge pull request #1288 from X-croot/main Christopher Broderick 2025-07-21 21:39:55 +02:00
  • 93c7fd91c3 Add files via upload Can Ünüvar 2025-07-21 22:22:52 +03:00
  • d94759258f Delete helpdesk/locale/tr_TR⁄LC_MESSAGES/django.mo Can Ünüvar 2025-07-21 22:21:42 +03:00
  • 741f12a24e Delete helpdesk/locale/tr_TR⁄LC_MESSAGES/django.po Can Ünüvar 2025-07-21 22:21:30 +03:00
  • 711a34717b Add files via upload Can Ünüvar 2025-07-21 22:20:16 +03:00
  • 3ed94d5dfb Delete helpdesk/locale/tr_TR/LC_MESSAGES/django.po Can Ünüvar 2025-07-21 22:16:29 +03:00
  • 0bb29caee8 Delete helpdesk/locale/tr_TR/LC_MESSAGES/django.mo Can Ünüvar 2025-07-21 22:15:46 +03:00
  • 388b3aefd6 Merge pull request #1287 from django-helpdesk/fix_ticket_form_custom_fields_update v1.6.2 David Vadnais 2025-07-17 16:32:45 +00:00
  • 69752ec558 Update version number for next release. Christopher Broderick 2025-07-17 11:37:08 +01:00
  • c02c40f589 Make rundemo script repeatably executable Christopher Broderick 2025-07-17 00:19:49 +01:00
  • 32007bbc1b Add unit test for custom fields Christopher Broderick 2025-07-17 00:19:10 +01:00
  • 507c472960 Force additional fields div to open before submit to show field errors. Christopher Broderick 2025-07-17 00:14:12 +01:00
  • 40e9867495 Merge pull request #1285 from ezra-varady/ezra/query-context Christopher Broderick 2025-07-16 10:38:43 +02:00
  • 17127db869 fix lint Ezra Varady 2025-07-14 11:10:48 -10:00
  • dcd51adfd9 add argument to get_datatable_context to allow custom sorting Ezra Varady 2025-07-08 09:50:23 -10:00
  • 8b4c2afc4b Merge pull request #1284 from mdesco-crgl/issue#1279 Christopher Broderick 2025-07-08 00:06:13 +02:00
  • a056e4d0a8 add unit test for get_ticket_id_from_slug and alt queue processing for get_email Marc 2025-07-07 21:17:29 +00:00
  • 50fd6a07e8 Allow checking for ticket IDs in all queues regardless of email submission settings rachitpoudel101 2025-06-17 11:47:03 +05:45
  • c4dfe9e536 Fix ticket ID matching across multiple queues rachitpoudel101 2025-06-17 10:23:43 +05:45
  • 16777aac4a Merge pull request #1282 from mdesco-crgl/1281-take-due-date Christopher Broderick 2025-06-20 10:35:46 +02:00
  • 4e8a59d693 nullcheck due date passed to followup before replacing existing ticket.due_date Marc 2025-06-19 18:30:03 +00:00
  • 680342efeb Merge pull request #1278 from Leggendario12/main v1.6.1 Christopher Broderick 2025-06-12 10:42:22 +02:00
  • 6ac40421f0 Update public_base.html to remove redundant JavaScript include and bump version to 1.6.1 Daniel Montecillo 2025-06-11 20:54:22 -06:00
  • e94289c8a2 Include sb-admin.js in base template to restore sidebar toggle for authenticated users Daniel Montecillo 2025-06-10 22:03:29 -06:00
  • 0b9fe0cb76 Merge pull request #1277 from bhargav1002/feat/ticket-hold-followup-change-tracking v1.6.0 Christopher Broderick 2025-06-09 13:51:15 +02:00
  • e0ac8e5486 Merge branch 'main' into feat/ticket-hold-followup-change-tracking Christopher Broderick 2025-06-09 13:42:53 +02:00
  • 81a7bfabe1 Bump version to 1.6.0 bhargav1002 2025-06-09 07:39:36 +05:30
  • b83844d8e5 Merge pull request #1276 from bhargav1002/ui/helpdesk-template-enhancements Christopher Broderick 2025-06-08 15:17:37 +02:00
  • a12ca9e155 Merge branch 'main' into ui/helpdesk-template-enhancements Christopher Broderick 2025-06-08 15:11:25 +02:00
  • c21e55a90b Merge pull request #1274 from bhargav1002/feat/manage-saved-queries-page Christopher Broderick 2025-06-08 15:10:56 +02:00
  • 93edf8c3bf Merge branch 'main' into feat/manage-saved-queries-page Christopher Broderick 2025-06-08 15:04:52 +02:00
  • 4032f7580d Merge pull request #1275 from bhargav1002/feat/priority-filter-ticket-list Christopher Broderick 2025-06-08 15:03:53 +02:00
  • d9e6d9515d Add follow-up creation and change tracking on ticket hold status bhargav1002 2025-06-08 17:30:19 +05:30
  • c46a05cd6f Enhance helpdesk UI: wrap saved query titles, group toolbar buttons, align filter labels bhargav1002 2025-06-08 16:56:02 +05:30
  • 12fba9c68c Add priority filter to ticket list view and template bhargav1002 2025-06-08 16:42:26 +05:30
  • 80bd72a171 feat: add saved queries list view page with run and delete support bhargav1002 2025-06-07 12:20:38 +05:30
  • f5f02c28ba Merge pull request #1273 from bhargav1002/fix_priority_display_setting Christopher Broderick 2025-06-03 11:18:42 +01:00
  • 7ed661485d Fix correct priority class mapping for semantic styling bhargav1002 2025-06-03 10:52:21 +05:30
  • 653a9f983d Merge pull request #1270 from kennedydane/main v1.5.1 Christopher Broderick 2025-06-02 14:21:32 +01:00
  • 77b58ef241 format fixes Dane Kennedy 2025-06-02 14:48:17 +02:00
  • aab7dfa78f Add migration for updated TicketChange model (increase max_length to 200 from 100) Dane Kennedy 2025-06-02 11:57:50 +02:00
  • 13ca69c7b8 Update to version 1.5.1 Dane Kennedy 2025-05-30 10:46:18 +02:00
  • 193ae98e82 Get length from model Dane Kennedy 2025-05-30 10:46:00 +02:00
  • 606c3a3ee5 Update title length Dane Kennedy 2025-05-30 10:41:40 +02:00
  • 54502ac3ea Make title length in form consistent with title length in model. Dane Kennedy 2025-05-28 17:21:50 +02:00
  • 8bdf3ce525 Merge pull request #1269 from django-helpdesk/fix_markdown_javascript_injection_prevention v1.5.0 Christopher Broderick 2025-05-17 13:36:36 +01:00
  • acebf8610c formatting Christopher Broderick 2025-05-16 23:10:18 +01:00
  • 00952197d1 fix spelling Christopher Broderick 2025-05-16 23:07:48 +01:00