Raphael Michel
581f3c3d58
Release 1.8.1
2017-11-25 19:07:42 +01:00
Raphael Michel
6600c430ab
[SECURITY] Respect session timeout in API
2017-11-25 19:06:46 +01:00
Raphael Michel
807eb2ea7f
[SECURITY] Fix handling of session timeouts
2017-11-25 19:06:03 +01:00
Raphael Michel
7dea6fc1b7
Bump version number
2017-10-07 20:38:12 +02:00
Raphael Michel
bd306e9400
Best-effort backwards compatibility of isolated cart IDs
2017-10-07 20:37:12 +02:00
Raphael Michel
3e686211e1
Update translations
2017-10-07 18:42:02 +02:00
Sanket Dasgupta
58938fc07c
Fix #531 -- Make placeholders replace in subject ( #594 )
...
Placeholders in subject were not being replaced because there was
no `.format()` called on the subject.
This commit creates a context dict that is used for both the body
and the subject. It is then replaced using `.format_map()`
Fixes https://github.com/pretix/pretix/issues/531
2017-10-07 18:16:13 +02:00
Raphael Michel
96dd4e02f3
Add tests for style generation and propagated settings
2017-10-07 18:13:06 +02:00
Raphael Michel
411c537438
UI for settings propagation
2017-10-07 18:13:06 +02:00
Raphael Michel
bbd112280a
Propagate setting and add organizer display settings page
2017-10-07 18:13:06 +02:00
Marvin Sipp
28d074366e
added organizer color field
2017-10-07 18:13:06 +02:00
Raphael Michel
1c96bc31d5
Re-calculate quotas for all events with recent logs
2017-10-06 11:43:08 +02:00
Raphael Michel
0030064f55
Form UX: Better label in sendmail form
2017-10-06 11:23:21 +02:00
Raphael Michel
4726f5c136
Fix i18n for confirm_text
2017-10-06 11:14:42 +02:00
Raphael Michel
c7fafedc51
Checkout UX: Pre-select payment provider if there is only one
2017-10-06 11:08:00 +02:00
Raphael Michel
3eeb70ae36
Form UX: Add more helpful placeholders
2017-10-06 11:05:24 +02:00
Raphael Michel
29b1a3dca3
Do not send navigation singals for authentication pages
2017-10-06 10:35:24 +02:00
Raphael Michel
6b7bdf8c4f
Item creation UX: Clearer placeholders, defaults
2017-10-05 10:47:46 +02:00
Raphael Michel
aad433a3bc
Welcome wizard UX: Use primary color for button
2017-10-05 10:32:14 +02:00
Raphael Michel
3f1bb56826
Event creation UX: Show clearer that the event is now created
2017-10-05 10:31:25 +02:00
Raphael Michel
b2b3add616
Form UX: Display units for more number inputs
2017-10-05 10:21:00 +02:00
Raphael Michel
2d484d4a8e
Event creation UX: Label changes
2017-10-05 10:20:00 +02:00
Raphael Michel
2f252f19c9
Form UX: Use splitted date/time widgets
2017-10-05 10:17:17 +02:00
Raphael Michel
a27f372785
Event creation UX: Pre-choose organizer if there is only one
2017-10-05 08:01:22 +02:00
Raphael Michel
f074e642ec
Display quotas in event list
2017-10-04 11:25:51 +02:00
Raphael Michel
217ed905d4
Contract columns in event list table
2017-10-04 10:12:46 +02:00
Raphael Michel
b920efc955
Add database cache for quotas
2017-10-04 09:45:37 +02:00
Raphael Michel
330fadbea9
Fix wrong execution order
2017-10-04 09:43:14 +02:00
Raphael Michel
50c595e3d6
Fix migration error (unique app configuragion keys)
2017-10-02 17:40:31 +02:00
Raphael Michel
26f258c6cf
Isolate cart sessions
2017-10-02 17:00:35 +02:00
Raphael Michel
f15a72e59d
Fix mail_text_download_reminder email preview
2017-10-02 15:44:32 +02:00
Raphael Michel
8accaae6b1
New signal: allow_ticket_download
2017-10-02 15:07:23 +02:00
Raphael Michel
d4259501af
Remove legacy ordering code
2017-10-02 14:59:01 +02:00
Jakob Schnell
fd5d5ae98e
Fix #628 -- Sorting of filtered order list ( #631 )
...
* fix sorting of filtered order list
fixes #628
* implement comments on pr
2017-10-02 14:55:02 +02:00
Raphael Michel
457901ff82
Fix flake8 error
2017-10-01 17:43:51 +02:00
Raphael Michel
e201be1c65
Clarify payment fee / shipping fee relation
2017-09-29 17:08:04 +02:00
Raphael Michel
acde14372d
PDF editor: Change default text
2017-09-29 17:01:13 +02:00
Raphael Michel
79988a2325
New signal order_fee_type_name
2017-09-29 16:54:27 +02:00
Raphael Michel
784f6e703c
CSP: Exclude PDF editor (just doesn't work in FF)
2017-09-28 18:44:12 +02:00
Raphael Michel
29b157f287
CSP: Add reporting endpoint
2017-09-28 18:43:45 +02:00
Raphael Michel
c030bd35ca
Make PDF ticket cover more extensible
2017-09-27 18:32:50 +02:00
Raphael Michel
06fe076ce2
Add request argument to pretix.control.signals.order_info
2017-09-27 18:19:47 +02:00
Raphael Michel
ae6cba067c
Fix issue created in 1f889be0
2017-09-27 14:40:15 +02:00
Raphael Michel
72ae19a95d
Update translation
2017-09-27 13:24:03 +02:00
Raphael Michel
1f889be07a
Refactor and add signal layout_text_variables
2017-09-27 13:15:18 +02:00
Raphael Michel
39061b659a
PDF Editor: More extensible implementation
2017-09-26 13:05:51 +02:00
Raphael Michel
d38f29ac7c
Add signal pretix.control.signals.order_info
2017-09-26 11:47:46 +02:00
Raphael Michel
1a8e67f4de
Allow clicking on typeahead results
2017-09-25 22:03:25 +02:00
Raphael Michel
8265c302ad
Fix missing required=False
2017-09-25 13:33:41 +02:00
Raphael Michel
110d7c6acf
Allow to enter a custom text that needs to be confirmed during checkout
2017-09-25 12:48:31 +02:00