Releases: kartevonmorgen/openfairdb
Releases · kartevonmorgen/openfairdb
v0.8.16
- fix(db): Field
state
was not stored for events
v0.8.15
- new(db): Add fields
state
and opening_hours
to place entities
- new(db): Add field
state
to event entities
v0.8.14
- fix(db): Fix pagination offset for GET entries/most-popular-tags
v0.8.13
- fix(db): Switch back to simple tokenizer for indexing text fields
v0.8.12
- new(db): Use 3-gram prefix tokenizer for searching in text fields
- new(web): Allow custom search queries for exporting entries/places
- new(web): Export details of entries/places if authorized by user role (contact details) and/or token (created_by)
v0.8.11
- fix(web): Fix parsing of event search parameters (including limit)
- fix(db): Implicitly convert all tags to lowercase
v0.8.10
- fix(web): Allow creation/update of events without owned tags
v0.8.9
- fix(web): Enable export of all event details for admins
- new(db): Send subscription e-mails after creating/updating events
v0.8.8
- fix(web): Fix privacy-relevant loophole on event export
- fix(web): Enable export of event details for scouts and organizations as owners
v0.8.7
- new(web): POST /events/<ids>/archive for scouts and admins to archive multiple events
- new(web): GET /export/events.csv? for scouts and admins to export events as CSV
- chore(web): Change OpenAPI download endpoint from /server/api.yaml to /server/openapi.yaml
- new(frontend): Add button to archive events (visible for Admins and Scouts)
- new(frontend): Add "places" and "events" to menu