Commit Graph

1693 Commits

Author SHA1 Message Date
Raphael Michel
79ad8b40ed Added python3.5-style type annotations to pretix.base 2015-11-04 23:39:59 +01:00
Raphael Michel
ecebe481d7 Rename "session" field to "cart_id" 2015-11-04 23:39:59 +01:00
Raphael Michel
232c42b265 Added an organizer overview page 2015-10-22 17:45:19 +02:00
Raphael Michel
0b4cae07c4 Splitted URL configuration for main and subdomains 2015-10-21 18:16:17 +02:00
Raphael Michel
3201afe64f Added some validation to the Event model 2015-10-21 16:39:28 +02:00
Raphael Michel
a2af3db771 Added the option of unlimited quotas 2015-10-21 16:31:58 +02:00
Raphael Michel
2fb90efa4d Fixed a wrong type annotation 2015-10-21 15:53:37 +02:00
Raphael Michel
6678539aa8 Used conditional expressions for quota calculation 2015-10-19 20:04:43 +02:00
Raphael Michel
1dfdf7e4f4 Re-organized models into multiple files 2015-10-19 18:26:48 +02:00
Raphael Michel
3fa0cfb077 Added multi-domain capabilities 2015-10-18 14:01:28 +02:00
Raphael Michel
d7d6e74c04 Generalized EventRelatedCache to ObjectRelatedCache 2015-10-18 14:01:04 +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
eb1c166c4e Removed long_description field 2015-10-05 23:43:21 +02:00
Raphael Michel
c4638a3402 Enabled asynchronous cart/order actions 2015-10-05 11:33:53 +02:00
Raphael Michel
4c6b292968 Refactored checkout steps 2015-10-05 11:24:00 +02:00
Raphael Michel
2e9157cbef Removed unused imports 2015-10-05 11:24:00 +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
Jonas Große Sundrup
0d49e69ac5 improved top-to-bottom-adhoc-readability 2015-10-02 12:28:28 +02:00
Raphael Michel
7fc56b77db Fixed #98 -- Handle deletion of cached files 2015-09-29 16:46:45 +02:00
Raphael Michel
8b2787b9c0 Fixed a TypeError introduced in 1f28585 2015-09-29 16:18:18 +02:00
Raphael Michel
3282244d1b Use Django's storage API for media files 2015-09-29 16:05:17 +02:00
Raphael Michel
1f28585dfb Ensure the number of decimal places of payment fees 2015-09-29 15:34:21 +02:00
Raphael Michel
264c1e034f Used Django's token generator for passwort resets 2015-09-29 00:59:33 +02:00
Raphael Michel
44602004db Moved check for active presale period up 2015-09-28 23:49:48 +02:00
Raphael Michel
c1318d5f28 Delete unavailable items from cart 2015-09-28 23:44:16 +02:00
Raphael Michel
28437771cf Moved locking out of the model layer 2015-09-28 23:30:25 +02:00
Raphael Michel
9fe133402d Removed duplicate import 2015-09-28 23:17:28 +02:00
Raphael Michel
16207cf2c4 Fixed wrong type annotations 2015-09-28 23:15:24 +02:00
Raphael Michel
1c89fec808 Fixed import sorting 2015-09-28 23:11:46 +02:00
Raphael Michel
72ecfea622 Fixed and improved locking implementations 2015-09-28 22:59:28 +02:00
Raphael Michel
f3e03deba4 Refactored cart actions into pretix.base.services 2015-09-27 20:51:14 +02:00
Raphael Michel
c8830cc880 Added custom error pages 2015-09-17 23:44:07 +02:00
Raphael Michel
9d625198bd Refs #96 -- Allow anonymous orders 2015-09-17 22:45:57 +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
e49c336675 Fixed field type of CachedTicket.order 2015-09-16 11:41:48 +02:00
Raphael Michel
81d442c9eb Ran isort 2015-09-16 11:34:44 +02:00
Raphael Michel
1a463dd5b1 Refs #44 -- Added background queue support for ticket output 2015-09-16 11:18:18 +02:00
Raphael Michel
9ecd16c19c Refs #44 -- Added background queue support for file export 2015-09-15 22:56:02 +02:00
Raphael Michel
2f0bb5f39f Fixed import structure because testing was broken 2015-09-09 23:56:34 +02:00
Raphael Michel
101f1c77e0 Refs #44 -- Added optional celery background queue for mails 2015-09-09 23:42:16 +02:00
Raphael Michel
181f1fe36d Removed Python 3.3 polyfill (we already dropped support) 2015-09-09 17:53:10 +02:00
Raphael Michel
7b179f3ea5 Fixed broken grouping 2015-09-09 10:56:41 +02:00
Raphael Michel
79410cdb0d Added payment method fees to order overview 2015-09-09 10:34:36 +02:00
Raphael Michel
1b65d3cfaf Added PDF exporter for the order overview 2015-09-08 23:45:29 +02:00
Raphael Michel
2a3a3e1c3d Merge branch 'master' of github.com:pretix/pretix 2015-09-08 20:51:55 +02:00
Raphael Michel
4bd8945432 Added a few more tests 2015-08-28 18:16:11 +02:00