Commit Graph

136 Commits

Author SHA1 Message Date
Raphael Michel
7c3142995c Fixed a logic bug 2015-11-01 14:20:10 +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
5e5292f2c4 Fixed bug introduced in a2af3db 2015-10-21 18:02:56 +02:00
Raphael Michel
e11c61c1bb Fixed small bug in the checkoutflow module 2015-10-18 18:02:38 +02:00
Raphael Michel
3fa0cfb077 Added multi-domain capabilities 2015-10-18 14:01:28 +02:00
Raphael Michel
651d82c128 Removed a orphaned middot 2015-10-18 14:01:04 +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
Raphael Michel
264c1e034f Used Django's token generator for passwort resets 2015-09-29 00:59:33 +02:00
Raphael Michel
082e43321c Only show guest option on login page when ordering 2015-09-29 00:11:14 +02:00
Raphael Michel
07d1fdbcca Fixed a typo 2015-09-27 20:52:02 +02:00
Raphael Michel
f3e03deba4 Refactored cart actions into pretix.base.services 2015-09-27 20:51:14 +02:00
Raphael Michel
37e00b805e Fixed cart creation after guest login 2015-09-27 19:41:36 +02:00
Raphael Michel
4e11a13f14 Fixed three unit tests 2015-09-27 19:06:36 +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
371c67075c Added nicer message after order completion 2015-09-17 22:48:46 +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
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
f8bedfdec4 Fixed inconsistend price display 2015-08-14 20:34:47 +02:00
Raphael Michel
56961337ae Refs #85 -- Do not sell tickets that are marked as inactive 2015-08-13 11:58:47 +02:00
Raphael Michel
9e16ad3433 Added lightbox.js for product images 2015-07-26 00:10:27 +02:00
Raphael Michel
0cbf9aeec3 Added product pictures 2015-07-25 23:58:02 +02:00
Raphael Michel
8732e92cde Refs #80 -- Moved static files to a top-level directory 2015-07-20 11:19:43 +02:00
Raphael Michel
e828d711bd Used isort to order all import statements 2015-07-19 20:46:34 +02:00
Raphael Michel
d301bb55ba Fixed #77 -- Enabled and improved responsiveness 2015-06-30 19:19:41 +02:00
Raphael Michel
b1e0fbf75c Fixed a JavaScript syntax error 2015-06-29 21:09:52 +02:00
Raphael Michel
71b2564e51 Fixed bugs in the password recovery 2015-06-29 19:34:10 +02:00
Raphael Michel
e75a0e4856 Fixed an error in cart processing 2015-06-29 15:08:51 +02:00
Raphael Michel
44beb8e84a Fixed a logic bug 2015-06-29 14:42:07 +02:00
Raphael Michel
1f08dfda5c Resolved flake8 warnings 2015-06-28 17:02:12 +02:00
Raphael Michel
75b8d800ea Added tests for modifying and cancelling orders 2015-06-28 16:21:39 +02:00
Raphael Michel
1faee34c93 Added unit tests for the new account settings form 2015-06-26 15:52:11 +02:00
Raphael Michel
12c6dda4b5 Fixed a wrong site title 2015-06-26 15:33:47 +02:00
Raphael Michel
fbfdc65a84 Fixed redirect target after settings change 2015-06-26 09:28:41 +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
ae5eab628c Refs #74 -- Hide retry button if the ticket is sold out 2015-06-25 19:25:55 +02:00
Raphael Michel
f04c43abdc Refs #33 -- Added UI and Stripe support for retrying failed payments 2015-06-25 15:50:46 +02:00
Raphael Michel
fa642ddffe Refactored some code out of pretix.presale 2015-06-24 17:10:42 +02:00
Raphael Michel
6ee8201b72 Fixed "Back" buttons in checkout process 2015-06-23 10:08:32 +02:00
Raphael Michel
bef9e05e0b Added a payment provider for free products 2015-06-23 10:08:23 +02:00