Lukas Bockstaller
fa615e1798
revert BasePayment extension
2026-08-10 16:34:12 +02:00
Lukas Bockstaller
cb9ec93695
revert BasePayment extension
2026-08-10 16:32:31 +02:00
Lukas Bockstaller
0c3a8d30b5
revert BasePayment extension
2026-08-10 16:30:43 +02:00
Lukas Bockstaller
2500730db6
better label
2026-08-10 14:58:17 +02:00
Lukas Bockstaller
89f1ce8976
make debounce timeout for pending paypal payments configurable
2026-08-10 14:57:05 +02:00
Lukas Bockstaller
4fc64a063b
add missing import
2026-08-10 14:49:46 +02:00
Lukas Bockstaller
9878d7bfaa
gate abort_pending_payment_allowed by timeout and "APPROVED" state
2026-08-10 14:49:13 +02:00
Lukas Bockstaller
5f50d08707
transition "PENDING_REVIEW" paypal payment into "PENDING" state
2026-08-10 14:48:08 +02:00
Lukas Bockstaller
e9dee4007e
extend BasePaymentPaymentProvider to support payment dependent "abort_pending_allow"
2026-08-10 14:47:10 +02:00
Lukas Bockstaller
0b3015511f
remove debugging import
2026-08-07 15:56:37 +02:00
Lukas Bockstaller
e62a55667a
fix attribute access
2026-08-07 15:56:10 +02:00
Lukas Bockstaller
5135ae524e
remove log noise
2026-08-07 15:12:24 +02:00
Lukas Bockstaller
647c89627a
log payment processing durations
2026-08-07 15:11:53 +02:00
4d9dfa88fe
Paypal2: handle incomming capture webhooks (Z#23240966) ( #6456 )
...
* store the state of the payment regardless of the state
control.html shows the banner that the payment is in review depending on payment.info
* handle capture ressource
* Update src/pretix/plugins/paypal2/views.py
Co-authored-by: Phin Wolkwitz <wolkwitz@pretix.eu >
* add test
* cleanup logic regarding uninteresting resource_type
* store payment.info during _execute_payment asap
---------
Co-authored-by: Phin Wolkwitz <wolkwitz@pretix.eu >
2026-08-06 15:06:20 +02:00
Raphael Michel and GitHub
ea792e76b2
Device list: Show online status ( #6455 )
...
* Device list: Show online status
* Fixes post-review
2026-08-06 09:07:20 +02:00
Raphael Michel and GitHub
5c448279f0
API: Make all mutating endpoints transactional ( #6430 )
...
All of our API endpoints that do something in the system do at least two
SQL queries, one for the actual change and one for the log entry. Often
many more. We want all of this to happen in a transaction so we know an
API call was executed or not at all, not half-way.
2026-08-05 16:52:28 +02:00
dependabot[bot] and GitHub
e3fa1aed7f
Bump django-localflavor from 5.0 to 5.1 ( #6449 )
2026-08-05 14:56:53 +02:00
Luca Sorace \"Stranck and Raphael Michel
b164cf44c0
Translations: Update Italian
...
Currently translated at 39.8% (2544 of 6387 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2026-08-05 14:56:14 +02:00
Luca Sorace \"Stranck and Raphael Michel
7bc79337c3
Translations: Update Italian
...
Currently translated at 99.6% (259 of 260 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/it/
powered by weblate
2026-08-05 14:56:14 +02:00
Luca Sorace \"Stranck and Raphael Michel
5d8ba189fa
Translations: Update Italian
...
Currently translated at 39.6% (2530 of 6387 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
2026-08-05 14:56:14 +02:00
szurofkamarciidfbe08444ef04788 and Raphael Michel
1ea1c1789c
Translations: Update Hungarian
...
Currently translated at 99.6% (6362 of 6387 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/hu/
powered by weblate
2026-08-05 14:56:14 +02:00
Nikolai and Raphael Michel
1a6edae769
Translations: Update Danish
...
Currently translated at 58.0% (151 of 260 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/da/
powered by weblate
2026-08-05 14:56:14 +02:00
Nikolai and Raphael Michel
c4950e714d
Translations: Update Danish
...
Currently translated at 62.7% (4011 of 6387 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2026-08-05 14:56:14 +02:00
Raphael Michel and GitHub
407728cc55
Bulk refund: Fix only first refund being made (Z#23239965) ( #6376 )
2026-08-05 11:46:52 +02:00
Raphael Michel and GitHub
9fe25544c1
Email settings: Fix DMARC warning ( #6452 )
2026-08-05 11:04:56 +02:00
Raphael Michel and GitHub
8133061fe1
Devices: Store timestamp of last contact ( #6453 )
2026-08-05 10:57:13 +02:00
Raphael Michel
288ac50600
Merge branch 'html-injection-placeholder' into 'master'
...
Prevent HTML injection in email preview (Z#23241741)
See merge request pretix/pretix!47
2026-08-05 10:56:46 +02:00
Raphael Michel
e7657a3dd3
Prevent HTML injection in email preview (Z#23241741)
2026-08-05 10:56:46 +02:00
Martin Gross
b659534772
isort
2026-08-04 23:01:29 +02:00
Martin Gross
c11ebb1391
Skip over Exporters with ExportError-Exceptions (such as ORMQL-Exporter) (Fixes PRETIXEU-F3X)
2026-08-04 22:59:19 +02:00
pajowu and GitHub
b20557a996
Show correct number of currency placed in widget (Z#23241522) ( #6425 )
2026-08-04 11:19:43 +02:00
Martin Gross
e4a0bba3bc
Fix font enumeration
2026-08-04 10:22:09 +02:00
c369ba5f60
Update cryptography requirement from >=49.0.0 to >=50.0.0 ( #6443 )
...
Updates the requirements on [cryptography](https://github.com/pyca/cryptography ) to permit the latest version.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 50.0.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-04 08:47:14 +02:00
2c876057bf
Bump markdown from 3.10.2 to 3.10.3 ( #6442 )
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.10.2 to 3.10.3.
- [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.10.2...3.10.3 )
---
updated-dependencies:
- dependency-name: markdown
dependency-version: 3.10.3
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>
2026-08-04 08:46:52 +02:00
b70c1b02c2
Bump django-bootstrap3 from 26.1 to 26.2 ( #6445 )
...
Bumps [django-bootstrap3](https://github.com/zostera/django-bootstrap3 ) from 26.1 to 26.2.
- [Changelog](https://github.com/zostera/django-bootstrap3/blob/main/CHANGELOG.md )
- [Commits](https://github.com/zostera/django-bootstrap3/compare/v26.1...v26.2 )
---
updated-dependencies:
- dependency-name: django-bootstrap3
dependency-version: '26.2'
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>
2026-08-04 08:46:25 +02:00
pajowu and GitHub
01d736361d
Cart Manager: Round custom price to currency when adding ( #6426 )
2026-08-03 14:26:57 +02:00
Raphael Michel
7627e4b548
Add Hungarian language
2026-07-31 16:56:43 +02:00
Raphael Michel
541e7412e1
Bump version to 2026.8.0.dev0
2026-07-30 20:39:47 +02:00
Raphael Michel
79dcf60ed2
Bump version to 2026.7.0
v2026.7.0
2026-07-30 20:39:13 +02:00
Raphael Michel and Raphael Michel
8775ca09b4
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (6387 of 6387 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2026-07-30 20:38:23 +02:00
Raphael Michel and Raphael Michel
c34cdf5ec6
Translations: Update German
...
Currently translated at 100.0% (6387 of 6387 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2026-07-30 20:38:23 +02:00
Raphael Michel
8a000f9892
Translations: Update wordlists
2026-07-30 20:36:15 +02:00
Raphael Michel
07bf0b3118
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <michel@pretix.eu >
2026-07-30 15:52:37 +02:00
abe938795c
Bump postcss from 8.5.15 to 8.5.23 ( #6429 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.5.15 to 8.5.23.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.5.15...8.5.23 )
---
updated-dependencies:
- dependency-name: postcss
dependency-version: 8.5.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-30 15:52:04 +02:00
Albizuri and Raphael Michel
f1cb5a9010
Translations: Update Basque
...
Currently translated at 43.4% (113 of 260 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/eu/
powered by weblate
2026-07-30 15:51:59 +02:00
Albizuri and Raphael Michel
6e6ca0a7bc
Translations: Update Basque
...
Currently translated at 48.4% (3081 of 6362 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/eu/
powered by weblate
2026-07-30 15:51:59 +02:00
Raphael Michel and Raphael Michel
8800b15a33
Translations: Update German (informal) (de_Informal)
...
Currently translated at 100.0% (6362 of 6362 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2026-07-30 15:51:59 +02:00
Raphael Michel and GitHub
85de097497
API: Disable endpoints that should have never existed ( #6431 )
2026-07-29 13:04:45 +02:00
Raphael Michel
16040f70bb
[SECURITY] Add missing permission check for view (CVE-2026-57532)
2026-07-28 12:24:59 +02:00
Raphael Michel and GitHub
9b5ed06b2e
Improve handling of reauth during async tasks (Z#23238978) ( #6381 )
2026-07-28 10:59:42 +02:00