Skip to content

Releases: waggle-sensor/waggle-auth-app

Release 0.54.0

15 May 14:34
50f7d64
Compare
Choose a tag to compare

Sped up various API endpoints.

Release 0.53.0

17 Apr 20:17
Compare
Choose a tag to compare

Release 0.52.0

03 Apr 16:40
ecd6d05
Compare
Choose a tag to compare

Added new api/v-beta/nodes endpoint for driving portal.

Release 0.51.5

08 Feb 18:07
Compare
Choose a tag to compare

Added download app's X-Object-Content-Length and X-Object-Content-Type headers to CORS_EXPOSE_HEADERS.

Release 0.51.4

07 Feb 22:45
Compare
Choose a tag to compare

Downloads app returns direct HTTP response on HEAD requests rather than redirect.

HEAD response provides the following useful headers:

  • X-Object-Content-Length: Object size.
  • X-Object-Content-Type: Object content type.

Release 0.51.3

07 Feb 21:37
Compare
Choose a tag to compare

Fixed 404 response in downloads app.

Release 0.51.2

07 Feb 20:09
Compare
Choose a tag to compare

Added missing CORS settings for:

  • CORS_ALLOW_CREDENTIALS
  • SESSION_COOKIE_SAMESITE

Release 0.51.1

01 Feb 18:56
Compare
Choose a tag to compare

Added support for OPTIONS requests on downloads endpoint.
Added minor Lorawan key validation handler. @FranciscoLozCoding

Release 0.51.0

31 Jan 22:57
Compare
Choose a tag to compare

This release adds support for HTTP Basic Auth with users' token as a password to the /downloads endpoint to support wget.

Note that this is not enabled site wide for security reasons. More details can be found in downloads.authentication.BasicTokenPasswordAuthentication.

Release 0.50.0

31 Jan 01:09
1efec87
Compare
Choose a tag to compare

Adds support for OSN downloads with project level permissions to files.

For more details see: #43