django-helpdesk/helpdesk
Georg Lehner a2f944b475 Enable attachments by default
In order to not break existing django-helpdesk installations
upon upgrade.
2024-06-07 17:58:41 +02:00
..
fixtures
locale
management
migrations
static/helpdesk
templates/helpdesk Add HELPDESK_ENABLE_ATTACHMENTS setting and make it show/hide attachment related UI 2024-06-06 15:47:50 +02:00
templatetags
tests
views
__init__.py
.flake8
admin.py
apps.py
decorators.py
email.py Disable email attachment processing and email saving if attachments are not enabled. 2024-06-06 15:58:27 +02:00
exceptions.py
forms.py Add HELPDESK_ENABLE_ATTACHMENTS setting and make it show/hide attachment related UI 2024-06-06 15:47:50 +02:00
lib.py
models.py
poll_helpdesk_email_queues.sh
query.py
serializers.py
settings.py Enable attachments by default 2024-06-07 17:58:41 +02:00
signals.py
tasks.py
templated_email.py
update_ticket.py
urls.py remove unused import 2024-05-08 16:05:22 +02:00
user.py
validators.py
webhooks.py