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 |
|
iUnstable0
|
bddb87b9b3
|
feat(localization): Added thai language (#231)
* feat(localization): Added Thai translation
* Formatted
---------
Co-authored-by: Elias Schneider <login@eliasschneider.com>
|
2023-08-17 14:54:26 +02:00 |
|
Elias Schneider
|
98c0de78e8
|
feat: add env variables for port, database url and data dir
|
2023-05-05 11:37:02 +02:00 |
|
Elias Schneider
|
fddad3ef70
|
feat: custom branding (#112)
* add first concept
* remove setup status
* split config page in multiple components
* add custom branding docs
* add test email button
* fix invalid email from header
* add migration
* mount images to host
* update docs
* remove unused endpoint
* run formatter
|
2023-03-04 23:29:00 +01:00 |
|
Elias Schneider
|
008df06b5c
|
feat: direct file link
|
2023-01-31 15:22:08 +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
|
0499548dd3
|
refactor: convert config variables to upper case
|
2022-12-05 16:53:52 +01:00 |
|
Elias Schneider
|
1dbfe0bbc9
|
fix: convert async function to sync function
|
2022-12-02 14:43:52 +01:00 |
|
Elias Schneider
|
1b5e53ff7e
|
feat: add new config strategy to backend
|
2022-11-28 15:04:32 +01:00 |
|
Elias Schneider
|
6358ac3918
|
feat: improve share security
|
2022-10-13 23:24:36 +02:00 |
|
Elias Schneider
|
80cdcda93c
|
feat: put db and uploads in same folder
|
2022-10-12 00:38:38 +02:00 |
|
Elias Schneider
|
4bab33ad8a
|
feat: remove appwrite and add nextjs backend
|
2022-10-09 22:30:32 +02:00 |
|