mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 07:20:13 +01:00
15 KiB
15 KiB
0.5.1 (2023-01-04)
Features
- show version and show button if new release is available on admin page (71658ad)
- use cookies for authentication (faea1ab)
Bug Fixes
- email configuration updated without restart (1117465)
0.5.0 (2022-12-30)
Features
- custom mail subject (cabaee5)
- improve config UI (#69) (5bc4f90)
- manually switch color scheme (ef21bac)
Bug Fixes
- refresh token gets deleted on session end (e5b50f8)
0.4.0 (2022-12-21)
Features
0.3.6 (2022-12-13)
Features
- add description field to share (8728fa5)
Bug Fixes
0.3.5 (2022-12-11)
Features
- upload 3 files at same time (d010a8a)
Bug Fixes
- jobs never get executed (05cbb7b)
- only create zip if more than one file is in the share (3d1d4d0)
- remove unnecessary port expose (084e911)
- setup wizard table doesn't take full width (9798e26)
- use node slim to fix arm builds (797f893)
- zip doesn't contain file extension (5b01108)
0.3.4 (2022-12-10)
Bug Fixes
- show alternative to copy button if site is not using https (7e877ce)
- sign up page available when registration is disabled (c8a4521)
- tables on mobile (b1bfb09)
0.3.3 (2022-12-08)
Features
- add support for different email and user (888a0c5)
Bug Fixes
- allow empty strings in config variable (b8172ef)
- improve admin dashboard color and layout (a545c44)
- obscure critical config variables (bfb0d15)
- obscured text length (cbe37c6)
- space character in email (907e56a)
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
- add rate limiting (712cfe6)
- allow unauthenticated uploads (84d29df)
- frontend: remove footer (c52a4d5)
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)