Raphael Michel
ae6ad8870d
Fix order view in test cases
2017-04-11 14:25:13 +02:00
Raphael Michel
07fed0acce
Use async actions for order export
2017-04-11 12:12:40 +02:00
Raphael Michel
03d8cfb401
Cosmetic changes to locale change form
2017-04-11 10:54:12 +02:00
Jahongir
ccb981e6ce
Issue #449 : Display and change order locale ( #459 )
...
* Add more security headers (#458 )
* Include some missing security headers
This change adds the following security headers:
* X-Content-Type-Options to prevent content type sniffing
* Referrer-Policy to prevent leaking referrer information when navigating away from the instance
* Migrate from Docker sample to manual configuration
Migrate the additional security headers from the Docker configuration sample to the manual configuration guide.
Add DS_Store to gitingore
* Show order locale in order details
* Add OrderLocaleChange view and OrderLocaleForm
Refactor OrderLocaleForm. Add test
2017-04-11 10:45:46 +02:00
Raphael Michel
984d5c716b
Integrate hierarkey package ( #460 )
2017-04-10 18:11:21 +02:00
Jan Felix Wiebe
6cd2674f2a
Switched checkbox order ( #461 )
...
The boxes vor adding and editing vouchers were switched for new users.
2017-04-10 10:25:21 +02:00
Raphael Michel
5048963aa2
Fix trailing whitespace
2017-04-06 15:04:31 +02:00
morrme
8d16e2b59b
Fix #444 -- Add alternative text to the top-right navigation ( #457 )
...
* Update base.html
* Update base.html
* Update signals.py
2017-04-06 14:13:12 +02:00
Raphael Michel
4919f8991c
Automatic update checks ( #434 )
...
* Basic update checks
* Fix issues pointed out by @rixx
* First test
* Add tests
* Even more tests
2017-04-01 15:34:34 +02:00
Raphael Michel
867a8132aa
Add error messages to forms
2017-04-01 15:23:11 +02:00
Raphael Michel
80bd8d2039
Fix TypeError introduced in 9dacea11
2017-03-31 11:49:25 +02:00
Raphael Michel
7267496367
Fix small UI glitches
2017-03-31 11:11:40 +02:00
Raphael Michel
9dacea11dd
Improve wording
2017-03-31 09:54:07 +02:00
Raphael Michel
4514bd7e53
Add metrics for view/task time
2017-03-25 21:38:42 +01:00
Raphael Michel
69faab01b2
Add constraint for a maximum number of a ticket per order
2017-03-24 17:11:48 +01:00
Raphael Michel
ea70b5fa46
Remove double negative
2017-03-24 15:44:23 +01:00
jlwt90
af3e811f94
Fix #428 -- Timezone handling on event creation/update ( #432 )
...
* add event timezone during event creation
* add timezone handling in EventUpdate
* added event creation test cases & form cleaning bug fix
2017-03-13 16:44:05 +01:00
Raphael Michel
811c498080
Fix typo
2017-03-12 23:09:11 +01:00
Raphael Michel
e6d58b3b0d
Show warnings about development mode and DEBUG mode
2017-03-12 23:03:03 +01:00
Raphael Michel
b7dc671028
Move global settings to a distinct URL
2017-03-12 20:17:55 +01:00
Raphael Michel
8418eb2c6b
Add basic tests for event creation
2017-03-12 17:23:39 +01:00
Raphael Michel
96c61a073c
Fix wrong email subject
2017-03-11 20:03:10 +01:00
Raphael Michel
cbf735487f
Improved merging of CSP headers
2017-03-07 21:48:59 +01:00
Tobias Kunze
a10090b1fb
Set autofocus on search/filter field ( #427 )
2017-03-06 14:19:14 +01:00
jlwt90
1baac6bb21
add voucher code in success message ( #426 )
...
* add voucher code in success message
* change voucher message
2017-03-05 09:32:56 +01:00
Raphael Michel
8b7d2314b8
Use django-i18nfield library ( #418 )
2017-02-27 21:16:28 +01:00
Raphael Michel
8e4b71eb19
Display a small pretix logo next to changes performed by superusers
2017-02-23 20:36:19 +01:00
Raphael Michel
ed04f3124f
Introduce a setting to show net prices ( #415 )
...
* Introduce a setting to show net prices in the frontend
* Show net prices in the backend as well
2017-02-22 16:59:54 +01:00
Raphael Michel
33e7a10bea
Fix editing organizers (now for real)
2017-02-20 16:46:48 +01:00
Raphael Michel
124c3a99e6
Fix possible TypeError
2017-02-20 15:11:03 +01:00
Raphael Michel
7c687ee397
Fix dashboard widgets to show correct waiting list numbers
2017-02-17 09:45:05 +01:00
Raphael Michel
c4bf73c8d6
Refs #340 -- Allow order changes for paid orders if they don't change the total
2017-02-15 18:42:46 +01:00
Tobias Kunze
9b7223c0e8
Enforce a sane last payment date ( #412 )
2017-02-15 16:37:10 +01:00
Raphael Michel
8310597944
Waitinglist: Improve waitinglist and logging
2017-02-10 11:19:22 +01:00
Adam K. Sumner
8661bfe4a4
Fix #386 -- Allow to copy products ( #396 )
...
* add copy item info functionality
* fix formatting
* Revert "fix formatting"
This reverts commit 779bd79e8b1364bf244904c4b857443d3341fb93.
* Revert "add copy item info functionality"
This reverts commit dbec76bf5ae7c9b08da71a51b1a122026bf4d3ac.
* add copy functionality
* copy questions from item
* add copy functionality
* copy questions from item
* add copy functionality
* copy questions from item
2017-02-08 10:16:18 +01:00
Raphael Michel
4c2c302bfd
Fix organizer team changes
2017-02-07 10:50:20 +01:00
Raphael Michel
c83f539bba
Add waiting list
2017-02-07 10:03:30 +01:00
Raphael Michel
b7df5eff19
Move asynctask/asyncdownload to base
2017-02-07 10:03:30 +01:00
Raphael Michel
c4fe2322a1
Update German translation
2017-02-03 14:09:25 +01:00
Raphael Michel
5495cd749a
Fix #399 -- Optionally create invoices only after successful payment
2017-02-03 12:37:07 +01:00
jlwt90
3037309711
Fix #381 -- Add location field ( #398 )
...
* add location field
* rearrange the display order
2017-02-02 17:51:13 +01:00
Raphael Michel
90bdb30449
Require activation before taking events live
2017-02-01 18:25:52 +01:00
Raphael Michel
a3cd8d151d
Improve organizer page and tabs
2017-01-27 12:06:55 +01:00
Raphael Michel
ba455a3630
Add request to organizer_edit_tabs signal and actually send it
2017-01-27 11:08:52 +01:00
Raphael Michel
123f47ab39
Added tabs to the organizer page
2017-01-27 11:03:56 +01:00
Raphael Michel
4f4e5854f2
Fix log display
2017-01-25 14:32:18 +01:00
Raphael Michel
78fc58cc93
Add setting to turn off automatic collapsing of variations
2017-01-22 20:31:59 +01:00
Raphael Michel
fecc5ec307
Add support for restricted plugins
2017-01-22 18:15:31 +01:00
Raphael Michel
598e7c5637
Add invoice logo
2017-01-21 17:44:47 +01:00
Raphael Michel
d4573e8c25
Permission bypass for superusers
2017-01-21 14:29:56 +01:00