Richard Schreiber
71c01a3302
fix flake8
2026-02-25 13:01:22 +01:00
Richard Schreiber
b34c30cf6b
fix multi-op media filter
2026-02-25 13:01:22 +01:00
Richard Schreiber
d1d249ae06
fix indentation
2026-02-25 13:01:22 +01:00
Richard Schreiber
6f01be0baf
Add help-text
2026-02-25 13:01:22 +01:00
Richard Schreiber
690b357b17
add test
2026-02-25 13:01:22 +01:00
Richard Schreiber
1d48959a8b
fix linked_orderpositions filter in checkinrpc
2026-02-25 13:01:22 +01:00
Richard Schreiber
1815dacfed
Add test for order-API add_to_reusable_medium
2026-02-25 13:01:22 +01:00
Richard Schreiber
d7c1a8af6c
list ops comma-separated in export
2026-02-25 13:01:22 +01:00
Richard Schreiber
25f71422d5
fix flake8
2026-02-25 13:01:22 +01:00
Richard Schreiber
7a3d1f2b14
fix tests regarding claim_token
2026-02-25 13:01:22 +01:00
Richard Schreiber
fe9942eb4c
add add_to_reusable_medium to order-serializer
2026-02-25 13:01:22 +01:00
Richard Schreiber
7d3183f67b
fix flake8
2026-02-25 13:01:22 +01:00
Richard Schreiber
d13fe331f3
fix missing claim_token in serializer
2026-02-25 13:01:22 +01:00
Richard Schreiber
dcc050449d
fix disallow of use of singular and plural linked_op in API
2026-02-25 13:01:22 +01:00
Richard Schreiber
5f1c5db7fe
rename secret to claim_token
2026-02-25 13:01:22 +01:00
Richard Schreiber
510fc14216
add filter based on op.valid_from/until
2026-02-25 13:01:22 +01:00
Richard Schreiber
0552441e4a
select_related order instead prefetch
2026-02-25 13:01:22 +01:00
Richard Schreiber
76ab775876
improve readability
2026-02-25 13:01:22 +01:00
Richard Schreiber
2b13fae184
no need to prefetch linked_orderpositions
2026-02-25 13:01:22 +01:00
Richard Schreiber
91c996c19a
fix tests
2026-02-25 13:01:22 +01:00
Richard Schreiber
6872ca99da
fix migration NOT NULL
2026-02-25 13:01:22 +01:00
Richard Schreiber
ab49d09c18
add label to reusablemedium
2026-02-25 13:01:22 +01:00
Richard Schreiber
dd247c47f8
fix code style
2026-02-25 13:01:22 +01:00
Richard Schreiber
e4a529c22f
fix more tests
2026-02-25 13:01:22 +01:00
Richard Schreiber
b76f1dfd69
fix tests
2026-02-25 13:01:22 +01:00
Richard Schreiber
040d9815a5
fix create/update logging
2026-02-25 13:01:22 +01:00
Richard Schreiber
0bc61f673f
remove unneeded comment
2026-02-25 13:01:22 +01:00
Richard Schreiber
23d630791e
adapt checkin API for multiple orderpositions
2026-02-25 13:01:22 +01:00
Richard Schreiber
3a2f42f34d
fix media-issue signal
2026-02-25 13:01:22 +01:00
Richard Schreiber
d23855a1c4
remove cached_property linked_orderposition - keep only in API
2026-02-25 13:01:22 +01:00
Richard Schreiber
d6ed21c776
fix API orders matching media
2026-02-25 13:01:22 +01:00
Richard Schreiber
3e5d368d6e
fix API orders
2026-02-25 13:01:22 +01:00
Richard Schreiber
312b243add
update control media forms
2026-02-25 13:01:22 +01:00
Richard Schreiber
cf880272f1
fix media-view filter
2026-02-25 13:01:22 +01:00
Richard Schreiber
9e01914b0f
fix last media-API commit
2026-02-25 13:01:22 +01:00
Richard Schreiber
245fb48989
update media-API
2026-02-25 13:01:22 +01:00
Richard Schreiber
da48ec0f45
add multi-op to export
2026-02-25 13:01:22 +01:00
Richard Schreiber
5c0505c9c3
return last op as fallback for linked_orderposition
2026-02-25 13:01:22 +01:00
Richard Schreiber
f5da1e00fa
Update media views to list ops
2026-02-25 13:01:22 +01:00
Richard Schreiber
8aa75cb256
change linked orderpositions to many-to-many
2026-02-25 13:01:21 +01:00
luelista
da43984ad2
Add datasync logging (Z#23225588) ( #5928 )
...
* Fix inconsistent log messages
* Add logging for successfully synced orders
(debugging orders that might get silently skipped)
2026-02-25 09:49:52 +01:00
Martin Gross
7cce1c9219
PPv2: Handle paypal-payments/oders in 'created' status (Z#23225625) ( #5929 )
2026-02-25 09:21:58 +01:00
Martin Gross
cb9c4466f9
Revert "PPv2: Do not put payments in pending-state if no capture has occured yet."
...
This reverts commit e5c8f19984 .
2026-02-24 16:55:57 +01:00
Martin Gross
3398cda74b
PPv2: properly check for pending-payments in pending-renderer
2026-02-24 16:16:22 +01:00
Martin Gross
e5c8f19984
PPv2: Do not put payments in pending-state if no capture has occured yet.
2026-02-24 16:07:16 +01:00
Raphael Michel
5027f6dd59
Bump version to 2026.3.0.dev0
2026-02-24 13:37:15 +01:00
Raphael Michel
787db18d72
Bump version to 2026.2.0
2026-02-24 13:37:09 +01:00
Raphael Michel
aadce7be00
Remove print statement from debugging (Z#23225586)
...
This was reported as a security issue, but we see no security impact or
exploitation path, as the security of PKCE relies on keeping the
verifier secret, not the challenge.
2026-02-24 13:36:52 +01:00
Raphael Michel
26f296bc11
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (6257 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2026-02-24 13:10:57 +01:00
Raphael Michel
6ae80cdd4b
Translations: Update German
...
Currently translated at 100.0% (6257 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2026-02-24 13:10:57 +01:00