Mira
c285ee2d8c
Implement hidden_if_item_available_mode option (Z#23177008) ( #4776 )
2025-01-24 14:08:41 +01:00
Mira Weller
1736efbdc3
Preliminary migration
2025-01-24 14:08:13 +01:00
Mira Weller
5cd7959e86
Revert "Implement hidden_if_item_available_mode option (Z#23177008) ( #4776 )"
...
This reverts commit b847612e1a .
2025-01-24 14:07:55 +01:00
Mira and GitHub
b847612e1a
Implement hidden_if_item_available_mode option (Z#23177008) ( #4776 )
2025-01-24 11:24:50 +01:00
Mira and GitHub
832f4e4d68
Define LogEntryTypes for all actions in pretix core, improve content_object handling ( #4768 )
...
Create LogEntryType definitions for all missing action_types (order changes, check-in events, settings changes of PaymentProviders and TicketOutputs).
Check whether the stored content_object is of the expected model type, preventing incorrect links.
Refactoring:
- Move the base LogEntryType definitions for our models to their own file
- Move HTML escaping into make_link to make it less likely to oversee in the LogEntryType definitions
- Log pretix.event.order.deleted with the deleted Order model as content_object, matching the other *.deleted action_types
2025-01-24 10:05:19 +01:00
Mira and GitHub
0a23aeece4
Allow 0% tax rate on event creation ( #4756 )
...
(but still warn if tax rate is not filled at all)
2025-01-23 12:59:39 +01:00
Martin Gross and GitHub
9622bf41a1
InvoiceForm: Display vat_id especially if company_required (Z#23180046) ( #4775 )
2025-01-23 12:09:45 +01:00
Hijiri Umemoto and Raphael Michel
dd4bac70be
Translations: Update Japanese
...
Currently translated at 99.8% (5837 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-22 18:36:36 +01:00
Johanna Ketola and Raphael Michel
1187757b56
Translations: Update Finnish
...
Currently translated at 25.3% (1484 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fi/
powered by weblate
2025-01-22 18:36:36 +01:00
CVZ-es and Raphael Michel
abe5b4ef53
Translations: Update Spanish
...
Currently translated at 100.0% (5844 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2025-01-22 18:36:36 +01:00
CVZ-es and Raphael Michel
b1fb391d08
Translations: Update French
...
Currently translated at 100.0% (5844 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2025-01-22 18:36:36 +01:00
Raphael Michel and Raphael Michel
a95c6d94ee
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (235 of 235 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de_Informal/
powered by weblate
2025-01-22 18:36:36 +01:00
Raphael Michel and Raphael Michel
4809558343
Translations: Update German
...
Currently translated at 100.0% (235 of 235 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de/
powered by weblate
2025-01-22 18:36:36 +01:00
Raphael Michel
a6d1af01d2
Fix missing language info for nb-NO (default is just nb) (Z#23177041)
2025-01-22 15:57:47 +01:00
Raphael Michel
23e58996bc
Invoice preview: Fix missing delivery date
2025-01-22 11:49:20 +01:00
Raphael Michel and Raphael Michel
15e05dae2f
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5844 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2025-01-21 18:25:40 +01:00
Raphael Michel and Raphael Michel
ce40524ae8
Translations: Update German
...
Currently translated at 100.0% (5844 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2025-01-21 18:25:40 +01:00
Raphael Michel and GitHub
46aefc10f3
Order change form: No default fee type, use most generic fee type first (Z#23179634) ( #4771 )
2025-01-21 17:48:31 +01:00
Raphael Michel
1f49b577f0
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2025-01-21 17:43:41 +01:00
Hijiri Umemoto and Raphael Michel
b3aa405bcc
Translations: Update Japanese
...
Currently translated at 100.0% (5840 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-21 17:42:33 +01:00
Hector and Raphael Michel
f29b60b3db
Translations: Update Spanish
...
Currently translated at 100.0% (235 of 235 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/
powered by weblate
2025-01-21 17:42:33 +01:00
Hector and Raphael Michel
603e7821cc
Translations: Update Spanish
...
Currently translated at 100.0% (5844 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2025-01-21 17:42:33 +01:00
Raphael Michel and GitHub
ffdc73e0a3
Show percentage of discount in cart (Z#23176955) ( #4719 )
...
* Show percentage of discount in cart (Z#23176955)
* Fix computation
2025-01-21 16:35:15 +01:00
Raphael Michel and GitHub
00b4622afa
Address form logic: Respect dependency of VAT ID on is_business ( #4713 )
2025-01-21 15:05:16 +01:00
Raphael Michel and GitHub
045edc7cec
Invoice rendering: Remove transparency from logos (Z#23179391) ( #4762 )
...
* Invoice rendering: Remove logos from transparency
* Add comment
2025-01-21 15:03:43 +01:00
Raphael Michel and GitHub
1635118772
Copy ItemVariation.limit_sales_channels when copying items ( #4752 )
2025-01-21 15:01:28 +01:00
Mira and GitHub
87c987fee5
Only display tax rates with non-zero gross amount ( #4760 )
2025-01-20 14:49:04 +01:00
1267bf8ba8
Update webauthn requirement from ==2.4.* to ==2.5.* ( #4766 )
...
Updates the requirements on [webauthn](https://github.com/duo-labs/py_webauthn ) to permit the latest version.
- [Release notes](https://github.com/duo-labs/py_webauthn/releases )
- [Changelog](https://github.com/duo-labs/py_webauthn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/duo-labs/py_webauthn/compare/v2.4.0...v2.5.0 )
---
updated-dependencies:
- dependency-name: webauthn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-20 12:49:03 +01:00
Serge Bazanski and Raphael Michel
a8d1ed8ee1
Translations: Update Polish (informal) (pl_Informal)
...
Currently translated at 13.3% (782 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl_Informal/
powered by weblate
2025-01-20 12:45:01 +01:00
Serge Bazanski and Raphael Michel
b7736d5e82
Translations: Update Polish (informal) (pl_Informal)
...
Currently translated at 12.0% (701 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl_Informal/
powered by weblate
2025-01-20 12:45:01 +01:00
Serge Bazanski and Raphael Michel
cfefe5bfc3
Translations: Update Polish (informal) (pl_Informal)
...
Currently translated at 100.0% (235 of 235 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pl_Informal/
powered by weblate
2025-01-20 12:45:01 +01:00
Serge Bazanski and Raphael Michel
f0f272b304
Translations: Update Polish (informal) (pl_Informal)
...
Currently translated at 6.8% (398 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl_Informal/
powered by weblate
2025-01-20 12:45:01 +01:00
Wiktor Przybylski and Raphael Michel
e8b159e6d4
Translations: Update Polish
...
Currently translated at 98.7% (5769 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2025-01-20 12:45:01 +01:00
Hijiri Umemoto and Raphael Michel
b0de6815db
Translations: Update Japanese
...
Currently translated at 100.0% (235 of 235 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/ja/
powered by weblate
2025-01-20 12:45:01 +01:00
Hijiri Umemoto and Raphael Michel
92ceea2680
Translations: Update Japanese
...
Currently translated at 100.0% (5840 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-20 12:45:01 +01:00
Wiktor Przybylski and Raphael Michel
c2a9f9f76a
Translations: Update Polish
...
Currently translated at 98.4% (5751 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2025-01-20 12:45:01 +01:00
Wiktor Przybylski and Raphael Michel
1e1f0e5d86
Translations: Update Polish
...
Currently translated at 98.3% (5746 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2025-01-20 12:45:01 +01:00
Richard Schreiber and GitHub
9634907539
[a11y] Remove h1 aria-label in presale
2025-01-20 08:57:21 +01:00
Raphael Michel and Raphael Michel
70dd688ec1
Translations: Add Flemish (West)
2025-01-17 17:49:14 +01:00
Raphael Michel and Raphael Michel
5ad0213195
Translations: Add Albanian
2025-01-17 17:49:14 +01:00
Raphael Michel and Raphael Michel
c40cf45179
Translations: Add Faroese
2025-01-17 17:49:14 +01:00
CVZ-es and Raphael Michel
a72839fd0e
Translations: Update Spanish
...
Currently translated at 100.0% (5844 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2025-01-17 17:49:14 +01:00
CVZ-es and Raphael Michel
5071db0a8b
Translations: Update French
...
Currently translated at 100.0% (5840 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2025-01-17 17:49:14 +01:00
Hijiri Umemoto and Raphael Michel
0dce6464ad
Translations: Update Japanese
...
Currently translated at 99.5% (5815 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-17 09:53:12 +01:00
Mira and GitHub
e1d3f16819
Fix rendering of pretix.event.order.deleted log entries ( #4757 )
2025-01-16 16:03:41 +01:00
deborahfoell and Raphael Michel
6c0b266260
Translations: Update Korean
...
Currently translated at 0.4% (29 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ko/
powered by weblate
2025-01-16 13:47:36 +01:00
CVZ-es and Raphael Michel
e4692ed746
Translations: Update Spanish
...
Currently translated at 100.0% (235 of 235 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/
powered by weblate
2025-01-16 13:47:36 +01:00
CVZ-es and Raphael Michel
a99bb283e2
Translations: Update Spanish
...
Currently translated at 99.9% (5843 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2025-01-16 13:47:36 +01:00
CVZ-es and Raphael Michel
06f09dda49
Translations: Update French
...
Currently translated at 100.0% (235 of 235 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/fr/
powered by weblate
2025-01-16 13:47:36 +01:00
CVZ-es and Raphael Michel
da1de7d646
Translations: Update French
...
Currently translated at 99.9% (5839 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2025-01-16 13:47:36 +01:00
Raphael Michel and Raphael Michel
63a2e2e058
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5840 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2025-01-16 13:47:36 +01:00
Raphael Michel and Raphael Michel
5d83f70f75
Translations: Update German
...
Currently translated at 100.0% (5840 of 5840 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2025-01-16 13:47:36 +01:00
Hector and Raphael Michel
f8badea1d3
Translations: Update Spanish
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2025-01-16 13:47:36 +01:00
Raphael Michel and GitHub
d727d58bc9
Allow to attach .ics files to manual emails (Z#23179129) ( #4753 )
2025-01-16 13:30:47 +01:00
c8d4815c9e
LogEntryType registry ( #4235 )
...
Move display of LogEntry details from the `logentry_display` and
`logentry_object_link` signals to a class hierarchy based approach.
For each action_type, an instance of a subclass of `LogEntryType`
is registered in the `log_entry_types` registry.
Analogous to EventPluginSignal, this registry is an `EventPluginRegistry`,
so it keeps track of the plugin the LogEntryType is defined in.
---------
Co-authored-by: Raphael Michel <michel@rami.io >
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2025-01-16 13:05:57 +01:00
Richard Schreiber and GitHub
c25d6988a7
Widget: add option to always show event info
2025-01-16 11:54:24 +01:00
89f1f61b73
Refactor RelativeDate(Time)Field and -Widget ( #4746 )
...
* refactor to use namedtuples for the sub-fields and sub-widgets
* fix RelativeDateTimeField.set_event: apply relative_to filter not only to minutes, but to days as well
* fix bug in RelativeDateTimeField.clean: validate days relation_to instead of minutes relation_to when "Relative date" is selected
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2025-01-16 11:32:02 +01:00
Raphael Michel
ecd0cbe00d
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2025-01-15 17:46:10 +01:00
6cb9dc5b35
Update sentry-sdk requirement from ==2.18.* to ==2.20.* ( #4749 )
...
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.18.0...2.20.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-15 09:33:34 +01:00
Nicolas Thumann and GitHub
6846348a7f
Fix typo ( #4748 )
2025-01-14 19:49:23 +01:00
Raphael Michel and GitHub
df785f8c6d
Set locale properly if locale is already in query string ( #4733 )
2025-01-14 18:52:02 +01:00
Mira and GitHub
bc32fe91a6
Make "Show in backend" button on ticket pages available on custom domains ( #4743 )
2025-01-14 18:37:38 +01:00
Raphael Michel and GitHub
0664127e70
Invoices: Show sum of 0%-tax amount if there are any taxes (Z#23178464) ( #4737 )
2025-01-14 15:09:38 +01:00
Raphael Michel and GitHub
5cf2f1beef
New invoice generation setting: User request but paid only ( #4740 )
2025-01-14 13:54:25 +01:00
Raphael Michel and GitHub
ff6b4ae7bf
Translations: Allow to change field order for relative date form field ( #4738 )
2025-01-14 13:48:37 +01:00
Raphael Michel and GitHub
6b5fd07535
Questions: Increase field size for min/max number ( #4741 )
2025-01-14 11:18:28 +01:00
Nikolai and Raphael Michel
7a423ebead
Translations: Update Danish
...
Currently translated at 47.9% (2799 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2025-01-14 10:57:01 +01:00
Raphael Michel and GitHub
62c028d9ac
Fix order availability with blocked seeat (Z#23178286) ( #4734 )
2025-01-13 12:49:49 +01:00
Hijiri and GitHub
57f5eeff82
Update name scheme examples, adapt addressing system for Japan
2025-01-13 10:51:24 +01:00
Hijiri Umemoto and Raphael Michel
d92e82a133
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-13 10:47:57 +01:00
Hijiri Umemoto and Raphael Michel
5704142fe1
Translations: Update Korean
...
Currently translated at 0.4% (26 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ko/
powered by weblate
2025-01-13 10:47:57 +01:00
Hijiri Umemoto and Raphael Michel
8c5768912c
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-13 10:47:57 +01:00
Hijiri Umemoto and Raphael Michel
934567c811
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-13 10:47:57 +01:00
David Vaz and Raphael Michel
b16f54fad9
Translations: Update Portuguese (Portugal)
...
Currently translated at 85.5% (4991 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_PT/
powered by weblate
2025-01-13 10:47:57 +01:00
Martin Gross and Raphael Michel
5dcd1f229b
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2025-01-10 19:21:20 +01:00
Martin Gross and Raphael Michel
40e4f8a05a
Translations: Update German
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2025-01-10 19:21:20 +01:00
Hijiri Umemoto and Raphael Michel
8d9295a628
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-10 19:21:20 +01:00
Bernd Mohring and Raphael Michel
063e1e16a3
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2025-01-10 19:21:20 +01:00
Hijiri Umemoto and Raphael Michel
b5733a433d
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-10 19:21:20 +01:00
Bernd Mohring and Raphael Michel
454354f148
Translations: Update German
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2025-01-10 19:21:20 +01:00
Hijiri Umemoto and Raphael Michel
8480f45997
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-10 19:21:20 +01:00
Hijiri Umemoto and Raphael Michel
b909b0b4bd
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-10 19:21:20 +01:00
Hijiri Umemoto and Raphael Michel
c4b45b7d95
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-10 19:21:20 +01:00
Raphael Michel
3ce6030122
PDF n-up generation: Fix ordering of badges
2025-01-07 19:32:51 +01:00
Martin Gross
28e26284a6
API: Return order-information on availability-endpoint, even if quota is unlimited
2025-01-07 17:25:39 +01:00
Raphael Michel
aaf1b7776e
Set up flag for japanese fields
2025-01-07 16:09:28 +01:00
Raphael Michel
d545b15d0d
Fix incorrect language code for Japanese
2025-01-07 15:12:26 +01:00
Raphael Michel and Raphael Michel
0a334d1c67
Explicitly set none algorithm
2025-01-07 12:01:52 +01:00
dependabot[bot] and Raphael Michel
1a2fb688de
Update pyjwt requirement from ==2.9.* to ==2.10.*
...
Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt ) to permit the latest version.
- [Release notes](https://github.com/jpadilla/pyjwt/releases )
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.9.0...2.10.1 )
---
updated-dependencies:
- dependency-name: pyjwt
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-07 12:01:52 +01:00
Raphael Michel
c1333d6edb
Add Japanese to supported languages
2025-01-07 11:37:42 +01:00
Hijiri Umemoto and Raphael Michel
e3e432a9e4
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-07 11:19:37 +01:00
Hijiri Umemoto and Raphael Michel
36ea18970b
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-07 11:19:37 +01:00
Hector and Raphael Michel
bde2d50828
Translations: Update Spanish
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2025-01-07 11:19:37 +01:00
Hijiri Umemoto and Raphael Michel
e8334df908
Translations: Update Chinese (Traditional Han script)
...
Currently translated at 91.6% (5351 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/zh_Hant/
powered by weblate
2025-01-07 11:19:37 +01:00
Hector and Raphael Michel
c8943785d7
Translations: Update Spanish
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2025-01-07 11:19:37 +01:00
Hijiri Umemoto and Raphael Michel
41b878b667
Translations: Update Turkish
...
Currently translated at 43.1% (2516 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/tr/
powered by weblate
2025-01-07 11:19:37 +01:00
Hijiri Umemoto and Raphael Michel
4f63ba967b
Translations: Update Chinese (Traditional Han script)
...
Currently translated at 91.3% (5331 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/zh_Hant/
powered by weblate
2025-01-07 11:19:37 +01:00
Raphael Michel
a56c6ae1e0
Fix secret regeneration
2025-01-03 17:21:12 +01:00
Raphael Michel
1efd952a19
Revert "Update pyjwt requirement from ==2.9.* to ==2.10.* ( #4639 )"
...
This reverts commit 71caa17879 .
2025-01-03 17:10:59 +01:00
Hector and Raphael Michel
ddd0db3d98
Translations: Update Spanish
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2025-01-03 15:31:39 +01:00
Hector and Raphael Michel
dde724d0be
Translations: Update Spanish
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
9f55187690
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
e572bfb752
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
beccdf8dad
Translations: Update Korean
...
Currently translated at 0.2% (17 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ko/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
b141ea4ed5
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
32dd125b65
Translations: Update Turkish
...
Currently translated at 43.0% (2515 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/tr/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
b5794780da
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
835c08f1ca
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Wiktor Przybylski and Raphael Michel
a79d5fddda
Translations: Update Polish
...
Currently translated at 98.5% (5750 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
beb03e07e0
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
dd2e5d09f9
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
5c2456e92e
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
3579a7f298
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
5dd20de745
Translations: Update Japanese
...
Currently translated at 100.0% (232 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
5708099fc9
Translations: Update Japanese
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri Umemoto and Raphael Michel
2c2e8e7d21
Translations: Update Japanese
...
Currently translated at 90.9% (211 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri and Raphael Michel
5993482f6c
Translations: Update Japanese
...
Currently translated at 98.6% (5755 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri and Raphael Michel
c905659dfb
Translations: Update Japanese
...
Currently translated at 78.8% (183 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri and Raphael Michel
196c131ac9
Translations: Update Japanese
...
Currently translated at 98.5% (5749 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Aarni Heinonen and Raphael Michel
a554433fad
Translations: Update Chinese (Simplified Han script)
...
Currently translated at 50.1% (2924 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/zh_Hans/
powered by weblate
2025-01-03 15:31:39 +01:00
Aarni Heinonen and Raphael Michel
c552dd876c
Translations: Update Finnish
...
Currently translated at 24.4% (1429 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fi/
powered by weblate
2025-01-03 15:31:39 +01:00
Aarni Heinonen and Raphael Michel
105ae8592d
Translations: Update Finnish
...
Currently translated at 20.1% (1175 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fi/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri and Raphael Michel
ca4540eeb7
Translations: Update Japanese
...
Currently translated at 5.6% (331 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
Dimitris Tsimpidis and Raphael Michel
381366a248
Translations: Update Greek
...
Currently translated at 41.8% (97 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/el/
powered by weblate
2025-01-03 15:31:39 +01:00
Dimitris Tsimpidis and Raphael Michel
816a3ec994
Translations: Update Greek
...
Currently translated at 47.7% (2785 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/el/
powered by weblate
2025-01-03 15:31:39 +01:00
Hijiri and Raphael Michel
88d3d12dbc
Translations: Update Japanese
...
Currently translated at 4.0% (238 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-03 15:31:39 +01:00
71caa17879
Update pyjwt requirement from ==2.9.* to ==2.10.* ( #4639 )
...
Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt ) to permit the latest version.
- [Release notes](https://github.com/jpadilla/pyjwt/releases )
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.9.0...2.10.0 )
---
updated-dependencies:
- dependency-name: pyjwt
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-03 15:23:36 +01:00
2ecdfde756
Bump @rollup/plugin-node-resolve in /src/pretix/static/npm_dir ( #4728 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 15.3.0 to 16.0.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v16.0.0/packages/node-resolve )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-03 15:23:19 +01:00
1f753a57c5
Update pillow requirement from ==11.0.* to ==11.1.* ( #4729 )
...
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow ) to permit the latest version.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/11.0.0...11.1.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-03 15:22:58 +01:00
Raphael Michel
595c042624
Regenerate OrderPosition.web_secret when chaning other secrets
2025-01-03 15:21:45 +01:00
Raphael Michel
5a5a551c21
Fix tests failing after 2025-01-01
2025-01-03 15:21:32 +01:00
Raphael Michel
e74793994a
Fix invalid usage of re.split() on Python 3.13
2025-01-03 15:21:15 +01:00
Raphael Michel
f1bdd3b7af
Remove debug print
2024-12-25 18:58:00 +01:00
Raphael Michel
13c40f9bb7
API: Fix sales channels when copying events (Z#23177154, Z#23169537)
2024-12-20 14:09:10 +01:00
Raphael Michel
3e15e2a887
Raise minimum version of cryptography
2024-12-20 14:09:10 +01:00
Raphael Michel
7525ee853b
Ticket preview: Fix incorrect type of sample price
2024-12-19 13:37:38 +01:00
Richard Schreiber and GitHub
f02b1be659
[A11y] Improve grouping and labels in widget’s product list
2024-12-18 15:24:28 +01:00
Raphael Michel and GitHub
20f171b790
Order import: Respect sales channel when validating seats ( #4707 )
2024-12-18 13:57:29 +01:00
CVZ-es and Raphael Michel
22906dfa77
Translations: Update Spanish
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-12-18 13:49:18 +01:00
CVZ-es and Raphael Michel
5f74e661b3
Translations: Update French
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-12-18 13:49:18 +01:00
Richard Schreiber and GitHub
5b99788354
Unify event list view on organizer and event-series ( #4702 )
2024-12-18 13:32:26 +01:00
Raphael Michel and Raphael Michel
b45d58b60e
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-12-16 17:32:16 +01:00
Raphael Michel and Raphael Michel
2a58e958b0
Translations: Update German
...
Currently translated at 100.0% (5836 of 5836 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-12-16 17:32:16 +01:00
Raphael Michel
e44695dfcf
Extend spelling word lists
2024-12-16 17:30:25 +01:00
Raphael Michel
1d289088f4
Extend spelling word lists
2024-12-16 17:27:53 +01:00
Raphael Michel
a9be6337bc
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-12-16 15:20:40 +01:00
Raphael Michel and GitHub
df29d4e8c4
Bump django-i18nfield to 1.10.* ( #4709 )
2024-12-16 15:20:09 +01:00
Richard Schreiber and GitHub
bf2cabf7b6
Fix color differences for panel-heading in accordion-panel
2024-12-16 08:35:30 +01:00
Raphael Michel
db614d36e6
Block access to manifests in default nginx configurations
2024-12-15 11:59:11 +01:00
Raphael Michel and GitHub
13452b5d8c
Make BaseInvoiceForm more reusable ( #4669 )
...
* Make BaseInvoiceForm more reusable
* Remove code
2024-12-13 16:28:21 +01:00
Raphael Michel
6422cd7858
API: Fix format of price calculation
2024-12-13 16:17:24 +01:00
2e87cb5691
Bump nanoid from 3.3.7 to 3.3.8 in /src/pretix/static/npm_dir ( #4706 )
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 16:01:01 +01:00
Vasco Baleia and Raphael Michel
b53ee938bf
Translations: Update Portuguese (Portugal)
...
Currently translated at 86.5% (5003 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_PT/
powered by weblate
2024-12-13 14:19:08 +01:00
Wikinaut and Raphael Michel
ec3bdd4a57
Translations: Update German
...
Currently translated at 100.0% (5782 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-12-13 14:19:08 +01:00
7b607594d8
Update webauthn requirement from ==2.3.* to ==2.4.* ( #4689 )
...
Updates the requirements on [webauthn](https://github.com/duo-labs/py_webauthn ) to permit the latest version.
- [Release notes](https://github.com/duo-labs/py_webauthn/releases )
- [Changelog](https://github.com/duo-labs/py_webauthn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/duo-labs/py_webauthn/compare/v2.3.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: webauthn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-13 14:16:26 +01:00
53f129d5d3
Add codification of tax rates ( #4372 )
...
* draft
* .
* Rebase migration
* Update src/pretix/base/models/tax.py
Co-authored-by: Mira <weller@rami.io >
* Test, isort, flake, migration rebase
* carry data & API
* Fix failing tests
* docs fixes
* Improve validation
* Tests
* More fixes
---------
Co-authored-by: Mira <weller@rami.io >
2024-12-13 12:04:38 +01:00
a4385c8b6e
Use new fieldset panels throughout checkout ( #4688 )
...
Use <fieldset> accordion-panels in checkout_customer, checkout_payment and
order_pay_change. Unify markup in checkout_payment and order_pay_change.
Adapt Javascript in the dynamic PayPal and Stripe payment forms.
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-12-12 15:48:27 +01:00
Neriman Memmedli and Raphael Michel
3acae96021
Translations: Update Azerbaijani
...
Currently translated at 0.3% (21 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/az/
powered by weblate
2024-12-11 15:48:37 +01:00
Neriman Memmedli and Raphael Michel
b9add5ff6f
Translations: Add Azerbaijani
2024-12-11 15:48:37 +01:00
Patrick Chilton and Raphael Michel
4ca9813a1d
Translations: Update Hungarian
...
Currently translated at 10.8% (630 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hu/
powered by weblate
2024-12-11 15:48:37 +01:00
Christiaan de Die le Clercq and Raphael Michel
347748896d
Translations: Update Dutch
...
Currently translated at 100.0% (5782 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-12-11 15:48:37 +01:00
Richard Schreiber and GitHub
0f590caa18
[UI] Fix organizer event-list status-bubble overflow
2024-12-11 11:36:15 +01:00
Richard Schreiber and GitHub
18801f2d1c
Widget: add unique html_id to use in labels, etc.
2024-12-11 08:30:44 +01:00
Richard Schreiber and GitHub
e5f29bd592
Widget: add span around currency for easier styling
2024-12-11 08:29:55 +01:00
Martin Gross
1f904d482b
Stripe: Add missing identifier for revolut_pay
2024-12-10 15:15:43 +01:00
Raphael Michel
b8ad276f53
Fix duplicate field (Z#23168530)
2024-12-09 21:58:11 +01:00
Raphael Michel
e109c37738
API: use correct validation exception
2024-12-09 14:17:27 +01:00
Raphael Michel and GitHub
4d597d5be3
Stripe: Remove option to enable method_sofort ( #4638 )
2024-12-09 13:51:32 +01:00
ae8ec42905
Fix backend validation if name is required as part of a required non-business invoice address ( #4674 )
...
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2024-12-09 12:27:59 +01:00
Richard Schreiber and GitHub
e5b89e9b08
[A11y] fix color-contrast for event-list status-bubbles
2024-12-06 15:51:40 +01:00
Mira and GitHub
da91f5f117
Animation in <fieldset> accordion ( #4682 )
2024-12-06 12:46:40 +01:00
Richard Schreiber and GitHub
ae29240e58
[A11y] Improve number inputs for screen-readers
2024-12-06 11:11:36 +01:00
Richard Schreiber and GitHub
74edf10b04
Move cursor fix for disabled fieldsets from bootstrap to presale
2024-12-06 11:07:11 +01:00
Richard Schreiber and GitHub
e2e0eca872
Fix accordion-radio fieldset css
2024-12-06 10:13:32 +01:00
Raphael Michel
6132e4a2c4
Remove re-implementations if i18nfield API integration
2024-12-05 17:56:30 +01:00
Raphael Michel
7df7d28518
Bump django-i18nfield to 1.9.5
2024-12-05 17:56:30 +01:00
Raphael Michel and GitHub
11ab5c5eeb
Event dashboard: Use intcomma in numbers (Z#23175343) ( #4687 )
2024-12-05 17:11:57 +01:00
CVZ-es and Raphael Michel
20211d2097
Translations: Update Spanish
...
Currently translated at 100.0% (5782 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-12-05 13:46:11 +01:00
CVZ-es and Raphael Michel
d760ad38bf
Translations: Update French
...
Currently translated at 100.0% (232 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/fr/
powered by weblate
2024-12-05 13:46:11 +01:00
CVZ-es and Raphael Michel
69af2cee93
Translations: Update French
...
Currently translated at 100.0% (5782 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-12-05 13:46:11 +01:00
Raphael Michel and GitHub
6b199a2b9c
Allow to enter gift cards into the voucher input (Z#23171961) ( #4670 )
2024-12-05 13:43:46 +01:00
Richard Schreiber and GitHub
94a64ba53a
Hide empty panels ( #4684 )
2024-12-05 12:08:33 +01:00
Raphael Michel
70f06a8f40
Fix an incorrect exception handling
2024-12-04 16:59:58 +01:00
Mira Weller
a747ab154a
Fix cursor on elements in disabled fieldsets' legends
2024-12-04 14:54:49 +01:00
Mira and GitHub
6317233150
New accordion panels using <fieldset> ( #4681 )
2024-12-04 14:34:42 +01:00
Richard Schreiber and GitHub
4d94158ff0
Improve organizer/event-series calendar UI on mobile
2024-12-04 08:17:52 +01:00
Raphael Michel
8f92eb2d2d
remove debug statement
2024-12-03 12:40:29 +01:00
Richard Schreiber
f29896b267
[A11y] Fix missing aria-hidden and translation
2024-12-03 12:10:16 +01:00
2dc625cf31
Add the option to introduce rich-text placeholders ( #4657 )
...
* Add the option to introduce rich-text placeholders
* Add tests in test_format
* Add some css
* Block vs inline
* Some fixed css
* Update src/pretix/control/forms/event.py
Co-authored-by: Mira <weller@rami.io >
* Add missing docstring prat
---------
Co-authored-by: Mira <weller@rami.io >
2024-12-03 11:38:15 +01:00
855226d37c
Update ua-parser requirement from ==0.18.* to ==1.0.* ( #4665 )
...
Updates the requirements on [ua-parser](https://github.com/ua-parser/uap-python ) to permit the latest version.
- [Release notes](https://github.com/ua-parser/uap-python/releases )
- [Commits](https://github.com/ua-parser/uap-python/compare/0.18.0...1.0.0 )
---
updated-dependencies:
- dependency-name: ua-parser
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-03 11:18:37 +01:00
648c0da9fe
Update webauthn requirement from ==2.2.* to ==2.3.* ( #4655 )
...
Updates the requirements on [webauthn](https://github.com/duo-labs/py_webauthn ) to permit the latest version.
- [Release notes](https://github.com/duo-labs/py_webauthn/releases )
- [Changelog](https://github.com/duo-labs/py_webauthn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/duo-labs/py_webauthn/compare/v2.2.0...v2.3.0 )
---
updated-dependencies:
- dependency-name: webauthn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-03 11:01:05 +01:00
Raphael Michel and GitHub
59e3494fa2
Add fee type for late fees ( #4656 )
2024-12-03 11:00:11 +01:00
Mira and GitHub
c4ff57c07a
Change error message for unavailable addon products ( #4673 )
...
This can not only happen in case of sold-out addons, but also if they are e.g. not available via the current sales channel.
2024-12-03 10:59:15 +01:00
cc4fbfe4c7
API: Allow to block/unblock seats in bulk ( #4668 )
...
* API: Allow to block/unblock seats in bulk
* Update doc/api/resources/seats.rst
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Update doc/api/resources/seats.rst
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Update doc/api/resources/seats.rst
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Update src/pretix/api/views/event.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-12-02 16:03:11 +01:00
e99ee91573
Allow to use custom domains for some but not all events (Z#23153875) ( #4627 )
...
* Allow to use custom domains for some but not all events
* Update src/pretix/multidomain/urlreverse.py
* Apply suggestions from code review
Co-authored-by: Mira <weller@rami.io >
* Logging for domain config changes
---------
Co-authored-by: Mira <weller@rami.io >
2024-12-02 15:58:50 +01:00
Patrick Chilton and Raphael Michel
e2753686ee
Translations: Update Hungarian
...
Currently translated at 10.8% (629 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hu/
powered by weblate
2024-12-02 15:58:41 +01:00
CVZ-es and Raphael Michel
33f8b9851e
Translations: Update Spanish
...
Currently translated at 100.0% (5782 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-12-02 15:58:41 +01:00
CVZ-es and Raphael Michel
e3d8cf07af
Translations: Update French
...
Currently translated at 100.0% (5782 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-12-02 15:58:41 +01:00
Mira Weller
0279ca7d94
Add missing error handling to addressform.js
2024-12-02 10:15:16 +01:00
Richard Schreiber and GitHub
d1989c3cd3
Fix all-optional in address-form for resellers ( #4672 )
2024-12-02 09:46:33 +01:00
Raphael Michel
61cb2e15cf
Fix validation crash of InvoiceNameForm
2024-11-29 20:08:36 +01:00
Mira Weller
f2ee1d00b3
Don't use animation for address information load indicator
2024-11-29 17:09:14 +01:00
Mira and GitHub
e8e9698a31
Update address field logic (Z#23163120) ( #4659 )
...
* Move country-dependent JS logic to separate file (avoids code duplication for presale and control)
* Correctly apply "required" attribute to address state field
* Load address format information when selecting country
* Fix some other bugs and inconsistencies
2024-11-29 14:56:56 +01:00
Richard Schreiber and GitHub
a1bf7be244
[A11y] Improve customer account pages ( #4654 )
2024-11-29 14:16:40 +01:00
Patrick Chilton and Raphael Michel
f4ca9a5681
Translations: Update Hungarian
...
Currently translated at 45.6% (106 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/hu/
powered by weblate
2024-11-29 09:22:29 +01:00
e6d984538f
Update django-statici18n requirement from ==2.5.* to ==2.6.* ( #4664 )
...
Updates the requirements on [django-statici18n](https://github.com/zyegfryed/django-statici18n ) to permit the latest version.
- [Changelog](https://github.com/zyegfryed/django-statici18n/blob/main/docs/changelog.rst )
- [Commits](https://github.com/zyegfryed/django-statici18n/compare/v2.5.0...v2.6.0 )
---
updated-dependencies:
- dependency-name: django-statici18n
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 09:22:04 +01:00
9f1ee9157f
Update protobuf requirement from ==5.28.* to ==5.29.* ( #4666 )
...
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf ) to permit the latest version.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.28.0-rc1...v5.29.0 )
---
updated-dependencies:
- dependency-name: protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-29 09:21:54 +01:00
Raphael Michel
242e5af4b5
Bump version to 2024.12.0.dev0
2024-11-27 13:57:03 +01:00
Raphael Michel
7d6e98e6da
Bump version to 2024.11.0
2024-11-27 13:56:37 +01:00
Mira and GitHub
27f964f3ae
Checkout flow: Observe direction when skipping AddOnsStep ( #4658 )
2024-11-27 11:13:07 +01:00
Patrick Chilton and Raphael Michel
84b3060c0f
Translations: Update Hungarian
...
Currently translated at 10.7% (623 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hu/
powered by weblate
2024-11-27 11:10:55 +01:00
CVZ-es and Raphael Michel
25dcb72f92
Translations: Update Spanish
...
Currently translated at 100.0% (5782 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-27 11:10:55 +01:00
CVZ-es and Raphael Michel
4b078867c6
Translations: Update French
...
Currently translated at 100.0% (5782 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-27 11:10:55 +01:00
Jakub Stribrny and Raphael Michel
c595a59d4a
Translations: Update Czech
...
Currently translated at 73.5% (4250 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/cs/
powered by weblate
2024-11-26 18:48:58 +01:00
Patrick Chilton and Raphael Michel
f164daeaee
Translations: Update Hungarian
...
Currently translated at 10.7% (621 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hu/
powered by weblate
2024-11-26 18:48:58 +01:00
gabriblas and Raphael Michel
c6b6dd8d49
Translations: Update Italian
...
Currently translated at 24.3% (1409 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2024-11-26 18:48:58 +01:00
CVZ-es and Raphael Michel
8038c87963
Translations: Update French
...
Currently translated at 100.0% (5782 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-26 18:48:58 +01:00
Ryo and Raphael Michel
c45a970d32
Translations: Update Japanese
...
Currently translated at 3.8% (220 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2024-11-26 18:48:58 +01:00
kei ogane and Raphael Michel
a34517233d
Translations: Update Japanese
...
Currently translated at 3.8% (220 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2024-11-26 18:48:58 +01:00
Yasunobu YesNo Kawaguchi and Raphael Michel
8fb2e5383c
Translations: Update Japanese
...
Currently translated at 3.4% (200 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2024-11-26 18:48:58 +01:00
CVZ-es and Raphael Michel
86a00f3338
Translations: Update Spanish
...
Currently translated at 100.0% (5782 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-26 18:48:58 +01:00
CVZ-es and Raphael Michel
c8c0d3e7f5
Translations: Update French
...
Currently translated at 100.0% (5782 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-26 18:48:58 +01:00
Raphael Michel and GitHub
7dd455ce15
Fix #4641 -- Make usage of argon2id optional ( #4643 )
2024-11-26 17:31:27 +01:00
Richard Schreiber and GitHub
391eda25da
[A11y] Improve color combinations for alerts
2024-11-21 13:58:19 +01:00
Raphael Michel
fcff5a522d
Fix inconsistent labels
2024-11-19 16:36:09 +01:00
Raphael Michel and Raphael Michel
7e93d38a01
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5782 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-11-19 16:33:52 +01:00
Raphael Michel and Raphael Michel
6469381899
Translations: Update German
...
Currently translated at 100.0% (5782 of 5782 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-11-19 16:33:52 +01:00
Raphael Michel
761706c60c
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-11-19 16:16:36 +01:00
CVZ-es and Raphael Michel
f91315c88e
Translations: Update Spanish
...
Currently translated at 100.0% (5809 of 5809 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-19 16:16:13 +01:00
CVZ-es and Raphael Michel
bc05afeab9
Translations: Update French
...
Currently translated at 100.0% (5779 of 5779 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-19 16:16:13 +01:00
Raphael Michel
02d495d287
Revert "Update po files"
...
This reverts commit 894878d9da .
2024-11-19 16:15:55 +01:00
Raphael Michel
894878d9da
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-11-19 16:15:26 +01:00
5896ca0197
Event creation: Prevent accidentally creating events without tax rate ( #4623 )
...
* Event creation: Prevent accidentally creating events without tax rate
* Update src/pretix/control/forms/event.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Fix tests
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-11-19 16:14:56 +01:00
Raphael Michel
fe6fc8df32
Fix placehodler sample in empty series (PRETIXEU-ATN)
2024-11-19 16:14:13 +01:00
dependabot[bot] and Raphael Michel
9de8f3a775
Update aiohttp requirement from ==3.10.* to ==3.11.*
...
Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp ) to permit the latest version.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.0b0...v3.11.0 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-19 15:08:00 +01:00
Martin Gross
c92bb9cb8b
Stripe: (FIX) Make MobilePay optional
2024-11-19 13:17:52 +01:00
Raphael Michel and GitHub
76ecec8b98
Scheduled mails: Allow subevent-dependent placeholders (Z#23171818) ( #4629 )
2024-11-19 10:50:10 +01:00
Mira and GitHub
4b8416df8f
docs: update nginx config example ( #4640 )
2024-11-19 09:28:01 +01:00
a601c75923
CheckIns: Display a source_type icon (barcode/nfc) where known ( #4628 )
...
Co-authored-by: Raphael Michel <michel@rami.io >
2024-11-18 17:50:43 +01:00
Raphael Michel and Raphael Michel
f94227f00f
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5779 of 5779 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-11-18 17:49:24 +01:00
Raphael Michel and Raphael Michel
a0c1e5369c
Translations: Update German
...
Currently translated at 100.0% (5779 of 5779 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-11-18 17:49:24 +01:00
Jakub Stribrny and Raphael Michel
633bfcf73a
Translations: Update Czech
...
Currently translated at 73.5% (4253 of 5781 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/cs/
powered by weblate
2024-11-18 17:49:24 +01:00
CVZ-es and Raphael Michel
0d3b5b82c1
Translations: Update Spanish
...
Currently translated at 100.0% (232 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/
powered by weblate
2024-11-18 17:49:24 +01:00
CVZ-es and Raphael Michel
ab95f33546
Translations: Update Spanish
...
Currently translated at 100.0% (5784 of 5784 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-18 17:49:24 +01:00
5034b366c5
Stripe: Disable SOFORT ( #4616 )
...
* Stripe: Disable SOFORT
* Update src/pretix/plugins/stripe/payment.py
Co-authored-by: Raphael Michel <michel@rami.io >
---------
Co-authored-by: Martin Gross <gross@rami.io >
2024-11-18 17:24:01 +01:00
Raphael Michel and GitHub
03d3c389da
Fix #1674 -- Change spelling of e-mail to email ( #4636 )
...
* Fix #1674 -- Change spelling of e-mail to email
* Conflicts and word list
* Add MobilePay to wordlist
* fix usage in tests
2024-11-18 17:21:29 +01:00
3e934acfa0
Allow "open in new tab" for event typeahead ( #4631 )
...
* Allow "open in new tab" for event typeahead
* use default link-behaviour for e.g. open in new ...
* navigate in typeahead with tab, add esc to close
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-11-18 17:16:02 +01:00
Raphael Michel
d2a364e848
Docs: Fix documentation of invoice API
2024-11-18 17:08:51 +01:00
2824b40299
Stripe: Add MobilePay as a supported payment method (Z#23172523) ( #4635 )
...
Co-authored-by: robbi5 <richt@rami.io >
2024-11-18 15:03:32 +01:00
Damiano and Raphael Michel
c6c2c90908
Translations: Update Italian
...
Currently translated at 24.3% (1405 of 5781 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2024-11-18 10:48:18 +01:00
Pavle Ergović and Raphael Michel
d4ae7df2ec
Translations: Update Croatian
...
Currently translated at 1.7% (4 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/hr/
powered by weblate
2024-11-18 10:48:18 +01:00
Pavle Ergović and Raphael Michel
79dd7fb596
Translations: Update Croatian
...
Currently translated at 0.3% (23 of 5781 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hr/
powered by weblate
2024-11-18 10:48:18 +01:00
CVZ-es and Raphael Michel
5ed87cd019
Translations: Update Spanish
...
Currently translated at 100.0% (5784 of 5784 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-18 10:48:18 +01:00
CVZ-es and Raphael Michel
ccdcbe0cc5
Translations: Update French
...
Currently translated at 100.0% (232 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/fr/
powered by weblate
2024-11-18 10:48:18 +01:00
CVZ-es and Raphael Michel
4f8607a9db
Translations: Update French
...
Currently translated at 100.0% (5781 of 5781 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-18 10:48:18 +01:00
Patrick Chilton and Raphael Michel
57ecaa2676
Translations: Update Hungarian
...
Currently translated at 10.7% (622 of 5781 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hu/
powered by weblate
2024-11-18 10:48:18 +01:00
CVZ-es and Raphael Michel
96fd2b1a95
Translations: Update Spanish
...
Currently translated at 100.0% (232 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/
powered by weblate
2024-11-18 10:48:18 +01:00
CVZ-es and Raphael Michel
5cf24fb6a6
Translations: Update Spanish
...
Currently translated at 100.0% (5784 of 5784 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-18 10:48:18 +01:00
Eva-Maria Obermann and Raphael Michel
1d2ea35a39
Translations: Update French
...
Currently translated at 100.0% (232 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/fr/
powered by weblate
2024-11-18 10:48:18 +01:00
CVZ-es and Raphael Michel
ac98ae7941
Translations: Update French
...
Currently translated at 100.0% (232 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/fr/
powered by weblate
2024-11-18 10:48:18 +01:00
CVZ-es and Raphael Michel
a0d055e202
Translations: Update French
...
Currently translated at 99.3% (5742 of 5781 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-18 10:48:18 +01:00
Raphael Michel and GitHub
27ec5ca006
Change order of menu items in backend ( #4633 )
2024-11-18 10:45:27 +01:00
Eva-Maria Obermann and Raphael Michel
9d2edc405d
Translations: Update French
...
Currently translated at 98.7% (229 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/fr/
powered by weblate
2024-11-15 17:21:50 +01:00
CVZ-es and Raphael Michel
fb95fe7cf6
Translations: Update French
...
Currently translated at 94.6% (5474 of 5781 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-15 17:21:50 +01:00
CVZ-es and Raphael Michel
5b5360ef8b
Translations: Update French
...
Currently translated at 98.7% (229 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/fr/
powered by weblate
2024-11-15 17:21:50 +01:00
Gravity Fox and Raphael Michel
129d10ca35
Translations: Update Portuguese (Brazil)
...
Currently translated at 13.5% (784 of 5781 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2024-11-15 17:21:50 +01:00
CVZ-es and Raphael Michel
093a705ff9
Translations: Update French
...
Currently translated at 94.6% (5474 of 5781 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-15 17:21:50 +01:00
CVZ-es and Raphael Michel
6130ae4630
Translations: Update Spanish
...
Currently translated at 100.0% (232 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/
powered by weblate
2024-11-15 17:21:50 +01:00
CVZ-es and Raphael Michel
11a8ed6c7a
Translations: Update Spanish
...
Currently translated at 100.0% (5784 of 5784 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-15 17:21:50 +01:00
arjan-s and Raphael Michel
f6392592c5
Translations: Update Dutch
...
Currently translated at 100.0% (5784 of 5784 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-11-15 17:21:50 +01:00
CVZ-es and Raphael Michel
ecb9ad28ea
Translations: Update Spanish
...
Currently translated at 100.0% (5784 of 5784 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-15 17:21:50 +01:00
Raphael Michel and Raphael Michel
45a506fd37
Translations: Update German
...
Currently translated at 100.0% (5781 of 5781 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-11-15 17:21:50 +01:00
Raphael Michel and Raphael Michel
3b16e6356b
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5781 of 5781 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-11-15 17:21:50 +01:00
Raphael Michel and GitHub
9583a50c4e
Voucher import: Allow empty subevent (Z#23171356) ( #4622 )
2024-11-13 12:00:48 +01:00
Martin Gross
6e6d6b2746
PayPal2: Skip webhook order capture if no OrderPayment exists yet
2024-11-13 10:13:50 +01:00
arjan-s and Raphael Michel
7266d90c6b
Translations: Update Dutch
...
Currently translated at 99.0% (5731 of 5784 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-11-12 09:36:00 +01:00
Richard Schreiber and GitHub
5e4e88c91d
Fix creating to many ScheduledMails on subevent creation ( #4620 )
2024-11-12 09:22:25 +01:00
Raphael Michel
e74d12e8b8
API: Don't require sales channel in input (PRETIXEU-AST)
2024-11-11 17:22:06 +01:00
a5c39271dd
Make API security profiles pluggable ( #4597 )
...
* Make API security profiles pluggable
* Update src/pretix/api/signals.py
Co-authored-by: robbi5 <richt@rami.io >
* REmove dead class
---------
Co-authored-by: robbi5 <richt@rami.io >
2024-11-11 17:13:53 +01:00
3170744c56
Bleach 6 update ( #4610 )
...
* Update bleach requirement from ==5.0.* to ==6.2.*
Updates the requirements on [bleach](https://github.com/mozilla/bleach ) to permit the latest version.
- [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES )
- [Commits](https://github.com/mozilla/bleach/compare/v5.0.0...v6.2.0 )
---
updated-dependencies:
- dependency-name: bleach
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update bleach parameter types
* Fix tests
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11 15:34:40 +01:00
Damiano and Raphael Michel
9ec161561b
Translations: Update Italian
...
Currently translated at 24.2% (1402 of 5781 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2024-11-11 13:49:23 +01:00
CVZ-es and Raphael Michel
aff4f4b8f8
Translations: Update Spanish
...
Currently translated at 100.0% (5784 of 5784 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-11 13:49:23 +01:00
Damiano and Raphael Michel
75addfe9f4
Translations: Update Italian
...
Currently translated at 24.0% (1393 of 5781 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2024-11-11 13:49:23 +01:00
CVZ-es and Raphael Michel
4b05ce5835
Translations: Update Spanish
...
Currently translated at 100.0% (5784 of 5784 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-11 13:49:23 +01:00
CVZ-es and Raphael Michel
34c247f423
Translations: Update Spanish
...
Currently translated at 100.0% (5774 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-11 13:49:23 +01:00
arjan-s and Raphael Michel
3aad6852cb
Translations: Update Dutch
...
Currently translated at 96.8% (5592 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-11-11 13:49:23 +01:00
CVZ-es and Raphael Michel
5cdb07bce6
Translations: Update Spanish
...
Currently translated at 100.0% (5774 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-11 13:49:23 +01:00
arjan-s and Raphael Michel
6cb2d68948
Translations: Update Dutch
...
Currently translated at 76.7% (178 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/nl/
powered by weblate
2024-11-11 13:49:23 +01:00
arjan-s and Raphael Michel
4a7a6273c6
Translations: Update Dutch
...
Currently translated at 95.8% (5535 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-11-11 13:49:23 +01:00
Raphael Michel
ebe343458a
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-11-08 14:45:14 +01:00
Mira and GitHub
f9a93b765c
Use correct LogEntry type for changes to product categories ( #4617 )
2024-11-08 10:45:46 +01:00
Raphael Michel
5aba1f9a23
Do not try to delete cart positions twice (PRETIXEU-ARN)
2024-11-07 14:28:35 +01:00
Damiano and Raphael Michel
a4eed87396
Translations: Update Italian
...
Currently translated at 23.7% (1370 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2024-11-07 11:27:00 +01:00
Damiano and Raphael Michel
08879d0d55
Translations: Update Italian
...
Currently translated at 23.5% (1361 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2024-11-07 11:27:00 +01:00
Christiaan de Die le Clercq and Raphael Michel
c276a19bcc
Translations: Update Dutch
...
Currently translated at 87.7% (5067 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-11-07 11:27:00 +01:00
Raphael Michel and GitHub
1e3c6e0b68
Order detail: Do not show expire date for pending approval (Z#23171168) ( #4613 )
2024-11-07 09:26:10 +01:00
CVZ-es and Raphael Michel
4e283eb560
Translations: Update Spanish
...
Currently translated at 100.0% (5774 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-06 12:32:10 +01:00
CVZ-es and Raphael Michel
52a1983630
Translations: Update French
...
Currently translated at 94.8% (5475 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-06 12:32:10 +01:00
Raphael Michel and GitHub
3d85d9d865
Remove deprecated auto_checkin_sales_channels ( #4587 )
...
* Remove deprecated auto_checkin_sales_channels
* Fix Query count
2024-11-06 12:30:41 +01:00
Raphael Michel and GitHub
4ca9a43890
Fix performance issue in filtering checkin list (Z#23170917) ( #4607 )
...
* Fix performance issue in filtering checkin list
* remove test
2024-11-06 12:30:37 +01:00
mscherer and GitHub
d8bac7db65
Remove slimit dependencies ( #4609 )
...
It doesn't work anymore on python 3.13, since
2to3 is deprecated and removed (PEP 594).
Trying to build on Fedora 41 result in:
Downloading slimit-0.8.1.zip (88 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
Python 3.X support requires the 2to3 tool.
[end of output]
And slimit is not used in the code base nor anywhere in git (no single
match)
2024-11-06 12:28:43 +01:00
Mira and GitHub
91de0f93e6
Allow organizers to manually add fees to an existing order ( #4590 )
2024-11-05 14:37:50 +01:00
901565203b
Hide input dependencies recursively if input will be disabled ( #4599 )
...
---------
Co-authored-by: Mira <weller@rami.io >
2024-11-05 14:34:42 +01:00
14c6c9c0d7
Update sentry-sdk requirement from ==2.17.* to ==2.18.* ( #4608 )
...
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.17.0...2.18.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 09:55:13 +01:00
CVZ-es and Raphael Michel
6de6cf6c08
Translations: Update Spanish
...
Currently translated at 100.0% (5774 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-05 09:54:50 +01:00
CVZ-es and Raphael Michel
29306b3a4d
Translations: Update Spanish
...
Currently translated at 100.0% (5774 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-05 09:54:50 +01:00
Katrine Tella and Raphael Michel
ca69996611
Translations: Update Danish
...
Currently translated at 48.6% (2809 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-11-05 09:54:50 +01:00
Casper Schack and Raphael Michel
16419b6ae4
Translations: Update Danish
...
Currently translated at 48.6% (2809 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-11-05 09:54:50 +01:00
Damiano and Raphael Michel
d6258b9b54
Translations: Update Italian
...
Currently translated at 23.3% (1351 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2024-11-05 09:54:50 +01:00
Christiaan de Die le Clercq and Raphael Michel
6f75608196
Translations: Update Dutch
...
Currently translated at 87.7% (5064 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-11-05 09:54:50 +01:00
Mika Andrianarijaona and Raphael Michel
6ef88e009b
Translations: Update French
...
Currently translated at 94.8% (5475 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-05 09:54:50 +01:00
CVZ-es and Raphael Michel
957100a195
Translations: Update Spanish
...
Currently translated at 100.0% (232 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/
powered by weblate
2024-11-05 09:54:50 +01:00
CVZ-es and Raphael Michel
112ef0908f
Translations: Update Spanish
...
Currently translated at 100.0% (5774 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-05 09:54:50 +01:00
CVZ-es and Raphael Michel
91aaff7359
Translations: Update Spanish
...
Currently translated at 96.5% (5575 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-05 09:54:50 +01:00
CVZ-es and Raphael Michel
8ab61e2c38
Translations: Update French
...
Currently translated at 91.8% (213 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/fr/
powered by weblate
2024-11-05 09:54:50 +01:00
CVZ-es and Raphael Michel
c8ba5cc427
Translations: Update French
...
Currently translated at 94.8% (5474 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-05 09:54:50 +01:00
CVZ-es and Raphael Michel
5ebad31b7d
Translations: Update Spanish
...
Currently translated at 96.4% (5567 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-11-05 09:54:50 +01:00
CVZ-es and Raphael Michel
0429377f7d
Translations: Update French
...
Currently translated at 91.3% (212 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/fr/
powered by weblate
2024-11-05 09:54:50 +01:00
Mossroy and Raphael Michel
76e4b797a1
Translations: Update French
...
Currently translated at 94.6% (5466 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-05 09:54:50 +01:00
Jonathan Berger and Raphael Michel
5f0009c996
Translations: Update French
...
Currently translated at 94.6% (5466 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-05 09:54:50 +01:00
cpoisnel and Raphael Michel
de63a4be01
Translations: Update French
...
Currently translated at 94.6% (5466 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-05 09:54:50 +01:00
CVZ-es and Raphael Michel
f3432139cb
Translations: Update French
...
Currently translated at 94.6% (5466 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-11-05 09:54:50 +01:00
0b82ac9115
Bump @babel/preset-env in /src/pretix/static/npm_dir ( #4604 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.25.4 to 7.26.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 20:55:31 +01:00
eb685b5141
API: Expose cancellation_date on order endpoint (Z#23170733) ( #4606 )
...
Co-authored-by: robbi5 <richt@rami.io >
2024-11-04 16:41:44 +01:00
dependabot[bot] and Raphael Michel
5f7f0bd8f1
Bump @babel/core from 7.25.2 to 7.26.0 in /src/pretix/static/npm_dir
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.25.2 to 7.26.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-04 14:44:32 +01:00
Raphael Michel and GitHub
9fcef2dcaa
API: Fix deleting checkin-lists (Z#23170525) (PRETIXEU-AS5) ( #4600 )
2024-10-31 17:44:04 +01:00
Raphael Michel and GitHub
fc3b186b93
Badge export: Allow to filter and sort by order date (Z#23168742) ( #4588 )
2024-10-31 14:42:44 +01:00
Tinna Sandström and Raphael Michel
a406884575
Translations: Update Swedish
...
Currently translated at 98.3% (5679 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-10-31 13:02:34 +01:00
Anarion Dunedain and Raphael Michel
57ccd5f289
Translations: Update Polish
...
Currently translated at 100.0% (5774 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-10-31 13:02:34 +01:00
f4ac7e7f65
Add warning that cross-selling can't prevent unwanted combinations ( #4596 )
...
* Add warning that cross-selling can't prevent unwanted combinations
* Update src/pretix/control/templates/pretixcontrol/items/category.html
Co-authored-by: Raphael Michel <michel@rami.io >
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2024-10-31 12:59:28 +01:00
81d7045b31
Public event filter: Make "all" option clearer (Z#23169843) ( #4585 )
...
* Public event filter: Make "all" option clearer
* Fix widget tests
* Update src/tests/presale/test_widget.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-10-29 17:31:51 +01:00
Richard Schreiber and GitHub
f9502a3212
Fix testutils redis mock ( #4586 )
2024-10-29 16:37:06 +01:00
Richard Schreiber and GitHub
a31f624417
Dev: add support for asyncio_default_fixture_loop_scope in pytest-asyncio ( #4589 )
2024-10-29 16:36:43 +01:00
Raphael Michel
3f99e0bece
Bump version to 2024.11.0.dev0
2024-10-29 11:47:44 +01:00
Raphael Michel
7e64f2b38a
Bump version to 2024.10.0
2024-10-29 11:47:10 +01:00
Raphael Michel
ee2bc93608
Fix handling of device_info_updated signal
2024-10-29 11:30:35 +01:00
Raphael Michel and Raphael Michel
fb4bed9d0d
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5774 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-10-29 10:08:27 +01:00
Raphael Michel and Raphael Michel
aec75e4d0c
Translations: Update German
...
Currently translated at 100.0% (5774 of 5774 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-10-29 10:08:27 +01:00
Raphael Michel
e7e41470fb
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-10-29 09:54:05 +01:00
0aa9dda90a
Cross-selling: Use different label if there are no add-on products ( #4577 )
...
* Cross-selling: Use different label if there are no add-on products
* Update src/pretix/presale/templates/pretixpresale/event/checkout_addons.html
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Fix a11y problem
* Fix headline order
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-10-29 09:53:36 +01:00
Mira and GitHub
d97c983b6f
Fix API serializer for auto_checkin_rules to accept sales channel identifiers (Z#23170095) ( #4579 )
...
* Fix API serializer for auto_checkin_rules to accept sales channel identifiers instead of PKs
* False -> false in json
2024-10-29 09:14:22 +01:00
6c957f31ca
Update django-hijack requirement from ==3.6.* to ==3.7.* ( #4581 )
...
Updates the requirements on [django-hijack](https://github.com/django-hijack/django-hijack ) to permit the latest version.
- [Release notes](https://github.com/django-hijack/django-hijack/releases )
- [Changelog](https://github.com/django-hijack/django-hijack/blob/master/docs/release-button.png )
- [Commits](https://github.com/django-hijack/django-hijack/compare/3.6.0...3.7.0 )
---
updated-dependencies:
- dependency-name: django-hijack
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 09:14:04 +01:00
8e6b4b3ec7
Update pypdf requirement from ==5.0.* to ==5.1.* ( #4582 )
...
Updates the requirements on [pypdf](https://github.com/py-pdf/pypdf ) to permit the latest version.
- [Release notes](https://github.com/py-pdf/pypdf/releases )
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/py-pdf/pypdf/compare/5.0.0...5.1.0 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 09:13:58 +01:00
arjan-s and Raphael Michel
b24de62f73
Translations: Update Dutch
...
Currently translated at 85.5% (4938 of 5773 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-10-29 09:13:45 +01:00
Raphael Michel
cdbd220a12
Fix time zone of parsed print log
2024-10-28 17:49:47 +01:00
Raphael Michel and Raphael Michel
2f11aee512
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5773 of 5773 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-10-28 13:04:02 +01:00
Raphael Michel and Raphael Michel
8ea475ce39
Translations: Update German
...
Currently translated at 100.0% (5773 of 5773 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-10-28 13:04:02 +01:00
Raphael Michel and Raphael Michel
b29bc9db96
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5773 of 5773 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-10-28 13:04:02 +01:00
Raphael Michel and Raphael Michel
6bd6694132
Translations: Update German
...
Currently translated at 100.0% (5773 of 5773 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-10-28 13:04:02 +01:00
Raphael Michel
110e6e248e
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-10-28 12:31:20 +01:00
Davide Manzella and Raphael Michel
985f4d969d
Translations: Update Italian
...
Currently translated at 23.1% (1333 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2024-10-28 12:30:56 +01:00
Mira and GitHub
826bd07b01
Add action buttons to "missing quota" warnings ( #4533 )
...
* Add action buttons to "missing quota" warnings
* Update item.py
2024-10-28 12:25:03 +01:00
Raphael Michel and GitHub
3e4e86742a
Add print logs ( #4475 )
...
* Add print logs
* Add attribute successful
* Rebase migration
* Fix tests on postgres
2024-10-28 12:24:23 +01:00
Raphael Michel and GitHub
ef5fcde5d9
Seating plans: Validate duplicate seat IDs ( #4564 )
2024-10-28 11:27:27 +01:00
Raphael Michel and GitHub
8f1d53d016
Tests: Add separation of database lock indices by pytest worker ( #4553 )
...
* Add separation of database lock indices by pytest worker
* Fix ID derivation
* Update conftest.py
2024-10-25 22:05:02 +02:00
Raphael Michel and GitHub
9ca1573fcf
Tests: Remove pytest-rerunfailures ( #4572 )
2024-10-25 22:00:14 +02:00
Raphael Michel
5795aa6492
Docs: Fix various sphinx warnings
2024-10-25 21:58:14 +02:00
Raphael Michel and GitHub
6e0613a2af
CI: Remove warnings from PostgreSQL about health check ( #4571 )
...
* CI: Remove warnings from PostgreSQL about health check
* Update tests.yml
* Update tests.yml
2024-10-25 21:45:34 +02:00
Raphael Michel and GitHub
b43ed38483
CI: Do not fail if codecov upload fails ( #4570 )
...
This happens all the time with external PRs until https://github.com/codecov/engineering-team/issues/1574 is solved and is doing more harm than good. We still see if there is no coverage attached.
2024-10-25 21:40:03 +02:00
Raphael Michel and GitHub
f0fedf0001
Tests: Resolve deprecation warning for pytest-asyncio ( #4569 )
2024-10-25 21:27:38 +02:00
Raphael Michel and GitHub
19373b8f91
CI: Update codecov-action ( #4568 )
2024-10-25 21:19:48 +02:00
45fd13786a
Update pillow requirement from ==10.4.* to ==11.0.* ( #4566 )
...
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow ) to permit the latest version.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...11.0.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 21:14:30 +02:00
ae5111ee7e
Update zeep requirement from ==4.2.* to ==4.3.* ( #4567 )
...
Updates the requirements on [zeep](https://github.com/mvantellingen/python-zeep ) to permit the latest version.
- [Release notes](https://github.com/mvantellingen/python-zeep/releases )
- [Changelog](https://github.com/mvantellingen/python-zeep/blob/main/CHANGES )
- [Commits](https://github.com/mvantellingen/python-zeep/compare/4.2.0...4.3.1 )
---
updated-dependencies:
- dependency-name: zeep
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 20:53:11 +02:00
d8bf3065d0
Update redis requirement from ==5.1.* to ==5.2.* ( #4565 )
...
Updates the requirements on [redis](https://github.com/redis/redis-py ) to permit the latest version.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v5.1.0a1...v5.2.0 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 20:51:30 +02:00
Raphael Michel and GitHub
54f077665c
CI: Remove mentions of travis CI, we have migrated away years ago ( #4562 )
2024-10-25 17:47:04 +02:00
Raphael Michel and GitHub
482a66c546
CI: Run PostgreSQL as a native service ( #4560 )
...
* GH Actions: Fix PostgreSQL issues
* Map PostgreSQL port
2024-10-25 17:18:42 +02:00
Raphael Michel and GitHub
e4cef6e46b
CI: Make sure apt is non-interactive (to not break act) ( #4559 )
2024-10-25 17:06:11 +02:00
Raphael Michel and GitHub
cbee1b71fe
CI: Install dependencies with uv for speedup ( #4558 )
2024-10-25 17:05:58 +02:00
Raphael Michel and GitHub
0cd1290624
Tests: Fix two flaky tests ( #4557 )
...
* Test: Fix test that relies on unstable database result order
* Tests: Fix test that fails between 0am and 1am
2024-10-25 17:04:16 +02:00
Raphael Michel and GitHub
565f5e2ea7
Tests: Run fakeredis on different virtual ports per pytest worker ( #4555 )
2024-10-25 16:44:22 +02:00
Raphael Michel
b46c0eba0c
pytest: Fix failure with fakeserver and xdist
2024-10-25 14:32:28 +02:00
Raphael Michel
39c3aef7bc
Fix fakeredis usage
2024-10-25 12:54:25 +02:00
cf3087453c
Update fakeredis requirement from ==2.24.* to ==2.26.* ( #4551 )
...
Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py ) to permit the latest version.
- [Release notes](https://github.com/cunla/fakeredis-py/releases )
- [Commits](https://github.com/cunla/fakeredis-py/compare/v2.24.0...v2.26.0 )
---
updated-dependencies:
- dependency-name: fakeredis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 12:28:22 +02:00
Raphael Michel
7a870ee521
Fix test that does not work on postgresql
2024-10-25 00:02:52 +02:00
3922290633
Update dnspython requirement from ==2.6.* to ==2.7.* ( #4511 )
...
Updates the requirements on [dnspython](https://github.com/rthalley/dnspython ) to permit the latest version.
- [Release notes](https://github.com/rthalley/dnspython/releases )
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst )
- [Commits](https://github.com/rthalley/dnspython/compare/v2.6.0rc1...v2.7.0 )
---
updated-dependencies:
- dependency-name: dnspython
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-24 22:54:28 +02:00
8aa13d7e3e
Update sentry-sdk requirement from ==2.15.* to ==2.17.* ( #4536 )
...
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.15.0...2.17.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-24 22:53:58 +02:00
Raphael Michel and GitHub
22e9a6eb92
Add warning to backend if cronjob is not running ( #4550 )
2024-10-24 22:50:34 +02:00
arjan-s and Raphael Michel
2b6f82502e
Translations: Update Dutch
...
Currently translated at 85.6% (4936 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-10-24 13:06:26 +02:00
Mira and GitHub
a10bf2a939
Include "Cross-selling condition products" option when cloning category ( #4534 )
...
* Include "Cross-selling condition products" option when cloning category
* Add test case
* Remove print
2024-10-23 17:12:03 +02:00
arjan-s and Raphael Michel
a80b7087d9
Translations: Update Dutch
...
Currently translated at 75.8% (176 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/nl/
powered by weblate
2024-10-23 17:10:32 +02:00
arjan-s and Raphael Michel
4b143e98eb
Translations: Update Dutch
...
Currently translated at 85.6% (4935 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-10-23 17:10:32 +02:00
Yasunobu YesNo Kawaguchi and Raphael Michel
bdb8b597d0
Translations: Update Japanese
...
Currently translated at 3.4% (198 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2024-10-23 17:10:32 +02:00
Ryo Tagami and Raphael Michel
b1c9f40bc8
Translations: Update Japanese
...
Currently translated at 3.4% (198 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2024-10-23 17:10:32 +02:00
CVZ-es and Raphael Michel
a3b6a008b5
Translations: Update Spanish
...
Currently translated at 99.5% (231 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/
powered by weblate
2024-10-23 17:10:32 +02:00
CVZ-es and Raphael Michel
9ce05e5cb9
Translations: Update Spanish
...
Currently translated at 96.4% (5560 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-10-23 17:10:32 +02:00
CVZ-es and Raphael Michel
f306527981
Translations: Update Spanish
...
Currently translated at 95.1% (5485 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-10-23 17:10:32 +02:00
CVZ-es and Raphael Michel
3e17ff9faa
Translations: Update Spanish
...
Currently translated at 91.7% (5288 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-10-23 17:10:32 +02:00
CVZ-es and Raphael Michel
2a16cd4655
Translations: Update Spanish
...
Currently translated at 90.7% (5228 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-10-23 17:10:32 +02:00
Ryo Tagami and Raphael Michel
d1078da5bf
Translations: Update Japanese
...
Currently translated at 3.3% (195 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2024-10-23 17:10:32 +02:00
CVZ-es and Raphael Michel
483e7bc4ad
Translations: Update Spanish
...
Currently translated at 89.8% (5175 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-10-23 17:10:32 +02:00
Mira and GitHub
401218b0a3
API: Allow filtering subevents by is_public ( #4544 )
2024-10-23 16:42:22 +02:00
Raphael Michel
19175258fd
API: Fix event cloning, limit_sales_channels should never be set when all_sales_channels is set (Z#23169537)
2024-10-23 16:30:00 +02:00
Mira and GitHub
22c36b89da
Show proper error message in case of add-ons that are required, sold-out and hidden ( #4545 )
2024-10-21 16:46:32 +02:00
Mira and GitHub
2697ed0c5d
QuestionView: Carry over subevent filter to order list ( #4543 )
2024-10-21 14:45:04 +02:00
f81d820a02
Update translations ( #4537 )
...
Co-authored-by: Patrick Chilton <chpatrick@gmail.com >
Co-authored-by: Lovro <lovrogrilc@gmail.com >
Co-authored-by: CVZ-es <damien.bremont@casadevelazquez.org >
Co-authored-by: Ryo Tagami <rtagami@airstrip.jp >
Co-authored-by: Ryo <saremba@rami.io >
2024-10-21 13:28:34 +02:00
Mira and GitHub
f8df66e621
Redirect to next step if AddOnsStep would show up empty (Z#23167007) ( #4530 )
2024-10-21 13:27:43 +02:00
Mira and GitHub
2d9bfc80dc
Fix "Your order qualifies for a discount" notice for discounted variation products ( #4541 )
2024-10-21 13:26:20 +02:00
Martin Gross and GitHub
17b2e95569
Questions: Add SubEvent-Filter; Renew Filter-Form Layout (Z#23168996) ( #4538 )
2024-10-21 13:25:18 +02:00
Martin Gross
e49f938eb3
BulkVouchers: Append mail-recipient to comment instead of overwriting it (Z#23168852)
2024-10-16 10:37:06 +02:00
Martin Gross
8d63906341
Remove nl_BE from setup.cfg
2024-10-15 16:22:50 +02:00
Martin Gross
cfefa1aad0
Remove be_NL again, again, again
2024-10-15 16:17:20 +02:00
Martin Gross
1d16049dc5
add "Cross" and "Selling" (as in: "Cross-Selling") to de/de_Informal wordlist
2024-10-15 14:48:25 +02:00
Martin Gross
8452899edd
add "Cross-Selling" to de/de_Informal wordlist
2024-10-15 14:43:31 +02:00
pretix translation bot and GitHub
d67ebc0f80
Update translations ( #4529 )
2024-10-15 14:03:10 +02:00
Mira Weller
0e87f03e1e
Update po files
...
[CI skip]
Signed-off-by: Mira Weller <weller@rami.io >
2024-10-15 13:14:42 +02:00
Mira Weller
868408ea55
Fix typo
2024-10-15 13:13:43 +02:00
Mira Weller
fc75cd35f8
Update po files
...
[CI skip]
Signed-off-by: Mira Weller <weller@rami.io >
2024-10-15 13:06:53 +02:00
Mira and GitHub
a3e2540331
Display "Normal category" instead of "None" in category list ( #4526 )
2024-10-15 12:14:15 +02:00
99ce7effde
Add ticket renderer RPC API (Z#23165429) ( #4525 )
...
---------
Co-authored-by: Mira Weller <weller@rami.io >
2024-10-15 12:11:09 +02:00
Raphael Michel
0d645fc4c5
Hotfix broken query away
2024-10-14 18:17:30 +02:00
359df1f51e
Cross selling ( #4185 )
...
Product categories can now be marked as "cross-selling categories", causing them to
appear in the add-on checkout step as additional recommendations, depending on
their cross-selling visibility (always, only if certain products are already in the cart, or
only if they qualify for a discount according to discount rules).
---------
Co-authored-by: Raphael Michel <michel@rami.io >
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-10-14 14:39:49 +02:00
Raphael Michel
7607cc5d2f
Fix indentation
2024-10-14 09:26:56 +02:00
40c8d014df
Waiting list: Redirect to shop if no products can be awaited (Z#23168172) ( #4517 )
...
* Waiting list: Redirect to shop if no products can be awaited (Z#23168172)
* Update src/pretix/presale/views/waiting.py
Co-authored-by: Mira <weller@rami.io >
---------
Co-authored-by: Mira <weller@rami.io >
2024-10-14 09:26:06 +02:00
Mira and GitHub
c10efc692d
Let organizers specify a helptext for the custom invoice field (Z#23167497) ( #4520 )
2024-10-14 09:22:58 +02:00
Raphael Michel
8f0a277c7b
Fix tax rule calculation of negative amounts (PRETIXEU-ANN)
2024-10-11 15:28:07 +02:00
George Hickman and GitHub
9dc38e42d8
Add device_changed signal ( #4412 )
...
This provides both the original and updated version of the Device so
subscribers can see the changes.
2024-10-11 11:08:23 +02:00
Raphael Michel
bfd88d1496
Docs: Fix wrong field name in example
2024-10-10 13:51:33 +02:00
Patrick Chilton and Raphael Michel
be6bd501bd
Translations: Update Hungarian
...
Currently translated at 10.5% (608 of 5745 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hu/
powered by weblate
2024-10-10 09:16:51 +02:00
Raphael Michel
d160c9fd67
Fix crash in checkin list action view (PRETIXEU-AN8)
2024-10-09 17:11:10 +02:00
Raphael Michel
221f14cc21
API: Fix crash PRETIXEU-AN5
2024-10-09 12:25:36 +02:00
Felix Schäfer and GitHub
1dda2eb4fb
Fix reauth loops with redirect style authentication plugins ( #4512 )
...
* Test reauth with redirect style auth #4498
* Fix reauth loops with redirect style auth #4498
2024-10-09 09:24:49 +02:00
Davide Manzella and Raphael Michel
30f2e99020
Translations: Update Italian
...
Currently translated at 22.2% (1279 of 5745 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2024-10-09 09:16:52 +02:00
Raphael Michel and GitHub
8efe276ed0
Fix negative prices in bundles when tax rate is 0 ( #4513 )
2024-10-09 08:16:01 +02:00
Raphael Michel
61b25acdd2
Fix email confirm hash in templates
2024-10-07 17:54:40 +02:00
6cc9529d9a
Authentication: Support for fallback secret keys in get_session_auth_hash ( #4481 )
...
* Authentication: Support for fallback secret keys in get_session_auth_hash
* Update src/pretix/presale/utils.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-10-07 16:58:37 +02:00
Raphael Michel and GitHub
cdc5401dc2
Allow to set fallback secret keys ( #4482 )
2024-10-07 16:31:24 +02:00
Raphael Michel and GitHub
1334a570e4
Generate email confirmation secret from tagged_secret ( #4480 )
2024-10-07 13:58:08 +02:00
Raphael Michel
7a66aea2cb
Voucher update: Allow to remove seat
2024-10-07 11:42:28 +02:00
ee77a5e447
Bump @rollup/plugin-node-resolve from 15.2.3 to 15.3.0 in /src/pretix/static/npm_dir ( #4499 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 15.2.3 to 15.3.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.3.0/packages/node-resolve )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 11:36:23 +02:00
Raphael Michel
827e127568
Fix #4365 -- Missing date in timeline
2024-10-04 16:17:52 +02:00
ce0e0d7fd1
Update qrcode requirement from ==7.4.* to ==8.0 ( #4500 )
...
Updates the requirements on [qrcode](https://github.com/lincolnloop/python-qrcode ) to permit the latest version.
- [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst )
- [Commits](https://github.com/lincolnloop/python-qrcode/compare/v7.4...v8.0 )
---
updated-dependencies:
- dependency-name: qrcode
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 16:03:04 +02:00
dependabot[bot] and Raphael Michel
152a956dc5
Update sentry-sdk requirement from ==2.14.* to ==2.15.*
...
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.14.0...2.15.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-04 11:53:13 +02:00
Patrick Chilton and Raphael Michel
68e2c355e6
Translations: Update Hungarian
...
Currently translated at 10.3% (594 of 5745 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hu/
powered by weblate
2024-10-04 11:48:19 +02:00
Patrick Chilton and Raphael Michel
171615558f
Translations: Update Hungarian
...
Currently translated at 8.8% (506 of 5745 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hu/
powered by weblate
2024-10-04 11:48:19 +02:00
Patrick Chilton and Raphael Michel
a1765910ea
Translations: Update Hungarian
...
Currently translated at 45.2% (105 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/hu/
powered by weblate
2024-10-04 11:48:19 +02:00
Patrick Chilton and Raphael Michel
417277958b
Translations: Update Hungarian
...
Currently translated at 8.7% (504 of 5745 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hu/
powered by weblate
2024-10-04 11:48:19 +02:00
Patrick Chilton and Raphael Michel
0d50494e89
Translations: Update Hungarian
...
Currently translated at 43.9% (102 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/hu/
powered by weblate
2024-10-04 11:48:19 +02:00
Patrick Chilton and Raphael Michel
c6f634ce72
Translations: Update Hungarian
...
Currently translated at 7.9% (456 of 5745 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hu/
powered by weblate
2024-10-04 11:48:19 +02:00
Patrick Chilton and Raphael Michel
adc78c14ab
Translations: Update Hungarian
...
Currently translated at 2.9% (170 of 5745 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hu/
powered by weblate
2024-10-04 11:48:19 +02:00
b4ca2bdbb4
Update pycryptodome requirement from ==3.20.* to ==3.21.* ( #4504 )
...
Updates the requirements on [pycryptodome](https://github.com/Legrandin/pycryptodome ) to permit the latest version.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases )
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst )
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.20.0x...v3.21.0 )
---
updated-dependencies:
- dependency-name: pycryptodome
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 11:48:04 +02:00
9a7ff592af
Update redis requirement from ==5.0.* to ==5.1.* ( #4491 )
...
Updates the requirements on [redis](https://github.com/redis/redis-py ) to permit the latest version.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v5.0.0b1...v5.1.0 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 16:30:49 +02:00
Rosariocastellana and Raphael Michel
548b54cca6
Translations: Update Italian
...
Currently translated at 20.6% (1188 of 5745 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2024-09-30 13:51:23 +02:00
Anarion Dunedain and Raphael Michel
e736791446
Translations: Update Polish
...
Currently translated at 100.0% (5745 of 5745 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-09-30 13:51:23 +02:00
Raphael Michel
7bd945b2e6
Waiting list: Add warning when sold out products are hidden
2024-09-30 13:24:43 +02:00
Raphael Michel
a07d5aaf05
Add-on step: Minimal performance improvement
2024-09-27 13:26:30 +02:00
Raphael Michel
0cf1a32902
Bump version to 2024.10.0.dev0
2024-09-27 09:46:47 +02:00
Raphael Michel
be6aae8577
Bump version to 2024.9.0
2024-09-27 09:46:18 +02:00
Mira and GitHub
fe80f5fb78
Utils for internal plugin ( #4483 )
...
* Add full_code property to OrderPosition
* Add inline "json_script" as supported data source for select2
* Use shorter OrderPosition.code
2024-09-26 19:29:33 +02:00
Raphael Michel and GitHub
a2c15ad89e
Check-in: Prevent duplicate auto check-outs (Z#23167003) ( #4488 )
2024-09-26 17:54:27 +02:00
Raphael Michel and Raphael Michel
cab0f37830
Translations: Update German
...
Currently translated at 100.0% (5745 of 5745 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-09-26 17:51:57 +02:00
Raphael Michel and Raphael Michel
0423980058
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5745 of 5745 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-09-26 17:51:57 +02:00
Raphael Michel
63983b1b68
Translations: Update spellcheck lists
2024-09-26 16:52:28 +02:00
Raphael Michel
61241c2a1e
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-09-26 13:23:02 +02:00
Raphael Michel
4069c61054
runperiodic: Allow to list all tasks
2024-09-26 10:32:53 +02:00
Raphael Michel and GitHub
9bf4fb2d0f
Sendmail: Fix incorrect filtering of subevents when mailing to attendees (Z#23166274) ( #4474 )
2024-09-25 17:55:33 +02:00
Raphael Michel
ff910f293f
Item list: Show tax rate even for products with 0 price
...
Might be neccessary for price input, variations, etc
2024-09-25 12:42:45 +02:00
Raphael Michel
74f7bec617
Change wording in a headline to avoid double-using a term
2024-09-25 12:42:45 +02:00
Albizuri and Raphael Michel
467a35e353
Translations: Update Basque
...
Currently translated at 56.0% (3213 of 5737 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
2024-09-24 10:13:22 +02:00
770c13a4f0
Update pypdf requirement from ==4.3.* to ==5.0.* ( #4471 )
...
Updates the requirements on [pypdf](https://github.com/py-pdf/pypdf ) to permit the latest version.
- [Release notes](https://github.com/py-pdf/pypdf/releases )
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/py-pdf/pypdf/compare/4.3.0...5.0.0 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 11:34:23 +02:00
dependabot[bot] and Raphael Michel
5373d4d8ba
Bump django-bootstrap3 from 24.2 to 24.3
...
Bumps [django-bootstrap3](https://github.com/zostera/django-bootstrap3 ) from 24.2 to 24.3.
- [Changelog](https://github.com/zostera/django-bootstrap3/blob/main/CHANGELOG.md )
- [Commits](https://github.com/zostera/django-bootstrap3/compare/v24.2...v24.3 )
---
updated-dependencies:
- dependency-name: django-bootstrap3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-19 11:28:15 +02:00
Raphael Michel
42e673b5f6
Fix missing JS file name
2024-09-19 09:39:49 +02:00
Albizuri and Raphael Michel
7af2f2a87b
Translations: Update Basque
...
Currently translated at 56.0% (3213 of 5737 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
2024-09-18 16:25:32 +02:00
Tinna Sandström and Raphael Michel
e408521769
Translations: Update Swedish
...
Currently translated at 99.1% (5686 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-09-18 16:25:32 +02:00
Raphael Michel
8ed0d36346
Fix another wrong waiting_list_active reference
2024-09-18 10:28:41 +02:00
Raphael Michel
14cbe99667
Stripe: Fix a leftover }
2024-09-17 17:54:57 +02:00
Raphael Michel
b059995eff
Widget: Fix waiting list disable time based on subevent
2024-09-17 17:39:22 +02:00
Raphael Michel
100e8d0a4b
Fix #4454 -- Resolve deprecation warning from celery
2024-09-17 13:36:35 +02:00
Raphael Michel and GitHub
eb92e4d8e6
Render progress info on non-javascript fallback page for celery tasks ( #4452 )
...
* Render progress info on non-javascript fallback page for celery tasks
* Review notes
2024-09-17 13:29:27 +02:00
Raphael Michel and GitHub
32d6ded003
Stricten password validation to match PCI DSS requirements ( #4467 )
...
* Stricten password validation to match PCI DSS requirements
* Review fix
* Fix a file header
2024-09-17 13:29:17 +02:00
Raphael Michel and GitHub
aa07533693
Order import: Allow to set check-in attention and text (Z#23165806) ( #4469 )
2024-09-17 11:50:19 +02:00
e7d01f91a6
Bump @babel/preset-env from 7.25.3 to 7.25.4 in /src/pretix/static/npm_dir ( #4438 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.25.3 to 7.25.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-17 11:42:33 +02:00
Raphael Michel and GitHub
9616369f07
Formally deprecate eu_reverse_charge ( #4470 )
2024-09-17 11:39:32 +02:00
af606090ba
Update sentry-sdk requirement from ==2.13.* to ==2.14.* ( #4455 )
...
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.13.0...2.14.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 16:46:28 +02:00
Svyatoslav and Raphael Michel
931f3eca1b
Translations: Update Estonian
...
Currently translated at 0.1% (1 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/et/
powered by weblate
2024-09-16 16:44:46 +02:00
Svyatoslav and Raphael Michel
36f306120e
Translations: Update Latvian
...
Currently translated at 37.2% (2134 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/lv/
powered by weblate
2024-09-16 16:44:46 +02:00
Svyatoslav and Raphael Michel
a3ba0c97e9
Translations: Update Russian
...
Currently translated at 19.1% (1097 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ru/
powered by weblate
2024-09-16 16:44:46 +02:00
Richard Schreiber and Raphael Michel
484d24b66c
Translations: Add Estonian
2024-09-16 16:44:46 +02:00
Tinna Sandström and Raphael Michel
2d39d3cc8e
Translations: Update Swedish
...
Currently translated at 99.1% (5686 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-09-16 16:44:46 +02:00
Kristian Feldsam and Raphael Michel
78b1adf423
Translations: Update Slovak
...
Currently translated at 29.3% (68 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/sk/
powered by weblate
2024-09-16 16:44:46 +02:00
Kristian Feldsam and Raphael Michel
c3eedcc396
Translations: Update Slovak
...
Currently translated at 92.5% (5307 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sk/
powered by weblate
2024-09-16 16:44:46 +02:00
Tinna Sandström and Raphael Michel
682c328390
Translations: Update Swedish
...
Currently translated at 99.1% (5686 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-09-16 16:44:46 +02:00
Wikinaut and Raphael Michel
5230827f5e
Translations: Update German
...
Currently translated at 100.0% (5736 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-09-16 16:44:46 +02:00
Arthur Nunes and Raphael Michel
dad9915435
Translations: Update Portuguese (Brazil)
...
Currently translated at 13.2% (759 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2024-09-16 16:44:46 +02:00
Wikinaut and Raphael Michel
a9d2c1eb34
Translations: Update German
...
Currently translated at 100.0% (5736 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-09-16 16:44:46 +02:00
Tinna Sandström and Raphael Michel
66fe45a478
Translations: Update Swedish
...
Currently translated at 86.2% (200 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/sv/
powered by weblate
2024-09-12 09:32:41 +02:00
Raphael Michel
24e2b1b9ab
Import: Parse iso dates
2024-09-12 09:32:25 +02:00
Martin Gross and GitHub
eebdce80cd
OIDC: Respect token_endpoint_auth_methods_supported (Z#2164777) ( #4459 )
2024-09-11 16:40:42 +02:00
Kristian Feldsam and Raphael Michel
09af95ec20
Translations: Update Slovak
...
Currently translated at 92.1% (5283 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sk/
powered by weblate
2024-09-11 16:01:16 +02:00
Tinna Sandström and Raphael Michel
1ade674beb
Translations: Update Swedish
...
Currently translated at 99.1% (5686 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-09-11 16:01:16 +02:00
Kristian Feldsam and Raphael Michel
76ff59f9c2
Translations: Update Slovak
...
Currently translated at 6.4% (15 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/sk/
powered by weblate
2024-09-11 16:01:16 +02:00
Kristian Feldsam and Raphael Michel
0986522c2f
Translations: Update Slovak
...
Currently translated at 6.0% (14 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/sk/
powered by weblate
2024-09-11 16:01:16 +02:00
Kristian Feldsam and Raphael Michel
91f4e731da
Translations: Update Slovak
...
Currently translated at 92.0% (5280 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sk/
powered by weblate
2024-09-11 16:01:16 +02:00
Raphael Michel
98709286c6
Order cancellation: Fix crash on deleted order (PRETIXEU-AHP)
2024-09-10 14:00:11 +02:00
Raphael Michel
667c2555b2
AsyncMixin: Fix crash on invalid query string (PRETIXEU-AHG)
2024-09-10 14:00:08 +02:00
Raphael Michel and Raphael Michel
6f5acb1ca7
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (232 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de_Informal/
powered by weblate
2024-09-10 09:19:12 +02:00
Raphael Michel and Raphael Michel
65ec3e3fd6
Translations: Update German
...
Currently translated at 100.0% (232 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de/
powered by weblate
2024-09-10 09:19:12 +02:00
Richard Schreiber and Raphael Michel
1a8d0a973d
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5736 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-09-10 09:19:12 +02:00
Richard Schreiber and Raphael Michel
3c94631405
Translations: Update German
...
Currently translated at 100.0% (5736 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-09-10 09:19:12 +02:00
Kristian Feldsam and Raphael Michel
1dda7732a5
Translations: Update Slovak
...
Currently translated at 4.7% (11 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/sk/
powered by weblate
2024-09-10 09:19:12 +02:00
Kristian Feldsam and Raphael Michel
33accf5f99
Translations: Update Slovak
...
Currently translated at 92.0% (5279 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sk/
powered by weblate
2024-09-10 09:19:12 +02:00
Tinna Sandström and Raphael Michel
be2efd9df2
Translations: Update Swedish
...
Currently translated at 99.1% (5686 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-09-10 09:19:12 +02:00
Ahmad AlHarthi and Raphael Michel
fe69137a4e
Translations: Update Arabic
...
Currently translated at 65.1% (3736 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ar/
powered by weblate
2024-09-09 11:18:16 +02:00
Ayden Jahola and Raphael Michel
7ccfb3a27a
Translations: Update Arabic
...
Currently translated at 65.1% (3736 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ar/
powered by weblate
2024-09-09 11:18:16 +02:00
Ayden Jahola and Raphael Michel
b7205622dc
Translations: Update Arabic
...
Currently translated at 65.1% (3736 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ar/
powered by weblate
2024-09-09 11:18:16 +02:00
Ahmad AlHarthi and Raphael Michel
44da5b81b1
Translations: Update Arabic
...
Currently translated at 65.1% (3736 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ar/
powered by weblate
2024-09-09 11:18:16 +02:00
Martin Gross and Raphael Michel
5a058342a6
Translations: Update Portuguese (Portugal)
...
Currently translated at 56.8% (132 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pt_PT/
powered by weblate
2024-09-09 11:18:16 +02:00
Martin Gross and Raphael Michel
2d15dc7ce5
Translations: Update Portuguese (Portugal)
...
Currently translated at 56.8% (132 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pt_PT/
powered by weblate
2024-09-09 11:18:16 +02:00
Martin Gross and Raphael Michel
dd4ccc864e
Translations: Update Portuguese (Portugal)
...
Currently translated at 86.7% (4977 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_PT/
powered by weblate
2024-09-09 11:18:16 +02:00
Kristian Feldsam and Raphael Michel
b812f0affe
Translations: Update Slovak
...
Currently translated at 3.8% (9 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/sk/
powered by weblate
2024-09-09 11:18:16 +02:00
Kristian Feldsam and Raphael Michel
2af4183ce6
Translations: Update Slovak
...
Currently translated at 92.0% (5279 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sk/
powered by weblate
2024-09-09 11:18:16 +02:00
Albizuri and Raphael Michel
8ac0b93ca5
Translations: Update Basque
...
Currently translated at 55.9% (3209 of 5737 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
2024-09-09 11:18:16 +02:00
Ronisson Cabral and Raphael Michel
51a1193f32
Translations: Update Portuguese (Portugal)
...
Currently translated at 56.0% (130 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pt_PT/
powered by weblate
2024-09-09 11:18:16 +02:00
Ronisson Cabral and Raphael Michel
002da2c9b7
Translations: Update Portuguese (Portugal)
...
Currently translated at 86.2% (4948 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_PT/
powered by weblate
2024-09-09 11:18:16 +02:00
Martin Gross and GitHub
9a2ebe4e95
Refunds: Fix sortkey to work with not provided BICs (Z#23165187) ( #4451 )
2024-09-09 10:48:53 +02:00
Albizuri and Martin Gross
bc6da2512a
Translations: Update Basque
...
Currently translated at 48.4% (113 of 233 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/eu/
powered by weblate
2024-09-06 10:51:38 +02:00
Albizuri and Martin Gross
6378dc69b8
Translations: Update Basque
...
Currently translated at 56.3% (3231 of 5737 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
2024-09-06 10:51:38 +02:00
Richard Schreiber and GitHub
2b53d04a19
Improve labels in mail settings for incomplete payments ( #4444 )
2024-09-06 08:53:08 +02:00
Richard Schreiber and GitHub
7efe7b5ff7
Docs: fix typo for SSO provider instead of client
2024-09-05 13:02:20 +02:00
Alberto Ortega and Martin Gross
ae5464d486
Translations: Update Spanish
...
Currently translated at 87.8% (5038 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-09-05 11:09:47 +02:00
Tinna Sandström and Martin Gross
67fec8d1f6
Translations: Update Swedish
...
Currently translated at 99.1% (5686 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-09-05 11:09:47 +02:00
Albizuri and Raphael Michel
95a081676b
Translations: Update Basque
...
Currently translated at 56.2% (3225 of 5737 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
2024-08-30 09:17:49 +02:00
7228a6304d
Update protobuf requirement from ==5.27.* to ==5.28.* ( #4430 )
...
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf ) to permit the latest version.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.27.0-rc1...v5.28.0 )
---
updated-dependencies:
- dependency-name: protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30 09:11:23 +02:00
Raphael Michel
04b9134e36
Add Basque to languages
2024-08-29 16:52:54 +02:00
Albizuri and Raphael Michel
2e0769bc41
Translations: Update Basque
...
Currently translated at 54.4% (3126 of 5737 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
2024-08-29 14:51:49 +02:00
Albizuri and Raphael Michel
4d2f854710
Translations: Update Basque
...
Currently translated at 48.0% (112 of 233 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/eu/
powered by weblate
2024-08-29 14:51:49 +02:00
Albizuri and Raphael Michel
b9ac9496d2
Translations: Update Basque
...
Currently translated at 52.7% (3026 of 5737 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
2024-08-29 14:51:49 +02:00
Albizuri and Raphael Michel
a975f5dc50
Translations: Update Basque
...
Currently translated at 47.2% (110 of 233 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/eu/
powered by weblate
2024-08-29 14:51:49 +02:00
Albizuri and Raphael Michel
4ea1f6284a
Translations: Update Basque
...
Currently translated at 47.5% (2726 of 5737 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
2024-08-29 14:51:49 +02:00
Raphael Michel and GitHub
a01d105829
Bank Transfer: Fix weird error code on duplicate match (Z#23164140) ( #4428 )
2024-08-29 13:58:37 +02:00
Raphael Michel and GitHub
b1bfa1acee
API: Provide useful device_id in checkins (Z#23163025) ( #4427 )
2024-08-29 12:36:27 +02:00
Raphael Michel
0b4e99c2d8
Fix inprecise wording
2024-08-28 16:41:37 +02:00
Raphael Michel and GitHub
0cdce7a9cd
Add payment_explanation to payment method change (Z#23164112) ( #4424 )
2024-08-28 15:12:16 +02:00
Richard Schreiber and GitHub
464f625301
Seating: visually remove waitinglist headline for soldout seating
2024-08-28 14:36:30 +02:00
Richard Schreiber and GitHub
0c1072503c
A11y: improve/unify html-source for uncategorized products
2024-08-28 14:35:35 +02:00
Raphael Michel
9ead82839a
API: Add show_dates_on_frontpage to device event settings
2024-08-28 13:47:24 +02:00
Albizuri and Raphael Michel
c346e3a7f4
Translations: Update Basque
...
Currently translated at 44.6% (2560 of 5737 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
2024-08-28 12:10:11 +02:00
Tinna Sandström and Raphael Michel
a26f219faf
Translations: Update Swedish
...
Currently translated at 99.0% (5684 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-08-28 12:10:11 +02:00
Anarion Dunedain and Raphael Michel
74fb8e7d0c
Translations: Update Polish
...
Currently translated at 100.0% (232 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pl/
powered by weblate
2024-08-28 12:10:11 +02:00
Anarion Dunedain and Raphael Michel
b9dbeef1ef
Translations: Update Polish
...
Currently translated at 100.0% (5736 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-08-28 12:10:11 +02:00
Raphael Michel and GitHub
54079797d2
Event list: Do not include old or inactive subevents in event list (Z#23163541) ( #4415 )
2024-08-28 09:28:35 +02:00
Raphael Michel and GitHub
02a4ed4be2
Teams: Improve handling of revoked keys and team deletion (Z#23163674) ( #4414 )
2024-08-28 09:27:53 +02:00
Raphael Michel
7f7c95aedb
Bump version to 2024.9.0.dev0
2024-08-28 09:18:59 +02:00
Raphael Michel
47af20d417
Bump version to 2024.8.0
2024-08-28 09:18:35 +02:00
Mira and GitHub
91e69f793d
Show weekday in subevent dates [Z#23161884] ( #4383 )
2024-08-27 22:22:44 +02:00
Mira and GitHub
43e24ff88c
Remove duplicate message in basque translation
2024-08-27 22:00:36 +02:00
Raphael Michel
fa3f6def82
Fix typo
2024-08-27 18:17:35 +02:00
Raphael Michel and Raphael Michel
34469bc222
Translations: Update German
...
Currently translated at 99.5% (231 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de/
powered by weblate
2024-08-27 18:16:03 +02:00
Raphael Michel and Raphael Michel
d0364300b5
Translations: Update German
...
Currently translated at 100.0% (5736 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-08-27 18:16:03 +02:00
Albizuri and Raphael Michel
55bc55cc53
Translations: Update Basque
...
Currently translated at 36.8% (2114 of 5738 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
2024-08-27 18:16:03 +02:00
Raphael Michel and Raphael Michel
0ee5511cca
Translations: Update German (informal) (de_Informal)
...
Currently translated at 99.5% (231 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de_Informal/
powered by weblate
2024-08-27 18:16:03 +02:00
Raphael Michel and Raphael Michel
192699a2c2
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5736 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-08-27 18:16:03 +02:00
Raphael Michel and Raphael Michel
b8255bc7a0
Translations: Update German
...
Currently translated at 99.7% (5722 of 5736 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-08-27 18:16:03 +02:00
Albizuri and Raphael Michel
d7f0c14fdc
Translations: Update Basque
...
Currently translated at 47.1% (109 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/eu/
powered by weblate
2024-08-27 18:16:03 +02:00
Albizuri and Raphael Michel
3f9ba2f223
Translations: Update Basque
...
Currently translated at 36.1% (2069 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
2024-08-27 18:16:03 +02:00
Raphael Michel
3f811cc020
Update wordlists
2024-08-27 18:00:42 +02:00
Raphael Michel
03f3203a82
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-08-27 15:34:31 +02:00
59901603c6
Update fakeredis requirement from ==2.23.* to ==2.24.* ( #4419 )
...
Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py ) to permit the latest version.
- [Release notes](https://github.com/cunla/fakeredis-py/releases )
- [Commits](https://github.com/cunla/fakeredis-py/compare/v2.23.0...v2.24.0 )
---
updated-dependencies:
- dependency-name: fakeredis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-27 15:33:34 +02:00
Albizuri and Raphael Michel
aefb38cdd7
Translations: Update Basque
...
Currently translated at 46.7% (108 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/eu/
powered by weblate
2024-08-27 15:33:21 +02:00
Albizuri and Raphael Michel
aed3ccd2dd
Translations: Update Basque
...
Currently translated at 26.9% (1542 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
2024-08-27 15:33:21 +02:00
Raphael Michel and Raphael Michel
893d115948
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5722 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-08-27 15:33:21 +02:00
Raphael Michel and Raphael Michel
8e87cf67c7
Translations: Update German
...
Currently translated at 100.0% (5722 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-08-27 15:33:21 +02:00
Richard Schreiber and GitHub
8972715252
Fix initial sidebar display for mobile
2024-08-26 12:01:25 +02:00
Raphael Michel
1879e440a7
Fix isort issue
2024-08-23 15:24:56 +02:00
Mira and GitHub
f819f0c316
Escape HTML in placeholder samples in mail preview ( #4413 )
...
CVE-2024-8113
2024-08-23 14:41:25 +02:00
a1db13b75e
Update translations ( #4410 )
...
* Translations: Update Basque
Currently translated at 0.1% (9 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
* Translations: Update Italian
Currently translated at 20.3% (1162 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
* Translations: Update Basque
Currently translated at 6.0% (345 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
* Translations: Update Basque
Currently translated at 45.0% (104 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/eu/
powered by weblate
* Translations: Update Basque
Currently translated at 15.6% (893 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
* Translations: Update Basque
Currently translated at 45.4% (105 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/eu/
powered by weblate
---------
Co-authored-by: Albizuri <oier@puntu.eus >
Co-authored-by: Michelangelo <michelangelo.morrillo@gmail.com >
2024-08-23 13:42:48 +02:00
Raphael Michel and GitHub
6087665775
Email preview: Include prefix in subject ( #4395 )
2024-08-23 13:42:29 +02:00
Raphael Michel and GitHub
a6f93b6cf0
Seats API: Add is_available filter (Z#23163419) ( #4409 )
...
* Seats API: Add is_available filter (Z#23163419)
* docs
2024-08-21 17:43:13 +02:00
Raphael Michel and GitHub
b96374fcf6
Do not create duplicate memberships on order changes (Z#23163336) ( #4408 )
2024-08-21 17:30:42 +02:00
Raphael Michel
eb2ad48089
Docs: Android 4 support dropped for pretixPRINT
2024-08-19 17:26:02 +02:00
64dac504ca
Bump markdown from 3.6 to 3.7 ( #4402 )
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.6 to 3.7.
- [Release notes](https://github.com/Python-Markdown/markdown/releases )
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md )
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.6...3.7 )
---
updated-dependencies:
- dependency-name: markdown
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 14:24:58 +02:00
Raphael Michel and GitHub
cf15a08712
Link between waiting list settings and maangement (Z#23143161) ( #4394 )
2024-08-19 13:47:54 +02:00
Raphael Michel and GitHub
9197274528
Add documentation on CSP for the widget ( #4398 )
2024-08-19 13:47:47 +02:00
Tinna Sandström and Raphael Michel
d19176ab41
Translations: Update Swedish
...
Currently translated at 99.3% (5685 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-08-16 15:08:26 +02:00
Michael Stapelberg and GitHub
8d8abbd941
Also enable DEBUG for runserver_plus, not just runserver ( #4385 )
...
When using runserver_plus from the django-extensions package (for serving a development instance with a TLS certificate), I noticed the DEBUG setting was not set correctly, which resulted in static files not being served correctly.
2024-08-15 14:25:21 +02:00
5142c62e6e
Update sentry-sdk requirement from ==2.12.* to ==2.13.* ( #4392 )
...
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.12.0...2.13.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 14:25:07 +02:00
Tinna Sandström and Raphael Michel
7f7223fcdc
Translations: Update Swedish
...
Currently translated at 99.3% (5685 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-08-15 14:24:57 +02:00
George Hickman and GitHub
cdde688964
Remove git dir and work tree config from pre-commit hook ( #4397 )
...
These variables effectively hardcode the location from which the script
is run. We shouldn't need these since git should know that it is inside
a repo when run.
2024-08-15 12:42:57 +02:00
George Hickman and GitHub
233bcaf00e
Add a .node-version file ( #4396 )
2024-08-15 12:42:02 +02:00
Raphael Michel and GitHub
0a5f3e6dd5
Fix availability of payment methods in time machine (Z#23162163) ( #4390 )
2024-08-13 12:52:14 +02:00
Raphael Michel
446d24553e
Tests: Ignore a deprecation warning
2024-08-13 11:46:11 +02:00
Tinna Sandström and Raphael Michel
45c32bcb05
Translations: Update Swedish
...
Currently translated at 99.3% (5684 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-08-09 09:59:11 +02:00
Raphael Michel
5a5090604a
Device list: Filter by software brand
2024-08-09 09:55:16 +02:00
Raphael Michel
2b370bde6d
PDF layout schema: Add textcontainer
2024-08-08 13:49:23 +02:00
Raphael Michel
024a223ec7
PDF editor: Fix bug in previous change (Z#23162122)
2024-08-08 13:36:50 +02:00
022f44ad00
PDF editor: New text element implementation ( #4246 )
...
* draft
* almost working
* Widgth adjustment
* Fix crash on empty text
* Change default layouts
* Fix editor bugs
* Update src/pretix/control/templates/pretixcontrol/pdf/index.html
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Show deprecated text on old text
* lockScalingFlip
* Regroup editor controls
* Update src/pretix/static/pretixcontrol/js/ui/main.js
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Update src/pretix/static/pretixcontrol/js/ui/main.js
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Update src/pretix/static/pretixcontrol/js/ui/main.js
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Update src/pretix/static/pretixcontrol/js/ui/editor.js
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Increase default height even further
* Add a small version warning
* Update src/pretix/control/templates/pretixcontrol/pdf/index.html
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Update src/pretix/control/templates/pretixcontrol/pdf/index.html
Co-authored-by: Richard Schreiber <schreiber@rami.io >
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-08-07 11:26:47 +02:00
Raphael Michel
a682eab18e
Force Django security upgrade
2024-08-07 09:52:51 +02:00
6721762a3f
Update kombu requirement from ==5.3.* to ==5.4.* ( #4380 )
...
Updates the requirements on [kombu](https://github.com/celery/kombu ) to permit the latest version.
- [Release notes](https://github.com/celery/kombu/releases )
- [Changelog](https://github.com/celery/kombu/blob/main/Changelog.rst )
- [Commits](https://github.com/celery/kombu/compare/v5.3.0a1...v5.4.0 )
---
updated-dependencies:
- dependency-name: kombu
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07 09:40:38 +02:00
Raphael Michel
ad443d0eb6
Improve a help text
2024-08-05 12:34:33 +02:00
ececd3e572
Order search: Provide typing for answers to questions (Z#23160848) ( #4350 )
...
* Order search: Provide typing for answers to questions (Z#23160848)
* Update src/pretix/control/forms/filter.py
Co-authored-by: Mira <weller@rami.io >
* Update src/pretix/control/forms/filter.py
Co-authored-by: Mira <weller@rami.io >
* Apply suggestions from code review
Co-authored-by: Mira <weller@rami.io >
---------
Co-authored-by: Mira <weller@rami.io >
2024-08-05 12:34:15 +02:00
baris gormez and Raphael Michel
ffc4a76b11
Translations: Update Turkish
...
Currently translated at 43.7% (2504 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/tr/
powered by weblate
2024-08-05 09:05:19 +02:00
4beb0c2e30
Bump django-filter from 24.2 to 24.3 ( #4374 )
...
Bumps [django-filter](https://github.com/carltongibson/django-filter ) from 24.2 to 24.3.
- [Release notes](https://github.com/carltongibson/django-filter/releases )
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst )
- [Commits](https://github.com/carltongibson/django-filter/compare/24.2...24.3 )
---
updated-dependencies:
- dependency-name: django-filter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 09:05:11 +02:00
48e161d2d4
Bump @babel/core from 7.24.7 to 7.25.2 in /src/pretix/static/npm_dir ( #4369 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.24.7 to 7.25.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 09:24:52 +02:00
dc1973f4ff
Add API endpoint /seats to event (Z#23159536) ( #4321 )
...
* add API endpoint /seats to event
* fix logging
* add Seat annotations
* add seats endpoint for subevents
* return ids of occupying objects instead of boolean flags
* wip
* include orderposition instead of order in seat info
* add API documentation
* Apply suggestions from code review
Co-authored-by: Raphael Michel <michel@rami.io >
* Apply suggestions from code review
* Clarify API docs
* add api examples
* add test cases
* require can_view_orders permission for retrieving seats
* improve permission handling
* Revert "improve permission handling"
This reverts commit f32b532cc68760a8a4af03208bd17e75e8c5723d.
* improve permission handling (minimal version)
* formatting
* add permission tests
* fix bug
* update permission checks
* Apply suggestions from code review
Co-authored-by: Raphael Michel <michel@rami.io >
* add tests for permission checks
* add tests for expand=voucher and expand=cartposition
* remove unused parameter
* test query count
* codestyle
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2024-08-02 09:17:46 +02:00
Mira and GitHub
a0b046d204
Fix #4201 , Fix #4271 -- Time machine issues ( #4371 )
...
* Fix issue #4201
* Fix issue #4271
* Use time_machine_now() for subevent calendar display
2024-08-02 09:11:07 +02:00
0032f83d93
Update pyjwt requirement from ==2.8.* to ==2.9.* ( #4370 )
...
Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt ) to permit the latest version.
- [Release notes](https://github.com/jpadilla/pyjwt/releases )
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.8.0...2.9.0 )
---
updated-dependencies:
- dependency-name: pyjwt
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 09:10:25 +02:00
f312200881
Bump @babel/preset-env from 7.24.7 to 7.25.3 in /src/pretix/static/npm_dir ( #4368 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.24.7 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 09:10:08 +02:00
Raphael Michel and GitHub
9946da57c2
Stripe: Add Revolut Pay ( #4366 )
...
* Stripe: Add Revolut Pay
* Remove is_enabled flag
2024-08-01 17:20:42 +02:00
Raphael Michel and GitHub
11e04ea3f2
ListExporter: Allow to override CSV encoding in subclass (Z#23160604) ( #4367 )
2024-08-01 16:20:00 +02:00
Martin Weinelt and GitHub
9cef63d641
Prevent race condition in directory creation ( #4362 )
...
Checking whether a path does not exist before trying to create it does
not follow the Python paradigm of asking for forgiveness, rather than
permission, and opens up a time-of-check to time-of-use race.
2024-08-01 13:12:00 +02:00
cb833cc6da
Update translations ( #4361 )
...
Currently translated at 100.0% (5722 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
Co-authored-by: pajowu <pajowu@pajowu.de >
2024-08-01 09:32:16 +02:00
5320a69c27
Update sentry-sdk requirement from ==2.11.* to ==2.12.* ( #4360 )
...
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.11.0...2.12.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-01 09:31:47 +02:00
510ca67107
Update aiohttp requirement from ==3.9.* to ==3.10.* ( #4358 )
...
Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp ) to permit the latest version.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.0b0...v3.10.0 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-01 09:31:24 +02:00
Raphael Michel and GitHub
13720e731e
Easier PCI DSS compliance for payment pages ( #4273 )
...
* Assign names to compressed scripts
* Make PCI-relevant pages detectable
* Make payment summary markup more consistant to easy work in tracking plugin
* Add docs note
2024-07-31 13:11:38 +02:00
78cfbd6460
Update python-bidi requirement from ==0.5.* to ==0.6.* ( #4357 )
...
Updates the requirements on [python-bidi](https://github.com/MeirKriheli/python-bidi ) to permit the latest version.
- [Release notes](https://github.com/MeirKriheli/python-bidi/releases )
- [Changelog](https://github.com/MeirKriheli/python-bidi/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/MeirKriheli/python-bidi/compare/v0.5.0...v0.6.0 )
---
updated-dependencies:
- dependency-name: python-bidi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-31 12:21:48 +02:00
Raphael Michel
a65f94fa85
Autocheckin: Fix handling of mixed orders
2024-07-31 10:05:12 +02:00
288f73b735
Bulk voucher creation: Use event default language for default text ( #4349 )
...
* Bulk voucher creation: Use event default language for default text
* Update src/pretix/control/forms/vouchers.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Apply suggestions from code review
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Style
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-07-30 16:48:30 +02:00
Raphael Michel and GitHub
ad33785f4c
API: Allow to set seating_allow_blocked_seats_for_channel (Z#23159519) ( #4333 )
2024-07-30 16:28:08 +02:00
Ismael Menéndez Fernández and Raphael Michel
bbc175d3d6
Translations: Update Galician
...
Currently translated at 9.9% (571 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/gl/
powered by weblate
2024-07-30 12:46:46 +02:00
2876ff5549
Update sentry-sdk requirement from ==2.10.* to ==2.11.* ( #4334 )
...
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.10.0...2.11.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 09:26:19 +02:00
Richard Schreiber and GitHub
ed9caa04fc
Fix nup-badges for PDFs with cropbox (Z#23160479) ( #4354 )
2024-07-30 09:20:55 +02:00
Richard Schreiber and GitHub
83a8fcaa47
Fix serving media-URLs for development ( #4355 )
2024-07-30 09:17:27 +02:00
Mira and GitHub
858a448db5
Fix voucher redemption with time machine [Z#23159226] ( #4352 )
...
Redeeming a voucher failed if current time is outside the booking period and the shop was accessed via time machine.
2024-07-30 09:14:36 +02:00
Richard Schreiber and GitHub
58b803539b
Fix auto-linking error-inputs self-referencing (Z#23159088) ( #4351 )
2024-07-30 09:14:06 +02:00
Raphael Michel
6c92c5bacf
Translations: Fix typo
2024-07-29 13:27:27 +02:00
Raphael Michel and Raphael Michel
f0089f20fb
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5722 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-07-29 13:27:03 +02:00
Raphael Michel and Raphael Michel
cb2d056afd
Translations: Update German
...
Currently translated at 100.0% (5722 of 5722 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-07-29 13:27:03 +02:00
Raphael Michel and GitHub
afb115c9a2
Remove static3 and dj-static ( #4346 )
2024-07-29 13:17:50 +02:00
Raphael Michel
bb92ffe4eb
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-07-29 12:52:25 +02:00
Ismael Menéndez Fernández and Raphael Michel
8da8e2f43d
Translations: Update Galician
...
Currently translated at 10.0% (570 of 5700 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/gl/
powered by weblate
2024-07-29 12:52:00 +02:00
Raphael Michel and GitHub
cab360bdb6
Move auto check-in to plugin with more functionality ( #4331 )
...
* Move auto check-in to plugin with more functionality
* Rename field
* Add to MANIFEST.in
2024-07-29 09:46:53 +02:00
Raphael Michel
c6a2ae3783
Docs: Remove pygments-markdown-lexer (unmaintained, and now in pygments core)
2024-07-29 09:45:53 +02:00
Raphael Michel
26ec9dcf6c
Downgrade setuptools
2024-07-29 09:41:05 +02:00
Raphael Michel
c0832098ef
Bump version to 2024.8.0.dev0
2024-07-26 17:04:23 +02:00
Raphael Michel and GitHub
fa3ac69b8e
API: Allow to filter enabled webhooks (Z#23160605) ( #4336 )
...
* API: Allow to filter enabled webhooks (Z#23160605)
* Fix naming
* Fix isort
2024-07-26 17:04:12 +02:00
Raphael Michel and GitHub
17f1d571b0
API: Allow querying invoices with multiple order codes (Z#23158921) ( #4332 )
2024-07-26 16:32:29 +02:00
Raphael Michel
a692940397
Bump version to 2024.7.0
2024-07-26 14:36:20 +02:00
Raphael Michel and Raphael Michel
7f2ec51c64
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5700 of 5700 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-07-26 14:34:02 +02:00
Raphael Michel and Raphael Michel
aba59a391c
Translations: Update German
...
Currently translated at 100.0% (5700 of 5700 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-07-26 14:34:02 +02:00
Ismael Menéndez Fernández and Raphael Michel
a819b8bb71
Translations: Update Galician
...
Currently translated at 9.9% (568 of 5700 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/gl/
powered by weblate
2024-07-26 14:34:02 +02:00
Raphael Michel and Raphael Michel
8a3b18fbd2
Translations: Update German
...
Currently translated at 100.0% (5700 of 5700 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-07-26 14:34:02 +02:00
Raphael Michel and Raphael Michel
dd444299f0
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5700 of 5700 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-07-26 14:34:02 +02:00
Raphael Michel
3ee5e9cfbc
Docs: Add migration note
2024-07-26 13:54:23 +02:00
Raphael Michel
f660f35766
Fix an English word usage
2024-07-26 13:54:16 +02:00
Raphael Michel
42e26738e5
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-07-26 09:19:14 +02:00
Raphael Michel
7c43f115b2
Docs: Update Android version policy
2024-07-25 13:18:37 +02:00
f055a598ce
Bump django-compressor from 4.5 to 4.5.1 ( #4330 )
...
Bumps [django-compressor](https://github.com/django-compressor/django-compressor ) from 4.5 to 4.5.1.
- [Changelog](https://github.com/django-compressor/django-compressor/blob/develop/docs/changelog.txt )
- [Commits](https://github.com/django-compressor/django-compressor/compare/4.5...4.5.1 )
---
updated-dependencies:
- dependency-name: django-compressor
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-24 14:38:54 +02:00
Raphael Michel and Raphael Michel
9138464896
Translations: Delete Abron
2024-07-24 14:38:38 +02:00
479f51a84c
Apply suggestions from code review
...
Co-authored-by: robbi5 <richt@rami.io >
Co-authored-by: Felix Rindt <felix@rindt.me >
2024-07-24 14:23:12 +02:00
Martin Gross and Martin Gross
a3ac54d419
Docs: Add documentation on GetYourGuide
2024-07-24 14:23:12 +02:00
Raphael Michel
b2841e5c61
SSO Providers: Use redacted field for secret key
2024-07-23 16:26:37 +02:00
3009f50d51
Update pytest requirement from ==8.2.* to ==8.3.* ( #4324 )
...
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest ) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0.dev0...8.3.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 15:54:51 +02:00
Gero Nagel and GitHub
ff3a49ab2a
Docs: Remove redundant package dependency ( #4327 )
...
* remove naming python3-dev twice
* Revert "ListExporter: Do not create excel sheets with more than 30 characters"
This reverts commit ca3802da90 .
* Revert "remove naming python3-dev twice"
This reverts commit 7adf2d65e89e4afd82a198e5c0a7416ed8d44b3b.
* Revert "Revert "ListExporter: Do not create excel sheets with more than 30 characters""
This reverts commit d289dc0d1dbf5831452799995a2264642c284c5d.
* delete naming pyhton3-dev twice
2024-07-23 15:54:37 +02:00
Raphael Michel
19f3fbc7e8
Order data export: Include ID of parent position of add-ons
2024-07-23 15:52:55 +02:00
bb9b9ac9aa
Update pypdf requirement from ==4.2.* to ==4.3.* ( #4307 )
...
Updates the requirements on [pypdf](https://github.com/py-pdf/pypdf ) to permit the latest version.
- [Release notes](https://github.com/py-pdf/pypdf/releases )
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/py-pdf/pypdf/compare/4.2.0...4.3.0 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raphael Michel <michel@rami.io >
2024-07-23 13:48:11 +02:00
d7f6befb5b
Bump @babel/preset-env from 7.24.6 to 7.24.7 in /src/pretix/static/npm_dir ( #4281 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.24.6 to 7.24.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 13:30:58 +02:00
2287be2009
Update sphinx requirement from ==7.3.* to ==7.4.* ( #4306 )
...
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx ) to permit the latest version.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.0...v7.4.4 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 13:29:18 +02:00
0480b6873d
Update sentry-sdk requirement from ==2.5.* to ==2.10.* ( #4305 )
...
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.5.0...2.10.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 13:29:11 +02:00
711f08c9e8
Update python-bidi requirement from ==0.4.* to ==0.5.* ( #4325 )
...
* Update python-bidi requirement from ==0.4.* to ==0.5.*
Updates the requirements on [python-bidi](https://github.com/MeirKriheli/python-bidi ) to permit the latest version.
- [Release notes](https://github.com/MeirKriheli/python-bidi/releases )
- [Changelog](https://github.com/MeirKriheli/python-bidi/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/MeirKriheli/python-bidi/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: python-bidi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update import
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raphael Michel <michel@rami.io >
2024-07-23 13:27:15 +02:00
Alberto Ortega and Raphael Michel
d18914fcca
Translations: Update Spanish
...
Currently translated at 88.5% (5041 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-07-23 13:27:07 +02:00
Raphael Michel
2411144262
Ignore a deprecation warning in pypdf
2024-07-23 13:06:00 +02:00
test\"img src=x onerror=prompt(document.cookie) and Raphael Michel
2f02d35a52
Translations: Add Abron
2024-07-23 11:56:05 +02:00
Richard Schreiber and GitHub
71e82fda81
Auto-fill questions from invoice address (Z#23143497) ( #4303 )
...
* Match invoice address to questions by id, placeholder and label
* make label-text extraction more robust
* match actual label as well
2024-07-23 11:54:10 +02:00
Raphael Michel
ca3802da90
ListExporter: Do not create excel sheets with more than 30 characters
2024-07-23 09:35:34 +02:00
JnnisCanis and Raphael Michel
2c68b9e895
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5690 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-07-22 10:07:01 +02:00
bokor-rami-io and Raphael Michel
01092498f4
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5690 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-07-22 10:07:01 +02:00
Raphael Michel and Raphael Michel
fd841ed66d
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5690 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-07-22 10:07:01 +02:00
Raphael Michel and Raphael Michel
04cbccb536
Translations: Update German
...
Currently translated at 100.0% (5690 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-07-22 10:07:01 +02:00
Raphael Michel
b8ea93de1e
Fix ticket_download_require_validated_email after sales channel change
2024-07-22 09:38:35 +02:00
Richard Schreiber and GitHub
c49f42301c
Fix file-type check for product image
2024-07-19 12:44:49 +02:00
Reece Needham and Raphael Michel
2ae0a16e67
Translations: Update Spanish
...
Currently translated at 100.0% (231 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/
powered by weblate
2024-07-19 11:52:27 +02:00
Reece Needham and Raphael Michel
6b06fdf822
Translations: Update Spanish
...
Currently translated at 88.6% (5045 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-07-19 11:52:27 +02:00
Reece Needham and Raphael Michel
ea3f4e5f62
Translations: Update Spanish
...
Currently translated at 100.0% (231 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/
powered by weblate
2024-07-19 11:52:27 +02:00
Reece Needham and Raphael Michel
d71c23f7e0
Translations: Update Spanish
...
Currently translated at 87.5% (4983 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-07-19 11:52:27 +02:00
Nikolai and Raphael Michel
5ed7b0032b
Translations: Update Danish
...
Currently translated at 49.4% (2815 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-07-19 11:52:27 +02:00
Martin Gross
a77f2d01a7
CartManager: Allow to explicitly set an order expiration
2024-07-19 11:38:36 +02:00
Raphael Michel
ca4f511cde
Voucher import: Fix subevent column
2024-07-19 10:56:17 +02:00
Raphael Michel and GitHub
83b1c2ea7e
Do not take "optional" as part of error message label ( #4309 )
2024-07-18 14:57:25 +02:00
Richard Schreiber and GitHub
c91eb2e20d
Set cursor to not-allowed on labels for disabled checkboxes
2024-07-18 11:54:43 +02:00
Richard Schreiber and GitHub
bfb480a288
UI: in plugin-list only show border-top when necessary ( #4314 )
2024-07-18 11:43:24 +02:00
Richard Schreiber and GitHub
22e2143623
API: add api_meta to order
2024-07-18 10:01:03 +02:00
Raphael Michel
9e61f7f978
API: Fix admin permission issue in subevent endpoint
2024-07-18 09:44:30 +02:00
Raphael Michel and GitHub
092de9e3c4
Add webhook for pretix.event.order.deleted (Z#23159520) ( #4310 )
2024-07-17 17:15:35 +02:00
f0822d3c27
Docs: add help for HTTP-COOP: same-origin, widget and Paypal ( #4311 )
...
* Docs: add help for HTTP-COOP, widget and Paypal
* fix typo Paypal => PayPal
Co-authored-by: Raphael Michel <michel@rami.io >
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2024-07-17 16:12:17 +02:00
6fc47ca3b6
Update django-hijack requirement from ==3.5.* to ==3.6.* ( #4290 )
...
Updates the requirements on [django-hijack](https://github.com/django-hijack/django-hijack ) to permit the latest version.
- [Release notes](https://github.com/django-hijack/django-hijack/releases )
- [Changelog](https://github.com/django-hijack/django-hijack/blob/master/docs/release-button.png )
- [Commits](https://github.com/django-hijack/django-hijack/compare/3.5.0...3.6.0 )
---
updated-dependencies:
- dependency-name: django-hijack
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 14:27:42 +02:00
Raphael Michel and Raphael Michel
3716a686f5
Translations: Add Basque
2024-07-17 14:27:30 +02:00
Erik Löfman and Raphael Michel
9c0c77958e
Translations: Update Swedish
...
Currently translated at 99.9% (5685 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-07-17 14:27:30 +02:00
Nikolai and Raphael Michel
6154a44274
Translations: Update Danish
...
Currently translated at 47.9% (2727 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-07-17 14:27:30 +02:00
Erik Löfman and Raphael Michel
d5aff10297
Translations: Update Swedish
...
Currently translated at 98.5% (5610 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-07-17 14:27:30 +02:00
Erik Löfman and Raphael Michel
846e39a652
Translations: Update Swedish
...
Currently translated at 94.4% (5374 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-07-17 14:27:30 +02:00
75d37b2a37
Don't exclude localization PRs from test CI action ( #4276 )
...
* Don't exclude localization PRs from test CI action
* Update tests.yml
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2024-07-17 14:23:39 +02:00
Raphael Michel
2a0c3da8c4
Fix N+1 query found by sentry (PRETIXEU-AC2)
2024-07-16 11:25:48 +02:00
Martin Gross
fb7f4d1160
Control/Waitlist: Add help_text to waiting_list_limit_per_user (Z#23158537)
2024-07-15 13:39:31 +02:00
Erik Löfman and Martin Gross
5c8817f0c3
Translations: Update Swedish
...
Currently translated at 94.2% (5364 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-07-15 09:46:49 +02:00
Erik Löfman and Martin Gross
7663bf7994
Translations: Update Swedish
...
Currently translated at 87.3% (4972 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-07-15 09:46:49 +02:00
Erik Löfman and Martin Gross
ea8f74f8aa
Translations: Update Swedish
...
Currently translated at 87.3% (4970 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-07-15 09:46:49 +02:00
Nikolai and Martin Gross
7b34701449
Translations: Update Danish
...
Currently translated at 46.1% (2625 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-07-15 09:46:49 +02:00
Dirk-jan mollema and Martin Gross
06f4bfea24
Translations: Update Dutch
...
Currently translated at 86.5% (4925 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-07-15 09:46:49 +02:00
Nikolai and Martin Gross
e2862a98a0
Translations: Update Danish
...
Currently translated at 45.2% (2572 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-07-15 09:46:49 +02:00
Erik Löfman and Martin Gross
82f4feadc3
Translations: Update Swedish
...
Currently translated at 81.8% (4657 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-07-15 09:46:49 +02:00
Nikolai and Martin Gross
906222c7d3
Translations: Update Danish
...
Currently translated at 66.2% (153 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/da/
powered by weblate
2024-07-15 09:46:49 +02:00
Nikolai and Martin Gross
7ce2089ca8
Translations: Update Danish
...
Currently translated at 44.4% (2532 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-07-15 09:46:49 +02:00
Erik Löfman and Martin Gross
2133584ed2
Translations: Update Swedish
...
Currently translated at 75.2% (4280 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-07-15 09:46:49 +02:00
Nikolai and Martin Gross
c3c50d7205
Translations: Update Danish
...
Currently translated at 41.6% (2369 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-07-15 09:46:49 +02:00
Erik Löfman and Martin Gross
4f7a41a4b2
Translations: Update Swedish
...
Currently translated at 71.2% (4055 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-07-15 09:46:49 +02:00
Nikolai and Martin Gross
93fd79ab33
Translations: Update Danish
...
Currently translated at 65.8% (152 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/da/
powered by weblate
2024-07-15 09:46:49 +02:00
Nikolai and Martin Gross
59595c2f10
Translations: Update Danish
...
Currently translated at 40.9% (2332 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-07-15 09:46:49 +02:00
Erik Löfman and Martin Gross
91c6d09f0b
Translations: Update Swedish
...
Currently translated at 64.8% (3688 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-07-15 09:46:49 +02:00
Nikolai and Martin Gross
570a818129
Translations: Update Danish
...
Currently translated at 35.5% (2025 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-07-15 09:46:49 +02:00
Martin Gross
d63e2ebe2d
Chore/flake8: Remove extra blank line
2024-07-12 12:34:39 +02:00
Martin Gross
884c97d62a
Stripe/SOFORT: Move SOFORT from iFrame to proper redirect (Z#23158598)
2024-07-12 12:30:37 +02:00
Mira and GitHub
032e958a00
Fix test cases for checkinlist export ( #4301 )
2024-07-12 11:58:10 +02:00
Mira and GitHub
7b16dfefbc
New column and sort options for check-in-list export ( #4300 )
...
Allow check-in-list export to by sorted by order datetime (Z#23158159)
Add check-in text to export
2024-07-12 10:37:22 +02:00
Richard Schreiber
8a5b13dee9
Waitinglist: show time for subevent in overview
2024-07-09 15:37:51 +02:00
Richard Schreiber
d7dde8c23e
Fix CSS-color in alert-danger icon
2024-07-09 10:17:20 +02:00
Richard Schreiber and GitHub
1e2f93fbc5
Waitinglist: add time to subevent dropdown when sending vouchers ( #4296 )
2024-07-09 09:28:19 +02:00
Richard Schreiber
493fc03686
Fix PayPal CSP img-src
2024-07-09 09:26:46 +02:00
8d6d885f6e
API: Add various filtering options
...
* API: Add various filtering options (#23158339 )
* fix query-param description
* simplify payment provider qs-filter
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-07-08 21:31:54 +02:00
Martin Gross
2aa989c293
PPv2: Do not fail hard on refunds that are based on manually confirmed payments (Fixes: #PRETIXEU-AC1)
2024-07-04 15:12:53 +02:00
06b226f40f
Update pillow requirement from ==10.3.* to ==10.4.* ( #4280 )
...
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow ) to permit the latest version.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/10.3.0...10.4.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-04 14:46:46 +02:00
Raphael Michel and GitHub
73038b0d97
Fix enforcement of restricted plugins ( #4286 )
2024-07-03 17:14:03 +02:00
Erik Löfman and Raphael Michel
4513e31f0d
Translations: Update Swedish
...
Currently translated at 63.0% (3585 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-07-03 17:05:45 +02:00
Raphael Michel and Raphael Michel
d34175114b
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5690 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-07-03 17:05:45 +02:00
Raphael Michel and Raphael Michel
b2c71b47ce
Translations: Update German
...
Currently translated at 100.0% (5690 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-07-03 17:05:45 +02:00
Raphael Michel
a889abc52b
Unify terminology choice Ticketshop (German)
2024-07-03 13:41:09 +02:00
Raphael Michel
8c01b2a469
API: Fix crash in creating variations
2024-07-03 12:37:41 +02:00
Raphael Michel
720c7fd7bb
Fix crash in event cloning (PRETIXEU-ABX)
2024-07-03 11:52:57 +02:00
Raphael Michel and GitHub
6ae6eba4de
API: Add details of seats ( #4282 )
2024-07-03 09:48:59 +02:00
Raphael Michel
a173e347ea
Optimize availability queries
2024-07-02 18:29:44 +02:00
Raphael Michel
94d13e4cdd
API: Raise the right validation error (PRETIXEU-ABV)
2024-07-02 17:49:09 +02:00
Raphael Michel
e618441231
API: Fix crash expanding variations
2024-07-02 14:44:35 +02:00
Raphael Michel
cd57f1f024
API: Fix creation of embedded variations with explicit sales channels
2024-07-02 09:25:19 +02:00
Raphael Michel
075b9c187f
Item list: Fix exclusive tax rules
2024-07-02 09:03:57 +02:00
Erik Löfman and Raphael Michel
d9f46cb817
Translations: Update Swedish
...
Currently translated at 59.2% (3374 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-07-01 18:24:27 +02:00
Anarion Dunedain and Raphael Michel
2892d16861
Translations: Update Polish
...
Currently translated at 100.0% (5690 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-07-01 18:24:27 +02:00
Nikolai and Raphael Michel
9128624d68
Translations: Update Danish
...
Currently translated at 34.8% (1985 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-07-01 18:24:27 +02:00
Raphael Michel
d2cf8f801d
Sales channels: Fix update view
2024-07-01 17:50:27 +02:00
Raphael Michel
682d0f886d
Fix order change edge case (PRETIXEU-ABH)
2024-07-01 14:39:34 +02:00
Raphael Michel
d2cbd41a19
Fix ticket preview (PRETIXEU-ABF)
2024-07-01 14:38:25 +02:00
Raphael Michel
828f4e3168
Fix isort and docs test
2024-07-01 11:46:46 +02:00
Raphael Michel
e691afdd34
Add auto-generated migration
2024-07-01 11:26:55 +02:00
Raphael Michel
add90b08ec
Export: Fix sales channels in JSON export
2024-07-01 11:22:18 +02:00
Raphael Michel
4539c6523b
Fix failing tests
2024-07-01 09:24:42 +02:00
Raphael Michel
3453818c16
Fix email layout preview (PRETIXEU-AB9)
2024-07-01 08:56:36 +02:00
Raphael Michel
e5725d6d33
Fix statistics view (PRETIXEU-AB5)
2024-07-01 08:51:23 +02:00
Raphael Michel
0cda1aeaaf
Remove nl_BE again
2024-06-30 23:44:55 +02:00
Raphael Michel
769c451bcb
Docs: Fix incorrect argument name
2024-06-30 23:34:17 +02:00
Raphael Michel and Raphael Michel
5b60928205
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (231 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de_Informal/
powered by weblate
2024-06-30 23:13:36 +02:00
Raphael Michel and Raphael Michel
b05f3a449d
Translations: Update German
...
Currently translated at 100.0% (231 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de/
powered by weblate
2024-06-30 23:13:36 +02:00
Raphael Michel and Raphael Michel
3262f2ba84
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5690 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-06-30 23:13:36 +02:00
Raphael Michel and Raphael Michel
fe9d8e58a1
Translations: Update German
...
Currently translated at 100.0% (5690 of 5690 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-06-30 23:13:36 +02:00
Raphael Michel
6706dbb4db
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-06-30 20:56:24 +02:00
Raphael Michel and GitHub
87632ff8c5
Merge pull request #4274 from pretix-translations/weblate-pretix-pretix
2024-06-30 20:55:22 +02:00
Weblate
2278dbdc4a
Merge remote-tracking branch 'origin/master'
2024-06-30 20:54:15 +02:00
Raphael Michel
e4e6cc0fcc
Revert "Update po files"
...
This reverts commit ea73977c37 .
2024-06-30 20:53:13 +02:00
Raphael Michel
ea73977c37
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-06-30 20:44:34 +02:00
4fb5c6bef0
New implementation of sales channels ( #4111 )
...
Co-authored-by: Martin Gross <gross@rami.io >
2024-06-30 19:24:30 +02:00
Raphael Michel
95511b0330
Remove X-XSS-Protection, no longer supported by any browser
2024-06-29 19:25:34 +02:00
Raphael Michel and GitHub
3340599aec
Phase out giropay support ( #4266 )
2024-06-28 16:17:45 +02:00
e9a52d07d1
Update translations ( #4265 )
...
Co-authored-by: Nikolai <nikolai@lengefeldt.de >
Co-authored-by: Anarion Dunedain <anarion80@gmail.com >
Co-authored-by: Erik Löfman <erik@disruptiveventures.se >
Co-authored-by: Kristian Feldsam <feldsam@gmail.com >
2024-06-28 12:54:45 +02:00
Erik Löfman and Weblate
0a00a35ab1
Translations: Update Swedish
...
Currently translated at 57.1% (3237 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-28 12:45:58 +02:00
Nikolai and Weblate
24d8dc6c76
Translations: Update Danish
...
Currently translated at 31.3% (1777 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-06-28 12:45:58 +02:00
Erik Löfman and Weblate
a9d48eaafe
Translations: Update Swedish
...
Currently translated at 87.0% (201 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/sv/
powered by weblate
2024-06-28 12:45:58 +02:00
Erik Löfman and Weblate
bb959fa494
Translations: Update Swedish
...
Currently translated at 56.6% (3210 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-28 12:45:58 +02:00
Anarion Dunedain and Weblate
6126309429
Translations: Update Polish
...
Currently translated at 100.0% (231 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pl/
powered by weblate
2024-06-28 12:45:58 +02:00
Anarion Dunedain and Weblate
29b49ca82f
Translations: Update Polish
...
Currently translated at 100.0% (5664 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-28 12:45:58 +02:00
Nikolai and Weblate
7b7b83cb3e
Translations: Update Danish
...
Currently translated at 31.3% (1774 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-06-28 12:45:58 +02:00
Erik Löfman and Weblate
6bb2b3425d
Translations: Update Swedish
...
Currently translated at 52.8% (2991 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-28 12:45:58 +02:00
Anarion Dunedain and Weblate
182d30ffb7
Translations: Update Polish
...
Currently translated at 100.0% (5664 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-28 12:45:58 +02:00
Anarion Dunedain and Weblate
844c291575
Translations: Update Polish
...
Currently translated at 97.9% (5550 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-28 12:45:58 +02:00
Kristian Feldsam and Weblate
ecdb1a8e09
Translations: Update Slovak
...
Currently translated at 2.5% (6 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/sk/
powered by weblate
2024-06-28 12:45:58 +02:00
Kristian Feldsam and Weblate
6c6e5d5af6
Translations: Update Slovak
...
Currently translated at 93.1% (5276 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sk/
powered by weblate
2024-06-28 12:45:58 +02:00
Anarion Dunedain and Weblate
c33853173b
Translations: Update Polish
...
Currently translated at 91.5% (5186 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-28 12:45:58 +02:00
Erik Löfman and Weblate
5f90bf80b8
Translations: Update Swedish
...
Currently translated at 52.7% (2985 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-28 12:45:58 +02:00
Anarion Dunedain and Weblate
0ba246846b
Translations: Update Polish
...
Currently translated at 85.7% (4859 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-28 12:45:57 +02:00
Erik Löfman and Weblate
88ea04551e
Translations: Update Swedish
...
Currently translated at 45.9% (2602 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-28 12:45:57 +02:00
Anarion Dunedain and Weblate
2bfd8e17b0
Translations: Update Polish
...
Currently translated at 78.9% (4469 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-28 12:45:57 +02:00
Nikolai and Weblate
1379e5f723
Translations: Update Danish
...
Currently translated at 31.1% (1766 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-06-28 12:45:57 +02:00
Martin Gross
9fcaa3d730
Languages: On second thought, make Swedish a regular community-language.
2024-06-28 12:45:52 +02:00
Martin Gross
22d92025c9
Languages: Adding Swedish to incubating languages
2024-06-28 12:33:32 +02:00
Richard Schreiber
2b84c8d7a7
Fix CSS vars naming prefix
2024-06-28 09:36:26 +02:00
Richard Schreiber and GitHub
25ba2f1145
Add signal seatingframe_html_head ( #4270 )
2024-06-27 10:46:26 +02:00
Richard Schreiber and GitHub
ae8ff60964
Fix missing CSS in seatingframe ( #4269 )
2024-06-27 10:20:09 +02:00
Raphael Michel
9fe6916ab5
Item index: use internal category names again
2024-06-26 15:25:04 +02:00
Raphael Michel
634263f1ba
Item form: Validate empty dynamic validity
2024-06-26 09:44:49 +02:00
67265e94a0
Update importlib-metadata requirement from ==7.* to ==8.* ( #4264 )
...
Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata ) to permit the latest version.
- [Release notes](https://github.com/python/importlib_metadata/releases )
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst )
- [Commits](https://github.com/python/importlib_metadata/compare/v7.0.0...v8.0.0 )
---
updated-dependencies:
- dependency-name: importlib-metadata
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-26 09:27:04 +02:00
0fa2e9b5dd
Update webauthn requirement from ==2.1.* to ==2.2.* ( #4263 )
...
Updates the requirements on [webauthn](https://github.com/duo-labs/py_webauthn ) to permit the latest version.
- [Release notes](https://github.com/duo-labs/py_webauthn/releases )
- [Changelog](https://github.com/duo-labs/py_webauthn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/duo-labs/py_webauthn/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: webauthn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-26 09:26:58 +02:00
Raphael Michel
c99d93a078
CSS: Fix minor bugs
2024-06-25 15:55:48 +02:00
Raphael Michel
9e20fac0da
CSS: Fix handling of white background
2024-06-25 15:22:16 +02:00
Raphael Michel
3e4ccc53be
Fix primary color in control
2024-06-25 14:28:47 +02:00
Mira Weller
ce88dfa530
add missing semicolon
2024-06-25 14:23:27 +02:00
f0a06cd9fe
Replace SCSS compilation with CSS variables ( #4191 )
...
* Replace SCSS compilation with CSS variables
* Update tests
* Update src/pretix/presale/style.py
Co-authored-by: Mira <weller@rami.io >
* Update src/pretix/presale/context.py
Co-authored-by: Mira <weller@rami.io >
* Update src/pretix/presale/views/widget.py
Co-authored-by: Mira <weller@rami.io >
* Update src/pretix/presale/context.py
Co-authored-by: Mira <weller@rami.io >
* Update src/pretix/static/pretixbase/scss/_variables.scss
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Last minor changes
* Rename file
---------
Co-authored-by: Mira <weller@rami.io >
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-06-25 13:01:20 +02:00
Erik Löfman and Raphael Michel
7672e6274d
Translations: Update Swedish
...
Currently translated at 39.4% (2232 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-25 13:01:13 +02:00
Anarion Dunedain and Raphael Michel
061f578b29
Translations: Update Polish
...
Currently translated at 76.7% (4346 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-25 13:01:13 +02:00
Erik Löfman and Raphael Michel
79f8501a09
Translations: Update Swedish
...
Currently translated at 37.8% (2145 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-25 13:01:13 +02:00
Erik Löfman and Raphael Michel
c5237b5021
Translations: Update Swedish
...
Currently translated at 36.3% (2057 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-25 13:01:13 +02:00
Anarion Dunedain and Raphael Michel
0d6f7e74a3
Translations: Update Polish
...
Currently translated at 76.4% (4332 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-25 13:01:13 +02:00
Reece Needham and Raphael Michel
21bd4a86a7
Translations: Update Spanish
...
Currently translated at 100.0% (231 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/
powered by weblate
2024-06-25 13:01:13 +02:00
Reece Needham and Raphael Michel
750f641018
Translations: Update Spanish
...
Currently translated at 87.6% (4966 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-06-25 13:01:13 +02:00
Felix Hartnagel and Raphael Michel
2a385d14c4
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5664 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-06-25 13:01:13 +02:00
Felix Hartnagel and Raphael Michel
6a7ab1bdf5
Translations: Update German
...
Currently translated at 100.0% (5664 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-06-25 13:01:13 +02:00
Mira and GitHub
a73c4ad937
Improve List Sorting UI ( #4215 )
...
Improve product list UI (allow move between categories, more useful columns and links)
and hide "move up/down" arrows in lists by default if drag-drop is available
2024-06-25 12:54:11 +02:00
Raphael Michel
043e2eb9cf
Order denial email: Use correct language for context
2024-06-25 11:57:42 +02:00
Raphael Michel
c0fb93ea3b
Waiting list: Add additional explanation (Z#23157006)
2024-06-25 11:31:16 +02:00
4f9297e7d8
Show minimal check-in status in order export (Z#23154920) ( #4223 )
...
* Show minimal check-in status in order export (Z#23154920)
* Update src/pretix/helpers/database.py
Co-authored-by: Mira <weller@rami.io >
* Review note
---------
Co-authored-by: Mira <weller@rami.io >
2024-06-24 17:34:10 +02:00
Erik Löfman and Mira
70b48fdd4b
Translations: Update Swedish
...
Currently translated at 35.2% (1994 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-24 17:20:24 +02:00
Anarion Dunedain and Mira
e7b5317431
Translations: Update Polish
...
Currently translated at 75.1% (4259 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-24 17:20:24 +02:00
Mira and Mira
63ef2e70e2
Translations: Update Spanish
...
Currently translated at 75.3% (174 of 231 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/
powered by weblate
2024-06-24 17:20:24 +02:00
Mira and Mira
c4db2a48b6
Translations: Update Spanish
...
Currently translated at 87.6% (4964 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-06-24 17:20:24 +02:00
Reece Needham and Mira
de255b021e
Translations: Update Spanish
...
Currently translated at 87.6% (4964 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2024-06-24 17:20:24 +02:00
Raphael Michel
d3fce71b7f
Bump version to 2024.7.0.dev0
2024-06-24 11:05:53 +02:00
Raphael Michel
37dea068ce
Bump version to 2024.6.0
2024-06-24 11:04:38 +02:00
Raphael Michel and Raphael Michel
b5ef49cd3c
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5664 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-06-24 11:00:19 +02:00
Raphael Michel and Raphael Michel
245c5972c6
Translations: Update German
...
Currently translated at 100.0% (5664 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-06-24 11:00:19 +02:00
Raphael Michel and Raphael Michel
6597977752
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5664 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-06-24 11:00:19 +02:00
Raphael Michel and Raphael Michel
580137577e
Translations: Update German
...
Currently translated at 100.0% (5664 of 5664 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-06-24 11:00:19 +02:00
Raphael Michel
a09550ce02
Translations:Add TWINT to wordlist
2024-06-24 10:55:26 +02:00
Raphael Michel
1b444b780d
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-06-24 10:20:56 +02:00
Anarion Dunedain and Raphael Michel
f41d8bb761
Translations: Update Polish
...
Currently translated at 68.3% (3850 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-24 09:24:57 +02:00
Maciej Szymczak and Raphael Michel
365dbe7a14
Translations: Update Polish
...
Currently translated at 63.5% (3582 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-24 09:24:57 +02:00
Anarion Dunedain and Raphael Michel
bf6078efb6
Translations: Update Polish
...
Currently translated at 63.5% (3582 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-24 09:24:57 +02:00
Anarion Dunedain and Raphael Michel
695b9a2ed6
Translations: Update Polish
...
Currently translated at 63.5% (3579 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-24 09:24:57 +02:00
Anarion Dunedain and Raphael Michel
25a15069ed
Translations: Update Polish
...
Currently translated at 51.8% (2921 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-24 09:24:57 +02:00
Anarion Dunedain and Raphael Michel
11a4ea7b77
Translations: Update Polish
...
Currently translated at 100.0% (229 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pl/
powered by weblate
2024-06-24 09:24:57 +02:00
Anarion Dunedain and Raphael Michel
4e5e7df201
Translations: Update Polish
...
Currently translated at 49.5% (2789 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-24 09:24:57 +02:00
Raphael Michel and Raphael Michel
8f515aa327
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (229 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de_Informal/
powered by weblate
2024-06-24 09:24:57 +02:00
Tinna Sandström and Raphael Michel
dbc7fda2f8
Translations: Update Swedish
...
Currently translated at 27.0% (1522 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-24 09:24:57 +02:00
Erik Löfman and Raphael Michel
5e686674ae
Translations: Update Swedish
...
Currently translated at 27.0% (1522 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-24 09:24:57 +02:00
Raphael Michel and Raphael Michel
5660cd7f93
Translations: Update German
...
Currently translated at 100.0% (229 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de/
powered by weblate
2024-06-24 09:24:57 +02:00
Raphael Michel
a7a33ed165
Voucher bulk form: Strip spaces from email addresses before validation
2024-06-20 17:16:21 +02:00
Richard Schreiber and GitHub
9ffdf979f4
PDF: ignore outline, annots, etc. when merging background-pdf ( #4249 )
2024-06-20 12:07:04 +02:00
7338381e58
Stripe: Support for TWINT ( #4216 )
...
* Stripe: Support for TWINT
* Update src/pretix/plugins/stripe/payment.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-06-20 10:22:43 +02:00
Raphael Michel
ce06672334
Event list: Do not carry page through filter form
2024-06-19 18:19:51 +02:00
Raphael Michel
223f095611
Add Slovak and Catalan to selectable languages
2024-06-19 18:11:41 +02:00
b625dc9ec8
Bump braces from 3.0.2 to 3.0.3 in /src/pretix/static/npm_dir ( #4230 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 18:01:25 +02:00
50c4a1c376
Update flake8 requirement from ==7.0.* to ==7.1.* ( #4240 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 18:01:18 +02:00
6fd2e42426
Bump django-compressor from 4.4 to 4.5 ( #4241 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 18:00:56 +02:00
Erik Löfman and Raphael Michel
da651df4f0
Translations: Update Swedish
...
Currently translated at 25.7% (1450 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-19 18:00:44 +02:00
Nikolai and Raphael Michel
a6f527e32d
Translations: Update Danish
...
Currently translated at 31.3% (1764 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-06-19 18:00:44 +02:00
Thilo-Alexander Ginkel and Raphael Michel
3ea61fbd1f
Translations: Update German
...
Currently translated at 100.0% (5634 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-06-19 18:00:44 +02:00
simonD and Raphael Michel
6a959d4220
Translations: Update French
...
Currently translated at 96.5% (5440 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-06-19 18:00:44 +02:00
L. Pereira and Raphael Michel
92959dbb1f
Translations: Update Portuguese (Brazil)
...
Currently translated at 12.9% (730 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2024-06-19 18:00:44 +02:00
Anarion Dunedain and Raphael Michel
6d6f3c4af8
Translations: Update Polish
...
Currently translated at 39.9% (2251 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-06-19 18:00:44 +02:00
Thilo-Alexander Ginkel and Raphael Michel
8d14a285ca
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5634 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-06-19 18:00:44 +02:00
Raphael Michel and GitHub
a6b8cd8a54
Stripe: Move Multibanco to payment intents ( #4243 )
2024-06-19 18:00:23 +02:00
cb95cdc6ce
item_forms: Allow signals to return None ( #4237 )
...
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-06-18 16:24:39 +02:00
Erik Löfman and Raphael Michel
cc7b00e206
Translations: Update Swedish
...
Currently translated at 21.3% (1203 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-18 15:34:40 +02:00
Kristian Feldsam and Raphael Michel
136c54b9a8
Translations: Update Slovak
...
Currently translated at 92.7% (5226 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sk/
powered by weblate
2024-06-18 15:34:40 +02:00
Kristian Feldsam and Raphael Michel
28ba434e45
Translations: Update Slovak
...
Currently translated at 0.4% (1 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/sk/
powered by weblate
2024-06-18 15:34:40 +02:00
Erik Löfman and Raphael Michel
09320093ad
Translations: Update Swedish
...
Currently translated at 21.2% (1200 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-17 10:15:25 +02:00
Kristian Feldsam and Raphael Michel
89cfab6cad
Translations: Update Slovak
...
Currently translated at 91.0% (5129 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sk/
powered by weblate
2024-06-17 10:15:25 +02:00
alemairebe and Raphael Michel
a180ce4c51
Translations: Update French
...
Currently translated at 96.6% (5443 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-06-17 10:15:25 +02:00
1200274ebf
Export: Do not rely on cached answer option values (Z#23152831) ( #4225 )
...
* Export: Do not rely on cached answer option values
* refactor duplicate code
---------
Co-authored-by: Mira Weller <weller@rami.io >
2024-06-17 10:12:15 +02:00
Raphael Michel and GitHub
877401d8c0
Remove subevent.items ( #4220 )
2024-06-14 14:49:55 +02:00
Martin Gross and GitHub
44170c1b93
Doc: Add missing backquote in dev/structure (ref #4222 )
2024-06-14 12:31:35 +02:00
Renne Rocha and Raphael Michel
ce34bd0a13
Translations: Update Portuguese (Brazil)
...
Currently translated at 11.9% (672 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2024-06-14 12:03:39 +02:00
Erik Löfman and Raphael Michel
b58f05efd0
Translations: Update Swedish
...
Currently translated at 21.1% (1190 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-14 12:03:39 +02:00
Tinna Sandström and Raphael Michel
3ac70e6e3a
Translations: Update Swedish
...
Currently translated at 21.1% (1190 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-14 12:03:39 +02:00
Raphael Michel and Raphael Michel
90123d6a58
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5634 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-06-14 12:03:39 +02:00
Raphael Michel and Raphael Michel
48a3984db6
Translations: Update German
...
Currently translated at 100.0% (5634 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-06-14 12:03:39 +02:00
simonD and Raphael Michel
fe6ee4437f
Translations: Update French
...
Currently translated at 96.6% (5443 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-06-14 12:03:39 +02:00
simonD and Raphael Michel
f470389cd8
Translations: Update French
...
Currently translated at 93.0% (213 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/fr/
powered by weblate
2024-06-14 12:03:39 +02:00
simonD and Raphael Michel
c848594c21
Translations: Update French
...
Currently translated at 96.5% (5442 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-06-14 12:03:39 +02:00
e9a95b0b09
Add system report for pretix Enterprise ( #4213 )
...
* Add system report for pretix Enterprise
* Update src/pretix/control/sysreport.py
Co-authored-by: Mira <weller@rami.io >
* ADd missing license header
---------
Co-authored-by: Mira <weller@rami.io >
2024-06-13 17:08:36 +02:00
Richard Schreiber and GitHub
3b48b0782d
PDF: when merging bg.pdf with fg.pdf use the higher PDF-version ( #4171 )
2024-06-11 12:16:57 +02:00
Tinna Sandström and Raphael Michel
b55bd8f75a
Translations: Update Swedish
...
Currently translated at 20.8% (1174 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-11 09:00:13 +02:00
Raphael Michel
39caadb335
Compatibility of safe_openpyxl with openpyxl==3.1.3
2024-06-10 17:19:29 +02:00
dd6ebd7a48
Improve validation of email templates ( #4184 )
...
* Improve validation of email templates
* simplify SafeFormatter (skip attribute access code path altogether instead of blocklisting characters)
* let SafeFormatter optionally raise on missing key
* simplify placeholder validation
* rename parameter
* Remove unused import
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2024-06-10 16:41:52 +02:00
Raphael Michel and GitHub
ab576bb643
Update sentry-sdk requirement from ==1.45.* to ==2.5.* ( #4176 )
...
* Update sentry-sdk requirement from ==1.45.* to ==2.3.*
* Review notes
2024-06-10 16:25:08 +02:00
8bc16af36e
Bump @babel/core from 7.24.5 to 7.24.7 in /src/pretix/static/npm_dir ( #4209 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.24.5 to 7.24.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 15:13:24 +02:00
537044bdc8
Bank transfer: Ignore checksum for blocklist (Z#23154934) ( #4194 )
...
* Bank transfer: Ignore checksum for blocklist (Z#23154934)
* Update src/pretix/plugins/banktransfer/payment.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-06-10 14:49:51 +02:00
1ac7d03bb8
Bump pug-code-gen and @vue/component-compiler in /src/pretix/static/npm_dir ( #4210 )
...
Bumps [pug-code-gen](https://github.com/pugjs/pug ) and [@vue/component-compiler](https://github.com/vuejs/vue-component-compiler ). These dependencies needed to be updated together.
Updates `pug-code-gen` from 2.0.3 to 3.0.3
- [Release notes](https://github.com/pugjs/pug/releases )
- [Commits](https://github.com/pugjs/pug/compare/pug@2.0.3...pug-code-gen@3.0.3 )
Updates `@vue/component-compiler` from 4.2.3 to 4.2.4
- [Release notes](https://github.com/vuejs/vue-component-compiler/releases )
- [Changelog](https://github.com/vuejs/vue-component-compiler/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-component-compiler/compare/v4.2.3...v4.2.4 )
---
updated-dependencies:
- dependency-name: pug-code-gen
dependency-type: indirect
- dependency-name: "@vue/component-compiler"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 14:48:55 +02:00
Raphael Michel and GitHub
b939fad1c0
Sendmail: Prevent confusion around setting attach_tickets (Z#23155893) ( #4211 )
2024-06-10 14:48:47 +02:00
fb3a608c54
Update django-hijack requirement from ==3.4.* to ==3.5.* ( #4198 )
...
Updates the requirements on [django-hijack](https://github.com/django-hijack/django-hijack ) to permit the latest version.
- [Release notes](https://github.com/django-hijack/django-hijack/releases )
- [Changelog](https://github.com/django-hijack/django-hijack/blob/master/docs/release-button.png )
- [Commits](https://github.com/django-hijack/django-hijack/compare/3.4.0...3.5.0 )
---
updated-dependencies:
- dependency-name: django-hijack
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 14:31:17 +02:00
Raphael Michel and GitHub
ebda10542e
Add IE11 banner to frontend ( #4207 )
2024-06-10 14:29:17 +02:00
93dd6bf34d
Bump @babel/preset-env from 7.24.5 to 7.24.6 in /src/pretix/static/npm_dir ( #4189 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.24.5 to 7.24.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 14:12:02 +02:00
David Vaz and Raphael Michel
52148ebb7a
Translations: Update Portuguese (Portugal)
...
Currently translated at 56.3% (129 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pt_PT/
powered by weblate
2024-06-10 14:11:41 +02:00
David Vaz and Raphael Michel
82b4fe2733
Translations: Update Portuguese (Portugal)
...
Currently translated at 88.0% (4962 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_PT/
powered by weblate
2024-06-10 14:11:41 +02:00
alemairebe and Raphael Michel
79750e4f4b
Translations: Update French
...
Currently translated at 96.2% (5423 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-06-10 14:11:41 +02:00
Mira and Raphael Michel
dbabbf7aab
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5634 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-06-10 14:11:41 +02:00
Mira and Raphael Michel
6158a1f2a4
Translations: Update German
...
Currently translated at 100.0% (5634 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-06-10 14:11:41 +02:00
Charlie Lundberg and Raphael Michel
68f6f921b5
Translations: Update Swedish
...
Currently translated at 20.7% (1171 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-10 14:11:41 +02:00
Charlie Lundberg and Raphael Michel
d0e672435a
Translations: Update Swedish
...
Currently translated at 20.6% (1163 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-10 14:11:41 +02:00
Raphael Michel and GitHub
5bc622bcfe
PayPal: Validate proper payee set with ISU integration ( #4206 )
2024-06-10 14:10:02 +02:00
Raphael Michel
d0184c1f48
PayPal: Fix issue in ASV setup (PRETIXEU-A5V)
2024-06-10 12:28:57 +02:00
Raphael Michel
e28bbb7ea0
Voucher creation: Fix TypeError in validation (PRETIXEU-A52)
2024-06-10 12:23:20 +02:00
Raphael Michel and GitHub
fe54a42fc7
Web checkin: Render special cases of pending state in search (Z#23154934) ( #4193 )
2024-06-04 21:53:30 +02:00
Raphael Michel and GitHub
7365f165ad
Thumbnails: Keep frame durations of GIFs ( #4183 )
2024-06-04 21:53:20 +02:00
Raphael Michel and GitHub
90ce802a33
Item form: Prevent combining validity_mode with gift cards ( #4187 )
2024-06-04 11:57:49 +02:00
Raphael Michel and GitHub
d463878514
Do not use price suggestion if voucher is used (Z#23155018) ( #4195 )
2024-06-04 11:57:26 +02:00
Charlie Lundberg and Raphael Michel
dd7ee84d29
Translations: Update Swedish
...
Currently translated at 20.2% (1143 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-03 12:48:45 +02:00
Jo Siebert and Raphael Michel
f1e2d1f44c
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5634 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-06-03 12:48:45 +02:00
Jo Siebert and Raphael Michel
87a6a58f32
Translations: Update German
...
Currently translated at 100.0% (5634 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-06-03 12:48:45 +02:00
Luan Thien and Raphael Michel
b2dd56bd41
Translations: Update Vietnamese
...
Currently translated at 1.5% (90 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/vi/
powered by weblate
2024-06-03 12:48:45 +02:00
Charlie Lundberg and Raphael Michel
f0ceab2305
Translations: Update Swedish
...
Currently translated at 19.7% (1113 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-03 12:48:45 +02:00
danijossnet and Raphael Michel
14e3316dd9
Translations: Update Greek
...
Currently translated at 49.7% (2803 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/el/
powered by weblate
2024-06-03 12:48:45 +02:00
Luan Thien and Raphael Michel
eb28fdcba9
Translations: Update Vietnamese
...
Currently translated at 55.0% (126 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/vi/
powered by weblate
2024-06-03 12:48:45 +02:00
Luan Thien and Raphael Michel
49e4a0faa0
Translations: Update Vietnamese
...
Currently translated at 1.5% (89 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/vi/
powered by weblate
2024-06-03 12:48:45 +02:00
Nikolai and Raphael Michel
e486089590
Translations: Update Danish
...
Currently translated at 62.4% (143 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/da/
powered by weblate
2024-06-03 12:48:45 +02:00
Nikolai and Raphael Michel
4bb02d4ad9
Translations: Update Danish
...
Currently translated at 31.2% (1761 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-06-03 12:48:45 +02:00
Luan Thien and Raphael Michel
8ad852d9cb
Translations: Update Vietnamese
...
Currently translated at 0.8% (46 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/vi/
powered by weblate
2024-06-03 12:48:45 +02:00
Nikolai and Raphael Michel
868fcfc471
Translations: Update Danish
...
Currently translated at 30.9% (1745 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-06-03 12:48:45 +02:00
Nikolai and Raphael Michel
d847c9a095
Translations: Update Danish
...
Currently translated at 30.9% (1744 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-06-03 12:48:45 +02:00
Charlie Lundberg and Raphael Michel
d1c6b22624
Translations: Update Swedish
...
Currently translated at 19.4% (1093 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-06-03 12:48:45 +02:00
mathbrito and Raphael Michel
842987f48e
Translations: Update Portuguese (Brazil)
...
Currently translated at 11.7% (664 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2024-06-03 12:48:45 +02:00
Jannik and GitHub
58fc13ed91
Docs: Fix metrics names ( #4192 )
2024-06-03 12:33:28 +02:00
Raphael Michel
8010d2e6bb
Update GitLab CI script
2024-05-31 17:46:45 +02:00
Raphael Michel
1566f54764
VAT ID validation: Fix crash with invalid Norwegian IDs (PRETIXEU-A3J)
2024-05-29 09:31:58 +02:00
Richard Schreiber and GitHub
9d380557e1
SEO improvements - add h1.sr-only if only header-image is used
...
* add hidden h1 with event-title if header-image only
* add event-title to alt-attribute of header-image
* add hidden setting for google_site_verification
2024-05-28 09:18:15 +02:00
Martin Gross and GitHub
5758e0dd68
PPv2 APM: Create referenced PPObjects for APM Orders; enable webhooks to capture them ( #3958 )
2024-05-27 13:45:37 +02:00
Martin Gross
b4629e24a5
Downgrade requests to 2.31.* again while waiting for 2.33.3 release
2024-05-27 12:11:40 +02:00
Raphael Michel
27f5121211
Bump version to 2024.6.0.dev0
2024-05-24 14:11:21 +02:00
Raphael Michel
a5007e4bd6
Bump version to 2024.5.0.
2024-05-24 14:10:29 +02:00
Richard Schreiber and GitHub
fb3046210b
Harden timing when getting order with secret check ( #4177 )
2024-05-24 14:09:18 +02:00
Raphael Michel and Raphael Michel
37908bd042
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5634 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-05-24 11:04:49 +02:00
Raphael Michel and Raphael Michel
74bcbe8f07
Translations: Update German
...
Currently translated at 100.0% (5634 of 5634 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-05-24 11:04:49 +02:00
Raphael Michel
29f378c58b
Update wordlists
2024-05-24 10:56:10 +02:00
Raphael Michel
9b537aeb5c
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-05-24 10:47:49 +02:00
Raphael Michel
4b5cd35a0e
Add a "the"
2024-05-24 10:47:49 +02:00
e0675233d5
Update protobuf requirement from ==5.26.* to ==5.27.* ( #4174 )
...
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf ) to permit the latest version.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.26.0-rc1...v5.27.0 )
---
updated-dependencies:
- dependency-name: protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-24 10:47:32 +02:00
Raphael Michel
e9726a5227
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-05-24 10:10:01 +02:00
78b65d0757
Document exhibitor_tags field in API docs ( #4172 )
...
* Document exhibitor_tags field in API
* Update doc/plugins/exhibitors.rst
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2024-05-24 10:00:44 +02:00
Serhii Horichenko and Raphael Michel
ef620ceb37
Translations: Update Ukrainian
...
Currently translated at 63.8% (3587 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/uk/
powered by weblate
2024-05-24 09:50:45 +02:00
Charlie Lundberg and Raphael Michel
8575a5f1cd
Translations: Update Swedish
...
Currently translated at 19.0% (1070 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-05-24 09:50:45 +02:00
Sinan Sarıçınar and Raphael Michel
5762ffc035
Translations: Update Turkish
...
Currently translated at 44.3% (2494 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/tr/
powered by weblate
2024-05-24 09:50:45 +02:00
Raphael Michel and Raphael Michel
79286bb051
Translations: Update French
...
Currently translated at 96.4% (5424 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-05-24 09:50:45 +02:00
Mira and GitHub
05a2f411db
Improve order secret handling ( #4139 )
...
- use hmac.compare_digest for all secret comparisons
- use salted_hmac with sha256 instead of plain sha1 for hashed secrets
- move secret handling into helper functions
2024-05-23 14:30:16 +02:00
Raphael Michel and GitHub
e93e5c047c
Waiting list: Fix pathological performance on large series with seating ( #4169 )
2024-05-23 11:51:48 +02:00
Raphael Michel and GitHub
2619a658c9
Widget: Allow passing more invoice data fields ( #4162 )
2024-05-23 11:19:59 +02:00
Raphael Michel and GitHub
808775c76b
Widget: Do not open seating plan when pressing return in input field ( #4163 )
2024-05-23 11:18:09 +02:00
Raphael Michel and GitHub
9f297fbd25
Widget: Fix data-invoice-address-country being overridden by GeoIP ( #4168 )
2024-05-23 11:17:54 +02:00
Serhii Horichenko and Raphael Michel
d882da0adb
Translations: Update Ukrainian
...
Currently translated at 63.6% (3577 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/uk/
powered by weblate
2024-05-23 11:17:02 +02:00
Serhii Horichenko and Raphael Michel
73bd4a746e
Translations: Update Ukrainian
...
Currently translated at 98.2% (225 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/uk/
powered by weblate
2024-05-23 11:17:02 +02:00
Serhii Horichenko and Raphael Michel
bc5d0763f3
Translations: Update Ukrainian
...
Currently translated at 63.6% (3576 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/uk/
powered by weblate
2024-05-23 11:17:02 +02:00
Charlie Lundberg and Raphael Michel
ff084f04b1
Translations: Update Swedish
...
Currently translated at 19.0% (1069 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-05-23 11:17:02 +02:00
Richard Schreiber and GitHub
71af40a08b
Simplify merging rotated background PDFs ( #4166 )
...
* Simplify merging rotated background PDFs
* fix code style issues
2024-05-23 08:55:51 +02:00
ef60093bae
Update pypdf requirement from ==3.9.* to ==4.2.* ( #4159 )
...
* Change PDF merging for compatibility with pypdf 4
* Update pypdf requirement from ==3.9.* to ==4.2.*
* fix pypdf API-changes
* fix missing removal of deepcopy
* fix rotated PDF-backgrounds
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-05-22 14:56:21 +02:00
Mira and GitHub
49c4cc639f
Fix time machine permission via pretix_event_access sessions for staff users ( #4160 )
2024-05-22 13:13:50 +02:00
Charlie Lundberg and Raphael Michel
e2800019f6
Translations: Update Swedish
...
Currently translated at 86.0% (197 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/sv/
powered by weblate
2024-05-22 09:15:52 +02:00
Charlie Lundberg and Raphael Michel
c44ea8aa81
Translations: Update Swedish
...
Currently translated at 18.2% (1026 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2024-05-22 09:15:52 +02:00
Serhii Horichenko and Raphael Michel
47a03e1b2a
Translations: Update Ukrainian
...
Currently translated at 63.5% (3573 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/uk/
powered by weblate
2024-05-22 09:15:52 +02:00
Raphael Michel
86ddca15ca
Keep Python 3.9 compatibility for now / Revert "Fix more Python 3.12 warnings"
...
This reverts commit 294b3966b0 .
2024-05-22 09:02:25 +02:00
Raphael Michel
294b3966b0
Fix more Python 3.12 warnings
2024-05-21 14:40:41 +02:00
fecc00231b
Update requests requirement from ==2.31.* to ==2.32.* ( #4155 )
...
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-21 14:24:46 +02:00
b3dfc459f5
Update pep8-naming requirement from ==0.13.* to ==0.14.* ( #4152 )
...
Updates the requirements on [pep8-naming](https://github.com/PyCQA/pep8-naming ) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pep8-naming/releases )
- [Changelog](https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/PyCQA/pep8-naming/compare/0.13.0...0.14.1 )
---
updated-dependencies:
- dependency-name: pep8-naming
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-21 14:24:25 +02:00
Krisztián Henrik Papp and Raphael Michel
e21d63a7be
Translations: Update Hungarian
...
Currently translated at 2.0% (115 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hu/
powered by weblate
2024-05-21 14:23:50 +02:00
Mira and GitHub
9a807df158
Fix pretix_event_access (custom domain) sessions for staff users ( #4158 )
2024-05-21 13:26:12 +02:00
Raphael Michel
e95d551711
Silence deprecation warnings on Python 3.12
2024-05-21 12:59:58 +02:00
7188e44fe5
Stripe: Add support for Swish ( #4149 )
...
* Stripe: Add support for Swish
* Update src/pretix/plugins/stripe/payment.py
Co-authored-by: Martin Gross <gross@rami.io >
---------
Co-authored-by: Martin Gross <gross@rami.io >
2024-05-17 13:33:03 +02:00
Richard Schreiber and Raphael Michel
a6a93555b6
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5621 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-05-17 11:53:57 +02:00
Richard Schreiber and Raphael Michel
94eb473e42
Translations: Update German
...
Currently translated at 100.0% (5621 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-05-17 11:53:57 +02:00
Serhii Horichenko and Raphael Michel
cbc3a344c1
Translations: Update Ukrainian
...
Currently translated at 98.2% (225 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/uk/
powered by weblate
2024-05-17 11:53:57 +02:00
Serhii Horichenko and Raphael Michel
47db52d75f
Translations: Update Ukrainian
...
Currently translated at 63.3% (3559 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/uk/
powered by weblate
2024-05-17 11:53:57 +02:00
Mira and GitHub
ba99fe597c
Use correct condition for time machine check in template ( #4151 )
2024-05-17 11:29:54 +02:00
b638c00952
Time machine mode [Z#23129725] ( #3961 )
...
Allows organizers to test their shop as if it were a different date and time.
Implemented using a time_machine_now() function which is used instead of regular now(), which can overlay the real date time with a value from a ContextVar, assigned from a session value in EventMiddleware.
For more information, see doc/development/implementation/timemachine.rst
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
Co-authored-by: Raphael Michel <michel@rami.io >
2024-05-17 10:52:17 +02:00
Raphael Michel
bfcca7046a
Vouchers: Add copy button for URL
2024-05-16 11:57:50 +02:00
Raphael Michel
ad5d10ff67
Fix missing serializer class
2024-05-15 11:01:32 +02:00
Raphael Michel
54d327deea
Badges: Fix name clash of cache property
2024-05-15 09:46:56 +02:00
Raphael Michel
d6505f946f
API: Allow setting payment_giftcard__enabled
2024-05-14 15:45:42 +02:00
Raphael Michel
9c4efa7dcf
Fix link on orders with memberships without customer (PRETIXEU-A1W)
2024-05-14 11:59:16 +02:00
Raphael Michel
e6d26c4962
Add comment on pypdf upgrade
2024-05-14 11:09:02 +02:00
Serhii Horichenko and Raphael Michel
7ddbbe21f7
Translations: Update Ukrainian
...
Currently translated at 62.8% (3534 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/uk/
powered by weblate
2024-05-14 11:04:24 +02:00
Serhii Horichenko and Raphael Michel
8d5ad0bd9e
Translations: Update Russian
...
Currently translated at 19.5% (1101 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ru/
powered by weblate
2024-05-14 11:04:24 +02:00
Raphael Michel
aff6a6f022
Revert "Update pypdf requirement from ==3.9.* to ==4.2.* ( #4145 )"
...
This reverts commit 46008818ce .
2024-05-14 10:59:43 +02:00
46008818ce
Update pypdf requirement from ==3.9.* to ==4.2.* ( #4145 )
...
Updates the requirements on [pypdf](https://github.com/py-pdf/pypdf ) to permit the latest version.
- [Release notes](https://github.com/py-pdf/pypdf/releases )
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/py-pdf/pypdf/compare/3.9.0...4.2.0 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 09:33:26 +02:00
Raphael Michel
95db04bad2
Revert "Update pypdf requirement from ==3.9.* to ==4.2.* ( #4055 )"
...
This reverts commit 46b2214836 .
2024-05-13 18:29:41 +02:00
Serhii Horichenko and Raphael Michel
d0c62ec1cf
Translations: Update Ukrainian
...
Currently translated at 62.8% (3532 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/uk/
powered by weblate
2024-05-13 10:06:04 +02:00
Serhii Horichenko and Raphael Michel
d6cbb130bd
Translations: Update Ukrainian
...
Currently translated at 62.8% (3532 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/uk/
powered by weblate
2024-05-13 10:06:04 +02:00
Martin Gross and Raphael Michel
097d2fcda0
Translations: Update Norwegian Bokmål
...
Currently translated at 97.0% (5455 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nb_NO/
powered by weblate
2024-05-13 10:06:04 +02:00
Ryo and Raphael Michel
41a7c13970
Translations: Update Japanese
...
Currently translated at 3.4% (194 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2024-05-13 10:06:04 +02:00
Raphael Michel and Raphael Michel
1b725810dd
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5621 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-05-08 17:54:00 +02:00
Raphael Michel and Raphael Michel
251f486480
Translations: Update German
...
Currently translated at 100.0% (5621 of 5621 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-05-08 17:54:00 +02:00
Adam Kaput and Raphael Michel
a7afcdf753
Translations: Update Polish
...
Currently translated at 40.0% (2243 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-05-08 17:54:00 +02:00
Nikolai and Raphael Michel
0722341073
Translations: Update Danish
...
Currently translated at 31.1% (1744 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-05-08 17:54:00 +02:00
Raphael Michel
207bf101b8
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-05-08 15:19:10 +02:00
e8f7cea1bf
Allow attendees to modify their data (Z#23152886) ( #4138 )
...
* Allow attendees to modify their data
* Allow attendees to change ticket information
* Update src/pretix/control/templates/pretixcontrol/event/settings.html
Co-authored-by: Mira <weller@rami.io >
* Update src/pretix/presale/views/order.py
Co-authored-by: Mira <weller@rami.io >
* Update src/pretix/base/services/placeholders.py
Co-authored-by: Mira <weller@rami.io >
* Tests fix
* Fix test
---------
Co-authored-by: Mira <weller@rami.io >
2024-05-08 15:18:33 +02:00
Raphael Michel
aa55eb2de2
Reactivate order: Fix incorrect signal being sent
2024-05-08 09:56:37 +02:00
Mira and GitHub
9dc5c1b266
Prevent transferring files from priv/ to pub/ on event clone ( #3956 )
...
* Prevent transferring files from priv/ to pub/ on event clone
* Also detect file names with node prefix
* Only transfer files in explicitly declared file fields
* Update django-hierarkey
* Add note to documentation about the new behaviour
2024-05-08 09:33:23 +02:00
Shintaro Okamatsu and Raphael Michel
514f1def4d
Translations: Update Japanese
...
Currently translated at 3.4% (193 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2024-05-08 09:32:48 +02:00
AbdelatifAitBara and Raphael Michel
c2bc97a0d8
Translations: Update Arabic
...
Currently translated at 66.4% (3728 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ar/
powered by weblate
2024-05-08 09:32:48 +02:00
Serhii Horichenko and Raphael Michel
7fba473426
Translations: Update Ukrainian
...
Currently translated at 98.2% (225 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/uk/
powered by weblate
2024-05-08 09:32:48 +02:00
Serhii Horichenko and Raphael Michel
be87ba0000
Translations: Update Ukrainian
...
Currently translated at 62.9% (3531 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/uk/
powered by weblate
2024-05-08 09:32:48 +02:00
Adam Kaput and Raphael Michel
76b7643c39
Translations: Update Polish
...
Currently translated at 94.7% (217 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/pl/
powered by weblate
2024-05-08 09:32:48 +02:00
Adam Kaput and Raphael Michel
b1a3963b33
Translations: Update Polish
...
Currently translated at 39.7% (2226 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2024-05-08 09:32:48 +02:00
Raphael Michel and GitHub
586e694ff3
Order import: Add expires column (Z#23152985) ( #4137 )
2024-05-08 09:09:55 +02:00
f4383c67a4
Update fakeredis requirement from ==2.22.* to ==2.23.* ( #4140 )
...
Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py ) to permit the latest version.
- [Release notes](https://github.com/cunla/fakeredis-py/releases )
- [Commits](https://github.com/cunla/fakeredis-py/compare/v2.22.0...v2.23.0 )
---
updated-dependencies:
- dependency-name: fakeredis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-08 09:07:51 +02:00
46b2214836
Update pypdf requirement from ==3.9.* to ==4.2.* ( #4055 )
...
Updates the requirements on [pypdf](https://github.com/py-pdf/pypdf ) to permit the latest version.
- [Release notes](https://github.com/py-pdf/pypdf/releases )
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/py-pdf/pypdf/compare/3.9.0...4.2.0 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 14:32:48 +02:00
Raphael Michel and GitHub
0e20d897d2
Prevent parallel refunds for the same order (Z#23152965) ( #4136 )
2024-05-07 14:32:02 +02:00
Raphael Michel
0c09cccd4f
Docs: Add docker compose guide
2024-05-07 13:55:52 +02:00
Raphael Michel and GitHub
5ca0833db1
Vouchers: Fix validation of quota when copying a blocking voucher (Z#23152799) ( #4133 )
...
* Vouchers: Fix validation of quota when copying a blocking voucher
* Bugfixes
2024-05-07 09:50:16 +02:00
Raphael Michel and GitHub
7a63498333
PDF editor: Add variables for purchase date (Z#23152887) ( #4134 )
...
* PDF editor: Add variables for purchase date (Z#23152887)
* Fix order and add time
2024-05-07 09:48:05 +02:00
Raphael Michel
b8c0887f79
Widget: Fix CORS for cached JS
2024-05-07 09:31:56 +02:00
Raphael Michel
9da65f60d7
Voucher import: Fix validation quirks
2024-05-03 16:06:40 +02:00
Raphael Michel
806124304a
Voucher get code validation
2024-05-03 14:34:51 +02:00
Serhii Horichenko and Raphael Michel
0d57673a47
Translations: Update Ukrainian
...
Currently translated at 62.9% (3529 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/uk/
powered by weblate
2024-05-03 09:52:42 +02:00
Raphael Michel and GitHub
166b5e4f3b
Change default password hash to argon2id ( #4121 )
...
* Change default password hash to argon2id
* Install argon2
2024-05-02 18:22:02 +02:00
541b8f5bd6
Discounts: Fix edge case in computation ( #4126 )
...
* Add new test case for discounts:
Two discounts:
- "For every 1 item1, you get three item2 for 10 % off."
- "For every 1 item1, you get five item3 for 10 % off."
Cart: 2x item1, 2x item2, 6x item3
Expected result: 2x item1 full price, 2x item2 discounted, 5x item3 discounted, 1x item3 full price
* Fix discount calculation bug
* Update src/pretix/base/models/discount.py
Co-authored-by: Raphael Michel <michel@rami.io >
* Update src/pretix/base/models/discount.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
---------
Co-authored-by: Raphael Michel <michel@rami.io >
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-05-02 18:21:56 +02:00
d2b96b2425
Bump @babel/core from 7.24.3 to 7.24.5 in /src/pretix/static/npm_dir ( #4125 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.24.3 to 7.24.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 18:21:30 +02:00
04d4c4f8f1
Bump @babel/preset-env from 7.24.3 to 7.24.5 in /src/pretix/static/npm_dir ( #4124 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.24.3 to 7.24.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 16:31:55 +02:00
Raphaël Deux and Raphael Michel
f4da94cbcd
Translations: Update French
...
Currently translated at 96.7% (5424 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2024-05-02 16:31:45 +02:00
Serhii Horichenko and Raphael Michel
97e3d5387f
Translations: Update Ukrainian
...
Currently translated at 98.2% (225 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/uk/
powered by weblate
2024-05-02 16:31:45 +02:00
Serhii Horichenko and Raphael Michel
8fc07523a9
Translations: Update Ukrainian
...
Currently translated at 62.8% (3526 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/uk/
powered by weblate
2024-05-02 16:31:45 +02:00
Nikolai and Raphael Michel
f18b0ae187
Translations: Update Danish
...
Currently translated at 31.1% (1744 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-05-02 16:31:45 +02:00
Raphael Michel
f7e16f56ac
Revert "Install argon2"
...
This reverts commit 3f4e869cea .
2024-05-02 16:27:46 +02:00
Raphael Michel
3f4e869cea
Install argon2
2024-05-02 16:27:37 +02:00
Martin Gross
8c2a1d58f4
Templates: Add Herma 4515 (Acetatesilk) to repository
2024-05-02 13:57:46 +02:00
Raphael Michel
0b05eb34f4
Fix style of buttons in alerts
2024-04-30 12:44:41 +02:00
Raphael Michel
be48c5f94c
Bump version to 2024.5.0.dev0
2024-04-30 11:11:13 +02:00
Raphael Michel and GitHub
cebb6d3b43
Introduce locking to prevent duplicate invoices (Z#23150548) ( #4067 )
...
* Introduce locking to prevent duplicate invoices
This is not a perfect solution as it does not handle all code paths to
create invoices, but it handles all that seem likely to be triggered
concurrently
* Review note
2024-04-30 10:43:13 +02:00
0de96ed066
Add links to invalid inputs on error alert (Z#23149061) ( #4114 )
...
* Add links to invalid inputs on error alert
* add errors in sub-forms to message, fix issues with multi-checkboxes labels and inputs
* add scrollTarget.scrollIntoView
* add missing semi-colon
* improve comment
* add style for links in alert-danger
* fix link color for all alert-boxes
* Update src/pretix/static/pretixcontrol/js/ui/main.js
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2024-04-30 10:18:32 +02:00
a9d506b1fa
Update pytest-xdist requirement from ==3.5.* to ==3.6.* ( #4118 )
...
Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.5.0...v3.6.1 )
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-30 10:14:54 +02:00
Serhii Horichenko and Raphael Michel
7a01057429
Translations: Update Ukrainian
...
Currently translated at 89.9% (206 of 229 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/uk/
powered by weblate
2024-04-30 10:14:00 +02:00
Serhii Horichenko and Raphael Michel
64e1a602d6
Translations: Update Ukrainian
...
Currently translated at 62.9% (3527 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/uk/
powered by weblate
2024-04-30 10:14:00 +02:00
Nikolai and Raphael Michel
fe060c387a
Translations: Update Danish
...
Currently translated at 31.0% (1741 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2024-04-30 10:14:00 +02:00
1dba4c7cc9
Update pytest requirement from ==8.1.* to ==8.2.* ( #4119 )
...
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest ) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.1.0.dev0...8.2.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 21:02:07 +02:00
Richard Schreiber and GitHub
20b2a3d2aa
Control: add link to orders for each subevent in list of subevents (Z#23129436) ( #3566 )
2024-04-29 18:44:42 +02:00
044f0c5480
Fix N+1 query in event calendar found by sentry ( #4104 )
...
* Fix N+1 query in event calendar found by sentry
* isort
---------
Co-authored-by: Mira Weller <weller@rami.io >
2024-04-29 18:41:50 +02:00
4d394f9e8a
Answer file export: Allow to filter by subevent (Z#23150581) ( #4066 )
...
* Answer file export: Allow to filter by subevent (Z#23150581)
* Update src/pretix/base/exporters/answers.py
Co-authored-by: Mira <weller@rami.io >
* Fix isort
---------
Co-authored-by: Mira <weller@rami.io >
2024-04-29 18:12:58 +02:00
Raphael Michel and GitHub
247c4c6c9c
Do not remove unavailable addons when changing order (Z#23150855) ( #4086 )
2024-04-29 18:11:20 +02:00
Raphael Michel and GitHub
11a038feb3
Allow secret generators to access order datetime ( #4110 )
2024-04-26 15:09:01 +02:00
Raphael Michel and GitHub
9d57ea8534
API: Do not write log entry for events when no changes are made ( #4090 )
2024-04-26 13:56:46 +02:00
Raphael Michel
189c77207f
Bump version to 2024.4.0
2024-04-26 13:53:49 +02:00
Raphael Michel and Raphael Michel
3422003a9c
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5607 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-04-26 13:53:17 +02:00
Raphael Michel and Raphael Michel
8da38ba99d
Translations: Update German
...
Currently translated at 100.0% (5607 of 5607 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-04-26 13:53:17 +02:00
Raphael Michel
fc05208b92
Docs: Add note on Swissbit TSE to Android support policy
2024-04-26 13:36:49 +02:00
Raphael Michel
b163109c56
Docs: ADd undocumented metrics
2024-04-26 12:28:38 +02:00
Raphael Michel
3ba818336e
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-04-26 11:26:25 +02:00
Raphael Michel
8aecf4f98f
Voucher import: Validate code not empty
2024-04-26 11:25:49 +02:00
Martin Gross
42f3ca9661
SecHelper: Fix typo in logging statement
2024-04-24 18:13:27 +02:00
Raphael Michel
f7b405b210
Voucher import: Do not allow to keep min/max usages empty
2024-04-24 14:20:54 +02:00
Raphael Michel
11a6390cfc
Voucher import: Fix quota name check
2024-04-24 10:28:10 +02:00
239a7746df
Update djangorestframework requirement from ==3.14.* to ==3.15.* ( #4001 )
...
Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework ) to permit the latest version.
- [Release notes](https://github.com/encode/django-rest-framework/releases )
- [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.0 )
---
updated-dependencies:
- dependency-name: djangorestframework
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raphael Michel <michel@rami.io >
2024-04-23 16:56:02 +02:00
03701eaa82
Docs: Add explicit user change to installation guide ( #3972 )
...
* Update manual_smallscale.rst
(I propose to)
add
- sudo su pretix ; and
- deactivate
commands to the documentation,n
* Update doc/admin/installation/manual_smallscale.rst
* Update doc/admin/installation/manual_smallscale.rst
* Update doc/admin/installation/manual_smallscale.rst
---------
Co-authored-by: Raphael Michel <mail@raphaelmichel.de >
2024-04-23 15:18:33 +02:00
356f215d8e
Update celery requirement from ==5.3.* to ==5.4.* ( #4091 )
...
Updates the requirements on [celery](https://github.com/celery/celery ) to permit the latest version.
- [Release notes](https://github.com/celery/celery/releases )
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst )
- [Commits](https://github.com/celery/celery/compare/v5.3.0a1...v5.4.0 )
---
updated-dependencies:
- dependency-name: celery
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 15:11:40 +02:00
7962c4e380
Update django-otp requirement from ==1.4.* to ==1.5.* ( #4083 )
...
Updates the requirements on [django-otp](https://github.com/django-otp/django-otp ) to permit the latest version.
- [Changelog](https://github.com/django-otp/django-otp/blob/master/CHANGES.rst )
- [Commits](https://github.com/django-otp/django-otp/compare/v1.4.0...v1.5.0 )
---
updated-dependencies:
- dependency-name: django-otp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 15:11:31 +02:00
a59711ed32
Update django-statici18n requirement from ==2.4.* to ==2.5.* ( #4106 )
...
Updates the requirements on [django-statici18n](https://github.com/zyegfryed/django-statici18n ) to permit the latest version.
- [Changelog](https://github.com/zyegfryed/django-statici18n/blob/main/docs/changelog.rst )
- [Commits](https://github.com/zyegfryed/django-statici18n/compare/v2.4.0...v2.5.0 )
---
updated-dependencies:
- dependency-name: django-statici18n
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 15:11:18 +02:00
49370a5e08
Update reportlab requirement from ==4.1.* to ==4.2.* ( #4092 )
...
Updates the requirements on [reportlab](https://www.reportlab.com/ ) to permit the latest version.
---
updated-dependencies:
- dependency-name: reportlab
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 15:03:54 +02:00
980aec7326
Update fakeredis requirement from ==2.21.* to ==2.22.* ( #4105 )
...
Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py ) to permit the latest version.
- [Release notes](https://github.com/cunla/fakeredis-py/releases )
- [Commits](https://github.com/cunla/fakeredis-py/compare/v2.21.0...v2.22.0 )
---
updated-dependencies:
- dependency-name: fakeredis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 15:03:09 +02:00
Raphael Michel and Raphael Michel
44294110fe
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5606 of 5606 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-04-23 14:59:03 +02:00
Raphael Michel and Raphael Michel
ce1078a783
Translations: Update German
...
Currently translated at 100.0% (5606 of 5606 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-04-23 14:59:03 +02:00
Raphael Michel
0e0cede0ee
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-04-23 14:41:20 +02:00
5c833cd493
Add special input widgets for markdown fields ( #1577 )
...
* Add markdown text input widgets
* Update src/pretix/static/pretixcontrol/scss/_forms.scss
* Improvements
---------
Co-authored-by: Raphael Michel <michel@rami.io >
2024-04-23 14:40:30 +02:00
Raphael Michel and GitHub
64d6a34039
Ensure correct language of invoice attachment file name (Z#23150936) ( #4094 )
2024-04-23 14:07:30 +02:00
Mira and Raphael Michel
cf380069b4
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5598 of 5598 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-04-23 14:07:17 +02:00
Mira and Raphael Michel
48168a4c68
Translations: Update German
...
Currently translated at 100.0% (5598 of 5598 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-04-23 14:07:17 +02:00
Raphael Michel
6482fe79b0
Add force to log entry in extend_order()
2024-04-22 21:34:46 +02:00
Raphael Michel and GitHub
0f696f42f6
Do not allow currency codes that to not represent money ( #4056 )
...
* Do not allow currency codes that to not represent money
* Rebase migration
* Fix blacklist
2024-04-22 16:22:30 +02:00
Martin Gross
79d59553d7
POS: Do not fail when rendering ZVT-transactions without a cardName or cardType
2024-04-22 13:52:18 +02:00
Raphael Michel
cc903c39f0
Docs: Fix copy-paste error in COEP docs
2024-04-22 13:18:34 +02:00
Raphael Michel and GitHub
b6a42ac8d2
Widget: Document and improve situation around COEP (Z#23149909) ( #4051 )
2024-04-22 13:15:33 +02:00
Raphael Michel and GitHub
5f5001edb5
File upload: Fix thumbnailing of current image (Z#23151293) ( #4098 )
2024-04-22 13:14:28 +02:00
Raphael Michel and GitHub
fb403dad88
Add comment field to subevents (Z#23148472) ( #4099 )
...
* Add comment field to subevents (Z#23148472)
* Review fix
2024-04-22 12:56:29 +02:00
Christiaan de Die le Clercq and Raphael Michel
a73c8f580d
Translations: Update Dutch
...
Currently translated at 88.1% (4937 of 5598 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-04-22 11:38:27 +02:00
Raphael Michel and GitHub
f490c89e98
Seating plans: Do not allow GUIDs starting or ending with spaces ( #4093 )
2024-04-22 11:31:34 +02:00
Raphael Michel
159658ae46
Fix typo in attribute name
2024-04-19 17:34:38 +02:00
Christiaan de Die le Clercq and GitHub
595aff0579
Add a community install guide page ( #4096 )
2024-04-19 15:08:47 +02:00
Raphael Michel and GitHub
b2842ec3a0
Checkin: Allow to use presence state in rules ( #4061 )
2024-04-18 13:15:31 +02:00
Raphael Michel and GitHub
f09f07ec7c
Add Android Version Support Policy ( #4074 )
2024-04-18 11:35:28 +02:00
Richard Schreiber and GitHub
cff073f0d6
Fix: show human-readable country name in profile description for custom country-code questions ( #4078 )
2024-04-18 11:08:21 +02:00
eb9d0c6cf9
Update sphinx requirement from ==7.2.* to ==7.3.* ( #4088 )
...
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx ) to permit the latest version.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.0...v7.3.5 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 11:06:52 +02:00
e263946c3f
Update django-bootstrap3 requirement from ==23.6.* to ==24.2 ( #4087 )
...
Updates the requirements on [django-bootstrap3](https://github.com/zostera/django-bootstrap3 ) to permit the latest version.
- [Changelog](https://github.com/zostera/django-bootstrap3/blob/main/CHANGELOG.md )
- [Commits](https://github.com/zostera/django-bootstrap3/compare/v23.6...v24.2 )
---
updated-dependencies:
- dependency-name: django-bootstrap3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 11:06:46 +02:00
Shiiko and Raphael Michel
7ee957cff0
Translations: Update Chinese (Simplified)
...
Currently translated at 52.5% (2940 of 5598 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/zh_Hans/
powered by weblate
2024-04-17 17:18:31 +02:00
Raphael Michel
ac2fe4b62d
Fix crash in placeholder samples (PRETIXEU-9YP)
2024-04-17 16:37:40 +02:00
Raphael Michel
577e276df3
Fix voucher import validation issue (PRETIXEU-9YF)
2024-04-17 15:42:05 +02:00
Richard Schreiber
11956a8f4d
fix isort
2024-04-15 16:25:25 +02:00
Raphael Michel
d0c58713c4
Badge/ticket export: Allow to sort by company
2024-04-15 10:55:40 +02:00
Raphael Michel
46da0bda61
Placeholders: Use dynamic sample for name_for_salutation
2024-04-15 10:55:40 +02:00
Raphael Michel and GitHub
009e3a6d36
Respect Order.valid_if_pending for mail_attach_ical_paid_only ( #4065 )
2024-04-12 15:00:00 +02:00
Martin Gross and GitHub
c01855270b
Approval Process: Attach ical to approval-messages if properly configured ( #4064 )
2024-04-12 11:18:21 +02:00
2df1585b71
Update sentry-sdk requirement from ==1.44.* to ==1.45.* ( #4058 )
...
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/1.44.0...1.45.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-11 13:33:01 +02:00
Raphael Michel
bf48ae567f
NREI export: Fix parsing of stripe data
2024-04-11 09:27:55 +02:00
5a72c72d18
Update django-otp requirement from ==1.3.* to ==1.4.* ( #4057 )
...
Updates the requirements on [django-otp](https://github.com/django-otp/django-otp ) to permit the latest version.
- [Changelog](https://github.com/django-otp/django-otp/blob/master/CHANGES.rst )
- [Commits](https://github.com/django-otp/django-otp/compare/v1.3.0...v1.4.0 )
---
updated-dependencies:
- dependency-name: django-otp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 09:56:40 +02:00
Raphael Michel
ac02f3b417
API: Fix crash in order creation (PRETIXEU-9XS)
2024-04-10 09:40:35 +02:00
Martin Gross and GitHub
58add74b3a
Stripe: Add PayPal ( #4049 ) (Z#23123667)
2024-04-09 10:06:58 +02:00
Raphael Michel and GitHub
0067c3537d
Fix invalid orders being created in a complex situation ( #4054 )
...
This was a bug that took days to find. The story goes like this: A cart
is created with four positions that each include four bundled positions.
A discount is applied, changing the price of *one* of the four top-level
positions to a reduced value. The list of position IDs gets passed to
`perform_order()`, which later passes it on to `transform_cart_positions()`.
`transform_cart_positions()`, however, receives the positions in an order
that has the first-level product *after* the bundled products that
belong to it. Therefore, it can't properly assign the parent-child
relationship between the positions.
The main reason is that cart positions are processed in "database order"
in a number of places, i.e. we make `SELECT` queries without an explicit
`ORDER BY` statement, leading the database to respond in unspecified
order. This is the case for `get_cart()` and hence for `CartMixin.positions`,
and hence for the list of position IDs that is passed to `perform_order()`
and hence for the order in which discounts are processed.
Therefore, if this "databse order" of the cart positions changes, the
discount compuation in `_check_positions()` might make a different choice
of *which* cart position should receive the discount than the CartManager
originally did. That's not nice, but most customers would not even
notice that a different one of their four (otherwise identical) tickets
is now discounted than the cart originally showed.
This leads to `_check_positions()` changing the price on two of the
cart positions. However, it only changes the price on the copy of
the CartPosition object that is directly part of the positions array,
while the `addon_to` attribute of its bundled positions contain a
*different* representation of the same cart position, that is not
refreshed to have the updated price now in the database.
This causes the `CartPosition.sort_key` of the bundled products to be
significantly different from the one of their parent products, which can
cause `transform_cart_positions()` to try to insert them before their
respective parent product, which is how the bug leads to the nasty end
result.
Now, I'm still not sure why this has happened *now* for the first time,
but I suspect it *might* even have something to do with our operations
team tuning our autovacuum parameters on our production installation,
which might make it *more likely* that newly created cart positions are
arbitrarily stored on PostgreSQL disk pages in a different order than
they were inserted than before.
This commit now fixes the bug now in two ways, each of which would be
sufficient to fix it for now, but together they make it hopefully more
stable in the future:
- `perform_order` no longer respects the order of the position IDs it
gets passed in, but instead uses the order last displayed in the cart.
Additionally, both `CartManager` and `_check_positions()` now sort
positions by their `pk` value before applying discounts to ensure
consistent choice of which position is discounted (using `sort_key`
here does not make much sense since it includes sorting by price,
which is about to change).
- `_check_positions()` makes sure that after its completion, only one
copy of the same `CartPosition` is in use that has the current price.
Additionally, this commit makes sure `sort_key` cache is cleared after
e.g. a price change.
It was hard to write a regression test, since "database order" is, by
definition, unreliable, but I tried my best.
2024-04-08 16:55:54 +02:00
Raphael Michel
64ae1d08a6
Docs: Fix incorrect API response
2024-04-05 17:28:44 +02:00
Raphael Michel
ca25c3c81e
Add logging for special bug case (Z#23149646)
2024-04-04 18:13:54 +02:00
Raphael Michel
abbe9ec897
Order creation: Fail loudly on invalid addon-to relationship
2024-04-03 17:21:47 +02:00
Raphael Michel and GitHub
a7735d5d9e
API: Allow request_valid_from in the past ( #4048 )
2024-04-03 17:21:25 +02:00
Raphael Michel and Raphael Michel
174c81a22b
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5598 of 5598 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-04-03 13:15:57 +02:00
Raphael Michel and Raphael Michel
38c6294ede
Translations: Update German
...
Currently translated at 100.0% (5598 of 5598 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-04-03 13:15:57 +02:00
Raphael Michel
217ae90642
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-04-03 12:43:52 +02:00
Raphael Michel
0c998ca884
Remove special handling of translations in pretix/helpers
2024-04-03 12:43:20 +02:00
Raphael Michel and Raphael Michel
b1691f867d
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5594 of 5594 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-04-03 11:43:39 +02:00
Raphael Michel and Raphael Michel
72e451b27b
Translations: Update German
...
Currently translated at 100.0% (5594 of 5594 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-04-03 11:43:39 +02:00
Raphael Michel
8124ced6c1
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-04-03 11:22:25 +02:00
Raphael Michel and GitHub
a3139944f6
Send notifications about login with new client or country ( #4032 )
...
* Send notifications about login with new client or country
* Rebase migration
* Remove immediately
* Fix isort
* Text update
2024-04-03 11:19:20 +02:00
Felix Schäfer and GitHub
48493c517b
Add database.disable_server_side_cursors option ( #4016 )
2024-04-03 10:16:48 +02:00
535a29bf4b
Update css-inline requirement from ==0.13.* to ==0.14.* ( #4043 )
...
Updates the requirements on [css-inline](https://github.com/Stranger6667/css-inline ) to permit the latest version.
- [Release notes](https://github.com/Stranger6667/css-inline/releases )
- [Changelog](https://github.com/Stranger6667/css-inline/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Stranger6667/css-inline/compare/c-v0.13.0...c-v0.14.0 )
---
updated-dependencies:
- dependency-name: css-inline
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 10:16:13 +02:00
9d415f5179
Update pillow requirement from ==10.2.* to ==10.3.* ( #4044 )
...
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow ) to permit the latest version.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/10.2.0...10.3.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 10:16:03 +02:00
990e9da21d
Generalize import process from orders to more models ( #4002 )
...
* Generalize import process from orders to more models
* Add voucher import
* Model import: Guess assignments of based on column headers
* Fix lock_seats being pointless
* Update docs
* Update doc/development/api/import.rst
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Update src/pretix/base/modelimport_vouchers.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-04-03 10:15:30 +02:00
4afb7a4976
Allow admins to generate emergency 2FA tokens ( #4035 )
...
* Allow admins to generate emergency 2FA tokens
* Update src/pretix/control/views/users.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-04-03 10:15:17 +02:00
Raphael Michel and Raphael Michel
22e5579ed1
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5585 of 5585 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-04-03 10:14:56 +02:00
Raphael Michel and Raphael Michel
79cd84e243
Translations: Update German
...
Currently translated at 100.0% (5585 of 5585 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-04-03 10:14:56 +02:00
Raphael Michel and Raphael Michel
fad4b8846c
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5585 of 5585 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-04-03 10:14:56 +02:00
Raphael Michel and Raphael Michel
0f4790afd8
Translations: Update German
...
Currently translated at 100.0% (5585 of 5585 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-04-03 10:14:56 +02:00
Raphael Michel
2068a5ac29
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-04-02 17:53:26 +02:00
Raphael Michel and GitHub
440c97061c
Fix duplicate key on SQLite ( #4038 )
...
* Fix duplicate key on SQLite
* Update migration
2024-04-02 17:37:37 +02:00
Raphael Michel and Raphael Michel
3b6d0c4341
Translations: Add Slovak
2024-04-02 17:28:11 +02:00
Raphael Michel and Raphael Michel
06ac4b0250
Translations: Add Slovak
2024-04-02 17:28:11 +02:00
Raphael Michel and GitHub
a233b92f6f
Add disable date of waiting list to event timeline ( #4036 )
2024-04-02 17:15:41 +02:00
Raphael Michel and GitHub
4ea4189e6d
Allow team admins to require two-factor authentication ( #4034 )
...
* Allow team admins to require two-factor authentication
* Add API tests
* Improve logic
* ADd button tooltip
2024-04-02 17:15:16 +02:00
Mira and GitHub
50838b9cea
Update github action versions ( #4033 )
2024-04-02 13:53:09 +02:00
Raphael Michel and GitHub
c68ee56d51
Log discarding a valid session for suspicious reasons ( #4025 )
2024-04-02 13:52:30 +02:00
Thatthep and Raphael Michel
5c0587c30e
Translations: Update Thai
...
Currently translated at 0.6% (36 of 5574 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/th/
powered by weblate
2024-04-02 11:45:11 +02:00
Raphael Michel
f3f42a8a42
Login: Add logging for incorrect JS hostnames
2024-04-02 11:34:43 +02:00
20d0a9a0ed
Update django-countries requirement from ==7.5.* to ==7.6.* ( #4031 )
...
Updates the requirements on [django-countries](https://github.com/SmileyChris/django-countries ) to permit the latest version.
- [Changelog](https://github.com/SmileyChris/django-countries/blob/main/CHANGES.rst )
- [Commits](https://github.com/SmileyChris/django-countries/compare/v7.5...v7.6.1 )
---
updated-dependencies:
- dependency-name: django-countries
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 11:07:51 +02:00
cda8144ff0
Enforce uniqueness of order codes and ticket secrets ( #3988 )
...
* Enforce uniqueness of order codes and ticket secrets
* Fix test cases which created orders with identical codes
---------
Co-authored-by: Mira Weller <weller@rami.io >
2024-04-02 11:07:40 +02:00
43e8875c1e
Update sentry-sdk requirement from ==1.42.* to ==1.44.* ( #4021 )
...
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/1.42.0...1.44.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 10:26:37 +02:00
28c142b2ed
Update pytest-mock requirement from ==3.12.* to ==3.14.* ( #4009 )
...
Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock ) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases )
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.12.0...v3.14.0 )
---
updated-dependencies:
- dependency-name: pytest-mock
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 10:14:24 +02:00
46203fd8ba
Bump @babel/core from 7.24.0 to 7.24.3 in /src/pretix/static/npm_dir ( #4027 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.24.0 to 7.24.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.3/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 10:13:39 +02:00
52e45c37df
Update webauthn requirement from ==2.0.* to ==2.1.* ( #4022 )
...
Updates the requirements on [webauthn](https://github.com/duo-labs/py_webauthn ) to permit the latest version.
- [Release notes](https://github.com/duo-labs/py_webauthn/releases )
- [Changelog](https://github.com/duo-labs/py_webauthn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/duo-labs/py_webauthn/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: webauthn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 10:13:17 +02:00
d1580dca2c
Bump django-filter from 24.1 to 24.2 ( #4017 )
...
Bumps [django-filter](https://github.com/carltongibson/django-filter ) from 24.1 to 24.2.
- [Release notes](https://github.com/carltongibson/django-filter/releases )
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst )
- [Commits](https://github.com/carltongibson/django-filter/compare/24.1...24.2 )
---
updated-dependencies:
- dependency-name: django-filter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 10:13:00 +02:00
cd9e672871
Bump pycparser from 2.21 to 2.22 ( #4029 )
...
Bumps [pycparser](https://github.com/eliben/pycparser ) from 2.21 to 2.22.
- [Release notes](https://github.com/eliben/pycparser/releases )
- [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES )
- [Commits](https://github.com/eliben/pycparser/compare/release_v2.21...release_v2.22 )
---
updated-dependencies:
- dependency-name: pycparser
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 10:10:42 +02:00
427f508627
Bump @babel/preset-env from 7.24.0 to 7.24.3 in /src/pretix/static/npm_dir ( #4028 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.24.0 to 7.24.3.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.3/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 10:10:01 +02:00
Raphael Michel
887d06a485
Add .watchmanconfig
2024-03-31 23:14:57 +02:00
fb49046ac1
Log and count user logins ( #4020 )
...
* Log and count user logins
* Allow metrics without label
---------
Co-authored-by: Mira Weller <weller@rami.io >
2024-03-28 17:18:51 +01:00
Martin Gross
ce826e50f7
PDF: Check for allowed font name before adding modifiers to the name
2024-03-27 12:54:35 +01:00
Raphael Michel
d866c6954d
Bump to 2024.4.0.dev0
2024-03-27 12:15:31 +01:00
Raphael Michel
40c76dda74
Bump version to 2024.3.0
2024-03-27 12:14:07 +01:00
f532853021
Memberships: Prefer valid_from over event date for .is_valid() ( #4003 )
...
* Memberships: Prefer valid_from over event date for .is_valid()
* Fix tests
* Add parameter description
* Use reasonable default for requested_valid_from if membership starts in the future
* Set datetimepicker viewDate to closest allowed date
* Keep current value on going back to QuestionsStep
* Fix min_date/max_date in SplitDateTimePickerWidget
* Remove unused import
* Update src/pretix/base/models/memberships.py
Co-authored-by: Mira <weller@rami.io >
* Respect variations
---------
Co-authored-by: Mira Weller <weller@rami.io >
2024-03-27 12:11:20 +01:00
Martin Gross
8cb187502d
Event Fonts: Only run register_event_fonts with actual, still existing events (FIXES PRETIXEU-9WE)
2024-03-26 17:13:13 +01:00
Raphael Michel and Raphael Michel
156037f2cd
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5574 of 5574 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-03-26 16:53:43 +01:00
Raphael Michel and Raphael Michel
134d63fb3f
Translations: Update German
...
Currently translated at 100.0% (5574 of 5574 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-03-26 16:53:43 +01:00
Raphael Michel and Raphael Michel
816002fda0
Translations: Update German (informal) (de_Informal)
...
Currently translated at 99.9% (5572 of 5574 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2024-03-26 16:53:43 +01:00
Raphael Michel and Raphael Michel
3939bbc11c
Translations: Update German
...
Currently translated at 100.0% (5574 of 5574 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2024-03-26 16:53:43 +01:00
Raphael Michel
95d1603cc7
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2024-03-26 14:37:18 +01:00
Raphael Michel and GitHub
ada3ada699
Fix #3974 -- Webhooks: Add type of checkin ( #3994 )
2024-03-26 14:21:57 +01:00
Richard Schreiber and GitHub
97eaeac4f2
Fix: improve order-change headline on customer’s order page (Z#23148804) ( #4012 )
2024-03-26 11:19:17 +01:00
Martin Gross and GitHub
d67f5c650c
Event-specific fonts and Web-Embedded Fonts (Z#23130701) ( #3893 )
2024-03-26 09:55:08 +01:00
Raphael Michel and GitHub
273c1ae0a6
Waiting list: Allow to set auto-disable date (Z#23141338) ( #4004 )
...
* Waiting list: Allow to set auto-disable date (Z#23141338)
* ADd warning on non-esries events
2024-03-22 11:17:02 +01:00
Mira and GitHub
a946c10ab4
Build jsi18n for all supported languages ( #4007 )
2024-03-22 10:19:27 +01:00
2d8fba7d7c
Treat partially paid expired orders as overpaid orders (Z#23147757) ( #3990 )
...
* Treat partially paid expired orders as overpaid orders (Z#23147757)
* Use is_overpaid from annotate_overpayments in OrderFilterForm
* Revert change to pending sum
* Show warning on order page
---------
Co-authored-by: Mira Weller <weller@rami.io >
2024-03-22 10:17:51 +01:00
Mira and GitHub
e4e0bd7ca0
Fix regression in thumb filter ( #4006 )
2024-03-21 14:32:01 +01:00
Richard Schreiber and GitHub
3651c88289
Widget: pass utm-params from embedding page to presale
2024-03-20 09:19:02 +01:00
Richard Schreiber
c92ca40026
Fix code style/flake8 issue
2024-03-19 13:56:43 +01:00
Mira and GitHub
4d00efb549
Fix generating thumbs for favicon.ico
2024-03-19 13:54:02 +01:00
7e60d13910
Fix #3984 -- API: Add phone to customer resource ( #3992 )
...
* Fix #3984 -- API: Add phone to customer resource
* add "phone": None to test
---------
Co-authored-by: Mira Weller <weller@rami.io >
2024-03-19 10:17:44 +01:00
Martin Weinelt and GitHub
35800e21c7
Allow customization of cache and log directory ( #3997 )
...
On systems that follow the FHS it may be desirable to separate logs and
cache files into dedicated base directories (e.g. /var/log/pretix or
/var/cache/pretix).
2024-03-19 10:17:36 +01:00
99b4c5bd36
Fix cart grouping function to include membership and validity ( #3991 )
...
* Fix cart grouping function to include membership and validity
* Update src/pretix/presale/views/__init__.py
Co-authored-by: Mira <weller@rami.io >
---------
Co-authored-by: Mira <weller@rami.io >
2024-03-19 10:17:26 +01:00
Raphael Michel and Raphael Michel
f121205dd1
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (225 of 225 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de_Informal/
powered by weblate
2024-03-19 10:16:58 +01:00
Raphael Michel and Raphael Michel
1ac54cd209
Translations: Update German
...
Currently translated at 100.0% (225 of 225 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de/
powered by weblate
2024-03-19 10:16:58 +01:00
Raphael Michel
4694719a53
API: Fix creating free orders requiring approval
2024-03-19 10:10:57 +01:00
Raphael Michel
9513b6e8d7
Gift card payment: Fix public_name fallback
2024-03-15 17:09:21 +01:00
4fd7d406a0
Update sentry-sdk requirement from ==1.41.* to ==1.42.* ( #3983 )
...
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/1.41.0...1.42.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 16:49:52 +01:00
47cb5b207a
Update pytest-rerunfailures requirement from ==13.* to ==14.* ( #3982 )
...
Updates the requirements on [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures ) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst )
- [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/13.0...14.0 )
---
updated-dependencies:
- dependency-name: pytest-rerunfailures
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 16:42:03 +01:00
7d2cf68727
Bump markdown from 3.5.2 to 3.6 ( #3985 )
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.5.2 to 3.6.
- [Release notes](https://github.com/Python-Markdown/markdown/releases )
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md )
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.5.2...3.6 )
---
updated-dependencies:
- dependency-name: markdown
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 16:41:49 +01:00
459cb47ca8
Update protobuf requirement from ==4.25.* to ==5.26.* ( #3986 )
...
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf ) to permit the latest version.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.25.0-rc1...v5.26.0 )
---
updated-dependencies:
- dependency-name: protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 16:41:31 +01:00
Mira and GitHub
39705556cd
Fix tests that failed between 0:00 and 4:00 / 4:30 AM ( #3987 )
2024-03-15 16:40:56 +01:00
Raphael Michel and GitHub
9f794290dc
Memberships: Check valid_from/valid_until for parallel usage ( #3975 )
2024-03-15 16:40:41 +01:00
Raphael Michel
b6221ab6d9
Improve error messages for test mode checks for memberships
2024-03-15 15:57:11 +01:00
Richard Schreiber and GitHub
483518bce9
Fix: left align first column header on invoices without tax
2024-03-15 13:34:19 +01:00
Raphael Michel
d9019ae735
Fix splitting free orders that require approval
2024-03-15 11:37:27 +01:00
Raphael Michel
721fd3b998
Remove incorrectly named, duplicate test file
2024-03-15 10:46:47 +01:00
Raphael Michel
ad0d3f5469
PDF editor: Minor UX adjustments
2024-03-14 12:34:21 +01:00
40b44f9272
Stripe: Do not open 3rd-party payment pages in iframe ( #3981 )
...
* Stripe: Do not open 3rd-party payment pages in iframe
* Update src/pretix/plugins/stripe/payment.py
Co-authored-by: Richard Schreiber <schreiber@rami.io >
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-03-14 11:49:41 +01:00
304d290f22
Presale: improve clientside handling of max-count for add-on products
...
* Fix typo in error message
* Use exclusive checkboxes for addon items with max_count == 1 and !multi_allowed
* combine exclusive items + variations
* move exclusive to containing fieldset
* fix add-on-exclusive
* add max_count check
* fix plus/minus-stepper buttons bubbling
* Update src/pretix/static/pretixpresale/js/ui/main.js
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-03-14 09:17:42 +01:00
7592a8a575
Presale: add data-attribute price to each item’s article-element
...
* Presale: add data-attribute price to article
* fix price for items (defaul_price)
Co-authored-by: Mira <weller@rami.io >
* add data-price to voucher and addons, unlocalize price
* use universal display_price for items and variation, respect net or gross
---------
Co-authored-by: Mira <weller@rami.io >
2024-03-14 09:15:44 +01:00
4f33159f93
Update sentry-sdk requirement from ==1.40.* to ==1.41.* ( #3963 )
...
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/1.40.0...1.41.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 13:05:09 +01:00
819ce6abf7
Bump django-filter from 23.5 to 24.1 ( #3969 )
...
Bumps [django-filter](https://github.com/carltongibson/django-filter ) from 23.5 to 24.1.
- [Release notes](https://github.com/carltongibson/django-filter/releases )
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst )
- [Commits](https://github.com/carltongibson/django-filter/compare/23.5...24.1 )
---
updated-dependencies:
- dependency-name: django-filter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 13:04:54 +01:00
760dfd22b8
Bump @babel/core from 7.23.9 to 7.24.0 in /src/pretix/static/npm_dir ( #3951 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.23.9 to 7.24.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 13:04:31 +01:00
Mira and GitHub
f9eaa193c9
Add migration to force slash after hostname in returnurl prefixes ( #3948 )
...
* Add migration to force slash after hostname in returnurl prefixes
* isort
* add dependency to pretixbase
2024-03-12 12:41:48 +01:00
c7720a2553
Update pytest requirement from ==8.0.* to ==8.1.* ( #3976 )
...
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest ) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0rc1...8.1.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 12:41:33 +01:00
fyksen and Raphael Michel
7754f5420c
Translations: Update Norwegian Bokmål
...
Currently translated at 98.1% (5462 of 5565 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nb_NO/
powered by weblate
2024-03-12 12:41:21 +01:00
Raphael Michel
2c7ada6e86
OIDC: Do not expect uid to be string
2024-03-12 10:52:20 +01:00
3f31843fd1
Update dnspython requirement from ==2.5.* to ==2.6.* ( #3927 )
...
Updates the requirements on [dnspython](https://github.com/rthalley/dnspython ) to permit the latest version.
- [Release notes](https://github.com/rthalley/dnspython/releases )
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst )
- [Commits](https://github.com/rthalley/dnspython/compare/v2.5.0rc1...v2.6.1 )
---
updated-dependencies:
- dependency-name: dnspython
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 13:19:11 +01:00
fyksen and Raphael Michel
952b9bd9b9
Translations: Update Norwegian Bokmål
...
Currently translated at 95.5% (215 of 225 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/nb_NO/
powered by weblate
2024-03-11 13:18:45 +01:00
fyksen and Raphael Michel
3619a6bcd0
Translations: Update Norwegian Bokmål
...
Currently translated at 98.1% (5462 of 5565 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nb_NO/
powered by weblate
2024-03-11 13:18:45 +01:00
Richard Schreiber and GitHub
3e2c12cdb0
Presale: fix auto-unchecked button-checkboxes ( #3968 )
2024-03-08 19:33:06 +01:00
Raphael Michel
a3ce3b9af3
Select2: Fix multi-select styling for events
2024-03-08 10:09:11 +01:00
Raphael Michel
b6461e9303
Select2: Set closeOnSelect for event selection
2024-03-08 10:08:44 +01:00
Raphael Michel
f7dfd51c2c
Open invoices on new page
2024-03-07 10:57:41 +01:00
3b98d87a26
Update python-dateutil requirement from ==2.8.* to ==2.9.* ( #3950 )
...
Updates the requirements on [python-dateutil](https://github.com/dateutil/dateutil ) to permit the latest version.
- [Release notes](https://github.com/dateutil/dateutil/releases )
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS )
- [Commits](https://github.com/dateutil/dateutil/compare/2.8.0...2.9.0 )
---
updated-dependencies:
- dependency-name: python-dateutil
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 12:21:12 +01:00
f045062055
Bump @babel/preset-env from 7.23.9 to 7.24.0 in /src/pretix/static/npm_dir ( #3952 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.23.9 to 7.24.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 12:17:23 +01:00
Felix Schäfer and GitHub
eb501dd1ea
Correct config key in docs ( #3955 )
2024-03-05 12:17:17 +01:00
Dean Wyns and Raphael Michel
2d8793c355
Translations: Update Dutch
...
Currently translated at 88.7% (4938 of 5565 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2024-03-05 12:16:58 +01:00