Files
django-helpdesk/helpdesk
Timothy Hobbs 21513d4524 Fix security problem with update_ticket view
@martin-marty Introduced a security flaw in this commit.

ecefd5e407#

By extracting authentication logic for the update_ticket view to a new function
and mixing the return types. This function returns both a Ticket object and a
login redirect. This is simply non-sensical and fails to actually login-redirect
non-authenticated users.
2023-11-11 22:26:19 +01:00
..
2023-05-01 23:46:20 +02:00
2022-07-22 03:26:41 +02:00
2023-10-26 21:54:15 +01:00
2023-04-30 04:13:50 +02:00
2022-07-14 09:19:11 +02:00
2022-07-22 03:26:41 +02:00
2023-10-26 21:31:53 +01:00
2022-09-08 22:11:24 +01:00
2023-04-30 04:13:50 +02:00
2023-10-10 14:08:47 +01:00
2023-01-05 22:30:57 +00:00
2022-07-22 03:26:41 +02:00
2023-10-10 14:08:47 +01:00
2023-04-30 01:15:05 +02:00
2022-07-22 03:26:41 +02:00
2022-10-09 23:05:16 +02:00