Commit Graph

441 Commits

Author SHA1 Message Date
fyears
807eec928e optimize sync plan export 2024-05-19 17:51:44 +08:00
fyears
3d7c4d2a4a optimize webdav 2024-05-19 17:03:14 +08:00
fyears
cb779fc7bf add upload by chunks for webdav 2024-05-19 15:58:49 +08:00
fyears
9d8e2af7b9 allow skipping empty file in onedrive 2024-05-18 12:03:53 +08:00
Jason
a48440e60b
Refine wording and grammar in some descriptions of settings. (#655)
* Refine wording and grammar in some descriptions of settings.

* Remove extra space in settings_encryptionmethod_desc.

* Add required ending comma syntax to settings_webdav_auth_desc.
2024-05-18 02:32:07 +08:00
fyears
2a84fae368 fix typo 2024-05-18 02:31:28 +08:00
fyears
3c3426a842 add more size range 2024-05-18 02:30:50 +08:00
fyears
74de7da89a fix timestamp to date using native js 2024-05-18 01:41:54 +08:00
fyears
1f33ac5d7a remove verbose webdav output 2024-05-18 01:34:46 +08:00
fyears
63c54d1956 check password using walkPartial instead of cache 2024-05-18 01:33:20 +08:00
fyears
b584f89a95 profiler itself might impact performance 2024-05-18 00:03:21 +08:00
fyears
fa17ea074b format 2024-05-17 22:59:44 +08:00
fyears
cb98bae79a buck? localforage 2024-05-17 22:59:34 +08:00
fyears
36079fc1d0 add profiler 2024-05-09 00:01:30 +08:00
fyears
67467a5034 fail statusbar 2024-05-08 22:50:18 +08:00
fyears
2a3df8ab53 fix onedrive issue in enc 2024-05-08 22:37:34 +08:00
fyears
e66b0c71c4 fix format again 2024-05-08 22:04:21 +08:00
fyears
a081d09212 safe lint from biome 2024-05-08 00:20:15 +08:00
fyears
235e346d2f slightly format 2024-05-07 23:48:37 +08:00
fyears
f25a2c2992 shorten text 2024-05-07 00:02:34 +08:00
fyears
3d1269a9f2 add a little helper to see file stat 2024-05-07 00:01:21 +08:00
fyears
ed52a8542f fix s3 mtime problem 2024-05-06 23:41:48 +08:00
fyears
ce1990a35f change loglevel for verbose mixedEntityMappings 2024-04-28 00:55:56 +08:00
fyears
61a3fab219 webdis 2024-04-27 23:10:36 +08:00
fyears
8d5868b8d8 fix process counting 2024-04-27 17:11:48 +08:00
fyears
9fe1b1d5e6 clean both folder if empty 2024-04-27 12:03:36 +08:00
fyears
df7b6e1848 allowing s3 synth folder 2024-04-27 12:01:30 +08:00
fyears
f33fa26c03 a large semi-rewrite of fs logic 2024-04-27 02:27:24 +08:00
Kira Kawai
5ce350ba41
💄 setings: overflow-wrap: break-word (#597)
Co-authored-by: ras0q <ras0q@users.noreply.github.com>
2024-04-26 23:23:34 +08:00
lyiton
1d32f1242d
Update zh_cn.json (#598) 2024-04-19 23:33:03 +08:00
fyears
d8ab054da1 change css on mobile to make multiple buttons happy 2024-04-05 11:53:44 +08:00
fyears
b877228415 revert back the webdav path func 2024-04-05 11:37:03 +08:00
fyears
28b99557a8 clean up reverse proxy 2024-04-05 11:06:16 +08:00
fyears
ae28cf9183 format 2024-04-05 10:48:53 +08:00
Yesterday17
8f68ac4ded
handle relative path correctly (#226)
Co-authored-by: fyears <1142836+fyears@users.noreply.github.com>
2024-04-05 10:45:23 +08:00
Adens Wang
220fd07a8b
feat: add reserve proxy url (#479)
Co-authored-by: Adens <dwang@senparc.com>
Co-authored-by: fyears <1142836+fyears@users.noreply.github.com>
2024-04-05 10:36:58 +08:00
fyears
ca5ca5f576 fix the time mapping 2024-04-05 00:23:05 +08:00
fyears
0e6182b887 bulk load db and remove some verbose output, to speed up 2024-04-04 23:37:09 +08:00
fyears
c5a7085fda format 2024-04-04 22:20:44 +08:00
fyears
640f1e56f1 save the writing 2024-04-04 22:20:36 +08:00
fyears
83e0073134 remove dep on delay lib 2024-04-04 21:58:52 +08:00
fyears
cfe316f690 profiler 2024-04-04 21:52:01 +08:00
fyears
c472654060 add hint for linux 2024-04-04 17:54:45 +08:00
fyears
ce94a6d79c let onedrive happy 2024-04-03 20:48:34 +08:00
fyears
0fc0dcad64 optimize the import and export functions 2024-04-03 19:43:53 +08:00
fyears
583b365e72 optimize export sync plans, and clear too many sync plans 2024-04-03 00:21:43 +08:00
fyears
3d213b2be8 fix comparation of equality 2024-04-03 00:03:58 +08:00
fyears
ee224bf4f2 new delay function to avoid the import problem
Some checks failed
Release A New Version / build (16.x) (push) Failing after 36s
2024-04-01 00:13:33 +08:00
fyears
300ed213af improvement of statusbar, finally fully working on iphone 2024-03-31 23:50:42 +08:00
fyears
4be67ce491 minor change to synconsave 2024-03-31 19:07:47 +08:00
Vijayasantham
98107ba4ea
Improvement of sync_on_save (#502)
* Improve sync_on_save

* fix typo

---------

Co-authored-by: fyears <1142836+fyears@users.noreply.github.com>
2024-03-31 00:07:07 +08:00
fyears
7930509e2a fix sync records 2024-03-30 21:44:09 +08:00
fyears
1c918d82da allowing # in onedrive 2024-03-30 15:39:35 +08:00
fyears
593fd7471b fix s3 detect http 2024-03-30 15:18:14 +08:00
fyears
dcd02457cb fix folder segments of dropbox 2024-03-30 14:53:23 +08:00
fyears
791c0e8df6 very basic synthesizedFolder 2024-03-30 03:30:18 +08:00
fyears
bed28d9f0b fix too large operation 2024-03-27 00:44:16 +08:00
fyears
02e03681f7 fix encrypt method 2024-03-27 00:33:27 +08:00
fyears
62452341a3 correctly remove empty folders 2024-03-26 23:57:00 +08:00
fyears
bff2f6a642 clean protection for 100% 2024-03-26 23:39:53 +08:00
fyears
936fce76a1 hack for status bar 2024-03-25 01:18:34 +08:00
fyears
e2e8265d43 add https checking 2024-03-25 00:43:13 +08:00
fyears
e228250613 round second to dropbox 2024-03-25 00:31:21 +08:00
fyears
e283efc8f7 new encryption 2024-03-25 00:21:56 +08:00
fyears
6825241071 half way of encryption refactor 2024-03-23 16:38:58 +08:00
fyears
7ecce29940 fix webdav encodeURI 2024-03-21 00:07:32 +08:00
fyears
257c995090 fix a mysterious bug for webdav 2024-03-20 03:10:57 +08:00
fyears
fd095a9093 more debug for webdav and bump to 0.4.6
Some checks failed
Release A New Version / build (16.x) (push) Failing after 39s
2024-03-20 02:01:51 +08:00
fyears
4456db11cf try to make webdav header happy 2024-03-20 01:42:02 +08:00
fyears
822941f1c3 fix statusbar 2024-03-18 23:59:52 +08:00
fyears
9553bff44a mobile status bar 2024-03-18 02:20:56 +08:00
fyears
ede1f4e1bc obfuscateSettingFile 2024-03-18 01:45:33 +08:00
fyears
97f4c0c427 fix grammar 2024-03-18 01:30:47 +08:00
fyears
94a56dabdd add debug log 2024-03-18 01:30:29 +08:00
fyears
2d12c9977d fix param 2024-03-18 00:48:53 +08:00
fyears
519fd27dd5 fix s3 time 2024-03-18 00:45:28 +08:00
fyears
06bf59bf2a incremental push / pull only modes 2024-03-17 23:58:54 +08:00
fyears
d51659d3d1 polish welcome screen 2024-03-17 21:05:30 +08:00
fyears
7ec0102c7a add protection! 2024-03-17 18:10:37 +08:00
fyears
c828a341ba add profileID 2024-03-17 16:35:02 +08:00
fyears
d7ff793715 use raw logging now! 2024-03-17 16:03:40 +08:00
fyears
996533328e fix onedrive filter 2024-03-17 15:31:32 +08:00
fyears
aff5a8b088 add intro 2024-02-26 00:41:40 +08:00
fyears
768d6636d0 db migration 2024-02-25 23:21:42 +08:00
fyears
5f5b5de505 add settings 2024-02-25 22:44:09 +08:00
fyears
5df06bbed5 fix mtime for webdav 2024-02-25 22:18:14 +08:00
fyears
1f4737bfb8 fix for encryption 2024-02-25 15:20:27 +08:00
fyears
40020c3e44 fix many bugs 2024-02-24 23:25:15 +08:00
fyears
c512330d84 yes lots of logging and fix 2024-02-24 11:55:35 +08:00
fyears
e34b120a63 upgrade modal 2024-02-24 11:36:58 +08:00
fyears
725b12832c finally buildable 2024-02-24 11:31:23 +08:00
fyears
e341c4f780 sync v3 notice draft 2024-02-24 08:41:58 +08:00
fyears
10d22cb912 v3 notice 2024-02-24 08:30:58 +08:00
fyears
06b15b2146 never used sync sizes notice 2024-02-24 08:30:38 +08:00
fyears
2fbd87eed4 half way of new sync 2024-02-24 08:21:05 +08:00
fyears
69537f7002 better sync status in zh 2024-02-12 17:23:26 +08:00
Vijayasantham
17de78240f
Feat: Add #481 (#492) 2024-02-12 17:13:43 +08:00
fyears
6ba5abc0a6 format 2024-02-08 16:45:15 +08:00
Vijayasantham
d820285d1e
Fix: Save on sync issue (#486)
* Fix: Save on sync issue

* Fix: Add delay before run sync on save
2024-02-08 11:58:57 +08:00
fyears
0fcedf397f concurrency should not influence the sync 2024-01-21 14:31:39 +08:00