Elias Schneider
3a534c7512
fix: normal share gets attached to previously visited reverse share
2025-01-21 18:57:33 +01:00
Ivan Li
fe735f9704
feat: add more options to reverse shares ( #495 )
...
* feat(reverse-share): optional simplified interface for reverse sharing. issue #155 .
* chore: Remove useless form validation.
* feat: Share Ready modal adds a prompt that an email has been sent to the reverse share creator.
* fix: Simplified reverse shared interface elements lack spacing when not logged in.
* fix: Share Ready modal prompt contrast is too low in dark mode.
* feat: add public access options to reverse share.
* feat: remember reverse share simplified and publicAccess options in cookies.
* style: npm run format.
* chore(i18n): Improve translation.
Co-authored-by: Elias Schneider <login@eliasschneider.com >
Update frontend/src/i18n/translations/en-US.ts
Co-authored-by: Elias Schneider <login@eliasschneider.com >
Update frontend/src/i18n/translations/en-US.ts
Co-authored-by: Elias Schneider <login@eliasschneider.com >
chore(i18n): Improve translation.
* chore: Improved variable naming.
* chore(i18n): Improve translation. x2.
* fix(backend/shares): Misjudged the permission of the share of the reverse share.
2024-07-30 08:26:56 +02:00
SFGrenade
3b1c9f1efb
feat: add admin-exclusive share-management page ( #461 )
...
* testing with all_shares
* share table
* share table
* change icon on admin page
* add share size to list
---------
Co-authored-by: Elias Schneider <login@eliasschneider.com >
2024-05-04 00:18:27 +03:00
Elias Schneider
3972589f76
fix: normal shares were added to the previous reverse share
2024-04-05 13:54:36 +02:00
Elias Schneider
7a15fbb465
fix: memory leak while uploading files by disabling base64 encoding of chunks
2024-04-04 20:55:45 +02:00
Ivan Li
98380e2d48
feat: ability to add and delete files of existing share ( #306 )
...
* feat(share): delete file api, revert complete share api.
* feat(share): share edit page.
* feat(share): Modify the DropZone title of the edit sharing UI.
* feat(share): i18n for edit share. (en, zh)
* feat(share): allow creator get share by id.
* feat(share): add edit button in account/shares.
* style(share): lint.
* chore: some minor adjustments.
* refactor: run formatter
* refactor: remove unused return
---------
Co-authored-by: Elias Schneider <login@eliasschneider.com >
2023-11-04 20:39:58 +01:00
Elias Schneider
f02e2979c4
refactor: run formatter
2023-08-17 14:47:58 +02:00
Elias Schneider
b7db9b9b40
refactor: simplify create share function
2023-04-04 22:47:32 +02:00
Elias Schneider
37e765ddc7
fix: show line breaks in txt preview
2023-03-14 16:08:57 +01:00
Elias Schneider
c807d208d8
feat: add preview modal
2023-03-14 12:09:21 +01:00
Elias Schneider
ccdf8ea3ae
feat: allow multiple shares with one reverse share link
2023-02-10 11:10:07 +01:00
Elias Schneider
91a6b3f716
feat: file preview
2023-01-31 09:03:03 +01:00
Elias Schneider
0a2b7b1243
refactor: use cookie instead of local storage for share token
2023-01-26 21:18:22 +01:00
Elias Schneider
4a5fb549c6
feat: reverse shares ( #86 )
...
* add first concept
* add reverse share funcionality to frontend
* allow creator to limit share expiration
* moved reverse share in seperate module
* add table to manage reverse shares
* delete complete share if reverse share was deleted
* optimize function names
* add db migration
* enable reverse share email notifications
* fix config variable descriptions
* fix migration for new installations
2023-01-26 13:44:04 +01:00
Elias Schneider
653d72bcb9
feat: chunk uploads ( #76 )
...
* add first concept
* finished first concept
* allow 3 uploads at same time
* retry if chunk failed
* updated clean temporary files job
* fix throttling for chunk uploads
* update tests
* remove multer
* migrate from `MAX_FILE_SIZE` to `MAX_SHARE_SIZE`
* improve error handling if file failed to upload
* fix promise limit
* improve file progress
2023-01-09 11:43:48 +01:00
Elias Schneider
8728fa5207
feat: add description field to share
2022-12-12 11:54:13 +01:00
Elias Schneider
5ea63fb60b
fix: use session storage for share token
2022-12-06 10:54:17 +01:00
Elias Schneider
b5c7b04fcb
chore: upgrade dependencies
2022-12-05 17:27:19 +01:00
Elias Schneider
32ad43ae27
feat: add email recepients functionality
2022-11-11 15:12:16 +01:00
Elias Schneider
99de4e57e1
fix: share finishes before all files are uploaded
2022-10-31 10:28:29 +01:00
Elias Schneider
1259922847
fix: improve failed upload error handling
2022-10-14 15:10:24 +02:00
Elias Schneider
6358ac3918
feat: improve share security
2022-10-13 23:24:36 +02:00
Elias Schneider
8c84d50159
feat: add progress indicator for uploading files
2022-10-12 23:24:11 +02:00
Elias Schneider
4bab33ad8a
feat: remove appwrite and add nextjs backend
2022-10-09 22:30:32 +02:00