Commit Graph

493 Commits

Author SHA1 Message Date
Isaak Tsalicoglou
9484454584
chore: update en translation (#2776) 2023-11-02 08:43:32 +01:00
Kloon ImKloon
35cca12944
Update dependencies 2023-10-18 11:04:20 +02:00
Kloon ImKloon
56a5bdc3ac
Implement proper subtitle support in Go 2023-10-16 18:02:13 +02:00
Kloon ImKloon
1fa1b559ca
Remove import of dark.css 2023-10-10 18:31:00 +02:00
Kloon ImKloon
e574d5a98e
Integrate dark mode into main css 2023-10-10 18:29:45 +02:00
Kloon ImKloon
531b0e1f2b
Fix some warnings 2023-10-10 18:29:09 +02:00
Kloon ImKloon
aa09de6ad2
Use custom input for numbers (dark mode friendly) 2023-10-10 17:27:32 +02:00
Kloon ImKloon
8471a3ed78
Fix broken Action.vue 2023-10-10 12:27:03 +02:00
Kloon ImKloon
e48c3eaea7
Fix click event in ListingItem 2023-10-07 17:59:28 +02:00
Kloon ImKloon
e3943370e0
More work on dark theme integration 2023-10-07 17:51:17 +02:00
Kloon ImKloon
3f008012ef
Fix some wrong watchers 2023-10-07 17:15:11 +02:00
Kloon ImKloon
f91c937626
Merge branch 'vue3-wip' into vue3 2023-10-07 17:07:32 +02:00
Kloon ImKloon
df9d199044
Fix ts errors 2023-10-07 17:06:57 +02:00
Kloon ImKloon
3e2c92cee5
Update dependencies 2023-10-07 16:56:03 +02:00
Joep
70707fbd0e
Updated Search & progressbar to composition api & typescript 2023-10-07 14:20:32 +02:00
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
2df99e0d8c
Simplify filesize calls 2023-10-06 20:36:09 +02:00
Kloon ImKloon
28a724e793
Fix theme in ace editor 2023-10-06 20:11:13 +02:00
Kloon ImKloon
49e3b6231e
Display filesize in base 2 format (KiB instead of KB) 2023-10-06 19:57:59 +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
20232afefd
Enable code completion for ace editor 2023-10-06 18:34:02 +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
kloon15
bd3c1941ff
fix: revert fetchURL changes in auth (Fixes #2729) (#2739) 2023-10-01 18:09:13 +02:00
Kloon ImKloon
070301c917
Add demo test example 2023-10-01 15:23:53 +02:00
Kloon ImKloon
b2e7e26fc6
Update dependencies 2023-10-01 15:14:11 +02:00
Kloon ImKloon
6a7a1eef0c
Fix eslint warnings 2023-10-01 15:10:36 +02:00
Kloon ImKloon
38db04f8ae
Show toast for other errors in Login 2023-10-01 14:57:02 +02:00
Kloon ImKloon
57e4dad7fd
Fix typo in Share 2023-10-01 14:55:40 +02:00
Kloon ImKloon
3775801cbb
Add margin for report button 2023-10-01 14:55:16 +02:00
Kloon ImKloon
df6b784c1c
Add AuthPage fixture 2023-10-01 14:34:20 +02:00
Kloon ImKloon
2da0978386
Fix isRtl function 2023-10-01 14:30:46 +02:00
Kloon ImKloon
d2a965cfa3
Add video.js for consistent video playback 2023-09-30 21:22:43 +02:00
Kloon ImKloon
795479beab
Add playwright and basic auth test 2023-09-30 15:32:20 +02:00
Kloon ImKloon
239c0bc344
Fix typo 2023-09-24 23:51:54 +02:00
Kloon ImKloon
183507524b
Fix stuff 2023-09-24 23:47:44 +02:00
Joep
e5aba2fdec
Updated editor to composition api & typescript. 2023-09-21 22:32:35 +02:00
Joep
7bc4a21a9d
Fixed issues in filelisting 2023-09-21 22:04:46 +02:00
Joep
3d6328fbb3
Updated filelisting to composition api & typescript. TODO: FILELISTING BROKEN 2023-09-19 23:37:33 +02:00
Joep
5d8f4863ca
converted files/Preview.vue to composition api & ts 2023-09-19 22:29:12 +02:00
Kloon ImKloon
66423fc98f
Fix RTL not working 2023-09-17 11:51:35 +02:00
Cameron
584b706b1e
feat: added shell resizing (#2648) 2023-09-15 00:50:40 +02:00
M A E R Y O
ecdd684bf1
feat: implement upload speed calculation and ETA estimation (#2677) 2023-09-15 00:41:36 +02:00
Kloon ImKloon
aed1e416a5
Small ts improvs 2023-09-14 16:15:26 +02:00
Kloon ImKloon
1ad7f4be5f
Improve ts types in upload 2023-09-14 12:57:57 +02:00
Kloon ImKloon
065e11ff2b
Add type for download format and noImplicitReturns rule 2023-09-13 12:47:15 +02:00
Kloon ImKloon
d2e81a6e77
Fixed most ts-ignore stuff 2023-09-12 16:13:15 +02:00
Kloon ImKloon
45ccec72d3
Optimized checkConflict, more type improvs 2023-09-12 15:41:59 +02:00
Kloon ImKloon
5d4a4fc485
Fix password input class in Profile 2023-09-12 15:18:57 +02:00
Kloon ImKloon
44a09ad7e7
Rename IFile to Resource and improve the types 2023-09-12 15:14:42 +02:00
Kloon ImKloon
0135629ae4
Use StatusError as error type in views 2023-09-12 13:50:18 +02:00
Kloon ImKloon
b6616ddeed
Fix stuff in converted views 2023-09-12 11:45:37 +02:00
Kloon ImKloon
242226e7fc
Improve chunking and added typecheck to lint 2023-09-12 11:45:32 +02:00
Kloon ImKloon
a9cb85d060
Fix updateUser (pls do not revert this again) 2023-09-12 11:41:57 +02:00
Kloon ImKloon
7daf16fd04
Bundle i18n into a separate chunk 2023-09-12 10:27:44 +02:00
Joep
9b4eccff5c
Fixed eslint errors 2023-09-11 23:48:51 +02:00
Joep
f120377b56
Fixed some eslint / ts errors and fixed the UserForm using defaults 2023-09-11 23:44:14 +02:00
Joep
44b76fa1ea
Use Kloon15 changes which apperantly disappeard 2023-09-11 22:57:38 +02:00
Joep
a70bf08889
Use Kloon15 changes which apperantly disappeard 2023-09-11 22:50:37 +02:00
Joep
24dd6b4fa1
Resolved git conflict 2023-09-11 22:33:59 +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
d4439c9ae9
Fix some ts-ignores in Login and Share 2023-09-11 21:42:45 +02:00
Kloon ImKloon
443ceb53d1
Remove moment, use dayjs instead 2023-09-11 18:30:17 +02:00
Kloon ImKloon
050d0d73f0
Update dependencies 2023-09-11 12:39:34 +02:00
Kloon ImKloon
f0f9f74fa4
Convert i18n to ts 2023-09-11 12:35:16 +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
245da0ffdc Convert views/settings/Profile.vue to composition api + ts 2023-09-10 17:43:28 +02:00
Joep
8bd72bffa4 Lint 2023-09-10 17:29:48 +02:00
Joep
4714b6bc75 Converted views/settings/Shares.vue to composition api & ts 2023-09-10 17:28:31 +02:00
Joep
d791e79cf3 Fixed some typings 2023-09-10 17:27:42 +02:00
Joep
cafdfe66f3 Remove comments 2023-09-10 17:16:23 +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
Joep
a14adb7cfd converted views/settings/Users.vue to composition api 2023-09-10 16:21:57 +02:00
Thomas
d0c3b8033d
chore: update German translation (#2616) 2023-09-10 14:35:51 +02:00
Kloon ImKloon
db6b627b69
Fix type errors reported by eslint 2023-09-10 14:24:19 +02:00
Kloon ImKloon
a066ae6c39
Fix watch warnings in Files.vue 2023-09-10 11:35:45 +02:00
Kloon ImKloon
86f696e87f
Merge branch 'vue3-wip' into vue3 2023-09-10 11:25:14 +02:00
Joep
d1b21c8089 Converted views/settings/Global.vue to composition api 2023-09-09 21:40:51 +02:00
Joep
194668c391 Fixed ESlint issue working with typescript (no-undef) 2023-09-09 21:40:04 +02:00
Kloon ImKloon
9f74fb4604
Fix progress not displaying 2023-09-09 20:01:58 +02:00
Joep
70e0648b4e reverted dockerignore to original 2023-09-09 15:03:47 +02:00
Joep
ce01968f48 Fixed component not loading error 2023-09-09 14:56:37 +02:00
Joep
06fe5429ab Fixed some type & eslint errors 2023-09-09 14:16:20 +02:00
Joep
01b1373130 Run lint 2023-09-09 14:12:45 +02:00
Joep
0f85be0cb8 Fixed eslint errors 2023-09-09 14:10:46 +02:00
Joep
abe3a4387c Fixed all $t to t of I18n 2023-09-09 13:52:52 +02:00
Joep
d13222fde3 Converted App.vue to composition api 2023-09-09 13:52:38 +02:00
Joep
2cfc2ae116 Converted views/Errors.vue 2023-09-09 13:46:55 +02:00
Joep
1bca23b3dc Covnerted views/Files.vue to composition api 2023-09-09 13:44:00 +02:00
Joep
cdcf05545a Converted views/Layout.vue 2023-09-09 13:26:11 +02:00
Joep
1602d38df5 Converted views/Login.vue to compositionapi 2023-09-09 13:20:47 +02:00