django-helpdesk/helpdesk
2022-06-20 18:03:39 +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 Added Django 4 support. 2022-03-16 22:29:09 -04:00
migrations Added Django 4 support. 2022-03-16 22:29:09 -04:00
static/helpdesk Update jquery to 3.6.0 2022-02-09 05:32:00 -05:00
templates/helpdesk Fix spacing issues 2022-06-20 16:08:05 +02:00
templatetags chore(pep8): Fix bad imports, unused variables, pep8 warnings and some possible bugs 2021-03-05 09:37:21 +01:00
tests Fix autofill utf-8 test 2022-06-20 18:03:39 +02:00
views Merge in bugfixes from 0.3.5 2022-06-12 03:00:25 -04: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 conflicts for Django 4 support 2022-04-23 02:23:51 -04: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 Added Django 4 support. 2022-03-16 22:29:09 -04:00
forms.py Fix conflicts for Django 4 support 2022-04-23 02:23:51 -04:00
lib.py Missing import 2022-06-20 16:10:55 +02:00
models.py Fix conflicts for Django 4 support 2022-04-23 02:23:51 -04: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 Added Django 4 support. 2022-03-16 22:29:09 -04:00
serializers.py feat(rest): create user 2022-05-02 17:27:25 +02:00
settings.py Merge branch 'stable' into new-option-fields 2022-04-22 06:32:32 -04: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 Fix url regex 2022-06-20 17:36:40 +02:00
user.py fix(kb): no db 2022-03-18 19:33:31 +01:00
validators.py Fixing some unit tests 2022-04-22 14:52:51 -04:00