mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-04 23:10:13 +01:00
4.9 KiB
4.9 KiB
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)