Raphael Michel
|
f99ef5fff2
|
Fix regression when exporting empty data
|
2022-10-05 13:22:46 +02:00 |
|
Raphael Michel
|
9d686072e2
|
Fix regression in export task
|
2022-10-05 12:56:28 +02:00 |
|
Raphael Michel
|
4e44a2809b
|
Fix safe_openpyxl implementation to not leak memory in WriteOnlyWorksheet
|
2022-10-05 12:27:29 +02:00 |
|
Raphael Michel
|
370e4eafc2
|
Use a temporary file for exports for more stable writing
|
2022-10-05 12:26:36 +02:00 |
|
Raphael Michel
|
b7ec372ebc
|
Add exporter for list of customers
|
2022-10-05 10:36:57 +02:00 |
|
Raphael Michel
|
60cdfe4029
|
Allow organizer-level exports with separate permission and no event selection
|
2022-10-05 10:36:57 +02:00 |
|
Raphael Michel
|
74e14285ee
|
Remove hack for gift card exporters, it's not required
|
2022-10-05 10:36:57 +02:00 |
|
Richard Schreiber
|
8f56ab54a4
|
PDF/Badges: Improve performance/reduce filesize when creating multiple badges (#2824)
* improve bg performance by using pdftk
* fix handling of rotated background-PDFs
|
2022-10-05 06:12:23 +02:00 |
|
Raphael Michel
|
4ac58654a0
|
Run isort on generated protobuf code
|
2022-10-04 18:03:49 +02:00 |
|
Raphael Michel
|
167eb06aeb
|
Bump django-debug-toolbar to 3.7
|
2022-10-04 18:03:49 +02:00 |
|
Raphael Michel
|
9a0cc7e8c1
|
Bump pytest-mock to 3.9
|
2022-10-04 18:03:49 +02:00 |
|
dependabot[bot]
|
d4ff1808d5
|
Bump @babel/preset-env in /src/pretix/static/npm_dir
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.1 to 7.19.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.19.3/packages/babel-preset-env)
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-04 18:02:05 +02:00 |
|
Raphael Michel
|
0ff22786cb
|
Fix typeahead for item meta values with limited access
|
2022-10-04 16:58:11 +02:00 |
|
yvovandoorn
|
abfb53872c
|
bump css-inline from 0.7.x to 0.8.x to allow for successful arm64 installs
|
2022-10-04 16:58:09 +02:00 |
|
dependabot[bot]
|
67f60a9e09
|
Bump rollup from 2.79.0 to 2.79.1 in /src/pretix/static/npm_dir
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.0 to 2.79.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.79.0...v2.79.1)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-04 16:45:12 +02:00 |
|
Raphael Michel
|
1d04d40507
|
Bump protobuf to 4.21.*, regenerate protobuf file
|
2022-10-04 16:43:34 +02:00 |
|
Raphael Michel
|
14fdd7cfca
|
Bump django-compressor to 4.1.*
|
2022-10-04 16:43:34 +02:00 |
|
Raphael Michel
|
402ed61756
|
Bump PyPDF2 to 2.11.*
|
2022-10-04 16:43:34 +02:00 |
|
dependabot[bot]
|
66c75cbb1b
|
Bump @babel/core from 7.19.1 to 7.19.3 in /src/pretix/static/npm_dir
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.1 to 7.19.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.19.3/packages/babel-core)
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-04 16:28:39 +02:00 |
|
dependabot[bot]
|
c32791c7dd
|
Bump @rollup/plugin-node-resolve in /src/pretix/static/npm_dir
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.3.0 to 14.1.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v14.1.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>
|
2022-10-04 16:28:32 +02:00 |
|
Richard Schreiber
|
d6846d8415
|
Cart: change icon from checkbox to arrow-right for voucher submit (#2832)
|
2022-10-04 11:06:39 +02:00 |
|
Raphael Michel
|
b1c8efa33f
|
AsyncFormView/AsyncPostView: Allow to report status back
|
2022-09-30 13:58:07 +02:00 |
|
Raphael Michel
|
f14d031de4
|
Fix semantics of LockTimeoutException and LockReleaseException
|
2022-09-30 13:41:51 +02:00 |
|
Raphael Michel
|
25c86db6f5
|
Do not try to unserialize empty string as phone number
|
2022-09-30 13:28:02 +02:00 |
|
Richard Schreiber
|
7205d0689e
|
Badges: fix pagesizes for 8 A7 on A4-page
|
2022-09-30 09:18:54 +02:00 |
|
Raphael Michel
|
cde46012cb
|
Add .badge-variant styles
|
2022-09-29 18:05:21 +02:00 |
|
Richard Schreiber
|
e4a0122938
|
fix pagesizes and offsets
|
2022-09-29 17:30:38 +02:00 |
|
Raphael Michel
|
77c08cb710
|
Fix whitespace issue in EPC QR generation
|
2022-09-29 13:55:50 +02:00 |
|
Raphael Michel
|
af49a02047
|
Bump version to 4.14.0.dev0a
|
2022-09-29 13:37:55 +02:00 |
|
Raphael Michel
|
11495c80e3
|
Bump version to 4.13.0
v4.13.0
|
2022-09-29 13:37:13 +02:00 |
|
Raphael Michel
|
00ab996640
|
Translations: Update German (informal) (de_Informal)
Currently translated at 100.0% (4869 of 4869 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
|
2022-09-29 12:24:42 +02:00 |
|
Raphael Michel
|
a4f77b3e4a
|
Translations: Update German
Currently translated at 100.0% (4869 of 4869 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
|
2022-09-29 12:24:42 +02:00 |
|
Raphael Michel
|
1839dcdb74
|
Fix off-by-one error in retry intervals
|
2022-09-29 11:39:24 +02:00 |
|
Raphael Michel
|
6bba37288e
|
Update po files
[CI skip]
Signed-off-by: Raphael Michel <michel@rami.io>
|
2022-09-29 11:24:28 +02:00 |
|
Mauro Amico
|
0c3a12b4d3
|
Translations: Update Italian
Currently translated at 19.0% (927 of 4867 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/it/
powered by weblate
|
2022-09-29 11:23:59 +02:00 |
|
Anna-itk
|
7e0b590e10
|
Translations: Update Danish
Currently translated at 35.4% (1723 of 4867 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
|
2022-09-29 11:23:59 +02:00 |
|
Raphael Michel
|
009f100375
|
Cart: Display included taxes in total sum from the start
|
2022-09-29 10:25:10 +02:00 |
|
Raphael Michel
|
4fdbe3912a
|
Workaround for translation of some country names
Workaround for https://github.com/SmileyChris/django-countries/issues/364
|
2022-09-29 10:25:10 +02:00 |
|
Raphael Michel
|
d4af9130e0
|
Fix styling of headlines in alert boxes
|
2022-09-28 23:03:55 +02:00 |
|
Raphael Michel
|
d56e2de409
|
Bank transfer: Do not show EPC-QR and GiroCode for non-EUR payments
|
2022-09-28 13:38:18 +02:00 |
|
Martin Gross
|
6a22cb3021
|
PayPal2: Refuse ISU-connection with unconfirmed email address
|
2022-09-28 13:20:20 +02:00 |
|
Richard Schreiber
|
814e8fc73b
|
Fix hidden bulk-action filter-form (Z#23108559) (#2817)
|
2022-09-27 10:25:37 +02:00 |
|
Bernd Mohring
|
6aedfbd42e
|
Docs: Correct Parameter Name/Description for mail() (#2814)
|
2022-09-22 21:56:19 +02:00 |
|
Richard Schreiber
|
4207b2c0fb
|
Improve voucher redeem if no products are available (#2813)
|
2022-09-22 21:55:24 +02:00 |
|
Richard Schreiber
|
f35eb2a2f4
|
Fix ticket download-date hint when plugins disallow download (#2812)
|
2022-09-22 13:46:35 +02:00 |
|
Martin Gross
|
4b49782fac
|
Invoices: Explicitly set regular_font for main invoice table
|
2022-09-22 10:42:10 +02:00 |
|
Raphael Michel
|
8fb38d8838
|
API: Add new /device/info endpoint
|
2022-09-21 10:22:41 +02:00 |
|
Raphael Michel
|
925077e30f
|
Fix crash on password change page when not logged in
|
2022-09-21 10:05:01 +02:00 |
|
Richard Schreiber
|
9e07a40ae9
|
PDF editor: Fix empty preview tab in Chrome (#2806)
|
2022-09-20 11:14:28 +02:00 |
|
Raphael Michel
|
c7c3aa2c95
|
Bump django-bootstrap3 to 22.1.*
|
2022-09-20 11:00:27 +02:00 |
|