2773 Commits

Author SHA1 Message Date
Christopher Broderick
b5b6ecc813 Change DEFAULT_FILE_STORAGE to STORAGES for Django 5 2025-05-13 17:06:47 +01:00
Christopher Broderick
40bc61138e Remove deprecated setting for Django 5 2025-05-13 17:05:43 +01:00
Christopher Broderick
91ddf824e7
Merge pull request #1260 from finnertysea/#1259--fix-ticket-list-sorting
#1259 -  fix ticket_list sorting
2025-05-12 23:11:09 +01:00
Christopher Broderick
21c2262553
Merge branch 'main' into #1259--fix-ticket-list-sorting 2025-05-12 23:08:21 +01:00
David Vadnais
f84e0ff921
Merge pull request #1264 from django-helpdesk/fix_cc_crash_when_duplicate_emails
Fix cc crash when CC email address is assocaited with multiple active User records
2025-05-12 10:59:52 -10:00
Christopher Broderick
af91113995 Preset new version in anticipation of new release. 2025-05-12 17:23:57 +01:00
Christopher Broderick
7953be751e Fix linting error 2025-05-10 13:18:10 +01:00
Christopher Broderick
ae381bd2a6 Fix spelling errors 2025-05-10 13:16:54 +01:00
Christopher Broderick
a3c563e104 Optimise check 2025-05-10 13:16:35 +01:00
Christopher Broderick
c713e3ea16 Formatting fixes 2025-05-09 20:02:57 +02:00
Christopher Broderick
13c18e8126 Merge branch 'main' of https://uhurusurfa@github.com/django-helpdesk/django-helpdesk.git into fix_cc_crash_when_duplicate_emails 2025-05-09 19:51:40 +02:00
Christopher Broderick
2aedf7b3b0 Just pass the User ID isntead of the entire User object to
subscribe_to_ticket_updates
2025-05-09 19:47:16 +02:00
Christopher Broderick
1757166638 Unit test multiple user IDs associated with the same email address. 2025-05-09 19:46:15 +02:00
Christopher Broderick
9da65f05eb Just pass the user ID rather than the entire User object. 2025-05-09 19:44:06 +02:00
Christopher Broderick
da3ba66277 Add settings entries for suppressable logging messages around email
processing.
2025-05-09 19:42:23 +02:00
Christopher Broderick
7dc6a1c133
Merge pull request #1262 from DavidVadnais/BUG-1261-edit-ticket-allows-long-titles
BUG: Limit title length in edit ticket form
2025-05-08 18:48:53 +02:00
DavidVadnais
56bc9eefea Fix repeat word in comment 2025-04-21 17:53:50 -10:00
DavidVadnais
82ff93de04 Limit title length in edit ticket form 2025-04-21 17:49:19 -10:00
finnertysea
760cab58e2 reformat fix for #1259 for ruff 2025-04-18 21:17:57 -07:00
finnertysea
4610416553 fix for #1259 2025-04-18 15:49:09 -07:00
Christopher Broderick
1f22f545b5
Merge pull request #1256 from django-helpdesk/fix_ticket_update_page_craash
Fix ticket update page craash when uploading files with invalid extension
2025-04-13 20:40:21 +01:00
Christopher Broderick
300c22b1af Change tab to space 2025-04-11 20:42:10 +01:00
Christopher Broderick
a82974b3dd Fix typo 2025-04-11 11:39:42 +01:00
Christopher Broderick
0e9d3477ff Remove redundant default for get method on dict. 2025-04-11 11:38:18 +01:00
Christopher Broderick
db7ded2573 Fix spelling error 2025-04-11 11:31:31 +01:00
Christopher Broderick
4aabafac3b Add unit tests for attachments via staff update to ticket 2025-04-09 09:28:06 +01:00
Christopher Broderick
687467ea27 Formatting fix 2025-04-09 09:27:31 +01:00
Christopher Broderick
7288845e92 Add required POST params to tests - update uses better form validation. 2025-04-09 07:36:13 +01:00
Christopher Broderick
6925aaaf38 Fix create ticket path 2025-04-09 07:35:13 +01:00
Christopher Broderick
2ab22ca3cc Fix formatting 2025-04-08 22:59:02 +01:00
Christopher Broderick
c5e79cd254 Support error feedback instewad of a page crash when wrong file picked. 2025-04-08 22:58:03 +01:00
Christopher Broderick
f22f1e7daa Add UpdateTicketView class to support ticket updates as class based
view.
2025-04-08 22:55:49 +01:00
Christopher Broderick
821ac919e8 Modifications to support update as a class based view. 2025-04-08 22:53:14 +01:00
David Vadnais
9be6f402a3
Merge pull request #1254 from django-helpdesk/fix_due_date_hiding
Fix hide due_date when HELPDESK_PUBLIC_TICKET_DUE_DATE set to None
2025-04-07 19:56:41 +00:00
Christopher Broderick
7341685286 Fix hide due_date when HELPDESK_PUBLIC_TICKET_DUE_DATE set to None 2025-04-05 00:39:30 +01:00
Christopher Broderick
ca66e0aa1d
Merge pull request #1253 from django-helpdesk/fix_error_when_no_email_body
Fix error when email has attachment mime part and content mime part missing or empty
2025-04-03 23:03:42 +01:00
Christopher Broderick
7283a9bcd9
Update helpdesk/tests/test_get_email.py
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
2025-04-03 22:13:28 +01:00
Christopher Broderick
4ac4650a70 Formatting fix 2025-04-02 10:42:15 +01:00
Christopher Broderick
21b0be1b36 Tests for emails with attachment and no content part or attachment and
empty content part.
2025-04-02 10:16:02 +01:00
Christopher Broderick
c68b3d933d Support optional passing in of body text. 2025-04-02 10:14:26 +01:00
Christopher Broderick
a8f26ff46f
Merge pull request #1252 from django-helpdesk/remove_ignored_linting_errors
Formatting and linting fixes
2025-04-02 09:57:03 +01:00
Christopher Broderick
e879ad0a74 Fix spelling error 2025-04-02 01:12:50 +01:00
Christopher Broderick
75bd375c6b Fix formatting errors after doing app wide instead of only the heldesk
folder
2025-04-01 11:09:34 +01:00
Christopher Broderick
0952ac9743 Make "checkformat" and "format" do both linting and formatting 2025-04-01 11:08:45 +01:00
Christopher Broderick
7c12a686bc Remove ignored linting settings 2025-04-01 11:07:57 +01:00
Christopher Broderick
c46e8a5454 Fix linting errors after removing ignored settings 2025-04-01 11:07:28 +01:00
Christopher Broderick
1ee64a1911
Merge pull request #1251 from django-helpdesk/fix_error_when_email_does_not_create_ticket
Fix error when email does not create ticket
2025-04-01 09:56:45 +01:00
Christopher Broderick
84b57f5c60 Change assert to use the IsNone/IsNotNone shortcut 2025-03-31 13:09:37 +01:00
Christopher Broderick
052fbf67aa Update release number in preparation for new release with the added
features and fixes.
2025-03-29 12:09:38 +00:00
Christopher Broderick
432fe3c5e7 Fix linting errors 2025-03-29 11:58:32 +00:00