Tim Freund
a68686cb06
Docs: Fix link to the Celery configuration documentation ( #771 )
2018-02-18 17:39:51 +01:00
Tim Freund
ba8cf3e01e
Replace PREFIX_CONFIG_FILE with PRETIX_CONFIG_FILE ( #769 )
...
The code looks for PRETIX_CONFIG_FILE in src/pretix/settings.py.
This change updates the documentation to match.
2018-02-18 17:39:34 +01:00
Raphael Michel
f0a1397eea
Fix line in docker service file
2017-12-14 18:05:18 +01:00
Jakob Schnell
9ab39904e8
Implement automatic spell-check for docs ( #688 )
...
* [WIP] Implement automatic spell-check for docs
fixes #663
The only thing unclear to me so far is how the output of `make spelling`
should be checked - is there a possibility to check for a file (i.e.
`_build/spelling/output.txt`) to be empty, and report a failed build
otherwise?
* fix typo in requirements.txt
* add enchant library
* travis should report errors, order spelling wordlist
* change travis.yml to easier troubleshoot build issues
* fixed more typos, added more words
* add more words, fix more typos
* added more words
* added more words
* revert changes to .travis.yml
2017-12-11 11:41:59 +01:00
Raphael Michel
98a58779ad
Consistent markdown parsing, docs on markdown and display settings
2017-12-03 15:19:15 +01:00
ari-s
a08cb3b8e4
fix "typo" Referrer-Options -> Referrer-Options ( #685 )
...
this header was probably meant - at least it's the one that's actually used in the wild.
2017-11-20 08:29:23 +01:00
Tobias Kunze
98aa70c9ce
Remove minor typos in documentation ( #673 )
2017-11-05 12:54:05 +01:00
Raphael Michel
2f15d410fe
Add optional timeouts for backend sessions
2017-09-04 19:50:32 +02:00
Raphael Michel
56338be13e
Tax rules and reverse charge ( #559 )
...
Tax rules and reverse charge
2017-08-23 13:13:16 +03:00
Raphael Michel
326304db54
Fix #583 -- Wrongly documented option
2017-07-31 23:00:48 +02:00
Sanket Dasgupta
678d510e29
config.rst: Include environment variable in list of paths ( #539 )
...
Closes https://github.com/pretix/pretix/issues/528
2017-07-03 12:52:36 +02:00
Raphael Michel
4b12678fa4
Various docs improvements
2017-06-19 12:01:00 +02:00
Leah Oswald
5cea3d824a
Fix some typos in the backup and monitoring documentation ( #506 )
...
* fix missing word typo in backup and monitoring documentation
* fix another typo in backup and monitoring documentation
2017-05-24 13:40:12 +02:00
Raphael Michel
bb75be7e8e
Update docs and version number
2017-04-17 15:19:45 +02:00
Raphael Michel
3f76be2287
Fix docker plugin installation documentation
2017-04-17 13:27:49 +02:00
BenBE
602947a3d7
Add more security headers ( #458 )
...
* Include some missing security headers
This change adds the following security headers:
* X-Content-Type-Options to prevent content type sniffing
* Referrer-Policy to prevent leaking referrer information when navigating away from the instance
* Migrate from Docker sample to manual configuration
Migrate the additional security headers from the Docker configuration sample to the manual configuration guide.
2017-04-06 17:30:26 +02:00
Raphael Michel
8dacbe0fc6
Add docs for metrics and FakeRedis.pipeline
2017-03-27 23:07:33 +02:00
Raphael Michel
455b0f2015
Add documentation on backups and monitoring
2017-03-25 22:54:39 +01:00
Raphael Michel
767e3ac659
Docker: Use stable version in docs
2017-02-26 11:32:23 +01:00
Raphael Michel
08e7a29623
MySQL Galera workaround ( #416 )
2017-02-22 16:59:23 +01:00
Ahrdie
6de44aee02
Small Typo correction ( #404 )
2017-02-06 22:04:12 +01:00
Marc-Pascal Clement
43facbecda
Fix path in cronjob of smallscale deployment guide ( #401 )
2017-02-04 14:10:41 +01:00
Raphael Michel
0dfca824e2
Fix install docs, thanks @buenaventure
2017-02-04 14:09:04 +01:00
Raphael Michel
3c75072868
Fix manual install docs and improve nginx config
2017-02-03 15:01:47 +01:00
Raphael Michel
8e09aa9b54
Remove redundant sudo in docs
2017-02-03 14:48:56 +01:00
Lukas Martini
d6503e3e48
Correct wrong module name for Postgres in example configs ( #394 )
2017-01-26 09:18:56 +01:00
Raphael Michel
559864dd01
Fix errors in install documentation
2017-01-14 13:31:37 +01:00
Raphael Michel
e6a6043a7a
Fix docs typo
2017-01-09 20:19:13 +01:00
Raphael Michel
f6d8b825d5
Add plugin installation docs and rebuild command
2017-01-04 23:33:07 +01:00
Raphael Michel
67de7150e5
Built-in support for sentry
2017-01-04 21:04:47 +01:00
Raphael Michel
3c96e631da
Change recommended redis socket path to avoid systemd problems
2016-12-08 12:38:21 +01:00
Raphael Michel
f8b38dca82
Fix #110 -- Turn off process-local cache
2016-11-29 17:19:05 +01:00
Nicole Klünder
444678ce6b
fix typo in docs
2016-11-28 18:06:32 +01:00
Raphael Michel
6c2ecd153c
Fixed a bug in the config documentation
2016-11-27 15:30:04 +01:00
Tobias Kunze
f13965da92
Consistently refer to 'pip3'. Closes #318 .
2016-11-26 13:10:30 +01:00
Raphael Michel
9ca8e26551
Fix typo in documentation
2016-11-26 12:13:40 +01:00
Jonas Große Sundrup
d3327b1e45
Add basic instrumentation possibilities to pretix ( #271 )
...
* add basic instrumentation possibilities to pretix
* make tabs to spaces
* apply flake8
* implement upstreams suggestions, round 1
* adjust naming of redis-connection
* address noredis
* add view for metrics
* implement HTTP basic auth in front of metrics-endpoint
* rename labelset
* make flake8-clean
* implement upstreams suggestions, round 2
* correct minor slipups
* fix missing return
* let isort add an empty line
* implement test for counter
* implement upstream suggestions, round 3
* correct typo
* implement first test for view
* finish view-test
* fix deprecated keyword
* implement upstream-suggestions, round 4
* implement test for gauge
* test exceptions as well
* add db-decorator
2016-11-20 14:46:45 +01:00
Raphael Michel
831d06993e
Removed references to obsolete celery.txt
2016-09-21 10:49:16 +02:00
Raphael Michel
515e9e574d
Removed docker from non-docker docs
2016-09-20 17:03:02 +02:00
Raphael Michel
221ce9f0ae
Added configuration options for some secret lengths
2016-08-03 00:18:04 +02:00
Raphael Michel
b0d3f0926a
Added guide for manual installation
2016-07-31 15:43:17 +02:00
Raphael Michel
d32c1bd9c8
Added runtime SASS compliation and color settings
2016-07-29 20:15:13 +02:00
Tobias Kunze
bfc721978d
Fixed minor documentation errors and mistakes ( #151 )
2016-07-14 20:01:38 +02:00
Raphael Michel
a7647d8de2
Allow to disable login/password reset
2016-06-06 23:07:49 +02:00
Raphael Michel
f999b9ffd9
Updated standalone docker file and install guide
2016-05-09 11:11:25 +02:00
Raphael Michel
e2febb2979
Removed less from documentation
2016-05-08 12:37:02 +02:00
Raphael Michel
1011893543
Fixed #107 and fixed #125 -- Periodic cleanup tasks
2016-03-26 19:10:31 +01:00
Raphael Michel
6c9e8ae3a7
Fixed cookie domain behaviour
2015-11-09 21:13:02 +01:00
Raphael Michel
6e46b6fddb
Updated requirements documentation
2015-10-18 19:54:57 +02:00
Raphael Michel
3fa0cfb077
Added multi-domain capabilities
2015-10-18 14:01:28 +02:00