Commit graph

155 commits

Author SHA1 Message Date
spencerwooo
3dde6ac73c
store tokens in memory directly 2021-12-31 13:19:38 +08:00
spencerwooo
978c6d82f6
check kv store path on deployment 2021-12-31 12:36:30 +08:00
spencerwooo
689a647b80
fixed file name for serverless persistent store 2021-12-31 12:28:33 +08:00
spencerwooo
45ef22f34a
store access token and refresh token in the file system /tmp 2021-12-31 12:17:00 +08:00
spencerwooo
38d24146fa
oauth inside main project, with public client id and secret 2021-12-31 03:44:03 +08:00
Spencer Woo
8658b480ed
remove unused console logs 2021-12-29 23:31:43 +08:00
Spencer Woo
a099cdf0fe
add configuration docs and screen cast 2021-12-29 20:17:10 +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
Spencer Woo
dfb4a46765
Merge pull request #206 from spencerwooo/proxied-download
Proxied download documentations
2021-12-29 08:48:17 +00:00
Spencer Woo
9fee2d766c
fix broken anchor links 2021-12-29 16:47:35 +08:00
Spencer Woo
19342808e8
add images and emojis 2021-12-29 16:46:28 +08:00
spencerwooo
155dfaef2a
proxied download docs in readme 2021-12-29 16:30:22 +08:00
Spencer Woo
c3cca98427
Merge pull request #202 from spencerwooo/native-pdf-viewer
Native PDF preview, proxied download, better buttons, download button sticky
2021-12-29 07:55:47 +00: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
0e8629e935
file download proxied stream from vercel 2021-12-29 02:11:52 +08:00
Spencer Woo
10a37bac08
update readme with screen recordings 2021-12-20 22:59:18 +08:00
spencerwooo
f936f6250c
update readme with feature demos 2021-12-20 22:56:39 +08:00
spencerwooo
6d02a81a70
fix password onclick not stored 2021-12-20 22:33:49 +08:00
Spencer Woo
a87005f04c
create funding configs 2021-12-20 21:28:43 +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
7a77fd884d
fix gray color in dark mode (tailwind 3.0) 2021-12-17 14:38:49 +08:00
spencerwooo
a27cc18951
remove all shadows 2021-12-17 14:35:24 +08:00
Spencer Woo
476f24164d
Merge pull request #177 from myl7/tree-list
Folder download
2021-12-17 14:02:00 +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
5a8bb2acda
add folder meta in dfs traversing 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
8e127d50e6
upgrade to tailwind v3.0 2021-12-16 13:08:08 +08:00
Spencer Woo
2b0430f2af
Merge pull request #169 from myl7/batchdl
Selecting to download support for current directory
2021-12-16 12:54:39 +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