django-helpdesk/helpdesk
2021-02-03 18:15:17 -07:00
..
fixtures email templates: small typos in french 2021-01-14 18:06:33 +01:00
locale Update German translation 2021-01-12 13:40:49 +01:00
management
migrations ifix(email): Create the log file only if required 2020-11-25 10:31:40 +01:00
static/helpdesk Enable offline content for timeline3 usage 2020-11-14 12:54:10 -07:00
templates/helpdesk New tooltips added for some icons - assign, edit user, filter tickets by user, and add email to ignore list. 2021-02-03 18:15:17 -07:00
templatetags Implement ticket merge feature in ticket list. Create intermediate page to choose which data and custom field values to keep on the main ticket. 2020-10-29 23:32:02 +01:00
tests ifix(email): Create the log file only if required 2020-11-25 10:31:40 +01:00
views Merge pull request from Benbb96/merging-tickets-feature 2020-11-01 13:54:03 -05:00
__init__.py
admin.py
apps.py
decorators.py
email.py Merge pull request from koriaf/dev-configurable-file-log 2020-12-04 11:08:43 -05:00
forms.py Fix 2021-01-16 23:28:30 +01:00
lib.py Add email template "merged" thanks to a migration and add merged_to field into the safe ticket context. 2020-10-30 19:56:38 +01:00
models.py ifix(email): Create the log file only if required 2020-11-25 10:31:40 +01:00
poll_helpdesk_email_queues.sh
query.py Corrected date_created field to current created field as it exists in models.py 2020-10-13 11:20:58 -06:00
serializers.py
settings.py
tasks.py
templated_email.py Add newline in text part before the footer when sending mail 2020-10-30 19:57:23 +01:00
urls.py Fix the login url by using view names in the demo settings instead of the hardcoded urls. 2021-01-04 20:02:25 +01:00
user.py Allow users to edit tickets if HELPDESK_ALLOW_NON_STAFF_TICKET_UPDATE enabled 2020-11-12 11:32:12 -07:00