Commit Graph

  • aaafe397c1 Implement Custom delete_queryset Method in QueueAdmin to Resolve Django 1062 Error Ste-KNY 2024-01-31 14:13:25 +0100
  • 4485681bb9 Revert "feat: added s3 upload capability (#10)" loydbanks 2024-01-24 14:19:27 +0000
  • 147151a271
    Merge pull request #1153 from samsplunks/main Christopher Broderick 2024-01-24 11:48:07 +0000
  • d0cb8a8165
    Update docs/settings.rst with matching priority ids Sam Splunks 2024-01-24 11:41:47 +0100
  • 229a73a8c1
    Update settings.rst with example for Ticket priority choices Sam Splunks 2024-01-24 11:14:05 +0100
  • 1bf92a82c4
    Removed unused gettext import Sam Splunks 2024-01-24 10:59:51 +0100
  • 7501e7fcd7
    Update settings documentation for Ticket PRIORITY_CHOICES customization Sam Splunks 2024-01-24 10:58:41 +0100
  • bc61ac689a
    feat: added s3 upload capability (#10) loydbanks 2024-01-24 11:48:22 +0200
  • 8a36a27bdd fix: added venv to gitignore loydbanks 2024-01-24 09:44:11 +0000
  • 3e791d98fa Explicit property naming Sam Splunks 2024-01-22 14:39:53 +0000
  • 3537ec7447 Customization of Ticket PRIORITY_CHOICES in project settings Sam Splunks 2024-01-22 14:30:44 +0000
  • 353de8bc97 Order by last name ivaggione 2024-01-18 16:28:18 -0500
  • a50065e768
    Merge pull request #1152 from timthelion/user-tickets-custom-fields Christopher Broderick 2024-01-17 22:38:55 +0000
  • f6f60a5c1c
    Merge branch 'main' into user-tickets-custom-fields Christopher Broderick 2024-01-17 22:36:40 +0000
  • 04f35dd4ce
    Merge pull request #1150 from timthelion/webhooks-4 Christopher Broderick 2024-01-17 22:35:51 +0000
  • c9f742227e Include custom fields in user tickets api endpoint Timothy Hobbs 2024-01-16 22:19:32 +0000
  • 0310e90052 Extra filter for can_assign_to ivaggione 2024-01-16 16:22:14 -0500
  • 271ac4599d Add mig ivaggione 2024-01-10 20:51:38 +0100
  • e3fcfafcd0 Fix form ivaggione 2024-01-09 02:46:15 +0100
  • 0928712e61 Fix typo ivaggione 2024-01-09 02:39:07 +0100
  • 9bcf0e7f30 More admin stuff ivaggione 2024-01-09 02:36:55 +0100
  • 0ac5b07d76 Some more fields, form tweaks ivaggione 2024-01-09 02:20:17 +0100
  • b0977a44d0 Remove debug output code from tests Timothy Hobbs 2024-01-04 00:16:47 +0000
  • 7aa7f0eca2 Fix custom field sending in new ticket webhook Timothy Hobbs 2023-12-27 19:34:56 +0000
  • b0d1dded77 Ticket list: Added page count, total count, and selected count Elizabeth 2023-12-26 14:37:16 -0500
  • eb629ab603 Max Digits Ignacio Vaggione 2023-12-21 19:39:13 +0000
  • fa6f3f9038 Remove ondelete Ignacio Vaggione 2023-12-21 19:36:42 +0000
  • d303dd4f55 Some initial fields Ignacio Vaggione 2023-12-21 19:26:32 +0000
  • 84d84ef544 Ticket list: Added sorting by submitter email Elizabeth 2023-12-19 11:03:04 -0500
  • 82653806c4
    Merge pull request #1147 from timthelion/webhooks-3 Christopher Broderick 2023-12-06 22:12:20 +0000
  • 7027aa24db
    Merge branch 'main' into webhooks-3 Christopher Broderick 2023-12-05 21:54:33 +0000
  • c138047128
    Merge pull request #1146 from timthelion/webhooks-2 Christopher Broderick 2023-12-05 21:53:15 +0000
  • 7a4210df50 my_tickets.html: Trans tags Timothy Hobbs 2023-12-04 23:42:49 +0000
  • 9b17dc3cbd More formatting fixes on ticket view page Timothy Hobbs 2023-12-03 11:12:47 +0000
  • 4432802562 Fix css for showing ticket followups Timothy Hobbs 2023-12-03 11:00:20 +0000
  • 83994d07d7 Fix updating tickets when opened from my-tickets view Timothy Hobbs 2023-12-03 10:49:59 +0000
  • 27f295098c Improve webhook env var handling & docs Timothy Hobbs 2023-12-04 23:36:20 +0000
  • c959c24b96
    Merge branch 'main' into webhooks-2 Christopher Broderick 2023-12-04 08:42:58 +0000
  • 9db89e6714
    Merge pull request #1145 from timthelion/webhooks-1 Christopher Broderick 2023-12-04 07:57:36 +0000
  • 04bbb27b24 Fix mistake in if chaining Timothy Hobbs 2023-12-03 00:34:29 +0000
  • e708281dcd Implement webhooks. Fixes #264 Timothy Hobbs 2023-12-02 18:09:34 +0000
  • 5e1fb838cb Do the full update ticket flow when followups are posted from the API Timothy Hobbs 2023-11-29 22:03:09 +0000
  • 9526ca9820 Do the full update ticket flow when followups are posted from the API Timothy Hobbs 2023-11-29 22:03:09 +0000
  • a638a34db9
    Merge pull request #1144 from django-helpdesk/new_release_version v1.1.0 Christopher Broderick 2023-11-29 15:48:22 +0000
  • 31b0b26d3c
    Update setup.py with next release version number. Christopher Broderick 2023-11-29 15:16:26 +0000
  • 74b60d3ff4 Ticket list: Fixed exports Elizabeth 2023-11-28 14:43:05 -0500
  • 6f1749a06c
    Merge pull request #1143 from timthelion/webhooks Christopher Broderick 2023-11-27 14:41:06 +0000
  • 2360c2ed53 Add My Tickets view to staff menu as well Timothy Hobbs 2023-11-27 11:18:31 +0100
  • e00e19625a Remove Due Date and Submitter columns from My Tickets view as these are not necessary Timothy Hobbs 2023-11-27 11:14:10 +0100
  • ffb7522e79 Use update_ticket method when placing ticket on hold Timothy Hobbs 2023-11-26 16:40:52 +0000
  • 8f71bdac7a Add tests for user_tickets api endpoint Timothy Hobbs 2023-11-26 12:52:10 +0000
  • 5d190c30ab re-protect public views Timothy Hobbs 2023-11-23 22:51:42 +0100
  • 162a368b9d Remove all mention of obsolute API deactivation switch. The helpdesk frontend now requires the API Timothy Hobbs 2023-11-23 22:23:13 +0100
  • 3d4d58b5fd Fixes #994 Timothy Hobbs 2023-11-23 21:58:02 +0100
  • b92c83de39 Implement My Tickets view in public helpdesk Timothy Hobbs 2023-11-23 21:50:44 +0100
  • cec90aafdd Show username in nav header Timothy Hobbs 2023-11-23 20:59:58 +0100
  • 4481795c7f search_for_ticket → class based view Timothy Hobbs 2023-11-23 20:52:27 +0100
  • e128cc0d5c view_ticket → class based view Timothy Hobbs 2023-11-23 20:37:45 +0100
  • a27508bba7 Update default logo for standalone helpdesk Timothy Hobbs 2023-11-23 20:35:26 +0100
  • 904a25b4ee Bulk actions: Added template for bulk assignment Elizabeth 2023-11-21 14:51:14 -0500
  • 95de525705 Emails: Fix for email content throwing errors Elizabeth 2023-11-16 14:51:37 -0500
  • 761b91d2fe
    Merge pull request #1140 from django-helpdesk/fix_unassigned_kbitems_not_visible_when_teams_not_active Christopher Broderick 2023-11-16 12:45:04 +0000
  • 2880f4d5db
    Update docs/teams.rst Christopher Broderick 2023-11-16 09:02:55 +0000
  • 94250cab15
    Update docs/teams.rst Christopher Broderick 2023-11-16 09:02:44 +0000
  • 3a225d88db
    Update demo/demodesk/config/settings.py Christopher Broderick 2023-11-16 09:02:12 +0000
  • 03d6220d3d
    Update docs/teams.rst Christopher Broderick 2023-11-16 09:00:49 +0000
  • 245f4285a4
    Update docs/install.rst Christopher Broderick 2023-11-16 09:00:38 +0000
  • 4ad12fca3b Emails: Added fix for address parsing Elizabeth 2023-11-15 12:49:00 -0500
  • af10f472a7
    Update docs/teams.rst Christopher Broderick 2023-11-15 11:32:37 +0000
  • 5ea97968e8
    Update demo/demodesk/config/settings.py Christopher Broderick 2023-11-15 11:32:00 +0000
  • da00cf67b3
    Update helpdesk/settings.py Christopher Broderick 2023-11-15 11:31:45 +0000
  • 6cba903827 Merge remote-tracking branch 'origin/main' into fix_unassigned_kbitems_not_visible_when_teams_not_active Christopher Broderick 2023-11-15 01:06:07 +0000
  • d65b103cc4
    Merge pull request #1139 from timthelion/webhooks Christopher Broderick 2023-11-15 00:54:32 +0000
  • 9195e4b738 Unassigned tickets lookup foix when teams is disabled. Christopher Broderick 2023-11-15 00:42:51 +0000
  • 9147cb16d5 Changed settings to support simple enable/disable of teams. Christopher Broderick 2023-11-15 00:41:56 +0000
  • 4c0c6b7fca Documentation for chnges teams enable/disable. Christopher Broderick 2023-11-15 00:41:15 +0000
  • 9c234494c4 Additional email unit test for alternate multipart without related multipart. Christopher Broderick 2023-11-15 00:40:43 +0000
  • 129b53ba5d Emails: Adds option to disable ticket notifs Elizabeth 2023-11-14 16:55:52 -0500
  • b0ef6a5484 Fix #1138 by calling update_ticket directly from non-update views Timothy Hobbs 2023-11-14 21:47:12 +0100
  • ade4c3115e Move update ticket logic out of staff.py Timothy Hobbs 2023-11-14 21:17:37 +0100
  • 6cd5522099 Move to ruff, its faster & catches more Timothy Hobbs 2023-11-14 20:07:25 +0100
  • d09c35a881 Show stack traces in stdout on standalone helpdesk Timothy Hobbs 2023-11-14 19:44:43 +0100
  • 0fc18848bc
    Merge pull request #1134 from timthelion/bad-auth Christopher Broderick 2023-11-12 00:39:33 +0000
  • 21513d4524 Fix security problem with update_ticket view Timothy Hobbs 2023-11-11 22:24:00 +0100
  • d6764cd4fb
    Merge pull request #1133 from tecbr/main Christopher Broderick 2023-11-10 13:32:12 +0000
  • f1d530db2a
    Fix 0034_create_email_template_for_merged.py tecbr 2023-11-09 21:22:56 -0300
  • 5df7b8ff85
    Fix 0009_migrate_queuemembership.py tecbr 2023-11-09 21:22:13 -0300
  • 9ed5ecf327
    Merge pull request #1131 from Naggafin/main Christopher Broderick 2023-11-09 19:21:29 +0000
  • 60aae680dd changed UserSerializer to utilize custom user classes (didn't work with them before) Naggafin 2023-11-09 13:07:26 -0500
  • 292a8f5658 Dashboard: Fixed bucket links Elizabeth 2023-11-03 12:46:25 -0400
  • 761dbaf3d8 Emails: Fixes and debugging Elizabeth 2023-11-02 16:14:59 -0400
  • 189d401f26 Merge branch 'develop_ticket_overhaul' into develop Elizabeth 2023-11-01 16:59:39 -0400
  • 598381d8c1 Sidebar: Fixed KB styling Elizabeth 2023-11-01 12:46:53 -0400
  • 1552bc33ee Ticket list: Moved menu bar to top, removed kb items from action menu Elizabeth 2023-11-01 12:40:41 -0400
  • b2e67760f1 Ticket list: Changed date format Elizabeth 2023-10-30 15:49:07 -0400
  • 3f9589ddaf Styling: Font smaller on ticket list only + changed font to BEAM's Elizabeth 2023-10-30 15:23:36 -0400
  • 8eb0875c1f Sidebar: Small edits Elizabeth 2023-10-30 15:21:33 -0400
  • 21c73127b4 Fixed owner sorting, alphabetized most user lists Elizabeth 2023-10-30 15:16:21 -0400
  • 6d0748b206 Filtering: Added sort by last reply Elizabeth 2023-10-30 14:36:10 -0400
  • 68ac24b4d0 Tags: Hide buttons when org has no tags Elizabeth 2023-10-30 14:32:13 -0400