Skip to content

Releases: pls-shareit/api

Release v0.4.1

02 Feb 18:36
Compare
Choose a tag to compare

Release v0.4.0

26 Sep 16:48
Compare
Choose a tag to compare
Allow resolving a link share without redirecting.

Also change default password to "default", as documented.

Release v0.3.1

26 Sep 13:28
Compare
Choose a tag to compare
Return Share-Type header with shares.

Release v0.3.0

25 Sep 22:26
Compare
Choose a tag to compare
Simplify frontend handling for shares.

Instead of serving a frontend file at /<share>?v, frontends
may use something like /?<share>.

Release v0.2.1

18 Sep 22:54
Compare
Choose a tag to compare
Give max expiry information with abilities.

Release v0.2.0-alpha.0

08 Sep 13:58
Compare
Choose a tag to compare
Allow more complicated permission configuration.

Release v0.2.0

08 Sep 13:58
Compare
Choose a tag to compare
Make the update_any permission imply update_own.

Previously, someone with the update_any permission but not the update_own
permission could still delete their own shares, but would have to do so
using their password instead of the share token.

Release v0.1.1

06 Sep 15:36
Compare
Choose a tag to compare
Replace Mime-Type header with Content-Type header.

This is what was documented, but the implementation was incorrect.
This is also the header that is defined as part of the HTTP standard.

Release v0.1.0

30 Aug 12:54
Compare
Choose a tag to compare
Initial commit.