django-helpdesk/helpdesk
2017-12-06 02:55:31 -05:00
..
fixtures Remove the assigned_cc html tag from the fixtures, typo? 2017-06-03 17:28:12 -04:00
locale Merge pull request #497 from gwasser/update_es_MX 2017-03-31 19:37:18 +07:00
management Wrap IMAP login attempt in a try except, log error if session timeout and exit script gracefully to prevent crashes, to address #568 2017-12-06 02:55:31 -05:00
migrations Migration added 2017-03-26 10:24:32 +04:00
static/helpdesk fix css 2017-09-26 17:06:34 -05:00
templates/helpdesk Change ticket sorting via form, to fix #562 2017-10-28 10:47:46 -04:00
templatetags Fix PEP8 errors detected by new pycodestyle script 2017-12-06 02:06:07 -05:00
tests PEP8 fixes for test_get_email.py 2017-12-05 03:52:38 -05:00
views Fix PEP8 errors detected by new pycodestyle script 2017-12-06 02:06:07 -05:00
__init__.py Revert "Make sure custom user logic works with Django 1.4" 2014-10-24 18:05:44 +11:00
admin.py Enhancements to Admin (#524) 2017-06-19 14:34:36 -04:00
akismet.py fixing RST syntax for docstring on akismet.py 2016-10-26 10:22:15 +02:00
apps.py Initial general clean-up of stuff 2016-10-21 17:14:12 +02:00
decorators.py If HELPDESK_ANON_ACCESS_RAISES_404 is True, it raises a 404 to anon users. It's like the helpdesk was invisible 2017-10-04 03:43:32 +02:00
forms.py Added unique related_name “usersetttings_helpdesk” for the one-to-one relation to User in UserSettings. 2017-01-13 15:22:41 +01:00
lib.py Fix PEP8 errors detected by new pycodestyle script 2017-12-06 02:06:07 -05:00
models.py Fix PEP8 errors detected by new pycodestyle script 2017-12-06 02:06:07 -05:00
poll_helpdesk_email_queues.sh Closes #161 - provide script to simplify automation of email polling 2013-01-20 14:40:57 +11:00
settings.py Trying to actually fix naked except 2017-12-06 02:21:46 -05:00
urls.py Fix PEP8 errors detected by new pycodestyle script 2017-12-06 02:06:07 -05:00