Skip to content

Releases: kartevonmorgen/openfairdb

v0.8.16

16 Mar 18:17
Compare
Choose a tag to compare
  • fix(db): Field state was not stored for events

v0.8.15

09 Mar 19:00
Compare
Choose a tag to compare
  • new(db): Add fields state and opening_hours to place entities
  • new(db): Add field state to event entities

v0.8.14

05 Mar 22:05
Compare
Choose a tag to compare
  • fix(db): Fix pagination offset for GET entries/most-popular-tags

v0.8.13

29 Feb 09:42
Compare
Choose a tag to compare
  • fix(db): Switch back to simple tokenizer for indexing text fields

v0.8.12

25 Feb 13:42
Compare
Choose a tag to compare
  • 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

30 Jan 12:44
Compare
Choose a tag to compare
  • fix(web): Fix parsing of event search parameters (including limit)
  • fix(db): Implicitly convert all tags to lowercase

v0.8.10

23 Jan 14:58
Compare
Choose a tag to compare
  • fix(web): Allow creation/update of events without owned tags

v0.8.9

20 Jan 22:14
Compare
Choose a tag to compare
  • fix(web): Enable export of all event details for admins
  • new(db): Send subscription e-mails after creating/updating events

v0.8.8

17 Jan 13:31
Compare
Choose a tag to compare
  • 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

14 Jan 00:24
Compare
Choose a tag to compare
  • 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