django-helpdeskmig/helpdesk/views
Timothy Hobbs b92c83de39 Implement My Tickets view in public helpdesk
Note: This is a breaking change as it forces pagination on the API endoints.
This should have been done from the start as the API without pagination is
useless when there are large numbers of tickets.
2023-11-23 21:50:44 +01:00
..
__init__.py Moved all project files under a "helpdesk" directory. Should make it easier to use setup.py / pypi / whatever in the future. 2011-01-25 23:02:00 +00:00
abstract_views.py pycodestyle formatting 2022-07-12 12:34:19 +02:00
api.py Implement My Tickets view in public helpdesk 2023-11-23 21:50:44 +01:00
feeds.py Initial isort configuration 2022-07-22 03:26:41 +02:00
kb.py Initial isort configuration 2022-07-22 03:26:41 +02:00
login.py chore(pep8): Fix bad imports, unused variables, pep8 warnings and some possible bugs 2021-03-05 09:37:21 +01:00
permissions.py Initial isort configuration 2022-07-22 03:26:41 +02:00
public.py Implement My Tickets view in public helpdesk 2023-11-23 21:50:44 +01:00
staff.py Merge remote-tracking branch 'origin/main' into fix_unassigned_kbitems_not_visible_when_teams_not_active 2023-11-15 01:06:07 +00:00