Mira Weller
f985fa493d
Fix Checkin logdisplay for deleted events
2025-02-07 13:55:41 +01:00
Mira
f7cba6a2bd
Fix log display for checkins and order splits (Z#23181229) ( #4818 )
...
- Fix link in pretix.event.order.changed.split
- Add link to existing order in pretix.event.order.changed.split_from
- Fix display of checkin entries without datetime in data
- Add additional info for admins (action type, linked content object)
2025-02-07 11:53:17 +01:00
Raphael Michel
c4436ca319
Change wording for "show_dates_on_frontpage" setting ( #4798 )
2025-02-06 14:55:15 +01:00
Martin Gross
c87401ef5d
Widget: Prefill email_repeat with data-email attribute (Z#23181657) ( #4813 )
2025-02-06 12:07:43 +01:00
Raphael Michel
a53def0947
Fix CSRF token of admin mode button being removed if e.g. support menu is clicked ( #4812 )
2025-02-06 12:07:10 +01:00
Mira
64effc84a3
Hide "Optional" label on conditionally required "Cross-selling condition" field ( #4809 )
2025-02-06 11:52:27 +01:00
Hannu Kaakinen
867ae8c61a
Translations: Update Finnish
...
Currently translated at 34.2% (2004 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fi/
powered by weblate
2025-02-06 11:51:59 +01:00
조정화
8d8a4c4417
Translations: Update Korean
...
Currently translated at 1.9% (114 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ko/
powered by weblate
2025-02-06 11:51:59 +01:00
Hannu Kaakinen
1985f1d2de
Translations: Update Finnish
...
Currently translated at 33.6% (1965 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fi/
powered by weblate
2025-02-06 11:51:59 +01:00
Raphael Michel
b6c903a7ba
Invoice renderer: Group invoice lines even with addons (Z#23173618) ( #4744 )
...
* Invoice renderer: Group invoice lines even with addons (Z#23173618)
* Add unit test
* Update src/pretix/base/invoice.py
Co-authored-by: Mira <weller@rami.io >
---------
Co-authored-by: Mira Weller <weller@rami.io >
2025-02-06 10:55:09 +01:00
dependabot[bot]
9df86b9339
Bump @babel/core from 7.26.0 to 7.26.7 in /src/pretix/static/npm_dir ( #4800 )
...
Build / Packaging (3.11) (push) Has been cancelled
Documentation / Spellcheck (push) Has been cancelled
Code Style / isort (push) Has been cancelled
Code Style / flake8 (push) Has been cancelled
Code Style / licenseheaders (push) Has been cancelled
Tests / Tests (postgres, 3.10) (push) Has been cancelled
Tests / Tests (postgres, 3.11) (push) Has been cancelled
Tests / Tests (postgres, 3.9) (push) Has been cancelled
Tests / Tests (sqlite, 3.11) (push) Has been cancelled
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.26.0 to 7.26.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.26.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>
2025-02-05 17:40:14 +01:00
dependabot[bot]
4e4e187a84
Update beautifulsoup4 requirement from ==4.12.* to ==4.13.* ( #4804 )
...
* Update beautifulsoup4 requirement from ==4.12.* to ==4.13.*
Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/ ) to permit the latest version.
---
updated-dependencies:
- dependency-name: beautifulsoup4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Replace findAll with find_all
---------
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 >
2025-02-05 17:39:23 +01:00
Raphael Michel
5d56cd3917
Fix missing atomicity for handling forms and logs (might be the reason for Z#23178997) ( #4755 )
2025-02-05 16:56:38 +01:00
Kian Cross
5d4b218aa6
Banktransfer: Handle trailing commas in headers for Lloyds Bank CSV files ( #4782 )
...
Lloyds Bank (UK) CSV files include a trailing comma in the header row
but not in the data rows, causing the `csvimport.parse` function to
skip the data rows. This occurs because the header length exceeds the
row length, making them unequal to `hint.cols`.
This commit adjusts the length check to allow a range of acceptable row
lengths, from the index of the last non-empty column in the header to
`hint.cols`. This ensures compatibility with headers containing one or
more trailing commas without affecting rows with correctly labelled columns.
The solution avoids breaking changes by leaving underlying data structures
untouched. Alternative approaches, such as dropping trailing commas before
parsing or removing empty elements after parsing, were avoided due to
potential risks. Specifically, trailing columns might contain data that
banks provide but fail to label in the header row.
2025-02-05 16:56:28 +01:00
dependabot[bot]
03d3879787
Update isort requirement from ==5.13.* to ==6.0.* ( #4789 )
...
Updates the requirements on [isort](https://github.com/pycqa/isort ) to permit the latest version.
- [Release notes](https://github.com/pycqa/isort/releases )
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pycqa/isort/compare/5.13.0...6.0.0 )
---
updated-dependencies:
- dependency-name: isort
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-02-05 16:53:10 +01:00
dependabot[bot]
c3db1dfb09
Update geoip2 requirement from ==4.* to ==5.* ( #4792 )
...
Updates the requirements on [geoip2](https://github.com/maxmind/GeoIP2-python ) to permit the latest version.
- [Release notes](https://github.com/maxmind/GeoIP2-python/releases )
- [Changelog](https://github.com/maxmind/GeoIP2-python/blob/main/HISTORY.rst )
- [Commits](https://github.com/maxmind/GeoIP2-python/compare/v4.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: geoip2
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-02-05 16:52:53 +01:00
Mira
026a5e2941
Log automatic team creation in event create wizard ( #4802 )
2025-02-05 16:52:36 +01:00
dependabot[bot]
59d4673dde
Bump @babel/preset-env in /src/pretix/static/npm_dir ( #4801 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.26.0 to 7.26.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.26.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>
2025-02-05 16:52:16 +01:00
dependabot[bot]
30f11deb19
Update reportlab requirement from ==4.2.* to ==4.3.* ( #4805 )
...
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>
2025-02-05 16:51:22 +01:00
조정화
97c456db34
Translations: Update Korean
...
Build / Packaging (3.11) (push) Waiting to run
Documentation / Spellcheck (push) Waiting to run
Code Style / isort (push) Waiting to run
Code Style / flake8 (push) Waiting to run
Code Style / licenseheaders (push) Waiting to run
Tests / Tests (postgres, 3.10) (push) Waiting to run
Tests / Tests (postgres, 3.11) (push) Waiting to run
Tests / Tests (postgres, 3.9) (push) Waiting to run
Tests / Tests (sqlite, 3.11) (push) Waiting to run
Strings / Check gettext syntax (push) Has been cancelled
Strings / Spellcheck (push) Has been cancelled
Currently translated at 1.3% (81 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ko/
powered by weblate
2025-02-05 12:51:33 +01:00
Antti Nironen
cf9c85c60b
Translations: Update Finnish
...
Currently translated at 29.2% (1711 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fi/
powered by weblate
2025-02-05 12:51:33 +01:00
Wiktor Przybylski
308a6acfe3
Translations: Update Polish
...
Currently translated at 98.5% (5764 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pl/
powered by weblate
2025-02-05 12:51:33 +01:00
Hijiri Umemoto
388a5f6a1e
Translations: Update Japanese
...
Currently translated at 100.0% (5846 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-02-05 12:51:33 +01:00
Hannu Kaakinen
25ee4a747f
Translations: Update Finnish
...
Currently translated at 28.8% (1684 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fi/
powered by weblate
2025-02-05 12:51:33 +01:00
Raphael Michel
f6b0e35e40
VAT ID check: Include response in error log
2025-02-05 12:50:20 +01:00
Raphael Michel
85cba253a8
Translations: Remove obvious ChatGPT responses from nb_NO
2025-02-05 12:29:12 +01:00
Raphael Michel
c820d742d4
Generate invoice earlier in payment method change process (Z#23179304) ( #4763 )
...
* Generate invoice earlier in payment method change process (Z##23179304)
* Resolve review note
2025-02-03 17:39:46 +01:00
Raphael Michel
2a3cdd85e8
Prevent order changes that interfer with a pending payment that can't be aborted (Z#23179178) ( #4765 )
2025-02-03 17:09:17 +01:00
pretix translation bot
0b840f8133
Update translations ( #4799 )
...
* Translations: Update Portuguese (Portugal)
Currently translated at 85.2% (4986 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_PT/
powered by weblate
* Translations: Update Portuguese
Currently translated at 3.0% (178 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt/
powered by weblate
* Translations: Update Korean
Currently translated at 1.3% (76 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ko/
powered by weblate
---------
Co-authored-by: Vasco Baleia <vb2003.12@gmail.com >
Co-authored-by: Cornelius Kibelka <ckibelka-ctr@wikimedia.org >
Co-authored-by: 조정화 <junghwa.jo@om.org >
2025-02-03 17:08:21 +01:00
Raphael Michel
58db550e23
Do not allow to cancel pending payments by default (Z#23179178)
2025-02-03 17:07:19 +01:00
Raphael Michel
34da20972e
Bump version to 2025.2.0.dev0
2025-01-31 16:21:06 +01:00
Raphael Michel
09440a96f8
Bump version to 2025.1.0
2025-01-31 16:19:48 +01:00
Raphael Michel
88d9d05879
Bump version to 2025.1.0
2025-01-31 16:17:58 +01:00
Raphael Michel
cf589bf30c
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (5846 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2025-01-31 15:17:12 +01:00
Raphael Michel
22e530bc62
Translations: Update German
...
Currently translated at 100.0% (5846 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2025-01-31 15:17:12 +01:00
조정화
4553f4a0cd
Translations: Update Korean
...
Currently translated at 1.2% (75 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ko/
powered by weblate
2025-01-31 15:17:12 +01:00
Chislon
666a6f9b93
Translations: Update Chinese (Traditional Han script)
...
Currently translated at 100.0% (235 of 235 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/zh_Hant/
powered by weblate
2025-01-31 15:17:12 +01:00
Chislon
1491420346
Translations: Update Chinese (Traditional Han script)
...
Currently translated at 97.0% (5672 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/zh_Hant/
powered by weblate
2025-01-31 15:17:12 +01:00
Lorhan Sohaky
c8156a56ef
Translations: Update Portuguese (Brazil)
...
Currently translated at 18.2% (1069 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-31 15:17:12 +01:00
Cornelius Kibelka
9a4b0681b4
Translations: Update Portuguese (Brazil)
...
Currently translated at 18.2% (1069 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-31 15:17:12 +01:00
Linnea Thelander
45c30cd59d
Translations: Update Swedish
...
Currently translated at 96.5% (5646 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/sv/
powered by weblate
2025-01-31 15:17:12 +01:00
CVZ-es
97ce34625a
Translations: Update Spanish
...
Currently translated at 100.0% (5846 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
2025-01-31 15:17:12 +01:00
CVZ-es
680521d8f2
Translations: Update French
...
Currently translated at 100.0% (5846 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fr/
powered by weblate
2025-01-31 15:17:12 +01:00
Cornelius Kibelka
7ee14a12f8
Translations: Update Portuguese (Brazil)
...
Currently translated at 17.4% (1021 of 5846 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-31 15:17:12 +01:00
Martin Gross
a1100412ff
OIDC: Allow to add query parameters to Authorization URL ( #4791 )
...
Co-authored-by: Mira <weller@rami.io >
2025-01-30 13:39:31 +01:00
Raphael Michel
26e7fe1938
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io >
2025-01-29 14:18:49 +01:00
Cornelius Kibelka
bec6dba638
Translations: Update Portuguese (Brazil)
...
Currently translated at 17.1% (1004 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-29 14:16:06 +01:00
Johanna Ketola
e8d04e0dba
Translations: Update Finnish
...
Currently translated at 26.2% (1534 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/fi/
powered by weblate
2025-01-29 14:16:06 +01:00
Cornelius Kibelka
42be7bcb0d
Translations: Update Portuguese (Brazil)
...
Currently translated at 16.3% (955 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-29 14:16:06 +01:00
Richard Schreiber
59a7845ac4
[A11y] Improve focus handling for widget overlay
...
* move iframe after close-button to follow tab-order
* add missing prevActiveElement
* prepare focus-handling for error_message
* iframe.src through prop instead of directly accessing it
* do not change close button HTML-element for compatability
* make all overlay elements role=dialog and modals
* fix close button
* fix re-opening of iframe
* make error-message read out when shown
* Improve handling of frame_src with frame_loading
* manually focus continue or close button in alert-box
* fix btn-focus in transition
* Improve quantity group
2025-01-28 11:04:38 +01:00
Cornelius Kibelka
ef1024d231
Translations: Update Portuguese (Brazil)
...
Currently translated at 14.8% (870 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-28 10:13:32 +01:00
Cornelius Kibelka
71d0d72425
Translations: Update Portuguese (Brazil)
...
Currently translated at 14.1% (825 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/pt_BR/
powered by weblate
2025-01-27 17:40:37 +01:00
Hijiri Umemoto
6252e526bf
Translations: Update Japanese
...
Currently translated at 100.0% (5844 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
2025-01-27 17:40:37 +01:00
Rosariocastellana
f3d8a1c2e1
Translations: Update Italian
...
Currently translated at 24.2% (1419 of 5844 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2025-01-27 17:40:37 +01:00
Martin Gross
148a3b2933
MetricsMiddleware: Do not record pretix_view_duration_seconds for urls with no url.url_name ( #4784 )
2025-01-27 16:46:58 +01:00
Mira
709633d6fb
Register missing LogEntryTypes ( #4779 )
2025-01-27 15:35:29 +01:00
Mira
af3418db54
Fix company & vat_id dependencies on is_business ( #4777 )
2025-01-27 11:55:39 +01:00
Mira
ca8d253114
Bugfixes for LogEntryTypes refactoring ( #4778 )
2025-01-24 16:19:55 +01:00
Mira Weller
f014a9bbd3
Reapply "Implement hidden_if_item_available_mode option (Z#23177008) ( #4776 )"
...
This reverts commit 5cd7959e86 .
2025-01-24 14:48:28 +01:00
Mira Weller
3e5bfb44d2
Revert "Preliminary migration"
...
This reverts commit 1736efbdc3 .
2025-01-24 14:48:28 +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
b847612e1a
Implement hidden_if_item_available_mode option (Z#23177008) ( #4776 )
2025-01-24 11:24:50 +01:00
Mira
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
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
9622bf41a1
InvoiceForm: Display vat_id especially if company_required (Z#23180046) ( #4775 )
2025-01-23 12:09:45 +01:00
Hijiri Umemoto
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
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
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
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
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
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
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
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
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
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
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
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
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
00b4622afa
Address form logic: Respect dependency of VAT ID on is_business ( #4713 )
2025-01-21 15:05:16 +01:00
Raphael Michel
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
1635118772
Copy ItemVariation.limit_sales_channels when copying items ( #4752 )
2025-01-21 15:01:28 +01:00
Mira
87c987fee5
Only display tax rates with non-zero gross amount ( #4760 )
2025-01-20 14:49:04 +01:00
dependabot[bot]
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
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
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
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
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
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
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
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
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
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
9634907539
[a11y] Remove h1 aria-label in presale
2025-01-20 08:57:21 +01:00
Raphael Michel
70dd688ec1
Translations: Add Flemish (West)
2025-01-17 17:49:14 +01:00
Raphael Michel
5ad0213195
Translations: Add Albanian
2025-01-17 17:49:14 +01:00
Raphael Michel
c40cf45179
Translations: Add Faroese
2025-01-17 17:49:14 +01:00
CVZ-es
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
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
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
e1d3f16819
Fix rendering of pretix.event.order.deleted log entries ( #4757 )
2025-01-16 16:03:41 +01:00
deborahfoell
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
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
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
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
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
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
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
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
d727d58bc9
Allow to attach .ics files to manual emails (Z#23179129) ( #4753 )
2025-01-16 13:30:47 +01:00
Mira
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
c25d6988a7
Widget: add option to always show event info
2025-01-16 11:54:24 +01:00
Mira
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
dependabot[bot]
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
6846348a7f
Fix typo ( #4748 )
2025-01-14 19:49:23 +01:00
Raphael Michel
df785f8c6d
Set locale properly if locale is already in query string ( #4733 )
2025-01-14 18:52:02 +01:00
Mira
bc32fe91a6
Make "Show in backend" button on ticket pages available on custom domains ( #4743 )
2025-01-14 18:37:38 +01:00
Raphael Michel
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
5cf2f1beef
New invoice generation setting: User request but paid only ( #4740 )
2025-01-14 13:54:25 +01:00
Raphael Michel
ff6b4ae7bf
Translations: Allow to change field order for relative date form field ( #4738 )
2025-01-14 13:48:37 +01:00
Raphael Michel
6b5fd07535
Questions: Increase field size for min/max number ( #4741 )
2025-01-14 11:18:28 +01:00
Nikolai
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
62c028d9ac
Fix order availability with blocked seeat (Z#23178286) ( #4734 )
2025-01-13 12:49:49 +01:00
Hijiri
57f5eeff82
Update name scheme examples, adapt addressing system for Japan
2025-01-13 10:51:24 +01:00
Hijiri Umemoto
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
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
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
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
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
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
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
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
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
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
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
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
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
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
0a334d1c67
Explicitly set none algorithm
2025-01-07 12:01:52 +01:00
dependabot[bot]
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
f02b1be659
[A11y] Improve grouping and labels in widget’s product list
2024-12-18 15:24:28 +01:00
Raphael Michel
20f171b790
Order import: Respect sales channel when validating seats ( #4707 )
2024-12-18 13:57:29 +01:00
CVZ-es
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
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
5b99788354
Unify event list view on organizer and event-series ( #4702 )
2024-12-18 13:32:26 +01:00
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
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
df29d4e8c4
Bump django-i18nfield to 1.10.* ( #4709 )
2024-12-16 15:20:09 +01:00
Richard Schreiber
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
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
dependabot[bot]
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
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
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
dependabot[bot]
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
Raphael Michel
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
Mira
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
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
b9add5ff6f
Translations: Add Azerbaijani
2024-12-11 15:48:37 +01:00
Patrick Chilton
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
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
0f590caa18
[UI] Fix organizer event-list status-bubble overflow
2024-12-11 11:36:15 +01:00
Richard Schreiber
18801f2d1c
Widget: add unique html_id to use in labels, etc.
2024-12-11 08:30:44 +01:00
Richard Schreiber
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
4d597d5be3
Stripe: Remove option to enable method_sofort ( #4638 )
2024-12-09 13:51:32 +01:00
Mira
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
e5b89e9b08
[A11y] fix color-contrast for event-list status-bubbles
2024-12-06 15:51:40 +01:00
Mira
da91f5f117
Animation in <fieldset> accordion ( #4682 )
2024-12-06 12:46:40 +01:00
Richard Schreiber
ae29240e58
[A11y] Improve number inputs for screen-readers
2024-12-06 11:11:36 +01:00
Richard Schreiber
74edf10b04
Move cursor fix for disabled fieldsets from bootstrap to presale
2024-12-06 11:07:11 +01:00
Richard Schreiber
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
11ab5c5eeb
Event dashboard: Use intcomma in numbers (Z#23175343) ( #4687 )
2024-12-05 17:11:57 +01:00
CVZ-es
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
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
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
6b199a2b9c
Allow to enter gift cards into the voucher input (Z#23171961) ( #4670 )
2024-12-05 13:43:46 +01:00
Richard Schreiber
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
6317233150
New accordion panels using <fieldset> ( #4681 )
2024-12-04 14:34:42 +01:00
Richard Schreiber
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
Raphael Michel
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
dependabot[bot]
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
dependabot[bot]
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
59e3494fa2
Add fee type for late fees ( #4656 )
2024-12-03 11:00:11 +01:00
Mira
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
Raphael Michel
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
Raphael Michel
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
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
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
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
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
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
a1bf7be244
[A11y] Improve customer account pages ( #4654 )
2024-11-29 14:16:40 +01:00
Patrick Chilton
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
dependabot[bot]
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
dependabot[bot]
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
27f964f3ae
Checkout flow: Observe direction when skipping AddOnsStep ( #4658 )
2024-11-27 11:13:07 +01:00
Patrick Chilton
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
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
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
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
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
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
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
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
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
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
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
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
7dd455ce15
Fix #4641 -- Make usage of argon2id optional ( #4643 )
2024-11-26 17:31:27 +01:00
Richard Schreiber
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
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
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
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
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
Raphael Michel
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]
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
76ecec8b98
Scheduled mails: Allow subevent-dependent placeholders (Z#23171818) ( #4629 )
2024-11-19 10:50:10 +01:00
Mira
4b8416df8f
docs: update nginx config example ( #4640 )
2024-11-19 09:28:01 +01:00
Martin Gross
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
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
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
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
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
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
Raphael Michel
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
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
Raphael Michel
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
Martin Gross
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
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ć
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ć
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
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
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
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
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
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
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
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
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
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
27ec5ca006
Change order of menu items in backend ( #4633 )
2024-11-18 10:45:27 +01:00
Eva-Maria Obermann
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Raphael Michel
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
Mira
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
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
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
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
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
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
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
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
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
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
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
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
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
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
1e3c6e0b68
Order detail: Do not show expire date for pending approval (Z#23171168) ( #4613 )
2024-11-07 09:26:10 +01:00
CVZ-es
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
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
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
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
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
91de0f93e6
Allow organizers to manually add fees to an existing order ( #4590 )
2024-11-05 14:37:50 +01:00
Richard Schreiber
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
dependabot[bot]
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
dependabot[bot]
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
Martin Gross
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]
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
9fcef2dcaa
API: Fix deleting checkin-lists (Z#23170525) (PRETIXEU-AS5) ( #4600 )
2024-10-31 17:44:04 +01:00
Raphael Michel
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
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
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
Mira
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
Raphael Michel
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
f9502a3212
Fix testutils redis mock ( #4586 )
2024-10-29 16:37:06 +01:00
Richard Schreiber
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
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
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
Raphael Michel
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
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
dependabot[bot]
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
dependabot[bot]
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
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
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
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
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
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
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
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
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
ef5fcde5d9
Seating plans: Validate duplicate seat IDs ( #4564 )
2024-10-28 11:27:27 +01:00
Raphael Michel
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
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
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
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
f0fedf0001
Tests: Resolve deprecation warning for pytest-asyncio ( #4569 )
2024-10-25 21:27:38 +02:00
Raphael Michel
19373b8f91
CI: Update codecov-action ( #4568 )
2024-10-25 21:19:48 +02:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
54f077665c
CI: Remove mentions of travis CI, we have migrated away years ago ( #4562 )
2024-10-25 17:47:04 +02:00
Raphael Michel
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
e4cef6e46b
CI: Make sure apt is non-interactive (to not break act) ( #4559 )
2024-10-25 17:06:11 +02:00
Raphael Michel
cbee1b71fe
CI: Install dependencies with uv for speedup ( #4558 )
2024-10-25 17:05:58 +02:00
Raphael Michel
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
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
22e9a6eb92
Add warning to backend if cronjob is not running ( #4550 )
2024-10-24 22:50:34 +02:00
arjan-s
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
2697ed0c5d
QuestionView: Carry over subevent filter to order list ( #4543 )
2024-10-21 14:45:04 +02:00
pretix translation bot
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
f8df66e621
Redirect to next step if AddOnsStep would show up empty (Z#23167007) ( #4530 )
2024-10-21 13:27:43 +02:00
Mira
2d9bfc80dc
Fix "Your order qualifies for a discount" notice for discounted variation products ( #4541 )
2024-10-21 13:26:20 +02:00
Martin Gross
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
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
a3e2540331
Display "Normal category" instead of "None" in category list ( #4526 )
2024-10-15 12:14:15 +02:00
Raphael Michel
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
Mira
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
Raphael Michel
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
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
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
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
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
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
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
Raphael Michel
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
cdc5401dc2
Allow to set fallback secret keys ( #4482 )
2024-10-07 16:31:24 +02:00
Raphael Michel
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
dependabot[bot]
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
dependabot[bot]
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]
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
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
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
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
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
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
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
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
dependabot[bot]
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
dependabot[bot]
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
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
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
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
a2c15ad89e
Check-in: Prevent duplicate auto check-outs (Z#23167003) ( #4488 )
2024-09-26 17:54:27 +02:00
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
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
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
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
dependabot[bot]
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]
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
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
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
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
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
aa07533693
Order import: Allow to set check-in attention and text (Z#23165806) ( #4469 )
2024-09-17 11:50:19 +02:00
dependabot[bot]
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
9616369f07
Formally deprecate eu_reverse_charge ( #4470 )
2024-09-17 11:39:32 +02:00
dependabot[bot]
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
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
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
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
484d24b66c
Translations: Add Estonian
2024-09-16 16:44:46 +02:00
Tinna Sandström
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
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
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
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
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
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
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
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
eebdce80cd
OIDC: Respect token_endpoint_auth_methods_supported (Z#2164777) ( #4459 )
2024-09-11 16:40:42 +02:00
Kristian Feldsam
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
9a2ebe4e95
Refunds: Fix sortkey to work with not provided BICs (Z#23165187) ( #4451 )
2024-09-09 10:48:53 +02:00
Albizuri
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
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
2b53d04a19
Improve labels in mail settings for incomplete payments ( #4444 )
2024-09-06 08:53:08 +02:00
Richard Schreiber
7efe7b5ff7
Docs: fix typo for SSO provider instead of client
2024-09-05 13:02:20 +02:00
Alberto Ortega
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
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
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
dependabot[bot]
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
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
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
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
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
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
a01d105829
Bank Transfer: Fix weird error code on duplicate match (Z#23164140) ( #4428 )
2024-08-29 13:58:37 +02:00
Raphael Michel
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
0cdce7a9cd
Add payment_explanation to payment method change (Z#23164112) ( #4424 )
2024-08-28 15:12:16 +02:00
Richard Schreiber
464f625301
Seating: visually remove waitinglist headline for soldout seating
2024-08-28 14:36:30 +02:00
Richard Schreiber
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
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
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
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
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
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
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
91e69f793d
Show weekday in subevent dates [Z#23161884] ( #4383 )
2024-08-27 22:22:44 +02:00
Mira
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
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
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
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
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
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
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
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
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
dependabot[bot]
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
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
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
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
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
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
f819f0c316
Escape HTML in placeholder samples in mail preview ( #4413 )
...
CVE-2024-8113
2024-08-23 14:41:25 +02:00
pretix translation bot
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
6087665775
Email preview: Include prefix in subject ( #4395 )
2024-08-23 13:42:29 +02:00
Raphael Michel
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
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
dependabot[bot]
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
cf15a08712
Link between waiting list settings and maangement (Z#23143161) ( #4394 )
2024-08-19 13:47:54 +02:00
Raphael Michel
9197274528
Add documentation on CSP for the widget ( #4398 )
2024-08-19 13:47:47 +02:00
Tinna Sandström
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
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
dependabot[bot]
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
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
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
233bcaf00e
Add a .node-version file ( #4396 )
2024-08-15 12:42:02 +02:00
Raphael Michel
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
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
Raphael Michel
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
dependabot[bot]
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
Raphael Michel
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
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
dependabot[bot]
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
dependabot[bot]
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
Mira
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 f32b532cc6 .
* 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
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
dependabot[bot]
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
dependabot[bot]
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
9946da57c2
Stripe: Add Revolut Pay ( #4366 )
...
* Stripe: Add Revolut Pay
* Remove is_enabled flag
2024-08-01 17:20:42 +02:00
Raphael Michel
11e04ea3f2
ListExporter: Allow to override CSV encoding in subclass (Z#23160604) ( #4367 )
2024-08-01 16:20:00 +02:00
Martin Weinelt
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
pretix translation bot
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
dependabot[bot]
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
dependabot[bot]
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
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
dependabot[bot]
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
Raphael Michel
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
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
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
dependabot[bot]
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
ed9caa04fc
Fix nup-badges for PDFs with cropbox (Z#23160479) ( #4354 )
2024-07-30 09:20:55 +02:00
Richard Schreiber
83a8fcaa47
Fix serving media-URLs for development ( #4355 )
2024-07-30 09:17:27 +02:00
Mira
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
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
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
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
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
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
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
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
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
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
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
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
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
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