Raphael Michel
45b960b97c
Use django-statici18n in production
2016-11-09 19:08:51 +01:00
Raphael Michel
d7719d0bc7
2FA: Login via U2F
2016-10-09 12:59:43 +02:00
Raphael Michel
aecf263de7
2FA: Registraion of U2F devices
2016-10-09 12:59:43 +02:00
Raphael Michel
2f24af824e
2FA: Support for adding TOTP-based devices
2016-10-09 12:59:43 +02:00
Tobias Kunze
689f78d03b
Fix incompatibility with sqlparse and debug-toolbar
...
Thanks to @flaviabastos for reporting this in #259 .
I think the issue is solved by higher versions of sqlparse in general,
but without further testing, version pinning is probably the safest
option.
2016-10-04 21:37:52 +02:00
Raphael Michel
c9fd629eba
Pin version of pycparser due to bug
2016-10-03 10:53:17 +02:00
Raphael Michel
b6a34975a9
py.test: rerun and print warnings by default
2016-09-27 11:06:58 +02:00
Raphael Michel
efc6b6e480
Resolved various warnings, upgrade bootstrap3
2016-09-27 10:50:13 +02:00
Raphael Michel
965428e422
Django 1.10: New-style middlewares
2016-09-27 10:00:03 +02:00
Raphael Michel
1bf459c193
Upgrade Django to 1.10
2016-09-26 19:21:18 +02:00
Raphael Michel
1faacef9d4
Always process tasks through celery ( #245 )
2016-09-21 10:38:31 +02:00
Raphael Michel
68e51c0f74
Added pytest-rerunfailures
2016-09-16 00:03:42 +02:00
Raphael Michel
dae5d859db
Banktransfer: Big import refactoring
2016-09-08 20:43:05 +02:00
Raphael Michel
090d25aba0
Added examples to i18n documentation, run doctests
2016-09-01 12:36:28 +02:00
Raphael Michel
42b9559b6f
Removed selenium as a test dependency
2016-08-14 17:20:33 +02:00
FlaviaBastos
04ab016d91
Fix #51 -- Allow rich text in product and category descriptions
...
* Allow rich text in product descriptions
#51
* Allow rich text in category descriptions, update requirements to support fix.
#51
* Change line break (aesthetic only)
#51
* Add markdown to requirements. Update authors file
2016-08-05 23:53:41 +02:00
Raphael Michel
d32c1bd9c8
Added runtime SASS compliation and color settings
2016-07-29 20:15:13 +02:00
Raphael Michel
f9cd4f02d3
Workaround to django-debug-toolbar#852
2016-07-20 18:29:25 +02:00
Raphael Michel
1bfe2d4525
Fixed double requirement
2016-05-09 11:44:18 +02:00
Raphael Michel
b6fcf91517
Changed to use a custom celery as well
2016-05-09 11:40:06 +02:00
Raphael Michel
f999b9ffd9
Updated standalone docker file and install guide
2016-05-09 11:11:25 +02:00
Raphael Michel
55013cf2bb
Fixed error in requirements file
2016-05-04 18:50:34 +02:00
Raphael Michel
8c40f02cec
Downgrade mt-940, see WoLpH/mt940#23
2016-05-04 18:40:03 +02:00
Raphael Michel
499cf6c5c8
Fixed flake8 problems
2016-05-04 18:35:33 +02:00
Raphael Michel
fdff5e7a98
Switched from LESS to SASS
2016-03-31 20:08:27 +02:00
Raphael Michel
ced7302b81
Get rid of our own dj-static fork
2016-02-16 16:43:12 +01:00
Raphael Michel
b0fa089561
Fixed dependency declaration in setup.py, upgraded django-compressor
2016-02-16 16:33:23 +01:00
Raphael Michel
cd0c840825
Django 1.9 requires django-compressor@develop
2015-12-12 23:32:01 +01:00
Raphael Michel
493b80a481
Updated Django to 1.9, django-bootstrap3 to 6.2 and reportlab to 3.2
2015-12-12 13:21:24 +01:00
Raphael Michel
d133d2abff
Removed CleanerVersion layer [backwards-incompatible!]
2015-12-12 13:08:33 +01:00
Raphael Michel
79ad8b40ed
Added python3.5-style type annotations to pretix.base
2015-11-04 23:39:59 +01:00
Raphael Michel
f7011abfd4
Re-structured requirements files
2015-10-18 19:47:16 +02:00
Raphael Michel
705d8bd931
A better MT940 has become available on PyPI
2015-10-18 19:05:21 +02:00
Raphael Michel
ae4d102288
Added tests for the checkoutflow module
2015-10-18 18:02:52 +02:00
Raphael Michel
2d629c6a03
Removed -e from requirements
2015-09-26 19:08:39 +02:00
Raphael Michel
c268da02a2
Simplified the locking procedure
2015-09-16 16:03:17 +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
b55b02f4b8
Banktransfer: Added experimental HBCI support
2015-08-20 21:53:10 +02:00
Raphael Michel
0cbf9aeec3
Added product pictures
2015-07-25 23:58:02 +02:00
Raphael Michel
e828d711bd
Used isort to order all import statements
2015-07-19 20:46:34 +02:00
Raphael Michel
235769ce4f
Added the possibility to use Redis for quota locks
2015-06-30 17:29:34 +02:00
Raphael Michel
76d93d8592
Bypass in CleanerVersion
2015-06-29 20:51:45 +02:00
Raphael Michel
c1db8c4ebc
Update dependencies
2015-06-29 17:44:14 +02:00
Raphael Michel
c4789fb9a4
Fixed #73 -- Add memcached configuration options
2015-06-23 19:57:34 +02:00
Raphael Michel
72ee9bffed
Upgrade to Django 1.8.2
2015-06-03 00:16:13 +02:00
Raphael Michel
4286edfee3
Use py.test for testing
2015-06-02 13:26:04 +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
f89fd9c3a2
Use the MySQL connector that is recommended by Django
2015-05-19 00:25:05 +02:00
Raphael Michel
5a4952eb7f
Add MySQL und Postgres drivers to the deployment
2015-05-18 16:47:14 +02:00