1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-01 23:20:13 +02:00
pingvin-share/CHANGELOG.md
2022-12-07 12:41:14 +01:00

9.8 KiB

0.3.2 (2022-12-07)

Bug Fixes

  • make share password optional (57cb683)
  • unauthenticated dialog not shown (4a016ed)
  • use session storage for share token (5ea63fb)

0.3.1 (2022-12-05)

Bug Fixes

  • dropzone rejection on chrome (75f57a4)

0.3.0 (2022-12-05)

Features

  • add add new config strategy to frontend (493705e)
  • add administrator guard (13f98cc)
  • add job that deleted temporary files (b649d8b)
  • add new config strategy to backend (1b5e53f)
  • add setup wizard (b579b8f)
  • add user management (7a3967f)
  • add user operations to backend (31b3f6c)

Bug Fixes

  • convert async function to sync function (1dbfe0b)
  • database migration by adding a username (e9526fc)
  • docker build (e958a83)
  • share password validation (c795b98)
  • unable to update user privileges (d4a0f1a)

0.2.0 (2022-11-13)

Features

  • add email recepients functionality (32ad43a)

Bug Fixes

  • add public userDTO to prevent confusion (0efd2d8)
  • email sending when not signed in (32eaee4)
  • hide and disallow email recipients if disabled (34db3ae)

0.1.1 (2022-10-31)

Bug Fixes

  • add ALLOW_UNAUTHENTICATED_SHARES to docker compose file (599d8ca)
  • only log jobs if they actually did something (e40cc0f)
  • share finishes before all files are uploaded (99de4e5)

0.1.0 (2022-10-29)

Features

Bug Fixes

  • infinite loading when file size is small (c2ddce6)
  • only show not signed in warning if not signed in (c6e1f07)
  • opt out of static site generation to enable publicRuntimeConfig (239b18c)
  • visitor count doesn't get incremented (c8021a4)

0.0.1 (2022-10-17)

Features

  • add linux/arm/v7 arch for docker image (d9e5c28)
  • add progress indicator for uploading files (8c84d50)
  • Added "never" expiration date (56349c6)
  • automatically detect hour format (4e3f6be)
  • extract logo to component (58efc48)
  • improve share security (6358ac3)
  • put db and uploads in same folder (80cdcda)
  • remove appwrite and add nextjs backend (4bab33a)
  • remove postgres & use a single docker container (388ac39)
  • replace tooltip with toast (a33b5b3)
  • use system color theme (d902aae)

Bug Fixes

  • account dropdown on mobile (caed1f4)
  • action docker file path (e818a29)
  • actions syntax error (ce6568d)
  • add error handling for uploading (e2b3e6a)
  • add rule to check if user is owner of share (2c47b2a)
  • delete files when deleting share manually (ffd538f)
  • delete share if user deleted (b57092c)
  • dto returns (02beb66)
  • error when refresh token is expired (0823d28)
  • file names with special characters (bfbf3d8)
  • get theme on inital load (a40c2de)
  • improve failed upload error handling (1259922)
  • my shares doesn't make an api request (247ce92)
  • refresh token on visit after 15 minutes (d153f20)
  • remove build target linux/arm/v7 as prisma doesn't support it (c16cbb3)
  • remove filetype from file list (68ce8af)
  • remove unused env variable (cc17e7e)
  • security accerdion (8c2c930)
  • share not found if unauthenticated (aa5b125)
  • space in actions (dcd39ee)
  • spacing issues (43519d9)
  • system test github action (a2c9755)
  • upload volume path (7522221)
  • wrong environment configuration for ALLOW_REGISTRATION (759db40)