django-helpdesk/helpdesk
2022-03-31 17:19:49 +02:00
..
fixtures Template hard coded date filters replaced with Django DATETIME_FORMAT 2021-02-03 12:59:55 -07:00
locale Update German translation 2021-01-12 13:40:49 +01:00
management chore(pep8): Fix bad imports, unused variables, pep8 warnings and some possible bugs 2021-03-05 09:37:21 +01:00
migrations Add attachment validator when uploading attachment to tickets 2021-10-05 06:25:42 -04:00
static/helpdesk Update jquery to 3.6.0 2022-02-09 05:32:00 -05:00
templates/helpdesk fix(kb): no db 2022-03-18 19:36:49 +01:00
templatetags chore(pep8): Fix bad imports, unused variables, pep8 warnings and some possible bugs 2021-03-05 09:37:21 +01:00
tests give duplicate test a slightly more descriptive unique name 2022-02-22 01:13:24 -05:00
views Create an API endpoint to list/create/update/delete tickets (including custom fields !) + Refactoring in forms.py 2022-03-31 17:19:49 +02:00
__init__.py Revert "Make sure custom user logic works with Django 1.4" 2014-10-24 18:05:44 +11:00
.flake8 fix(email): Add ability to attach full first email text to avoid losing forwards, and to save .eml files for any incoming mesages, plus fix tests and some minor bugs 2021-04-19 21:15:24 +02:00
admin.py fix(kb): no db 2022-03-18 19:21:17 +01:00
apps.py Set default autofield to be compatible for django 3.2 2021-09-17 10:09:20 -04:00
decorators.py available_attrs was removed from Django as it was only used as a Python 2 bug workaround 2020-10-12 16:11:07 -06:00
email.py fix: strip extraneous whitespace characters that are returned in the Message-ID and In-Reply-To fields from some email providers 2021-09-23 10:07:12 -03:00
forms.py Create an API endpoint to list/create/update/delete tickets (including custom fields !) + Refactoring in forms.py 2022-03-31 17:19:49 +02:00
lib.py Create an API endpoint to list/create/update/delete tickets (including custom fields !) + Refactoring in forms.py 2022-03-31 17:19:49 +02:00
models.py Create an API endpoint to list/create/update/delete tickets (including custom fields !) + Refactoring in forms.py 2022-03-31 17:19:49 +02: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 Don't use redis cache at all for ticket querysets as this breaks pagination 2021-07-07 20:40:34 +02:00
serializers.py Create an API endpoint to list/create/update/delete tickets (including custom fields !) + Refactoring in forms.py 2022-03-31 17:19:49 +02:00
settings.py Create an API endpoint to list/create/update/delete tickets (including custom fields !) + Refactoring in forms.py 2022-03-31 17:19:49 +02:00
tasks.py Backport #980, #981, #984 to 0.3 2021-11-19 00:30:20 -05:00
templated_email.py feat(emails): Do not auto-reply on auto-replies and add auto-reply header for auto-replies and fix headers propagation for our email messages 2021-04-20 12:44:27 +02:00
urls.py Create an API endpoint to list/create/update/delete tickets (including custom fields !) + Refactoring in forms.py 2022-03-31 17:19:49 +02:00
user.py fix(kb): no db 2022-03-18 19:33:31 +01:00
validators.py Spellchecking in validators.py 2021-12-31 22:21:28 -05:00