mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 23:40:12 +01:00
7.3 KiB
7.3 KiB
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)