Commit Graph

58 Commits

Author SHA1 Message Date
Raphael Michel
3fa0cfb077 Added multi-domain capabilities 2015-10-18 14:01:28 +02:00
Raphael Michel
f2a813fad0 Merge branch 'new-user-concept' 2015-09-17 22:47:56 +02:00
Raphael Michel
7def097dcd Refs #96 -- Completely removed local users 2015-09-17 00:55:00 +02:00
Raphael Michel
c4307d7808 Removed deprecated setting TEMPLATE_DEBUG 2015-09-17 00:42:28 +02:00
Raphael Michel
101f1c77e0 Refs #44 -- Added optional celery background queue for mails 2015-09-09 23:42:16 +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
691a06e855 Added a plugin for the coming pretixdroid application 2015-08-22 17:21:55 +02:00
Raphael Michel
e2606cb456 Fixed isort 2015-08-16 14:49:49 +02:00
Raphael Michel
22b4d514d6 Fixed #83 -- Added an informal German translation 2015-08-16 14:25:14 +02:00
Raphael Michel
d9085d37a6 Added basic statistics 2015-08-15 11:07:04 +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
cd9c048458 Refs #80 -- Default to DEBUG=True when using the development server 2015-07-20 10:50:34 +02:00
Raphael Michel
e828d711bd Used isort to order all import statements 2015-07-19 20:46:34 +02:00
Raphael Michel
478b900ab3 Fixed #46 -- Added a plugin to send out emails 2015-07-12 18:45:22 +02:00
Raphael Michel
235769ce4f Added the possibility to use Redis for quota locks 2015-06-30 17:29:34 +02:00
Raphael Michel
77905c596b Moved default SQLite database to DATA_DIR 2015-06-30 09:21:13 +02:00
Raphael Michel
9adb5c3e12 Added ADMINS setting 2015-06-29 19:53:35 +02:00
Raphael Michel
cfb8b24b4a Fixed collectstatic if the now possible static files in DATA_DIR do not
exist, also, we have to run collectstatic at startup time
2015-06-29 17:27:50 +02:00
Raphael Michel
0a5c2c9fcf Added DATA_DIR as a template and static file source 2015-06-29 15:16:45 +02:00
Raphael Michel
c4789fb9a4 Fixed #73 -- Add memcached configuration options 2015-06-23 19:57:34 +02:00
Raphael Michel
bfbc08a6ff Do not output all SQL queries 2015-06-15 18:45:15 +02:00
Raphael Michel
6c3df1e3f5 Move testdummy plugin to the test directory 2015-06-03 18:14:05 +02:00
Raphael Michel
fad8605aa7 Add unit tests for our mail API 2015-06-03 18:09:00 +02:00
Raphael Michel
fa12424b1b Configure logging 2015-06-03 16:13:55 +02:00
Raphael Michel
f68132f006 Fix data directory settings 2015-06-03 00:29:36 +02:00
Raphael Michel
cc057e8b96 Change URL configuration 2015-06-02 20:43:54 +02:00
Raphael Michel
ab88faec56 Remove Admin 2015-05-28 21:55:54 +02:00
Raphael Michel
2d83049181 Template caching settings has been inverted for some reason 2015-05-21 23:06:29 +02:00
Raphael Michel
bd59da6e25 Merge branch 'master' of github.com:pretix/pretix 2015-05-21 14:56:32 +02:00
Raphael Michel
79d3bf0b7d Do not use absolute URL for login redirection 2015-05-21 14:55:46 +02:00
Raphael Michel
18a83d7e38 Re-use official static3 package as 0.6.1 fixed the bug we found
Use own dj-static fork as long as our patch is in review
Remove setting for FORCE_SCRIPT_NAME
2015-05-20 10:22:45 +02:00
Raphael Michel
82bd843aa3 Fix a bug in database settings 2015-05-19 18:07:33 +02:00
Raphael Michel
f89fd9c3a2 Use the MySQL connector that is recommended by Django 2015-05-19 00:25:05 +02:00
Raphael Michel
aa7fcc1923 Use mysql-connector instead of MySQLdb 2015-05-18 21:28:03 +02:00
Raphael Michel
73169b78b6 Further improve settings 2015-05-16 11:02:50 +02:00
Raphael Michel
62b5d1c6eb Improved dockerfile, config file usage and documentation 2015-05-16 00:56:09 +02:00
Raphael Michel
c6bff238ba Serve static files 2015-05-12 21:48:41 +02:00
Raphael Michel
8b88878b8d Add a plugin API for ticket outputs 2015-04-19 18:11:15 +02:00
Raphael Michel
03df35bccd Data structures and form elements for internationalized data 2015-04-03 17:38:01 +02:00
Raphael Michel
9c94983bbc Send email on order payment (#27) 2015-04-01 10:42:27 +02:00
Raphael Michel
16244bd69c Send e-mails on order completion (#27) 2015-04-01 10:30:07 +02:00
Raphael Michel
f54515ba0a Provide a new API for plugins to add HTML to the <head> of the site 2015-03-15 23:50:30 +01:00
Raphael Michel
797c1f4205 Development time logging configuration 2015-03-15 17:34:00 +01:00
Raphael Michel
a67e09215b Add payment provider PayPal 2015-03-15 17:33:50 +01:00
Raphael Michel
7666d04580 django-debug-toolbar now supports Django 1.8. Yay! 2015-03-12 23:06:30 +01:00
Raphael Michel
4390ee0b07 Add a dummy Stripe plugin for testing purposes 2015-03-06 15:20:59 +01:00
Raphael Michel
386bd032cf First steps into a payment provider API 2015-03-04 13:58:25 +01:00
Raphael Michel
9f850f611c Django 1.8b1 is coming this week, we are ready.
We are, django-debug-toolbar isn't.
2015-02-18 22:08:30 +01:00