Commit Graph

25 Commits

Author SHA1 Message Date
Raphael Michel
d682b8121d Fixed saving boolean fields in SettingsForm 2016-07-31 20:42:29 +02:00
Raphael Michel
825b985f81 Fixed a problem with deleting files from the settings 2016-07-29 20:59:06 +02:00
Tobias Kunze
bfc721978d Fixed minor documentation errors and mistakes (#151) 2016-07-14 20:01:38 +02:00
Raphael Michel
09e5c43c55 Fixed #143 -- Password strength validation errors in the right place 2016-06-10 15:33:32 +02:00
Raphael Michel
e5edf53f00 Disable Chrome's autofill for various form fields 2016-06-06 23:07:49 +02:00
Raphael Michel
87b7685cf9 Fixed overwriting files in SettingsForm 2016-06-06 22:46:07 +02:00
Raphael Michel
e4b1cf8d6f Document setting storage and mail sending 2016-05-29 20:34:20 +02:00
Raphael Michel
ead7d8ed78 Improved and documented i18n and background tasks 2016-05-29 20:02:31 +02:00
Jason Estibeiro
e685f8e819 Added basic Django password validations and updated .gitignore (#136) 2016-05-11 13:38:31 +02:00
Raphael Michel
80200157e3 Fixed bug in last commit 2016-03-10 22:41:55 +01:00
Raphael Michel
3d7dccb8fb Fixed #115 -- Incorrect usage of storage API 2016-03-10 22:32:29 +01:00
Raphael Michel
d8ca0d527e Fixed #42 -- Configurable e-mail texts 2015-12-13 17:33:38 +01:00
Raphael Michel
58b85819bc Added logging for all basic operations 2015-12-12 22:53:11 +01:00
Raphael Michel
d133d2abff Removed CleanerVersion layer [backwards-incompatible!] 2015-12-12 13:08:33 +01:00
Raphael Michel
79ad8b40ed Added python3.5-style type annotations to pretix.base 2015-11-04 23:39:59 +01:00
Raphael Michel
2e9157cbef Removed unused imports 2015-10-05 11:24:00 +02:00
Raphael Michel
c47008cc18 Added password reset to control.auth 2015-10-04 13:52:08 +02:00
Raphael Michel
3282244d1b Use Django's storage API for media files 2015-09-29 16:05:17 +02:00
Raphael Michel
264c1e034f Used Django's token generator for passwort resets 2015-09-29 00:59:33 +02:00
Raphael Michel
7def097dcd Refs #96 -- Completely removed local users 2015-09-17 00:55:00 +02:00
Raphael Michel
21bbe3a8f2 Fixed unwanted deletion of files 2015-08-15 23:19:42 +02:00
Raphael Michel
30fd287aab Allowed settings to contain files 2015-08-15 22:55:27 +02:00
Raphael Michel
e828d711bd Used isort to order all import statements 2015-07-19 20:46:34 +02:00
Raphael Michel
1f08dfda5c Resolved flake8 warnings 2015-06-28 17:02:12 +02:00
Raphael Michel
11eb01a92b Added a settings change view for users in the frontend 2015-06-25 20:57:02 +02:00