Skip to content

Releases: stonith404/pingvin-share

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)

v0.22.1

18 Feb 20:53
v0.22.1
5ca0bff
Compare
Choose a tag to compare

⚠️ For stand-alone installations: If the backend of Pingvin Share isn't running on http://localhost:8080, you have to set the API_URL environment variable like mentioned in the docs.

Bug Fixes

  • wrong back links on error modals (f52dffd)
  • prevent zoom on input field click on mobile (9c734ec)
  • replace middleware backend url with local backend url (76df6f6)
  • user id and totpVerified can be changed by user (e663da4)
  • user enumaration on forgot password page (64515d7) reported by @massot-c

v0.22.0

04 Feb 18:01
v0.22.0
416eba6
Compare
Choose a tag to compare

Features

Bug Fixes

  • translations: typo in string (c189cd9)

Supporters