Elias Schneider
d4e8d4f58b
fix: autocomplete on create share modal
2023-09-03 22:07:40 +02: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
f02e2979c4
refactor: run formatter
2023-08-17 14:47:58 +02:00
Elias Schneider
a47d080657
fix: share expiration never doesn't work if using another language than English
2023-07-31 16:34:24 +02:00
Elias Schneider
f4c88aeb08
fix: wrong layout if button text is too long in modals
2023-07-22 16:23:04 +02:00
Elias Schneider
231a2e95b9
feat: add share url alias /s
2023-07-22 16:09:10 +02:00
Elias Schneider
424331ed1a
chore: update translations via Crowdin ( #203 )
...
* New translations en.ts (German)
* New translations en.ts (French)
* New translations en.ts (French)
* New translations en.ts (German)
* New translations zh-CN.ts (Chinese Simplified) (#202 )
* finish Simplified Chinese trans in zh-CN.ts
* fix type error at line:270
---------
Co-authored-by: YunChao <yunchaozk@outlook.com >
2023-07-22 12:36:51 +02:00
Elias Schneider
b9f6e3bd08
feat: localization ( #196 )
...
* Started adding locale translations :)
* Added some more translations
* Working on translating even more pages
* More translations
* Added test default locale retrieval
* replace `intl.formatMessage` with custom `t` hook
* add more translations
* improve title syntax
* add more translations
* translate admin config page
* translated error messages
* add language selecter
* minor fixes
* improve language handling
* add upcoming languages
* add `crowdin.yml`
* run formatter
---------
Co-authored-by: Steve Tautonico <stautonico@gmail.com >
2023-07-20 15:32:07 +02:00
Pierre Bidet
a1ea7c0265
fix: set link default value to random ( #192 )
...
* fix: set link default value to random
* fix: add auto EOL and add conventional-changelog package
* feat: Adding reverse shares' shares a clickable link (#178 )
* Add clickable link to reverse share's shares
* Ran format
* Apply suggestions from code review
* fix: set link default value to random (#181 )
* fix: set link default value to random
* fix: add auto EOL and add conventional-changelog package
* Apply suggestions from code review
---------
Co-authored-by: Elias Schneider <login@eliasschneider.com >
* feat: Adding reverse share ability to copy the link (#179 )
---------
Co-authored-by: Elias Schneider <login@eliasschneider.com >
2023-07-10 13:58:17 +02:00
pierrbt
348852cfa4
feat: Adding the possibility of copying the link by clicking text and icons ( #171 )
2023-06-23 20:07:49 +02:00
Elias Schneider
6345e21db9
refactor: globalize modal title style
2023-03-13 08:50:54 +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
76088cc76a
feat: add ClamAV to scan for malicious files
2023-01-13 10:16:35 +01:00
Elias Schneider
f1b44f87fa
fix: shareUrl uses wrong origin
2023-01-11 13:06:38 +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
844c47e129
fix: rerange accordion items
2022-12-13 09:57:48 +01:00
Elias Schneider
8728fa5207
feat: add description field to share
2022-12-12 11:54:13 +01:00
Elias Schneider
7e877ce9f4
fix: show alternative to copy button if site is not using https
2022-12-10 13:16:23 +01:00
Elias Schneider
4a016ed57d
fix: unauthenticated dialog not shown
2022-12-06 11:05:04 +01:00
Elias Schneider
75f57a4e57
fix: dropzone rejection on chrome
2022-12-05 22:09:41 +01:00
Elias Schneider
b5c7b04fcb
chore: upgrade dependencies
2022-12-05 17:27:19 +01:00
Elias Schneider
0499548dd3
refactor: convert config variables to upper case
2022-12-05 16:53:52 +01:00
Elias Schneider
493705e4ef
feat: add add new config strategy to frontend
2022-11-28 17:50:36 +01:00
Elias Schneider
34db3ae2a9
fix: hide and disallow email recipients if disabled
2022-11-11 19:03:08 +01:00
Elias Schneider
32ad43ae27
feat: add email recepients functionality
2022-11-11 15:12:16 +01:00
Elias Schneider
43299522ee
chore: upgrade to Next.js 13
2022-10-31 11:20:54 +01:00
Elias Schneider
c6e1f07f51
fix: only show not signed in warning if not signed in
2022-10-29 22:55:46 +02:00
Elias Schneider
84d29dff68
feat: allow unauthenticated uploads
2022-10-18 14:27:14 +02:00
Elias Schneider
4e3f6be8e3
feat: automatically detect hour format
2022-10-16 20:21:35 +02:00
Elias Schneider
c5099ce2e8
refactor: run formatter
2022-10-16 00:14:02 +02:00
Elias Schneider
9d17377bbc
Merge remote-tracking branch 'stonith404/main' into main
2022-10-16 00:08:37 +02:00
Steve Tautonico
5988d5ffcc
Added granular control of expiration + 12/24 hour modes
2022-10-14 18:14:46 -04:00
Elias Schneider
1259922847
fix: improve failed upload error handling
2022-10-14 15:10:24 +02:00
Elias Schneider
d906d56b9f
performance: replace tabler-icons-react with react-icons to reduce bundle size
2022-10-14 11:59:40 +02:00
Elias Schneider
8c84d50159
feat: add progress indicator for uploading files
2022-10-12 23:24:11 +02:00
Steve Tautonico
56349c6f4c
feature: Added "never" expiration date
2022-10-12 16:59:04 -04:00
Elias Schneider
db7edc4cd6
refactor: migrate to mantine v5
2022-10-10 22:14:23 +02:00
Elias Schneider
68ce8af197
fix: remove filetype from file list
2022-10-10 18:05:54 +02:00
Elias Schneider
4bab33ad8a
feat: remove appwrite and add nextjs backend
2022-10-09 22:30:32 +02:00