Henrique Dias
1744d988a1
refactor: rename toSettings
2025-07-12 07:57:23 +02:00
Jonathan Bout
3be691306d
cleanup & resolve comment
...
- remove username check, move current user indicator into v-if=loggedIn
- use the closeHovers method instead of committing to the store
2025-07-10 17:37:27 +02:00
Henrique Dias
a5474df8e9
Merge branch 'master' into add-username-in-sidebar
2025-07-07 22:09:31 +02:00
Foxy Hunter
8d7522049c
feat: Long press selects item in single click mode
2025-06-30 16:14:09 +02:00
Henrique Dias
2b5d6cbb99
fix: mitigate unprotected shares
2025-06-29 16:06:20 +02:00
Foxy Hunter
7354eb6cf9
fix: exclude to-be-moved folder from move dialog ( #5235 )
2025-06-29 11:23:06 +02:00
manx98
93c4b2e03c
fix: abort ongoing requests when changing pages ( #3927 )
2025-06-29 09:38:03 +02:00
Adam
0268506f80
fix: actually register the czech language ( #5189 )
2025-06-24 17:02:01 +02:00
Arion2000
2741616473
fix: update search hotkey in help prompt ( #5178 )
2025-06-22 12:45:21 +02:00
michioxd
56b80b6d9b
feat: add Vietnamese translation ( #3840 )
2025-06-16 18:47:20 +02:00
Jonathan Bout
28ca64aa01
Merge branch 'master' into add-username-in-sidebar
2025-06-16 12:13:22 +02:00
Simon
71a8f5662c
fix: set videojs locale ( #3742 )
...
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
2025-06-05 15:53:29 +02:00
Jonathan Bout
1729787ae2
Merge branch 'master' into add-username-in-sidebar
2025-04-03 09:45:12 +02:00
elmodor
bbdd313705
fix: disk usage refreshing ( #3692 )
...
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
2025-01-30 10:32:05 +01:00
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
Jonathan Bout
b6c766447e
Merge branch 'master' into add-username-in-sidebar
2025-01-08 07:16:03 +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
Jonathan Bout
acca7c651c
Merge branch 'master' into add-username-in-sidebar
2024-10-03 11:13:51 +02:00
Angelfisch
2b37e696c9
fix: added whitespace before version ( #3510 )
2024-09-30 11:05:23 +02:00
Jonathan Bout
b1290267f2
Merge branch 'master' into add-username-in-sidebar
2024-09-02 10:29:47 +02:00
rogodra
a53aac1c30
chore: Add Catalan Language ( #3347 )
2024-08-17 18:58:11 +02:00
Jonathan Bout
0718aa68e6
Merge branch 'master' into add-username-in-sidebar
2024-07-04 10:12:35 +02:00
Oleg Lobanov
eb3978ea55
chore(frontend): fix formatting
2024-06-08 22:20:58 +02:00
Andrés Bono
2a90cdfdaf
fix: CSS selectors for listing icons ( #3277 )
2024-06-08 21:54:06 +02:00
kloon15
3b48f75301
fix: add overlay for sidebar on mobile ( #3197 )
2024-05-19 12:00:31 +02:00
古大羊
c9e05f98c4
chore: Optimize upload indicator display ( #3202 )
2024-05-11 22:22:17 +02:00
Jonathan Bout
b69d3703d5
Merge branch 'master' into add-username-in-sidebar
2024-05-06 15:36:16 +02:00
Andrés Bono
2e47a038d6
feat: allow multi-select with SHIFT key in singleClick mode ( #3185 )
2024-05-03 12:40:39 +02:00
古大羊
a9c327cc06
fix: The file type icon in the file list is sensitive to the case of the suffix name ( #3187 )
2024-05-03 11:31:07 +02:00
古大羊
782375b1cb
fix: Fixing the inability to play MKV video files online and enhancing the auxiliary features of the VideoPlayer. ( #3181 )
2024-05-03 11:29:21 +02:00
Jonathan Bout
8386cda448
Merge branch 'master' into add-username-in-sidebar
2024-04-29 15:22:34 +02:00
Alex Yong
236ca637f9
feat: Display Upload Progress as Percentage and File Size / Total File Size ( #3111 )
2024-04-28 20:40:24 +02:00
古大羊
bee71d93fe
Fix: Frontend bug, administrators unable to delete users ( #3170 )
2024-04-28 19:52:05 +02:00
kloon15
821f51ea5a
fix: apply proper zindex to modal dialogs ( #3172 )
2024-04-28 19:49:25 +02:00
Jonathan Bout
ab5a6e4bf4
Remove empty arrow functions that aren't needed
2024-04-25 22:25:14 +02:00
Jonathan Bout
b1c368177e
move logout button to the bottom of the sidebar
2024-04-25 22:22:14 +02:00
Oleg Lobanov
6b094e10cb
Merge branch 'master' into add-username-in-sidebar
2024-04-25 21:33:29 +02:00
Alex Yong
434e49bf59
fix: abort upload behavior to properly handle server-side deletion and frontend state reset ( #3114 )
...
* Fixed an issue where aborting an upload would not delete the partial upload from the server. Also fixed an issue where the abortAll function wasn't resetting and reloading the frontend properly
* Add server-side tus delete handler
---------
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
2024-04-25 01:23:44 +02:00
Sergey Ponomarev
0e0b0c8095
chore: remove language names from translations ( #3140 )
...
---------
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-04-24 22:41:40 +02:00
Jonathan Bout
86fef39a40
Merge branch 'master' into add-username-in-sidebar
2024-04-19 23:19:59 +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
Jonathan Bout
869eb1cbac
Merge branch 'master' into add-username-in-sidebar
2024-03-11 09:06:50 +01:00
niubility000
cdf8def330
fix: stay in the same position after renaming or deleting ( #3039 )
2024-03-07 11:14:40 +01:00
Jonathan Bout
8307232ed5
Merge branch 'filebrowser:master' into add-username-in-sidebar
2024-02-23 21:29:11 +01:00
ねらひかだ
fe5ca74aa1
fix: fix lint warnings ( #2976 )
2024-02-09 11:05:35 +01:00
Shlomo
6d7ba65faf
fix: shell direction ( #2980 )
2024-02-09 11:04:02 +01:00
Jonathan Bout
1d2d7ce72b
Merge branch 'master' into add-username-in-sidebar
2024-01-30 19:32:56 +01:00
Shlomo
d49c3dfacf
feat: select multiple files with ctrl even with singleClick option ( #2953 )
2024-01-30 10:49:35 +01:00
Shlomo
fb1a09c7c1
feat: prompt to confirm discard editor changes ( #2948 )
...
* chore: update he.json
* feat: prompt to confirm discard editor changes
---------
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
2024-01-30 10:48:03 +01:00