Raphael Michel
|
cc4fbfe4c7
|
API: Allow to block/unblock seats in bulk (#4668)
* API: Allow to block/unblock seats in bulk
* Update doc/api/resources/seats.rst
Co-authored-by: Richard Schreiber <schreiber@rami.io>
* Update doc/api/resources/seats.rst
Co-authored-by: Richard Schreiber <schreiber@rami.io>
* Update doc/api/resources/seats.rst
Co-authored-by: Richard Schreiber <schreiber@rami.io>
* Update src/pretix/api/views/event.py
Co-authored-by: Richard Schreiber <schreiber@rami.io>
---------
Co-authored-by: Richard Schreiber <schreiber@rami.io>
|
2024-12-02 16:03:11 +01:00 |
|
Raphael Michel
|
5795aa6492
|
Docs: Fix various sphinx warnings
|
2024-10-25 21:58:14 +02:00 |
|
Raphael Michel
|
a6f93b6cf0
|
Seats API: Add is_available filter (Z#23163419) (#4409)
* Seats API: Add is_available filter (Z#23163419)
* docs
|
2024-08-21 17:43:13 +02:00 |
|
Mira
|
dc1973f4ff
|
Add API endpoint /seats to event (Z#23159536) (#4321)
* add API endpoint /seats to event
* fix logging
* add Seat annotations
* add seats endpoint for subevents
* return ids of occupying objects instead of boolean flags
* wip
* include orderposition instead of order in seat info
* add API documentation
* Apply suggestions from code review
Co-authored-by: Raphael Michel <michel@rami.io>
* Apply suggestions from code review
* Clarify API docs
* add api examples
* add test cases
* require can_view_orders permission for retrieving seats
* improve permission handling
* Revert "improve permission handling"
This reverts commit f32b532cc68760a8a4af03208bd17e75e8c5723d.
* improve permission handling (minimal version)
* formatting
* add permission tests
* fix bug
* update permission checks
* Apply suggestions from code review
Co-authored-by: Raphael Michel <michel@rami.io>
* add tests for permission checks
* add tests for expand=voucher and expand=cartposition
* remove unused parameter
* test query count
* codestyle
---------
Co-authored-by: Raphael Michel <michel@rami.io>
|
2024-08-02 09:17:46 +02:00 |
|