Commit Graph
103 Commits
Author SHA1 Message Date
Raphael Michel 2b15493e03 Fixed user dashboard for events without start/end date 2016-02-23 09:45:14 +01:00
Raphael Michel 1014e3f0f4 Added a personal dashboard 2016-02-23 09:30:50 +01:00
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 88d91f8db7 Allow plugins to register via setuptools, allow for invisible plugins 2016-02-16 20:40:35 +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 f18a180ae4 Added voucher redemption 2016-02-11 16:41:22 +01:00
Raphael Michel 6e22149a21 UI for creating and chacnging vouchers 2016-02-09 11:47:16 +01:00
Raphael Michel a114aa11f4 Fixed #45: Custom SMTP server 2015-12-13 17:56:35 +01:00
Raphael Michel d8ca0d527e Fixed #42 -- Configurable e-mail texts 2015-12-13 17:33:38 +01:00
Raphael Michel 1e72c58219 Code style fix 2015-12-13 15:11:50 +01:00
Raphael Michel f748752391 Removed multi-dimensional item variations [backwards-incompatible] 2015-12-13 15:03:56 +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 4a1122a862 Fixed #108 -- Removed the restrictions system 2015-12-06 17:49:02 +01:00
Raphael Michel 3b0e72440a Fixed small b ugs in the order view 2015-10-19 15:34:55 +02:00
Raphael Michel 80235fce26 Added tests for (and improved) download in control panel 2015-10-19 00:16:48 +02:00
Raphael Michel fe5a5e54aa Improved a HTTP 405 response 2015-10-18 23:48:53 +02:00
Raphael Michel 8dec1abf12 Fixed and simplified PDF exports 2015-10-11 19:50:08 +02:00
Raphael Michel 974c5cee79 Moved property to the inside of items 2015-10-08 12:45:19 +02:00
Raphael Michel e6767afbd1 Moved question<>item relation to the question side
Cleared migration history
2015-10-06 00:00:38 +02:00
Raphael Michel 93d027cec6 Make all orders "guest orders" 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 28437771cf Moved locking out of the model layer 2015-09-28 23:30:25 +02:00
Raphael Michel 8e965bcd6d Fixed redirections and errors 2015-09-17 23:54:22 +02:00
Raphael Michel c8830cc880 Added custom error pages 2015-09-17 23:44:07 +02:00
Raphael Michel 7def097dcd Refs #96 -- Completely removed local users 2015-09-17 00:55:00 +02:00
Raphael Michel c268da02a2 Simplified the locking procedure 2015-09-16 16:03:17 +02:00
Raphael Michel 0680f940a6 Fixed ticket download in control panel 2015-09-16 11:57:13 +02:00
Raphael Michel 9ecd16c19c Refs #44 -- Added background queue support for file export 2015-09-15 22:56:02 +02:00
Raphael Michel 1b65d3cfaf Added PDF exporter for the order overview 2015-09-08 23:45:29 +02:00
Raphael Michel 6279540372 Added a default set of active plugins 2015-09-08 21:12:56 +02:00
Raphael Michel 30fd287aab Allowed settings to contain files 2015-08-15 22:55:27 +02:00
Raphael Michel 66bc5c4432 Added ticket download option to the admin page 2015-08-15 18:37:10 +02:00
Raphael Michel c928864477 Added a basic framework for data exporters 2015-08-14 22:44:07 +02:00
Raphael Michel 63928ab557 Fixed item deletion to also respect deleted orders (which should not
exist)
2015-08-13 18:32:33 +02:00
Raphael Michel 478d6af248 Fixed #87 -- Added deletion of products 2015-08-13 18:27:19 +02:00
Raphael Michel e828d711bd Used isort to order all import statements 2015-07-19 20:46:34 +02:00
Raphael Michel cb9ae9cc81 Added filtering by item to the product list 2015-07-19 20:32:15 +02:00
Raphael Michel ca870e02bd Refs #79 -- Toggle between number and money in order overview 2015-07-19 13:16:36 +02:00
Raphael Michel 89bad60621 Changed OrderGo to accept order codes prepended with the event slug 2015-07-14 20:01:13 +02:00
Unicorn-rzl 63b7d714e0 Show the correct number of paid items
In the order overview the total of "paid orders" is the same as the total number of "ordered items". By using the right variable, we can easily fix that ;)
2015-07-10 21:51:04 +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
Raphael Michel 76b0189972 Fixed a versioning bug in the property editor 2015-06-23 21:18:04 +02:00
Raphael Michel b7cbf55db4 Added filters to the list of orders 2015-06-23 19:17:09 +02:00
Raphael Michel bef9e05e0b Added a payment provider for free products 2015-06-23 10:08:23 +02:00