Raphael Michel
65d1e41b0e
Fix typos
2021-05-06 21:02:35 +02:00
Raphael Michel
d7625b0157
Order import: Fix street column
2021-05-06 20:44:07 +02:00
Raphael Michel
8e6925c037
Fix logging of SMTPDataErrors (PRETIXEU-3X7)
2021-05-06 20:18:55 +02:00
Raphael Michel
7f0a6d08cf
Style settings are not optional
2021-05-06 18:10:44 +02:00
Richard Schreiber
324919881f
export to excel: apply excel_safe to every value when exporting ( #2064 )
2021-05-06 15:14:30 +02:00
Richard Schreiber
f2e2b5cb86
xlsx-export: decode bytes-array for checking on illegal chars ( #2062 )
2021-05-05 21:38:04 +02:00
Raphael Michel
9634555798
Invoice: Add spacing between additional text and payment text
2021-05-05 13:02:54 +02:00
Raphael Michel
44245b4053
Restrict locales to allowed ones on organizer pages
2021-05-04 22:09:25 +02:00
Raphael Michel
879507c0e1
Fix incorrect variable usage
2021-05-04 21:19:33 +02:00
Raphael Michel
8e79eb570e
Customer accounts & Memberships ( #2024 )
2021-05-04 16:56:06 +02:00
Martin Gross
3b585d15cd
Add first_scan variable for PDF tickets ( #2051 )
2021-04-30 13:54:27 +02:00
Raphael Michel
b17706410a
Revert "Add First/Last Date and Time of Check-In/-Out to PDF-vars"
...
This reverts commit 5ecbd5c8d8 .
2021-04-30 13:34:14 +02:00
Martin Gross
5ecbd5c8d8
Add First/Last Date and Time of Check-In/-Out to PDF-vars
2021-04-30 12:57:08 +02:00
Raphael Michel
552d13ef6c
Fix handling of auto-checkout around DST switch
2021-04-29 17:39:23 +02:00
Raphael Michel
4acf660906
Fix #1567 -- Per-subevent availability of items ( #2040 )
2021-04-29 15:34:58 +02:00
Raphael Michel
2cd67d6036
Fix errors in license compliance dialog
2021-04-26 12:23:41 +02:00
Raphael Michel
dafee9ad72
Plugin API: Allow to add validators to checkout form fields
2021-04-26 10:17:17 +02:00
Raphael Michel
8e05d52f42
Fix failing tests
2021-04-23 15:30:21 +02:00
Raphael Michel
70fbc48295
Order list exporter: Add column for email address verified
2021-04-22 22:12:43 +02:00
Raphael Michel
99bc133540
Check-in list editor: Allow to delete last rule
2021-04-21 12:56:28 +02:00
Raphael Michel
caa61a463e
Mail: Retry if pulling attachments failed
2021-04-21 11:36:30 +02:00
Raphael Michel
7942c4112f
AsyncFormView: Pass locale and timezone to task
2021-04-20 19:04:29 +02:00
Raphael Michel
b482d84c3c
Ticket PDF exporter: Fix call to None.timezone
2021-04-20 18:31:59 +02:00
Raphael Michel
5faf2019e8
Metrics: Fail silently if estimated count returns no result
2021-04-19 23:28:58 +02:00
Tim Neumann
bd34dd44a0
Fix #2029 -- Drop queue metrics on non-redis brokers ( #2030 )
...
The current implementation only works if redis is used as broker.
Otherwise it would throw an Exception, which causes a 500 to be returend.
Now we just don't have celery metrics in those cases.
Fixes #2029
2021-04-19 16:34:01 +02:00
Raphael Michel
7d1aeeb6dd
Check-in rules SQL: Deal with empty boolean operations
2021-04-19 16:27:41 +02:00
Raphael Michel
24bccf8b9c
Add Question.valid_file_portrait as well as crop editor for images
2021-04-19 15:40:16 +02:00
Raphael Michel
f2a6f751ac
Order import: Auto-trim values
2021-04-17 15:43:24 +02:00
Raphael Michel
3ea1a92716
PDF: Remove whitespace from qr-codes (backwards-compatible)
2021-04-16 18:02:56 +02:00
Raphael Michel
08d68a764b
Email layout with logo: Allow large logos
2021-04-15 14:45:15 +02:00
Raphael Michel
90056c5dca
Email details body: Replace "Organizer" with "Contact"
...
"Organizer" isn't always accurrate if the organizer isn't actually
organizing the event but maybe only selling the tickets
2021-04-13 15:59:02 +02:00
Raphael Michel
a93287207b
pretix Community Edition moves to AGPLv3-based license ( #2023 )
2021-04-12 10:33:47 +02:00
Raphael Michel
3044b9346a
Fix unclear label
2021-04-08 22:05:40 +02:00
Raphael Michel
69e8613896
Fix #2016 -- Correct shredding of question answers with file attachments
2021-04-05 17:24:38 +02:00
Raphael Michel
9d7d59f030
Fix #2015 -- Shift operation into a later migration
2021-04-01 11:02:10 +02:00
Raphael Michel
f1f09d5c34
Hotfix: Avoid infinite loop in migration at all cost
2021-03-31 13:11:22 +02:00
Martin Gross
94d6ac855a
Add itemvar_description, attendee_email and email to PDFvars
2021-03-31 12:33:13 +02:00
Raphael Michel
da8470682e
Add comments to explain magic numbers
2021-03-31 11:38:14 +02:00
Raphael Michel
ab61a9b190
Guard against integrity errors when saving questions
2021-03-31 11:32:54 +02:00
Raphael Michel
a6d4e26a3b
Fix import order
2021-03-31 10:38:39 +02:00
Raphael Michel
8101a9d8ae
CartManager: Fix a cache handling bug
2021-03-31 10:37:49 +02:00
Raphael Michel
0945e96a4e
Fix settings import
2021-03-31 10:33:31 +02:00
Raphael Michel
a08272571b
Fix gaps in our email error handling
2021-03-31 10:05:15 +02:00
Raphael Michel
1d6ed60f37
Auto-retry failed notifications
2021-03-31 09:48:42 +02:00
Raphael Michel
184a45b773
Update migration for MySQL compliance
2021-03-30 10:04:09 +02:00
Raphael Michel
92a50cb2d1
Web-based check-in interface ( #1985 )
2021-03-30 09:34:11 +02:00
Raphael Michel
b5b3d3a90b
Fix PRETIXEU-3TX
2021-03-29 13:10:32 +02:00
Raphael Michel
701d019a85
Fix bugs in previous commits
2021-03-29 12:26:06 +02:00
Raphael Michel
7d5170155a
Add filter for date for multiple exporters
2021-03-29 12:05:56 +02:00
Raphael Michel
127c44d699
Do not count bundled products when computing event availability
2021-03-29 10:18:40 +02:00