Commit Graph
751 Commits
Author SHA1 Message Date
Raphael Michel d5feeb77d1 Fixed #5 -- Added a spam protection feature to password resets 2016-02-22 22:10:25 +01:00
Raphael Michel e29f19e96b Fixed #29 -- "Shop is live" flag 2016-02-22 21:53:08 +01:00
Raphael Michel 28c8cd8461 Show quotas on dashboard 2016-02-22 20:51:06 +01:00
Raphael Michel 4f35a16787 Event dashboard with a flat design and plugin hooks 2016-02-22 16:14:01 +01:00
Raphael Michel 0fd519df4d Catch RelatedObjectDoesNotExist error 2016-02-22 13:55:06 +01:00
Raphael Michel 14e5134890 Added invoice addresses 2016-02-22 13:49:15 +01:00
Raphael Michel f86fe99acb Fixed noscript variant of voucher redemption 2016-02-20 16:03:36 +01:00
Raphael Michel edba7984cd Only load Stripe.js if necessary 2016-02-20 16:03:05 +01:00
Raphael Michel 682ca6d149 Fixed wrong ModelChoiceField queryset in voucher form 2016-02-19 15:46:45 +01:00
Raphael Michel ee57fe8310 Added favicon 2016-02-19 15:26:54 +01:00
Raphael Michel ac8e13ff53 Set X-Frame-Options to DENY 2016-02-19 14:35:30 +01:00
Raphael Michel 46f06b43ec Update translations 2016-02-18 14:51:50 +01:00
Raphael Michel cc0dcb87ab Fixed a broken test 2016-02-18 12:58:03 +01:00
Raphael Michel f81dd0e24a Increase conn_maxage if not on sqlite 2016-02-18 12:53:40 +01:00
Raphael Michel 3c39eb2ee0 Djdt only if DEBUG 2016-02-17 17:49:35 +01:00
Raphael Michel 004ff55495 Staticfile fix 2016-02-17 17:13:59 +01:00
Raphael Michel 560132072d Make compression dependent on runserver, not on DEBUG 2016-02-17 17:08:23 +01:00
Raphael Michel 2083d95058 Added own show_toolbar plugin 2016-02-17 16:57:09 +01:00
Raphael Michel 505baf1ecb Fixed packaging error, added things to gitignore 2016-02-17 15:59:33 +01:00
Raphael Michel 3c62ea5878 Fixed broken reference to Versionable 2016-02-17 13:16:32 +01:00
Raphael Michel 72e66806a6 Handle Resolver404 exception in context processors 2016-02-17 10:38:43 +01:00
Raphael Michel ba678de43a Plugin URL hooks for maindomain/subdomain 2016-02-16 20:50:39 +01:00
Raphael Michel 88d91f8db7 Allow plugins to register via setuptools, allow for invisible plugins 2016-02-16 20:40:35 +01:00
Raphael Michel c4df20c827 Added names to gitignore 2016-02-16 20:23:02 +01:00
Raphael Michel 3db4d32940 Compile messages at build time 2016-02-16 16:48:42 +01:00
Raphael Michel ffba6f93de Added banktransfer requirements to setup.py 2016-02-16 16:46:08 +01:00
Raphael Michel ced7302b81 Get rid of our own dj-static fork 2016-02-16 16:43:12 +01:00
Raphael Michel f503d3f3f5 Move static files out of pretix again, compile on setuptools build 2016-02-16 16:42:02 +01:00
Raphael Michel abe89039e4 Allow to call manage.py as python -m pretix 2016-02-16 16:36:11 +01:00
Raphael Michel b0fa089561 Fixed dependency declaration in setup.py, upgraded django-compressor 2016-02-16 16:33:23 +01:00
Raphael Michel bbcfb62d27 Really exclude tests from python packages 2016-02-16 16:22:12 +01:00
Raphael Michel c930829510 Got rid of all submodules 2016-02-16 16:17:04 +01:00
Raphael Michel d4b3c9717c Move staticfiles and locale inside the package 2016-02-16 16:08:37 +01:00
Raphael Michel b36314b909 Fixed dangerous bug in connection handling 2016-02-12 09:33:48 +01:00
Raphael Michel 640fc5f230 Item.tax_rate should not be nullable 2016-02-11 18:19:20 +01:00
Raphael Michel febf352159 Fixed #120 -- Explicitly sotre tax values 2016-02-11 17:39:20 +01:00
Raphael Michel 0741c00133 Fixed #119 -- Explicitly set decimal rounding mode 2016-02-11 17:27:29 +01:00
Raphael Michel 417539d101 Resend link option for admin 2016-02-11 17:22:20 +01:00
Raphael Michel 6b25dea7b0 Don't show delete page in control panel if deletion is impossible 2016-02-11 16:58:23 +01:00
Raphael Michel fe6bcd2e9e Fixed broken database transaction grouping 2016-02-11 16:58:02 +01:00
Raphael Michel f18a180ae4 Added voucher redemption 2016-02-11 16:41:22 +01:00
Raphael Michel bcde964ea3 Added voucher control UI to permission test cases 2016-02-09 12:25:05 +01:00
Raphael Michel 6e22149a21 UI for creating and chacnging vouchers 2016-02-09 11:47:16 +01:00
Raphael Michel 27ef34754c Fixed a bug in order confirmations 2016-02-09 10:56:57 +01:00
Raphael Michel 7a9930954c Added voucher data model [backwards incompatible] 2016-02-09 10:42:35 +01:00
Raphael Michel 55a501cb93 Refs #118 -- Asynchronous cart position removal 2016-01-13 11:51:25 +01:00
Raphael Michel dc0852f54f Made event an optional parameter of mail_send 2015-12-13 18:20:16 +01:00
Raphael Michel 72853b4a94 Fixed a test broken in 7e69d8e 2015-12-13 18:03:38 +01:00
Raphael Michel a114aa11f4 Fixed #45: Custom SMTP server 2015-12-13 17:56:35 +01:00
Raphael Michel 7e69d8ea10 Moved sender and prefix settings to mail page 2015-12-13 17:36:36 +01:00