Raphael Michel
335838f2b2
Fix typo in class name
2018-05-02 13:28:32 +02:00
Raphael Michel
3d829c6ce8
Fix tests for paypal webhook
2018-05-02 09:51:44 +02:00
Raphael Michel
5d9852b72c
Fix paypal webhook receiver
2018-05-01 19:20:07 +02:00
Raphael Michel
f561ece9d1
Fix #887 -- Absolute URL for images in widget
2018-04-30 10:27:24 +02:00
Raphael Michel
66eabd3bd6
Fix PlaceholderValidator to catch placehodlers with invalid characters
2018-04-29 14:29:40 +02:00
Raphael Michel
b2f92acbf6
Refs #654 -- API: Writable invoice operations ( #886 )
...
* Invoices
* Update invoices.rst
2018-04-29 14:29:03 +02:00
Raphael Michel
6f30ecb365
Refs #654 -- Writable API methods for waiting list entries ( #885 )
...
* Refs #654 -- Writable API methods for waiting list entries
* Update test_waitinglist.py
2018-04-29 14:28:32 +02:00
Raphael Michel
32a89d3895
Stripe: Fix another statement error
2018-04-27 12:19:48 +02:00
Raphael Michel
97bf958b74
Allow to re-auth by using the U2F token
2018-04-26 20:24:03 +02:00
Raphael Michel
30f8afca85
Fix logout on reauth page
2018-04-26 19:31:14 +02:00
Raphael Michel
ed88a8e3e3
Bump version to 1.15.0.dev0 (very late)
2018-04-26 14:17:51 +02:00
Raphael Michel
421f690f42
Add test for cascading of cart item removal
2018-04-26 14:14:00 +02:00
Raphael Michel
a330e8afb2
Fix incorrect button CSS usage
2018-04-26 09:11:56 +02:00
Raphael Michel
d8e5c9f033
API: Fix insufficient permission check
2018-04-26 09:11:33 +02:00
Raphael Michel
209646e012
Remove color scheme test pages
2018-04-25 18:28:32 +02:00
Raphael Michel
7d518df13c
Limit all stripe statement_descriptors to 22 characters
2018-04-25 18:17:37 +02:00
Raphael Michel
ca603f41db
New color scheme and UI design
2018-04-25 17:13:20 +02:00
Ture Gjørup
7bb18f6fad
Refs #654 -- API: Writable event endpoints ( #756 )
...
* MKBDIGI-185: Added update/create to events
* MKBDIGI-185: Added validation for 'slug, 'live' on event endpoint
* MKBDIGI-185: Code formatting
* MKBDIGI-185: Added 'plugins' to 'event' endpoint
* MKBDIGI-185: Merge migrations
* MKBDIGI-185: Cleaned up static methods
* EBILL-5: Added delete endpoint for event
* EBILL-5: Merge migrations
* EBILL-5: Fixed imports
* EBILL-5: Changed plugins to only list plugins enabled for the event
* EBILL-5: Added clone event endpoint
* EBILL-5: Removed permissions check API test for events
* EBILL-5: Merged master, updated migrations
* EBILL-5: Updated api permissions check for CRUD on events
* EBILL-5: Removed 'unique_together' constraint on event model
* EBILL-5: Removed call to changed static methods in test
* EBILL-5: Changed Event 'has_paid_things' to a property for consistency
* EBILL-5: Fixed created response code in documentation
* EBILL-6: Documentation fixes
* EBILL-6: Fixed typo
* EBILL-6: Fixed permissions
* EBILL-6: Added note on copying settings to documentation
* EBILL-6: Created model method for deleting sub objects on event before delete
* EBILL-6: Fixed typo
* EBILL-6: Re-added meta_data as read-only
* EBILL-6: Fixed permissions test
* EBILL-6: Added plugins issues check before live. Moved issues property from form to Event model.
* EBILL-6: Upped version number in documentation
* Add write support for MetaDataField
* EBILL-6: Expanded documentation for the clone endpoint, made behaviour of 'is_public' similar to 'plugins' for consistency
* EBILL-6: Re-added EventCRUDPermission
* EBILL-16: Updated documentation with permission model for the API
* EBILL-16: Added 'has_subevents' validation to ensure it cannot be changed once event is created.
* EBILL-16: Fixed event clone not differentiating between "not set" and "deliberately set to False"
* EBILL-16: Fixed event live validation
* EBILL-16: Added logging of live activated/deactivated
* EBILL-16: Fixed create event bug when no 'meta_data' supplied
* EBILL-16: Typo fixed
* EBILL-16: Added log display for "event created"
* EBILL-16: Enabling a plugin now calls 'installed' if applicable and log entries are added
* EBILL-16: Updated tests for events
* Do not allow enabling restricted plugins via the API
* Remove unused code
2018-04-25 17:13:09 +02:00
Raphael Michel
1a0e2031d2
Add check-in capabilities to official RESTful API ( #884 )
...
* Add check-in capabilities to official RESTful API
* Add deprecation note
2018-04-25 16:02:07 +02:00
Raphael Michel
4f83d69205
Remove migration code for legacy session data
2018-04-25 13:23:11 +02:00
Raphael Michel
cfafd90f15
API: Remove deprecated fields on order resource
2018-04-25 13:22:21 +02:00
Raphael Michel
a94f416b3c
Refactor check-in logic into core
2018-04-25 13:22:06 +02:00
Raphael Michel
fd47e2de29
Add more entropy to cart IDs and bind them to session IDs
2018-04-25 08:50:15 +02:00
Raphael Michel
abbc403f73
Stripe: Fix Bancontact payments
2018-04-25 08:46:33 +02:00
Raphael Michel
b41c536865
API: Add status view to checkin list resource
2018-04-24 19:08:15 +02:00
Raphael Michel
bee7314dd7
API: Add filters to questions view
2018-04-24 18:33:57 +02:00
Raphael Michel
d25407e3b4
API: Add fuzzy search to order positions API
2018-04-24 18:27:18 +02:00
Raphael Michel
ad697369ef
API: Add list and case-insensitive filters to order(positions) resource
2018-04-24 18:25:51 +02:00
Raphael Michel
edbdb17a2f
Fix #850 -- Admission time should be allowed to be before event start
2018-04-24 17:46:58 +02:00
Felix Rindt
9d2e2a1ea2
Fix #881 -- dont redirect tel scheme ( #883 )
2018-04-24 17:20:47 +02:00
Tobias Kunze
6df0597c5e
Fix #881 -- Allow tel: links in markdown ( #882 )
...
Closes #881
2018-04-24 16:22:53 +02:00
Raphael Michel
093eb28463
Badges: Respect admin sessions
2018-04-23 18:29:50 +02:00
Raphael Michel
d98a6a09bb
Translated on translate.pretix.eu (German (informal))
...
Currently translated at 100.0% (2393 of 2393 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2018-04-23 10:03:43 +00:00
Raphael Michel
02cf7b9d66
Translated on translate.pretix.eu (German)
...
Currently translated at 100.0% (2393 of 2393 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2018-04-23 10:01:36 +00:00
Raphael Michel
9253b783dd
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <mail@raphaelmichel.de >
2018-04-23 11:53:38 +02:00
Raphael Michel
1c1499dec8
Translated on translate.pretix.eu (German)
...
Currently translated at 100.0% (2369 of 2369 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2018-04-23 09:52:13 +00:00
Raphael Michel
f7f151d2a9
Fix #767 -- Allow to obtain the list of orders for a question answer
2018-04-23 11:51:28 +02:00
Raphael Michel
13f29ee3ce
Fix file upload when mdoifying questions in backend
2018-04-23 11:23:01 +02:00
Raphael Michel
ce68f52ca0
Add badge printing capabilities ( #868 )
...
Add badge printing capabilities
2018-04-22 12:02:51 +02:00
Raphael Michel
33172767a6
Add subevent information to invoices
2018-04-20 12:22:39 +02:00
Raphael Michel
666fb4c194
Translated on translate.pretix.eu (German)
...
Currently translated at 100.0% (60 of 60 strings)
Translation: pretix/pretix (frontend)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de/
powered by weblate
2018-04-19 16:16:06 +00:00
Raphael Michel
9301497a4a
Translated on translate.pretix.eu (German)
...
Currently translated at 100.0% (2369 of 2369 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de/
powered by weblate
2018-04-19 16:15:49 +00:00
Raphael Michel
6956e21caf
Translated on translate.pretix.eu (German (informal))
...
Currently translated at 100.0% (60 of 60 strings)
Translation: pretix/pretix (frontend)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/de_Informal/
powered by weblate
2018-04-19 16:15:13 +00:00
Raphael Michel
71dec5746e
Translated on translate.pretix.eu (German (informal))
...
Currently translated at 100.0% (2369 of 2369 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/de_Informal/
powered by weblate
2018-04-19 16:14:27 +00:00
Raphael Michel
0ea8f4c259
Update po files
...
[CI skip]
Signed-off-by: Raphael Michel <mail@raphaelmichel.de >
2018-04-19 18:10:27 +02:00
Raphael Michel
20e60edbc6
Added translation on translate.pretix.eu (Czech)
2018-04-19 16:09:02 +00:00
Raphael Michel
88f59ad1eb
Added translation on translate.pretix.eu (Czech)
2018-04-19 16:09:02 +00:00
Mikkel Ricky
668a899260
Translated on translate.pretix.eu (Danish)
...
Currently translated at 69.0% (1635 of 2368 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/da/
powered by weblate
2018-04-19 16:09:02 +00:00
Maarten Visscher
75ae85a5d4
Translated on translate.pretix.eu (Dutch)
...
Currently translated at 35.3% (836 of 2368 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2018-04-19 16:09:02 +00:00
Maarten van den Berg
abc1b4e1b2
Translated on translate.pretix.eu (Dutch)
...
Currently translated at 34.7% (822 of 2368 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
2018-04-19 16:09:02 +00:00