Skip to content

Releases: kartevonmorgen/openfairdb

v0.9.3

21 Oct 18:46
Compare
Choose a tag to compare
  • new(web): Set property SameSite to Lax in frontend login cookie
  • fix(api): Prevent unauthorized editing of events

v0.9.2

23 Sep 11:57
Compare
Choose a tag to compare
  • new(web): Add clearance center

v0.9.1

19 Aug 09:18
Compare
Choose a tag to compare
  • new(api/db): Add new fields contact_name and founded_on to entries/places
  • new(api): Filter entries by org_tag and return only revisions that have been cleared by the responsible organization (/entries)

v0.9.0

13 Aug 15:17
Compare
Choose a tag to compare
  • new(api/db): Moderated tags: Fine-grained permissions for organizations
  • new(api/db): Clearance: Allow organizations to manually clear new place/entry revisions after editing
  • new(api/db): Clearance: Optionally replace or exclude revisions with pending clearance from search results, i.e. return an older, already cleared revision if
  • new(api/db): Add support for custom links in place entries
  • new(api): Allow organizations to read the history of places
  • new(api): Add route to search for duplicate entries/places by example (/search/duplicates)
  • new(db): Optimize performance to identify duplicates of existing entries/places (duplicates/<ids>)

v0.8.21

04 Aug 17:19
Compare
Choose a tag to compare
  • fix(web): Authorize with bearer token when creating or updating places/entries

v0.8.20

10 Jun 14:56
Compare
Choose a tag to compare
  • new(web): Support sending emails via mailgun
  • new(web): Add CORS support
  • fix(doc): Fix API docs for PUT /entries
  • fix(doc): Add missing API docs for subscriptions
  • fix(db): Fix parsing of text queries to enable searching for sub-terms
  • chore(web): update rocket: v0.4.4 -> v0.4.5
  • chore(*): use rustls instead of OpenSSL

v0.8.19

21 May 12:22
Compare
Choose a tag to compare
  • chore: Update dependencies and Rust toolchain
  • chore(doc): Fix OpenAPI spec

v0.8.18

17 Mar 19:38
Compare
Choose a tag to compare
  • fix(web): Do not resolve event address if valid geo coords are provided

v0.8.17

16 Mar 21:43
Compare
Choose a tag to compare
  • fix(db): Allow to create/update events with a token but no associated tags

v0.8.16

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