Commit Graph

2694 Commits

Author SHA1 Message Date
Raphael Michel
10373838f1 Add a user settings form 2015-05-22 09:15:38 +02:00
Raphael Michel
2d83049181 Template caching settings has been inverted for some reason 2015-05-21 23:06:29 +02:00
Raphael Michel
c16ad60129 Throw away migration history. This is backwards incompatible!
Also, add an initial user in the first migration.
2015-05-21 21:16:39 +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
fbe9f5874d We need to run compress at docker startup time as it depends on
STATIC_URL :(
2015-05-20 18:28:54 +02:00
Raphael Michel
d658303da3 Try to make pretix compatible with SCRIPT_NAME
Remove unnecessary resolve() calls
2015-05-20 18:17:08 +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
262f69a499 Add dependencies for psycopg to Dockerfile 2015-05-18 17:02:27 +02:00
Raphael Michel
5a4952eb7f Add MySQL und Postgres drivers to the deployment 2015-05-18 16:47:14 +02:00
Raphael Michel
73a469485b Docker standalone: migrate before start 2015-05-18 16:28:55 +02:00
Raphael Michel
3fbd57add7 Temporary usage of our own static3 patch 2015-05-18 13:02:59 +02:00
Raphael Michel
73169b78b6 Further improve settings 2015-05-16 11:02:50 +02:00
Raphael Michel
f6e8b0ea37 Try to fix travis 2015-05-16 10:38:48 +02:00
Raphael Michel
00250d5c74 Travis was not compressing files 2015-05-16 10:17:34 +02:00
Raphael Michel
8b880e17fd Travis: Install node 2015-05-16 10:03:29 +02:00
Raphael Michel
95c3f28794 Use Makefile in travis 2015-05-16 09:54:06 +02:00
Raphael Michel
d9d0b7366b Do perform compression in tests 2015-05-16 09:52:47 +02:00
Raphael Michel
62b5d1c6eb Improved dockerfile, config file usage and documentation 2015-05-16 00:56:09 +02:00
Raphael Michel
2a6b1b7b56 Dockerfile now basically works 2015-05-15 23:10:22 +02:00
Raphael Michel
d1473b9958 Pin version requirements, add more tasks to makefile, specify python
version in manage.py shebang
2015-05-15 22:54:12 +02:00
Raphael Michel
59f8930785 First dockerfile attempt 2015-05-15 17:00:56 +02:00
Raphael Michel
c6bff238ba Serve static files 2015-05-12 21:48:41 +02:00
Raphael Michel
a3c0f061f4 Upgrade Django version 2015-05-12 20:38:37 +02:00
Raphael Michel
7a3051c22d Presale: Add a language switch to the UI 2015-05-08 21:59:08 +02:00
Raphael Michel
c5a7594943 Basic password recovery (#5) 2015-04-21 19:14:46 +02:00
Raphael Michel
c88822dada Fix a miscalculation 2015-04-19 18:40:31 +02:00
Raphael Michel
5b3b1bba32 Fix typo 2015-04-19 18:27:05 +02:00
Raphael Michel
8b88878b8d Add a plugin API for ticket outputs 2015-04-19 18:11:15 +02:00
Raphael Michel
d17bf6a874 Make plugin dependencies optional by allowing plugins to report errors 2015-04-19 17:35:42 +02:00
Raphael Michel
cd0986606c Add missing files 2015-04-19 13:14:31 +02:00
Raphael Michel
3f4027c573 Merge branch 'master' of github.com:pretix/pretix 2015-04-19 13:13:00 +02:00
Raphael Michel
462ff5c9ac Add tool for creating testdata 2015-04-19 13:12:30 +02:00
Raphael Michel
51b2201f3b Add basic sale statistics (closes #57) 2015-04-17 21:54:38 +02:00
Raphael Michel
747a9e55fd Remove unused imports 2015-04-16 20:00:10 +02:00
Raphael Michel
700270e7e7 Change default value of ticket_download to False 2015-04-16 19:54:45 +02:00
Raphael Michel
87c9dd9c82 Fix ticket download 2015-04-16 18:09:37 +02:00
Raphael Michel
09b24ce606 Implement ticket download dates (closes #15) 2015-04-16 18:05:25 +02:00
Raphael Michel
14c582d11e Enforce start and end time of presale (#15) 2015-04-16 17:41:41 +02:00
Raphael Michel
1532b3f1ee Stripe: Refund webhook implemented (#32) 2015-04-16 10:18:49 +02:00
Raphael Michel
d981998a40 Proper namespaces for plugin URLs 2015-04-16 09:35:18 +02:00
Raphael Michel
3c827be4b1 Improve handling of Stripe exceptions (closes #50) 2015-04-15 23:30:35 +02:00
Raphael Michel
90d6078f85 Add missing template 2015-04-15 10:31:46 +02:00
Raphael Michel
63954cbb13 Update german locale 2015-04-15 10:31:40 +02:00
Raphael Michel
42ecd9c5f9 Allow to change payment term (closes #10) 2015-04-14 18:00:00 +02:00
Raphael Michel
df524f31d5 Properly implement quota handling when receiving payments (closes #11) 2015-04-14 16:20:05 +02:00
Raphael Michel
2f7ab1957a Add some tests for bank CSV import 2015-04-12 20:33:45 +02:00