Raphael Michel
2fcd6bb3f5
API: Support creating cart positions with vouchers ( #2635 )
2022-05-10 12:19:04 +02:00
Raphael Michel
2371373415
Allow voucher access for pretixPOS
2022-05-09 17:52:19 +02:00
Raphael Michel
6c06d72bf1
Fix all offline scans being marked as forced
2022-04-29 15:55:55 +02:00
Richard Schreiber
edff7b8717
Add note field and external identifier to customers ( #2605 )
2022-04-29 14:43:08 +02:00
Raphael Michel
704988449f
Fix crash in API bulk cart creation
2022-04-28 09:06:40 +02:00
Raphael Michel
6fee0ac0a9
Discounts ( #2510 )
2022-04-27 14:43:16 +02:00
Raphael Michel
3cdf578c14
Allow to add a comment when cancelling an order ( #2580 )
2022-04-12 09:53:02 +02:00
Raphael Michel
4ab298dd10
Order API search: Disable voucher search to work around an immediate performance problem
2022-04-05 09:55:08 +02:00
Raphael Michel
751cfdf203
Fix attendee emails not being sent on free boxoffice orders
2022-04-04 12:02:03 +02:00
Raphael Michel
69375f4092
API: Allow to change orders ( #2552 )
2022-03-30 17:36:10 +02:00
Raphael Michel
41d3f39fc7
Add pretixPOS endpoint to device security profile
2022-03-24 11:56:59 +01:00
Raphael Michel
9e5403333c
Add JSONField for device metadata ( #2550 )
2022-03-24 11:55:44 +01:00
Raphael Michel
5681ea121d
API: Fix organizer exports with OAuth tokens (PRETIXEU-663)
2022-03-04 10:32:17 +01:00
Raphael Michel
6008e3d11c
API: Fix organizer-level export with OAuth token (Z#2395272)
2022-03-01 16:53:48 +01:00
Raphael Michel
65fb492728
Fix crash in exporter API (PRETIXEU-650)
2022-02-23 15:03:49 +01:00
Raphael Michel
98409b0a22
API: Minor robustness improvements in quota and checkinlist serializers
2022-02-17 17:37:24 +01:00
Raphael Michel
06ffa0bcd5
API: Fix creation of items with required membership types
2022-02-17 17:37:24 +01:00
Raphael Michel
14e2834a72
API: Allow send_email=none during order creation
2022-02-16 17:19:03 +01:00
Raphael Michel
8c7ed38441
Orders API: Support require_approval on order creation
2022-02-08 17:34:20 +01:00
Raphael Michel
d098cda8a8
Add new endpoints to pretixPOS device security profile
2022-02-01 18:10:11 +01:00
Raphael Michel
2daf35c39e
Allow to customize description of calendar files ( #2415 )
...
Co-authored-by: Martin Gross <gross@rami.io >
2022-01-27 14:58:16 +01:00
Raphael Michel
e3c7cd7c6d
Redesign of email settings ( #2426 )
...
Co-authored-by: Felix Rindt <felix@rindt.me >
2022-01-26 12:47:58 +01:00
Raphael Michel
6f0da5c2ca
TaxRules: Add internal_name and keep_gross_if_rate_changes ( #2422 )
...
Co-authored-by: ser8phin <eva.wolkwitz@gmx.de >
2022-01-21 15:39:27 +01:00
Raphael Michel
357092ec44
API: Add InvoiceLine.subevent ( #2411 )
2022-01-10 14:11:06 +01:00
ser8phin
7a4db8ea23
Add approval requirement option to product variations ( #2381 )
2022-01-05 18:04:12 +01:00
Raphael Michel
8038f4e173
Orders API: Allow to filter by subevent
2021-12-06 12:50:33 +01:00
Raphael Michel
e767c6a68d
Add central cookie consent mechanism ( #2330 )
...
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2021-11-30 17:12:17 +01:00
Raphael Michel
492288f437
Allow customers to change add-ons on existing orders ( #2283 )
2021-11-19 14:59:54 +01:00
Raphael Michel
dd0a4df914
Fix error 500 on non-ASCII attachment file names
2021-11-09 11:55:03 +01:00
Raphael Michel
d7b05063a4
Allow to print event location on invoices ( #2278 )
...
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2021-11-05 09:47:41 +01:00
Raphael Michel
2beb0b20ca
Check-in API: Work around libpretixsync issue with space encoding
2021-10-26 10:46:28 +02:00
Richard Schreiber
24eea02e0d
API: sort ordered items’ answers by questions’ position ( #2182 )
2021-10-26 09:42:01 +02:00
Raphael Michel
78917afa1a
Event settings API: Expose mail_days_order_expire_warning
2021-10-19 17:12:13 +02:00
Raphael Michel
8ebba9de86
Data model for transactional history ( #2147 )
2021-10-18 17:28:58 +02:00
Raphael Michel
0f47bff5cd
Allow to hide products that require membership ( #2240 )
...
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2021-10-07 10:11:31 +02:00
Raphael Michel
51998e820d
Orders API: Add item and variation filters
2021-09-30 11:48:23 +02:00
Raphael Michel
1d065a7672
Add setting organizer_logo_image_inherit
2021-09-17 13:33:34 +02:00
Raphael Michel
42a1fe9bd1
Event settings API: Fix setting confirm_texts
2021-09-15 16:28:57 +02:00
Raphael Michel
ad2334bffc
WebHookCall: Increase max URL size
2021-09-15 13:06:25 +02:00
Raphael Michel
17adde99fa
Allow to restrict availability of variations by date, sales channel, and voucher ( #2202 )
2021-09-15 12:04:17 +02:00
Raphael Michel
0567e2d22b
API: Fix crash on missing require_membership_types property
2021-09-14 15:28:02 +02:00
Tim Neumann
b95f556d8f
Add config options for max file upload sizes ( #2199 )
...
* feat(config): Add config options for max file upload sizes
Closes #2198
* Apply suggestions from code review
Fix docs and comment in settings.py
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
* Fix import order using isort
Co-authored-by: Richard Schreiber <wiffbi@gmail.com >
2021-09-09 15:55:06 +02:00
Raphael Michel
677142d0c9
API: Fix storage of Item.picture
2021-09-06 19:56:57 +02:00
Raphael Michel
74dd13abd5
Fix unlimited quota issues
2021-08-18 18:40:33 +02:00
Raphael Michel
1f46a8b91b
Remove print statement
2021-08-18 16:50:03 +02:00
Raphael Michel
eb77c2f6f6
API: Allow bulk-cration of cart positions
2021-08-18 15:28:41 +02:00
Martin Gross
7c17d041f4
Fix wrong pretix.event.deleted webhook-label
2021-08-10 09:29:58 -04:00
Raphael Michel
f367d5e675
Multi-event exports: Pass organizer, fix in staff mode
2021-07-24 16:46:37 +02:00
Raphael Michel
e04793d2eb
pretixSCAN: Add new security profile PretixScanNoSyncSecurityProfile
2021-07-23 18:48:40 +02:00
Raphael Michel
db65c14733
Fix style check failures
2021-07-23 18:14:52 +02:00