django-helpdesk/helpdesk
2024-12-05 09:33:17 +00:00
..
fixtures Fixes #994 2023-11-23 21:58:02 +01:00
locale
management Improve help texts 2024-10-19 16:50:17 +02:00
migrations
static/helpdesk Fix css for showing ticket followups 2023-12-04 23:38:28 +00:00
templates/helpdesk Javascript escape of html entities in ticket title for the My Tickets view 2024-12-05 09:33:17 +00:00
templatetags
tests Merge branch 'main' into view_protectors 2024-04-23 21:29:38 +02:00
views DUPLICATE_STATUS Tickets moved to closed & resolved ones 2024-09-16 10:26:58 +02:00
__init__.py
.flake8
admin.py Implement Custom delete_queryset Method in QueueAdmin to Resolve Django 1062 Error 2024-01-31 14:13:25 +01:00
apps.py Implement webhooks. Fixes #264 2023-12-02 20:57:21 +00:00
decorators.py Add some convenient functions for protecting views in custom installations 2024-02-18 16:01:44 +01:00
email.py Fix: helpdesk settings are imported as settings 2024-06-07 18:04:05 +02:00
exceptions.py
forms.py Cleaned EditTicketCustomFieldForm 2024-07-26 11:12:10 +00:00
lib.py Removed old comment 2024-04-08 08:39:27 +00:00
models.py Moving python time_spent calculation to database aggregation 2024-07-10 10:54:17 +00:00
poll_helpdesk_email_queues.sh Closes #161 - provide script to simplify automation of email polling 2013-01-20 14:40:57 +11:00
query.py
serializers.py Include custom fields in user tickets api endpoint 2024-01-16 22:19:32 +00:00
settings.py Adding HELPDESK_SHOW_CUSTOM_FIELDS_FOLLOW_UP_LIST to settings 2024-07-26 10:49:36 +00:00
signals.py Attach send_new_ticket_webhook to the new_ticket_done signal 2024-04-17 10:02:44 +00:00
tasks.py
templated_email.py Fix flake8 issues 2023-10-10 14:08:47 +01:00
update_ticket.py Handle case where update_ticket doesn't handle customfields_form 2024-07-26 10:31:22 +00:00
urls.py delete_query view is expecting a pk field 2024-07-09 14:04:28 +00:00
user.py
validators.py You can now turn off file attachment filtering, fixes #1162 2024-02-26 19:34:35 +01:00
webhooks.py Attach send_new_ticket_webhook to the new_ticket_done signal 2024-04-17 10:02:44 +00:00