Raphael Michel
667c2555b2
AsyncMixin: Fix crash on invalid query string (PRETIXEU-AHG)
2024-09-10 14:00:08 +02:00
Raphael Michel
12a898476e
Replace redirect() with redirect_to_url() if we don't need Django's resolution
2023-12-08 15:38:50 +01:00
Raphael Michel
4d75c568b5
Support file upload in AsyncFormView and subevent editor
2023-10-16 17:59:32 +02:00
Raphael Michel
c842ea597c
New locking mechanism ( #2408 )
...
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2023-09-11 11:44:50 +02:00
Raphael Michel
b415393ccf
Data shredder optimizations ( #3429 )
...
Co-authored-by: Martin Gross <gross@rami.io >
2023-06-23 16:56:19 +02:00
Raphael Michel
bd32b33ba9
Bump Django to 4.1.* ( #2989 )
2023-06-05 09:56:31 +02:00
Raphael Michel
59d46ddded
Revert "First steps into pytz deprecation"
...
This reverts commit e4e7d50659 .
2023-02-01 13:15:18 +01:00
Raphael Michel
e4e7d50659
First steps into pytz deprecation
2023-02-01 13:12:24 +01:00
Raphael Michel
a2f2d25169
Allow users with can_checkin_orders permission to use the bulk actions of the check-in list view
2023-01-04 18:13:24 +01:00
Raphael Michel
b1c8efa33f
AsyncFormView/AsyncPostView: Allow to report status back
2022-09-30 13:58:07 +02:00
Raphael Michel
b02fb7ffa8
FIx a few inconsistencies in AsyncFormView
2022-08-15 14:18:52 +02:00
Raphael Michel
86085d9368
Allow to bulk-select many tickets to check in or out ( #2678 )
...
* Allow to bulk-select many tickets to check in or out
* Update tests
* Add permission test
* Update src/pretix/control/templates/pretixcontrol/checkin/index.html
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
* Update src/pretix/static/pretixbase/js/asynctask.js
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
* Remove console.warn
* Simplify stuff
* minor refactor
* fix missing checked-out success message
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2022-06-10 12:14:44 +02:00
Raphael Michel
0dfef2699f
Silence ResponseError from redis ( #2674 )
2022-06-06 12:27:33 +02:00
Raphael Michel
f511f5a646
Fix bug in error handling
2022-02-21 18:10:05 +01:00
Raphael Michel
46b3e3c739
AsyncFormView: Allow to declare celery exception classes
2022-02-21 16:59:51 +01:00
Raphael Michel
b2d74dc652
Allow to use AsyncFormView outside of events
2022-02-04 17:08:03 +01:00
Richard Schreiber
2e29e369f5
Fix celery progress: assign state/info once to avoid race-conditions ( #2142 )
2021-07-05 15:09:47 +02:00
Raphael Michel
ecf1a40a5e
Fix rare crash in async task handling (PRETIXEU-4MB)
2021-06-22 10:57:34 +02:00
Raphael Michel
fb2827e9ab
AsyncMixin: Fix occasional crash (PRETIXEU-49P)
2021-06-11 18:09:12 +02:00
Raphael Michel
b1dee5ae7c
AsyncFormView: Pass query string
2021-06-07 16:55:57 +02:00
Raphael Michel
438ff3f5ea
AsyncFormTask: Pass session key
2021-05-30 16:16:18 +02:00
Raphael Michel
a48cb2a844
Fix previous commit
2021-05-26 12:51:18 +02:00
Raphael Michel
ae10c7f79c
AsyncFormView: Fix query string serialization
2021-05-26 12:50:10 +02:00
Raphael Michel
e510a2c121
Fix creating large numbers of subevents (introduces async task) ( #2091 )
2021-05-25 19:24:43 +02:00
Raphael Michel
7942c4112f
AsyncFormView: Pass locale and timezone to task
2021-04-20 19:04:29 +02:00
Raphael Michel
a93287207b
pretix Community Edition moves to AGPLv3-based license ( #2023 )
2021-04-12 10:33:47 +02:00
Raphael Michel
4a2ac110b3
Voucher bulk creation: More efficient implementation and async task
2021-03-14 18:19:49 +01:00
Raphael Michel
d58c8559fc
Long-running async tasks: Expose running state
2020-07-23 21:39:13 +02:00
Raphael Michel
a310c33497
Add progress bar to some large exports
2020-07-23 21:35:58 +02:00
Raphael Michel
af23d6e4bf
Upgrade to Django 3.0 and other dependencies ( #1568 )
...
* Upgrade Django to 3.0 and other dependencies to recent versions
* Fix otp version contsraint
* Remove six dependency
* Resolve some warnings
* Fix failing tests
* Update django-countries
* Resolve all RemovedInDjango31Warnings in test suite
* Run isort
* Fix import
* Update PostgreSQL version on travis
2020-03-23 15:02:20 +01:00
Raphael Michel
6bc2175ea9
More robust redis connections
2020-02-12 09:29:30 +01:00
Raphael Michel
3e8f32e7e3
Fix #1178 -- Invalidate ticket cache after order locale change
2019-05-01 14:01:26 +02:00
Felix Rindt
8183648902
Rename module async to tasks ( #994 )
...
Fixes #993
2018-08-21 10:53:40 +02:00