Skip to content

Releases: stonith404/pingvin-share

v0.28.0

22 Jul 11:38
v0.28.0
601772d
Compare
Choose a tag to compare

Features

  • auth: Add role-based access management from OpenID Connect (#535 by @marvinruder)

Bug Fixes

  • store only 10 share tokens in the cookies and clear the expired ones (e5a0c64)

v0.27.0

11 Jul 20:00
v0.27.0
968352c
Compare
Choose a tag to compare

Features

  • add logs for successful registration, successful login and failed login (d2bfb9a)
  • auth: Allow to hide username / password login form when OAuth is enabled (#518 by @marvinruder)
  • smtp: add option to allow unauthorized mail server certificates (#525 by @thecrafterjt )

v0.26.0

03 Jul 06:27
v0.26.0
9d9cc7b
Compare
Choose a tag to compare

Features

Bug Fixes

  • oauth: provider username is ignored when signing up using OAuth (#511 by @marvinruder)
  • set max age of access token cookie to 15 minutes (2dac385)

Supporters

Thank you @program-the-brain-not-the-heartbeat for your tip :)

v0.25.0

10 Jun 09:47
v0.25.0
46783ce
Compare
Choose a tag to compare

Features

  • Ability to disable the option that the share creation modal opens automatically. (#474) by @IvanLi-CN
  • Date localization by @66Leo66
  • Add tooltip to copy link button by @66Leo66

Bug Fixes

  • share size not displayed on my shares page (c0cc16f)

v0.24.2

22 May 13:22
v0.24.2
84f4c39
Compare
Choose a tag to compare

Bug Fixes

  • admin couldn't delete shares created by anonymous users (7afda85)
  • whitespace in title on homepage (74cd520)

v0.24.1

04 May 11:46
v0.24.1
d147614
Compare
Choose a tag to compare

Bug Fixes

  • error on admin share management page if a share was created by an anonymous user (c999df1)

v0.24.0

04 May 07:15
v0.24.0
908d6e2
Compare
Choose a tag to compare

Features

  • add admin-exclusive share-management page (#461) by @SFGrenade
  • add name property to share (#462)

v0.23.1

05 Apr 11:55
v0.23.1
c303454
Compare
Choose a tag to compare

Bug Fixes

  • backend: crash on unhandled promise rejections (1da4fee)
  • changing the chunk size needed an app restart (24e100b)
  • disable js execution on raw file view (9d1a12b)
  • incorrect layout on 404 page (3c5e0ad)
  • normal shares were added to the previous reverse share (3972589)
  • redirect vulnerability on error, sign in and totp page (384fd19)

v0.23.0

04 Apr 20:58
v0.23.0
c0a245e
Compare
Choose a tag to compare

Features

  • add config variable to adjust chunk size (0bfbaea)

Bug Fixes

  • delete share files if user gets deleted (e71f6cd)
  • error in logs if "allow unauthenticated shares" is enabled (c6d8188)
  • memory leak while uploading files by disabling base64 encoding of chunks (7a15fbb)

Translations

v0.22.2

29 Feb 13:44
v0.22.2
b8efb9f
Compare
Choose a tag to compare

Bug Fixes

  • reduce refresh access token calls (1aa3d8e)
  • replace Nginx with Caddy to fix "premature close" error while downloading larger files (43bff91)