Commit Graph

139 Commits

Author SHA1 Message Date
Joep
9cc0514464
Updated CustomToast.vue to composition api & typescript. 2023-10-07 14:01:57 +02:00
Joep
723ace4dc2
Updated Breadcrumbs to composition api & typescript. 2023-10-07 14:00:33 +02:00
Joep
baf204259b
Updated HeaderBar.vue to composition api & typescript. 2023-10-07 13:56:51 +02:00
Joep
bb8c67fa8c
Updated Action.vue to composition api & typescript. 2023-10-07 13:44:46 +02:00
Joep
23fd2e1466
Updated ListingImage to composition api & typescript. 2023-10-07 13:40:59 +02:00
Joep
a125d2c356
Updated ExtendedImage to composition api & typescript. 2023-10-07 13:15:40 +02:00
Kloon ImKloon
6332514ccc
Add dark theme to main css (some colors are wrong) 2023-10-06 19:46:00 +02:00
Kloon ImKloon
cc16511c36
change player import to type only 2023-10-06 18:40:03 +02:00
Kloon ImKloon
9056519e45
Add more tests and improve them 2023-10-06 14:25:03 +02:00
Kloon ImKloon
5aad03d6f6
Add support for srt subtitles in VideoPlayer 2023-10-03 15:43:43 +02:00
Kloon ImKloon
6a7a1eef0c
Fix eslint warnings 2023-10-01 15:10:36 +02:00
Kloon ImKloon
3775801cbb
Add margin for report button 2023-10-01 14:55:16 +02:00
Kloon ImKloon
d2a965cfa3
Add video.js for consistent video playback 2023-09-30 21:22:43 +02:00
Joep
f120377b56
Fixed some eslint / ts errors and fixed the UserForm using defaults 2023-09-11 23:44:14 +02:00
Joep
101aba86fc
Resolve various issues:
- Remove import types
- Mismatch in interface / types
- remove some weird git conflicts
2023-09-11 22:25:29 +02:00
Joep
bf99823977
Merge remote-tracking branch 'kloon15/vue3' into vue3 2023-09-11 21:52:59 +02:00
Kloon ImKloon
910db80068
Merge branch 'vue3-wip' into vue3 2023-09-11 11:28:35 +02:00
Joep
5d7960746d Ran lin 2023-09-10 17:57:21 +02:00
Joep
3581e1dd23 Converted components/settings/Themes.vue to composition api 2023-09-10 17:15:52 +02:00
Joep
bb6470edb7 Converted settings/User.vue & UserForm.vue to Composition api 2023-09-10 17:09:33 +02:00
Kloon ImKloon
d6165f48c4
Rename Listing to FileListing (reserved keyword) 2023-09-08 11:39:37 +02:00
Kloon ImKloon
aaee956149
Fix progress bar in vue 3 2023-09-08 11:38:06 +02:00
Kloon ImKloon
9b0dcaae65
Set toast style to scoped and remove noty css imports 2023-09-08 10:48:43 +02:00
Kloon ImKloon
b257589405
Replace noty with vue-toastification 2023-09-07 21:38:02 +02:00
Kloon ImKloon
a1ca679c3c
Fix usage progressbar not showing 2023-09-07 15:18:52 +02:00
Kloon ImKloon
ce67fb5964
Fix errors in settings and shares 2023-09-04 12:15:39 +02:00
Kloon ImKloon
75bc9c4459
Fix locale related error and rename ua to uk 2023-09-04 12:14:39 +02:00
Kloon ImKloon
4bbb48dce5
Forgot to save in vscode (facepalm) 2023-09-02 16:08:04 +02:00
Kloon ImKloon
8ec78fb134
Merge commit '374bbd3' into vue3 2023-09-02 16:06:10 +02:00
Kloon ImKloon
05d011f586
Migration to vue3 continued
Replace moment with dayjs
Fix some routing issues
Fix some vuex store leftovers
2023-08-30 17:47:22 +02:00
Kloon ImKloon
85fe716031
Migration to vue3 continued
Remove garbage from vscode renaming
Fix reading route in pinia store
2023-08-28 19:31:12 +02:00
Kloon ImKloon
7c91ba03b7
Migration to vue3 continued
Replace vuex with pinia
Fix some routing issues
Fix most vue3 breaking changes
2023-08-28 17:48:55 +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
Kloon ImKloon
17d80aa9ca
Migration to Vite 4 (initial commit) 2023-08-12 10:16:11 +02:00
Tobias Goerke
7b35815754
feat: integrate tus.io for resumable and chunked uploads (#2145) 2023-07-28 18:15:44 +02:00
Daniel Li
9bcfa900f9
fix: filter ANSI color for shell (#2529)
* feat: filter ANSI color for shell

* chore: fix formatting

---------

Co-authored-by: Oleg Lobanov <oleg.lobanov@bitvavo.com>
2023-07-20 17:38:53 +02:00
Yeicor
a4ef02a47b
feat: add option to copy download links from shares (#2442) 2023-05-01 13:07:01 +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
Gyuris Gellért
11e9202160
feat: add Hungarian translation (#2232) 2022-12-26 22:36:03 +01:00
thewh1teagle
a49105db1d
feat: hebrew translation (#2168) 2022-10-20 12:27:59 +02:00
Ltzhu76
0401adf7f4
fix: modify the delete confirmation interface logic. (#2138) 2022-09-24 19:05:50 +02:00
Ramires Viana
dda9a389f3 feat: hook authentication method 2022-07-20 16:40:49 +02:00
Oleg Lobanov
dec3d629d4
fix: display disk capacity in a correct format (#2013) 2022-07-01 16:31:49 +02:00
langren1353
577c0efa9c
fix: don't calculate usage for files (#1973)
* fix: use incorrect suffix and return no 500(#1972、#1967)

* chore: set progress bar to small

Co-authored-by: Ramires Viana <59319979+ramiresviana@users.noreply.github.com>

* chore: refactoring

Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
Co-authored-by: Ramires Viana <59319979+ramiresviana@users.noreply.github.com>
2022-06-13 12:50:39 +02:00
Oleg Lobanov
02730bb9bf
fix: set correct scope when user home creation is enabled 2022-06-03 16:04:15 +02:00
Oleg Lobanov
d1d8e3e340
feat: add disk usage information to the sidebar 2022-06-02 13:16:37 +02:00
Ramires Viana
b14b9114f8 feat: invalid symlink icon 2022-05-05 15:14:40 +00:00
Ramires Viana
d1d7b23da6 fix: folder info on upload list 2022-05-02 15:03:02 +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