django-helpdesk/helpdesk
2024-04-17 10:21:02 +00:00
..
fixtures Fixes #994 2023-11-23 21:58:02 +01:00
locale
management Fixing missing capitalized Q_OPEN_STATUSES variable 2024-02-01 15:43:56 +01:00
migrations
static/helpdesk Fix css for showing ticket followups 2023-12-04 23:38:28 +00:00
templates/helpdesk Update forloop for queues with explicit variable names in ticket template 2024-04-12 10:39:58 +02:00
templatetags
tests Settings assertion values in hours 2024-04-09 13:45:41 +00:00
views Allow to track queue change in follow-ups 2024-04-08 12:33:23 +00: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
email.py Updated comment 2024-04-17 10:21:02 +00:00
exceptions.py
forms.py Attach send_new_ticket_webhook to the new_ticket_done signal 2024-04-17 10:02:44 +00:00
lib.py Removed old comment 2024-04-08 08:39:27 +00:00
models.py Removed unused webhooks import 2024-04-17 10:09:15 +00:00
poll_helpdesk_email_queues.sh
query.py
serializers.py Include custom fields in user tickets api endpoint 2024-01-16 22:19:32 +00:00
settings.py Added HELPDESK_FOLLOWUP_TIME_SPENT_EXCLUDE_QUEUES setting 2024-02-14 13:36:46 +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
update_ticket.py Removed unused TichetChange import 2024-04-16 08:36:29 +00:00
urls.py re-protect public views 2023-11-23 22:52:45 +01:00
user.py
validators.py
webhooks.py Attach send_new_ticket_webhook to the new_ticket_done signal 2024-04-17 10:02:44 +00:00