Raphael Michel
46cf0048c3
Docs for exporters
2026-03-09 14:57:31 +01:00
Raphael Michel
ca683e916a
Add proper permission handling for exports
2026-03-09 14:57:31 +01:00
Raphael Michel
2fd135c4de
Replacement after rebase
2026-03-09 14:57:31 +01:00
Raphael Michel
214bc4f828
Fix python version compat
2026-03-09 14:57:31 +01:00
Raphael Michel
cca0aa2dc0
Fix typo
2026-03-09 14:57:31 +01:00
Raphael Michel
447a824f59
Update src/pretix/api/serializers/organizer.py
...
Co-authored-by: luelista <weller@rami.io >
2026-03-09 14:57:31 +01:00
Raphael Michel
a69f44f682
Update doc/api/resources/events.rst
...
Co-authored-by: luelista <weller@rami.io >
2026-03-09 14:57:31 +01:00
Raphael Michel
aab3741243
Update doc/api/resources/devices.rst
...
Co-authored-by: luelista <weller@rami.io >
2026-03-09 14:57:31 +01:00
Raphael Michel
e466858d7c
Refactor to permission groups
2026-03-09 14:57:31 +01:00
Raphael Michel
feae9fae52
Fix failing test
2026-03-09 14:57:31 +01:00
Raphael Michel
c3065fcf65
Fix plugin activation
2026-03-09 14:57:31 +01:00
Raphael Michel
406a2d9a49
Add permission for seating plans
2026-03-09 14:57:31 +01:00
Raphael Michel
1b473e33e9
Show plugin permissions
2026-03-09 14:57:31 +01:00
Raphael Michel
c75f49e814
Add test for translations
2026-03-09 14:57:31 +01:00
Raphael Michel
8d5bb273c6
Use new permissions, remove inconsistencies
2026-03-09 14:57:31 +01:00
Raphael Michel
e566ab3405
Make tests pass
2026-03-09 14:57:31 +01:00
Raphael Michel
70973c8c6f
Eliminate old names
2026-03-09 14:57:31 +01:00
Raphael Michel
6953aff7a4
Update docs for device auth
2026-03-09 14:57:31 +01:00
Raphael Michel
18328d305d
Docs, tests and fixes for teams api
2026-03-09 14:57:31 +01:00
Raphael Michel
a2a4c8a955
Big string replace
2026-03-09 14:57:31 +01:00
Raphael Michel
318f1db5a0
API serializer
2026-03-09 14:57:31 +01:00
Raphael Michel
bd3ade711e
Backend UI
2026-03-09 14:57:31 +01:00
Raphael Michel
96ac8ef103
Refactor query and assignment usages of old permissions
2026-03-09 14:57:31 +01:00
Raphael Michel
f194c7df65
Data model draft
2026-03-09 14:57:30 +01:00
Raphael Michel
3ce6dbf798
Mail: Remove redundant SQL queries ( #5896 )
...
On my local test event, this saved 75 queries on sending an email due to
an N+1 query problem in the metadata querying.
2026-03-09 13:53:20 +01:00
dependabot[bot]
43b91af5e6
Update sentry-sdk requirement from ==2.53.* to ==2.54.* ( #5947 )
...
Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python ) to permit the latest version.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/2.53.0...2.54.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-version: 2.54.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 13:53:00 +01:00
dependabot[bot]
034d6b997e
Bump minimatch from 3.0.4 to 3.1.5 in /src/pretix/static/npm_dir ( #5937 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 13:52:50 +01:00
dependabot[bot]
345ad35fcf
Update protobuf requirement from ==6.33.* to ==7.34.* ( #5945 )
...
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf ) to permit the latest version.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Commits](https://github.com/protocolbuffers/protobuf/commits )
---
updated-dependencies:
- dependency-name: protobuf
dependency-version: 7.34.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 13:52:44 +01:00
Raphael Michel
347337e76f
Invoice generation: Add way for renderers to signal they are not ready ( #5905 )
2026-03-09 13:52:11 +01:00
Lukas Bockstaller
c07ba31307
API: add organizer-level orderpositions endpoint ( #5848 )
...
* initial implementation
* handle permissions
* split out organizer list endpoint
* remove left over empty lines
* revert import changes
* tidying up
* revert no longer needed test changes
* revert no longer needed test changes
* Apply suggestions from code review
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
* add event to api response
* prefetch
* handle auth
* document event
* bump querycounts for prefetches
* Use existing Permission Denied Error Message
---------
Co-authored-by: Richard Schreiber <schreiber@pretix.eu >
2026-03-06 11:55:38 +01:00
Ruud Hendrickx
87b3e0c417
Translations: Update Dutch (Belgium)
...
Currently translated at 71.0% (4446 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl_BE/
powered by weblate
2026-03-05 07:34:01 +01:00
Ruud Hendrickx
d3fd031639
Translations: Update Dutch (Belgium)
...
Currently translated at 69.6% (4355 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl_BE/
powered by weblate
2026-03-05 07:34:01 +01:00
Renne Rocha
9253327334
Translations: Update Portuguese (Brazil)
...
Currently translated at 92.9% (5813 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2026-03-05 07:34:01 +01:00
Ruud Hendrickx
080b9cacaf
Translations: Update Dutch (Belgium)
...
Currently translated at 63.6% (3982 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl_BE/
powered by weblate
2026-03-05 07:34:01 +01:00
CVZ-es
9c2cc02df1
Translations: Update Spanish
...
Currently translated at 100.0% (6257 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2026-03-05 07:34:01 +01:00
Ruud Hendrickx
fceae0a2fe
Translations: Update Dutch
...
Currently translated at 100.0% (6257 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2026-03-05 07:34:01 +01:00
CVZ-es
9fc3fdf751
Translations: Update French
...
Currently translated at 100.0% (6257 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2026-03-05 07:34:01 +01:00
André Almeida
04f79b7014
Translations: Update Portuguese (Brazil)
...
Currently translated at 92.8% (5811 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2026-03-05 07:34:01 +01:00
Ruud Hendrickx
9d0b9387e6
Translations: Update Dutch (Belgium)
...
Currently translated at 57.2% (3581 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl_BE/
powered by weblate
2026-03-05 07:34:01 +01:00
Sandra Rial Pérez
b25e6f598d
Translations: Update Galician
...
Currently translated at 100.0% (256 of 256 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/gl/
powered by weblate
2026-03-05 07:34:01 +01:00
Sandra Rial Pérez
e8e2648f7e
Translations: Update Galician
...
Currently translated at 17.5% (1095 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/gl/
powered by weblate
2026-03-05 07:34:01 +01:00
Ruud Hendrickx
e0fac42225
Translations: Update Dutch (Belgium)
...
Currently translated at 53.1% (3326 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl_BE/
powered by weblate
2026-03-05 07:34:01 +01:00
Ruud Hendrickx
3e9bc7675b
Translations: Update Dutch (Belgium)
...
Currently translated at 50.7% (3176 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl_BE/
powered by weblate
2026-03-05 07:34:01 +01:00
Hijiri Umemoto
1541033467
Translations: Update Japanese
...
Currently translated at 100.0% (6257 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2026-03-05 07:34:01 +01:00
Ruud Hendrickx
6b8c3ef15c
Translations: Update Dutch (informal) (nl_Informal)
...
Currently translated at 100.0% (6257 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl_Informal/
powered by weblate
2026-03-05 07:34:01 +01:00
Alberto Ortega
135e07c183
Translations: Update Spanish
...
Currently translated at 99.9% (6256 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2026-03-05 07:34:01 +01:00
Ruud Hendrickx
fe97915b36
Translations: Update Dutch
...
Currently translated at 100.0% (6257 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2026-03-05 07:34:01 +01:00
Hijiri Umemoto
233281cea4
Translations: Update Japanese
...
Currently translated at 99.9% (6255 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2026-03-05 07:34:01 +01:00
Renne Rocha
0300a44634
Translations: Update Portuguese (Brazil)
...
Currently translated at 92.6% (5797 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2026-03-05 07:34:01 +01:00
Ruud Hendrickx
449d930565
Translations: Update Dutch (Belgium)
...
Currently translated at 46.7% (2927 of 6257 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl_BE/
powered by weblate
2026-03-05 07:34:01 +01:00