django-helpdesk/helpdesk
Garret Wassermann 7bad004780
Merge pull request #645 from auto-mat/login_wall_settings
Login wall systems settings page
2018-09-12 10:30:54 -04:00
..
fixtures fix typo in new chinese support in emailtemplate, demo is ready at helpdesk.pengel.cn 2017-12-11 15:53:43 +08:00
locale add translation for chinese, zh_Hans is the new locale support code for django 2017-12-09 18:52:39 +08:00
management Fix deprecated escape sequence warning for Py3.7, ignore W503,504 2018-05-10 01:42:09 -04:00
migrations Require a secret key for viewing tickets unless HELPDESK_VIEW_A_TICKET_PUBLIC is set 2018-09-08 21:29:59 +02:00
static/helpdesk Remove offending CSS comment again to address #479 2017-12-29 01:03:16 -05:00
templates/helpdesk Submit ticket link should work for non-logged in users 2018-09-07 19:10:57 +02:00
templatetags Merge 0.2.6 Django 2.0 updates 2017-12-28 09:16:01 -05:00
tests Require a secret key for viewing tickets unless HELPDESK_VIEW_A_TICKET_PUBLIC is set 2018-09-08 21:29:59 +02:00
views Fix knowledge base categories display on public homepage 2018-09-12 15:29:36 +02: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 Update akismet code for python 3, to address #607 2018-04-20 03:27:26 -04:00
apps.py Initial general clean-up of stuff 2016-10-21 17:14:12 +02:00
decorators.py Fix codestyle errors, use currying instead of lambdas for determing user access 2018-07-19 00:06:57 -04:00
forms.py Submit ticket link should work for non-logged in users 2018-09-07 19:10:57 +02:00
lib.py Fix codestyle errors, use currying instead of lambdas for determing user access 2018-07-19 00:06:57 -04:00
models.py Require a secret key for viewing tickets unless HELPDESK_VIEW_A_TICKET_PUBLIC is set 2018-09-08 21:29:59 +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
settings.py Merge 0.2.4 bugfixes 2017-12-18 00:45:36 -05:00
urls.py Login wall systems settings page 2018-09-12 14:43:57 +02:00