kloon15
0201f9c5c4
refactor: Fix eslint warnings ( #3698 )
...
* Update dependencies and remove typescript version pinning (fixed upstream)
* Fix esling warnings (disabled any and script lang checks)
Rewrote clipboard copy (Fixes #3407 )
Run prettier
---------
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
2025-01-30 10:18:48 +01:00
Ryan
d1c84a8412
fix: prompts disappearing on copy / move / upload ( #3537 )
...
---------
Co-authored-by: Ryan Miller <ryan.miller@infinitetactics.com>
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
2025-01-21 00:05:59 +01:00
kloon15
d51a343820
build: update to node 22 and pnpm ( #3616 )
...
This commit brings the project to support node 22 which became LTS and
fixes broken builds with typescript 5.7+ until vue-tsc is updated and
replaces npm with pnpm.
- Update tsconfig for node 22
- Pin typescript to 5.6.x to not break vue-tsc
- Replace npm with pnpm (corepack recommended)
- Update Makefile and main workflow for pnpm
- Migrate to eslint 9 flat config
- Fix broken imports
- Exclude non-TS vue files for vue-tsc
2024-12-09 12:27:18 +01:00
Oleg Lobanov
eb3978ea55
chore(frontend): fix formatting
2024-06-08 22:20:58 +02:00
kloon15
1fccc5d649
fix: clipboard copy in safari ( #3261 )
2024-06-08 21:56:48 +02:00
古大羊
4786187852
fix: the copy method in clipboard.ts ( #3177 )
2024-04-30 14:35:55 +02:00
Piotr Markiewicz
da5a6e051f
fix: don't redirect to login when no auth ( #3165 )
...
Co-authored-by: Piotr Markiewicz <piotr.markiewicz@vaimo.com>
2024-04-28 20:00:42 +02:00
loselarry
61f25086c3
chore: fix some typos in comments ( #3108 )
...
Signed-off-by: loselarry <bikangning@yeah.net>
2024-04-24 23:15:18 +02:00
kloon15
5100e587d7
feat: migrate to vue 3 ( #2689 )
...
---------
Co-authored-by: Joep <jcbuhre@gmail.com>
Co-authored-by: Omar Hussein <omarmohammad1951@gmail.com>
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
2024-04-01 17:18:22 +02:00
kloon15
cdcd9a313a
fix: display file size as base 2 (KiB instead of KB) ( #2779 )
2023-11-02 08:47:55 +01:00
kloon15
bd3c1941ff
fix: revert fetchURL changes in auth ( Fixes #2729 ) ( #2739 )
2023-10-01 18:09:13 +02:00
kloon15
8838a09cf5
refactor: migrate frontend tooling to vite 4 ( #2645 )
...
---------
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
2023-08-26 13:55:51 +02:00
M A E R Y O
4b72bbfc7f
Remove redundant calls to baseURL/url #2581 ( #2579 )
...
---------
Co-authored-by: 이광오 <maeryo@hanwha.com>
Co-authored-by: Oleg Lobanov <oleg.lobanov@bitvavo.com>
2023-07-31 13:27:24 +02:00
Tobias Goerke
7b35815754
feat: integrate tus.io for resumable and chunked uploads ( #2145 )
2023-07-28 18:15:44 +02:00
Gabriel Alencar
428c1c606d
feat: add a new setting that disables the display of the disk usage ( #2136 )
2023-02-15 23:30:48 +01:00
Oleg Lobanov
d1d8e3e340
feat: add disk usage information to the sidebar
2022-06-02 13:16:37 +02:00
Ramires Viana
96afaca0ad
chore: refactor response error handling
2022-05-04 12:11:36 +00:00
Ramires Viana
d1d7b23da6
fix: folder info on upload list
2022-05-02 15:03:02 +00:00
Ramires Viana
e677c78471
fix: drag-and-drop folder upload
2022-05-02 15:01:39 +00:00
Ramires Viana
9734f707f0
chore: refactor url creation
2022-05-02 13:47:22 +00:00
Filippo Finke
cf85404dd2
feat: add upload file list with progress ( #1825 )
2022-02-21 19:30:42 +01:00
Ramires Viana
190cb99a79
feat: browser cache directives
2021-04-19 12:49:40 +00:00
Oleg Lobanov
c44b37c50c
chore: add prettier frontent linter
2021-03-21 12:51:58 +01:00
Ramires Viana
6a734c0139
fix: stuck icon on header button
2021-03-10 15:32:10 +00:00
Oleg Lobanov
019ce80fc5
fix: don't allow to remove root user
2021-01-11 22:33:36 +01:00
Oleg Lobanov
4c2a094255
Merge pull request #1100 from ramiresviana/fixes-3
2020-10-01 16:53:35 +02:00
Keagan McClelland
97693cc611
feat: add disable exec flag ( #1090 )
2020-10-01 16:45:24 +02:00
Ramires Viana
babd7783af
fix: file upload path encoding
2020-09-29 14:04:03 +00:00
Ramires Viana
3d2cb838d1
feat: preview size button
2020-08-25 14:14:15 +00:00
Oleg Lobanov
5881bc9ab0
chore: fix preview of files with non-latin names ( closes #1056 )
2020-08-05 10:40:03 +02:00
Oleg Lobanov
aa78e3ab1f
feat: add param to disable img resizing
2020-07-27 19:26:44 +02:00
Oleg Lobanov
bc00165094
feat: add lazy load of image thumbnails
2020-07-27 19:26:44 +02:00
Ramires Viana
7e5beeff46
fix: directory conflict checking
2020-07-13 14:20:56 +00:00
Ramires Viana
6ec6a23861
feat: upload queue
2020-07-10 00:01:37 +00:00
Ramires Viana
c9cc0d3d5d
refactor: upload vuex module
2020-07-10 00:01:37 +00:00
Ramires Viana
28d2b35718
refactor: upload utils
2020-07-10 00:01:37 +00:00
Ramires Viana
dd40b0d9b9
fix: frontend token validation
...
fix filebrowser/filebrowser#638
2020-06-17 22:57:07 +00:00
Oleg Lobanov
ba47e3b2fe
fix: fix static assets url generation ( #965 )
2020-05-31 22:26:10 +02:00
Henrique Dias
a9e715dc50
Merge branch 'master' into remove-logout-button
2020-01-09 17:27:49 +00:00
Ramires Viana
55a9d945cc
Add dark theme
2020-01-09 17:24:59 +00:00
Ovidiu Predescu
b42b09ccbe
Disable the logout method for authentication methods other than 'json' (currently 'proxy' and 'none'.)
2019-12-03 17:31:11 -08:00
ttys3
888e08792e
fix(file upload): safe encode filename with encodeRFC5987ValueChars
2019-07-05 12:13:14 +01:00
Henrique Dias
7414ca10b3
chore: move files to frontend
2019-05-21 11:13:59 +01:00