Commit graph

174 commits

Author SHA1 Message Date
myl7
9bde9bdab0
report handleable error in downloading 2022-01-24 22:01:35 +08:00
myl7
007e412630
handle errors when traversing 2022-01-24 22:01:35 +08:00
spencerwooo
3476c652a3
clear input box on search modal close 2022-01-24 20:56:02 +08:00
spencerwooo
b47dd88d1a
useSWR instead of custom useAxiosGet hook for cache reuse 2022-01-24 20:50:43 +08:00
spencerwooo
17263feea9
load item path on result mount 2022-01-24 20:31:17 +08:00
spencerwooo
0b55fe5fc7
rename useAxiosFetch hook for universal fetch usage 2022-01-24 19:16:32 +08:00
spencerwooo
bfbe4eb042
search support for od business 2022-01-24 16:18:55 +08:00
myl7
a53c0ab985
add flags to help to decide file icon 2022-01-24 16:03:35 +08:00
myl7
d3d69849c9
add flags to help to decide preview type 2022-01-24 15:52:45 +08:00
spencerwooo
fad501a562
error message for sharepoint search, and minor style fix 2022-01-23 15:43:36 +08:00
spencerwooo
3d918fbd90
hot keys support for opening search modal 2022-01-22 19:35:23 +08:00
spencerwooo
c3daf370ec
layout stuff for mobile and desktop 2022-01-21 22:12:07 +08:00
spencerwooo
1b658b6a98
search with onedrive graph api 2022-01-21 21:42:21 +08:00
spencerwooo
038b4288cb
search modal with mock data 2022-01-17 00:08:04 +08:00
spencerwooo
fd95e03795
add OdFileObject typings 2022-01-16 20:19:52 +08:00
spencerwooo
abb8ca4b7f
change unknown file preview to readable format 2022-01-16 20:17:42 +08:00
spencerwooo
0bde48af01
remove proxied download button (for now) 2022-01-15 21:37:06 +08:00
spencerwooo
02f03b41bf better error handling 2022-01-10 16:36:45 +08:00
spencerwooo
e82680f2a7 add dot url file preview support, close #221 2022-01-08 15:27:39 +08:00
spencerwooo
b0ebd6ca0c url file icons and file listing padding adjustments 2022-01-08 15:10:36 +08:00
spencerwooo
16272f519a fix minor style issues 2022-01-06 21:18:28 +08:00
spencerwooo
b451f09aeb a flat design with narrower lists 2022-01-06 21:10:16 +08:00
spencerwooo
fef6b1eee5 functioncomponent -> react.fc 2022-01-06 19:25:10 +08:00
spencerwooo
6671986bac extract components and custom useFileContent hook 2022-01-06 16:34:16 +08:00
Spencer Woo
312bcff515 proxied download match direct link, fix #225 and #222 2022-01-02 16:13:21 +00:00
Spencer Woo
8eb52ad3df various style issues, fix #218, #223 2022-01-02 15:32:16 +00:00
spencerwooo
55869b3884
fabulous illustrations for all pages 2021-12-31 21:55:41 +08:00
spencerwooo
38d24146fa
oauth inside main project, with public client id and secret 2021-12-31 03:44:03 +08:00
spencerwooo
d24608b446
fix some typos, add a few tooltips 2021-12-29 19:58:33 +08:00
spencerwooo
09575b85b6
remove unnecessary Toaster containers, fix #207 2021-12-29 17:08:10 +08:00
spencerwooo
172d0a97eb
sticky download button so long previews doesn't push buttons down, closes #205 2021-12-29 15:52:18 +08:00
spencerwooo
29df9bc9cb
load navbar icon with priority 2021-12-29 15:26:04 +08:00
spencerwooo
5bc8fc4a67
a better abstraction of download buttons 2021-12-29 15:23:47 +08:00
spencerwooo
0613e035b2
medium font size for various occurances 2021-12-29 15:23:20 +08:00
spencerwooo
59b00f2343
rename pdf preview component 2021-12-29 02:13:47 +08:00
spencerwooo
53539e2cd9
native pdf viewer with mozilla pdfjs 2021-12-29 02:13:17 +08:00
spencerwooo
6d02a81a70
fix password onclick not stored 2021-12-20 22:33:49 +08:00
spencerwooo
de81f79c4a
fix an issue where entering password triggers reload 2021-12-20 20:55:12 +08:00
spencerwooo
ae3c8144b8
load all icons with tree-shaking 2021-12-20 17:10:29 +08:00
spencerwooo
c778c6d94a
add nprogress and custom google fonts for sans/mono 2021-12-18 12:59:40 +08:00
spencerwooo
5889a5d9dc
link accent color and 404 page 2021-12-18 11:00:08 +08:00
spencerwooo
51b05631c3
use aspect ratios in tailwind 3.0 and remove css hacks 2021-12-18 09:43:24 +08:00
spencerwooo
e20a2f52a5
multiple file download with progress bar and percentage 2021-12-17 23:16:18 +08:00
spencerwooo
93376e071e
refactor new file download functions to new file 2021-12-17 21:21:25 +08:00
spencerwooo
9c5a6e6211
add download and compression progress 2021-12-17 16:31:01 +08:00
spencerwooo
c6fba24f97
minor style changes to input and button hover effects 2021-12-17 15:28:11 +08:00
spencerwooo
a27cc18951
remove all shadows 2021-12-17 14:35:24 +08:00
spencerwooo
1339c98925
minor adjustments to style and comments 2021-12-17 13:57:56 +08:00
myl7
8dcb881917
update traversing method
change DFS to BFS with same level folders fetched concurrently.
merge helper class into traversing func.
2021-12-16 23:54:45 +08:00
myl7
f550a08e37
update function names and comments according to upstream 2021-12-16 21:57:04 +08:00
myl7
afcd6abd0e
add folder download notification 2021-12-16 21:28:37 +08:00
myl7
4a7398bf59
add loading state for folder download 2021-12-16 21:28:36 +08:00
myl7
a35a7a790b
refactor to get LoadingIcon and Downloading for later folder loading 2021-12-16 21:28:33 +08:00
myl7
fb1520c944
finish folder download 2021-12-16 21:21:52 +08:00
myl7
f6d44b7ee5
add folder download utils 2021-12-16 21:17:10 +08:00
spencerwooo
e47745c29d
show button disabled when none of the files are selected 2021-12-16 12:49:22 +08:00
spencerwooo
fd869698f5
fix a few style issues with toast and checkbox 2021-12-15 17:02:06 +08:00
Spencer Woo
8b383ee521
Merge branch 'main' into batchdl 2021-12-14 21:52:02 +08:00
cubercsl
02b71fe95d
fix(pdfpreview): Support for non-latin characters
As mentioned in
https://github.com/wojtekmaj/react-pdf#support-for-non-latin-characters,
pdf.js needs the bundled cMaps files to work.
2021-12-02 17:10:28 +08:00
myl7
1b74a378e9
add selected download notification 2021-11-28 21:27:11 +08:00
myl7
e706051238
fix duplicated click event for wrapped checkbox 2021-11-27 19:04:21 +08:00
myl7
66edd3034f
remove meaningless console log 2021-11-27 17:00:32 +08:00
myl7
1d6c40affe
update download function
Rename it and turn it into async other than using callback
2021-11-27 16:31:02 +08:00
myl7
6c63aa90be
fix code style problem 2021-11-27 16:31:02 +08:00
myl7
2071cdea32
add urlencoding for one lost c.name 2021-11-22 23:50:13 +08:00
myl7
d7dd74772e
hide selecting checkbox for .password
.password is still downloadable via per-file download button, but it is completely excluded from selecting downloading
2021-11-19 21:37:14 +08:00
myl7
c4c31e0dda
exclude .password from downloading 2021-11-19 21:31:07 +08:00
myl7
54de2651ce
exclude selecting only one file from multi file download 2021-11-19 16:38:00 +08:00
myl7
c1454db48f
add spinner when downloading selected files 2021-11-19 16:21:42 +08:00
myl7
f8777682cc
exclude folders from selection 2021-11-19 07:56:11 +08:00
myl7
61dd08c1aa
add download button style and action
Add jszip to dependencies
2021-11-19 07:28:05 +08:00
myl7
d1b7022127
add file selection checkbox behavior 2021-11-19 06:36:23 +08:00
myl7
1868d4b3dc
alloc 1 col in file listing for file selection 2021-11-19 04:13:19 +08:00
myl7
0479b7868c
add EPUB preview 2021-10-06 05:28:40 +08:00
Hans362
82721e01f1
fix office preview 2021-09-11 18:22:22 +08:00
spencerwooo
e53716eb12
fix dark mode colors, check todo in readme 2021-09-05 16:09:24 +01:00
spencerwooo
4d6b41f156
infinite loading via useSWR, close - Pagination #2 2021-09-05 16:03:27 +01:00
spencerwooo
091e97f211
use second request for paging instead of expand children 2021-09-04 18:47:31 +01:00
spencerwooo
9a3599b6c9
no customisable icons in contacts 2021-09-04 15:28:49 +01:00
spencerwooo
97a0eb91fc
format according to headwind sequence 2021-09-04 15:15:09 +01:00
spencerwooo
047508e5da
markdown render image with size params (#89) 2021-09-04 14:39:00 +01:00
spencerwooo
12c551468f
render relative path images in markdown, close #10 2021-08-31 13:59:31 +01:00
spencerwooo
0ee32fd749
customisable icon and new design 2021-08-30 20:47:25 +01:00
spencerwooo
53e10049a0
navbar logout and other custom icons 2021-08-30 15:51:19 +01:00
spencerwooo
549b9ba345
password submit on enter 2021-08-30 14:44:50 +01:00
spencerwooo
c9d5668575
password modal and logout token clear 2021-08-30 14:34:37 +01:00
spencerwooo
f8983177d4
basic auth with .password 2021-08-30 01:35:52 +01:00
spencerwooo
a488d3324e
colored toast and other minor tweaks 2021-08-29 22:31:42 +01:00
spencerwooo
a3644b50e5
add action buttons to file listing, close #50 2021-08-29 17:14:17 +01:00
spencerwooo
8a5f4482cd
use stale swr and disable revalidation 2021-08-29 15:50:38 +01:00
spencerwooo
e374d5ba61
fix markdown bg and text colors 2021-08-29 15:32:27 +01:00
spencerwooo
2b7b13a99f
hide scrollbar for breadcrumb 2021-08-29 15:13:50 +01:00
spencerwooo
4c7b27a886
revert to original useSWR 2021-08-23 16:26:04 +01:00
spencerwooo
ae8ada58ca
dark mode support, close #14 2021-08-23 16:14:08 +01:00
spencerwooo
96e9dbb2b2
clipboard implemented with react hooks, fix #58 2021-08-23 15:02:06 +01:00
spencerwooo
778666b7b4
do not encode raw url to clipboard, fix #61 2021-08-23 14:34:38 +01:00
spencerwooo
88c2f1bd9e
add iina, vlc, and potplayer direct links, close #43 2021-08-15 21:26:08 +01:00
spencerwooo
2daa086cc0
add comment, close #18 2021-08-15 20:49:48 +01:00
spencerwooo
c9af7567c7
render html in markdown 2021-08-15 20:48:29 +01:00
spencerwooo
69c2ea05a4
fix folders with # inside their names 2021-08-15 20:38:51 +01:00