Commit Graph
134 Commits
Author SHA1 Message Date
Raphael Michel 9d0fa84277 Add nodejs to update notes 2021-10-31 18:32:16 +01:00
Raphael Michel c957d77fe0 Fix linter issues 2021-10-22 12:58:45 +02:00
Raphael Michel 3980a7b2a7 Docs: Fix missing files 2021-10-22 11:06:23 +02:00
Raphael Michel 837b03fff3 Add ugprade note to docs 2021-10-22 11:01:35 +02:00
Raphael Michel 3d78f68d94 Docs: Add page on errors 2021-10-22 10:25:58 +02:00
Raphael Michel 0c25b2df92 Docs: Fix typo in index name 2021-10-19 15:25:15 +02:00
b95f556d8f Add config options for max file upload sizes (#2199)
* feat(config): Add config options for max file upload sizes

Closes #2198

* Apply suggestions from code review

Fix docs and comment in settings.py

Co-authored-by: Richard Schreiber <wiffbi@gmail.com>

* Fix import order using isort

Co-authored-by: Richard Schreiber <wiffbi@gmail.com>
2021-09-09 15:55:06 +02:00
Raphael Michel 6d08e7a8b0 Docs: libmariadbclient-dev has been replaced by libmariadb-dev 2021-08-30 12:58:15 +02:00
FabianandGitHub 9a002bf172 Docs: no diff in mysql / pstgres in upgrade (#2180) 2021-08-19 12:37:48 +02:00
Raphael Michel e654b951ed Fix typo in docs 2021-08-16 17:55:33 +02:00
Martin Gross 617730ab76 Update Smallscale Docker Docs: bind exposed ports to 127.0.0.1 explicitly 2021-08-10 10:47:14 -04:00
Raphael Michel 8f5f95b04e nginx: Do not attempt to parse and rewrite our URLs, please 2021-07-30 16:46:03 +02:00
Martin Gross bb80ef067a Fix nodejs doku link 2021-07-12 15:09:16 +02:00
Marc-Pascal ClementandGitHub 2f1dd79162 Docs: Recommend upgrade strategy "eager" (#2135)
Pip's default strategy is to keep the version of all packages which do not explicitly require an upgrade. This caused issues for me for the second time now in the migration step, because some dependencies were not compatible with the new pretix version, but not explicitly listed as a such. Also I think the "eager" strategy better resembles what happens in the docker container build, as it always installs the newest versions.
2021-06-29 14:36:35 +02:00
2852722b50 Add redis sentinel support (#1909)
Co-authored-by: Raphael Michel <mail@raphaelmichel.de>
2021-06-18 19:25:08 +02:00
Maico TimmermanandRaphael Michel 18df9d66bb i18n: add config for enabling a set of languages
Adds the `enabled` setting to the `[languages]` table in the pretix.cfg.
If left empty, or  omitted all languages are enabled.
2021-06-04 15:35:09 +02:00
Raphael Michel ec08faf205 Docs: Fix a missing colon 2021-06-03 09:08:03 +02:00
FabianandGitHub a1cc17094d Docs: Note to use UTF8 in PostgreSQL #2096 (#2103)
* Docs: Note to use UTF8 in PostgreSQL #2096

* Docs:  Same like 288f85b but for Docker docs
2021-06-01 13:57:30 +02:00
Raphael Michel 1c763ccce3 Docs: Fix missing typo 2021-06-01 12:28:51 +02:00
Raphael Michel 66cf9c1ac7 Docs: We do no longer require the [postgres] item 2021-06-01 12:20:13 +02:00
FabianandGitHub 0b9b67d603 Docs: Update Python Version in Nginx Config (#2101)
Debian 10 is shipping with Python 3.7 so the Debian 10 based and tested guide should use Python 3.7 in the nginx config.
2021-06-01 08:16:42 +02:00
Raphael Michel 398f264dbc Docs: Update minimum PostgreSQL version 2021-05-28 17:26:18 +02:00
Raphael Michel 2f724592e0 Sentry: Add trace tokens 2021-05-25 12:40:16 +02:00
Raphael Michel 1503bf4014 Recommend more indexes on pretixbase_logentry 2021-05-20 09:27:09 +02:00
Raphael Michel b3e14be6ed Upgrade sentry-sdk, support performance monitoring 2021-05-18 11:02:16 +02:00
Raphael Michel ad3f6e9077 Fix documented index 2021-05-18 09:10:22 +02:00
Raphael Michel e19d79a2bf Orders API: optimize a common filter query 2021-05-18 09:09:24 +02:00
Raphael Michel 1275995575 Fix #2017 -- Add nodejs to install guide 2021-04-05 17:08:52 +02:00
Raphael Michel 7eefd3dc59 Recommend upper-case index on pretixbase_voucher.code 2021-03-14 18:04:19 +01:00
Raphael Michel f4710cf019 Add index to documentation 2021-03-11 21:43:27 +01:00
Raphael Michel aeba2a1e26 Add metrics on celery queue length 2021-01-23 23:49:58 +01:00
0xflotusandGitHub 9fee2d0fbc Docs: Enabling Syntax Highlighting (#1890) 2020-12-23 10:24:39 +01:00
Raphael Michel 8ed41a1276 Add csp_additional_header config option 2020-12-21 19:16:09 +01:00
Raphael Michel 39223f0f65 Docker setup: Allow to configure number of worker processes 2020-12-16 12:49:13 +01:00
Raphael Michel 14a66ff80c Fix #1356 -- Allow to override config file settings with env vars 2020-11-23 12:24:08 +01:00
Raphael Michel be1926ff21 Add documentation on new docker features 2020-11-04 09:52:13 +01:00
Raphael MichelandGitHub 22bba28bea Add pluggable ticket secret generators (#1809) 2020-10-19 15:00:55 +02:00
Nils SchneiderandGitHub 2f8baecd68 Fix #1127 -- Set loglevel from configfile (#1777) 2020-09-22 17:40:56 +02:00
Raphael Michel d72a03c434 Allow to adjust ticket cache duration 2020-08-05 13:23:20 +02:00
pajowuandGitHub 6f694b60ca Add minimum postgres version to docs (#1738) 2020-07-31 09:24:43 +02:00
Raphael Michel cf76a2e24d Fix typo in docs 2020-07-28 09:23:44 +02:00
Raphael Michel d1eb4c4cce Add documentation on additional indices 2020-07-24 18:10:25 +02:00
Raphael Michel 779ec6c3f6 Metrics: Return accurate counts for less interesting models 2020-07-24 13:53:59 +02:00
Raphael Michel d975a68641 Allow to turn off CSP reporting 2020-06-15 15:12:09 +02:00
Raphael Michel 5c62f2b852 Fix documentation copy-and-paste error (danke @luto) 2020-04-29 10:52:13 +02:00
Benjamin HättaschandGitHub a37cd380c8 Fix sample service config (#1620) 2020-03-24 09:10:56 +01:00
Raphael MichelandGitHub af23d6e4bf Upgrade to Django 3.0 and other dependencies (#1568)
* Upgrade Django to 3.0 and other dependencies to recent versions

* Fix otp version contsraint

* Remove six dependency

* Resolve some warnings

* Fix failing tests

* Update django-countries

* Resolve all RemovedInDjango31Warnings in test suite

* Run isort

* Fix import

* Update PostgreSQL version on travis
2020-03-23 15:02:20 +01:00
gnomusandRaphael Michel 1ccf677ea2 Solve some Docker Setup scaling issues (#1561) 2020-01-24 14:14:36 +01:00
Raphael Michel 018d345008 Add trust-x-forwarded-proto settings 2019-12-14 13:37:44 +01:00
telegnomandRaphael Michel e381e50fbf missing dot in docker command (#1474) 2019-10-30 18:00:33 +01:00