Bruno Miiller
af79356e58
Apply biome format and lint fixes
...
- pro/src/account.ts: cast parens (}) as T; biome-ignore on intentional
unreachable code after fake-license shortcut
- pro/src/fsGoogleDrive.ts: let → const; missing semicolon; == → ===
(mimeType comparison and parent lookup)
- src/misc.ts: line break on long b.buffer.slice() chain
2026-05-19 23:07:36 -03:00
Bruno Miiller
6a6f192942
Make build pass on Node 24 and reduce npm audit surface
...
Build fixes:
- tsconfig.json: moduleResolution "node" → "bundler" (resolves node-diff3
v3.2.0 exports-only package); add "es2021" to lib for AggregateError
- webpack.config.js: NormalModuleReplacementPlugin to strip "node:" URI
prefix so resolve.fallback browserify shims apply
- Remove "aggregate-error" import in src/main.ts, src/fsS3.ts,
pro/src/sync.ts — use native global AggregateError (Node 15+, Electron
98+, both satisfied by Obsidian runtime)
- .gitignore: ignore *.main.js webpack chunks
Audit reduction (22 → 4 low):
- Remove npm-check-updates devDep (use `npx ncu` ad-hoc) — kills 15 vulns
from transitive cacache/sigstore/tar/pacote chain
- Pin to versions ≥ 30 days old (supply-chain hygiene): @types/node 24.12.2,
c8 11.0.0, mocha 11.7.5, esbuild 0.28.0, crypto-browserify 3.12.1
- package.json overrides: elliptic@6.6.1, diff@9.0.0,
serialize-javascript@7.0.5 to push transitive fixes
- Remaining 4 lows are all elliptic (advisory marks all versions
vulnerable; no upstream fix available)
2026-05-19 22:57:29 -03:00
A
c96de5ccbc
fix esbuild and typing issues
2026-05-19 22:12:40 -03:00
adrian-fuertes
34db181af0
fix typos in sync messages and comments (startting -> starting) ( #876 )
BuildCI / build (20.x) (push) Failing after 5m56s
2024-11-10 18:16:22 +08:00
Liam Swayne
6631a9c5eb
typo fixes ( #870 )
2024-11-10 18:14:16 +08:00
fyears
50c08400ff
add more prefix
2024-10-20 16:42:47 +08:00
fyears
2220f511e3
fix webdav path with /.. leading
2024-09-30 20:51:55 +08:00
fyears
4ade975585
warn in console about expire
2024-09-29 08:58:57 +08:00
fyears
b63b6791aa
re-enable profiler
2024-09-01 18:28:08 +08:00
Matvey Romanov
2a3d1265b3
Update en.json ( #794 )
2024-09-01 17:34:46 +08:00
fyears
74e5231861
not transfer data to worker for safety
2024-09-01 17:26:32 +08:00
fyears
ac9c2a9248
mini support to ctimeCli
2024-09-01 17:17:08 +08:00
fyears
b2dea5a351
add allow list mode
2024-09-01 16:48:35 +08:00
fyears
e9b9cd97ac
check if folder/file name is valid
2024-09-01 16:15:42 +08:00
fyears
fb2f4ef46f
fix checking
2024-07-29 22:18:33 +08:00
fyears
b5099854af
webdis add prefix in scan
2024-07-28 15:50:01 +08:00
fyears
ee4394873b
upgrade check connections
2024-07-27 22:58:05 +08:00
fyears
bbee873b64
remove debug log
2024-07-27 22:08:22 +08:00
fyears
f1a06a3f52
add append mode for sabre
2024-07-27 19:22:57 +08:00
fyears
254231e4bd
add onedrive mtime error
2024-07-27 15:02:21 +08:00
fyears
871e8dc3cf
encode username
2024-07-27 14:41:37 +08:00
fyears
13cca9025e
hard code famous website
2024-07-27 12:30:17 +08:00
fyears
12ed023cd1
add bookmarks sync
2024-07-14 17:04:05 +08:00
fyears
91e358fcea
custom header for webdav
2024-07-14 00:44:11 +08:00
fyears
733fa1d306
export 5 changes
2024-07-13 23:24:41 +08:00
fyears
7228398d0a
more debug
2024-07-13 23:14:05 +08:00
fyears
c7bb3646a4
no longer transfer array buffer
2024-07-13 23:04:28 +08:00
fyears
1012bf3d09
remove dup files
2024-07-13 16:31:09 +08:00
fyears
57bdc4d0c6
remove msft temp files
2024-07-13 16:31:02 +08:00
fyears
a967d6ffd9
move onedrive full to below, and add separator
2024-06-29 18:33:41 +08:00
fyears
a2ce95441a
download at best effort
2024-06-29 00:43:01 +08:00
fyears
56bd4c000e
Merge branch 'master' of https://github.com/fyears/remotely-save
2024-06-28 23:06:33 +08:00
fyears
a7cc4e2d7e
more robust for rclone
2024-06-28 23:06:14 +08:00
fyears
f306445e0d
save resources
2024-06-28 23:05:22 +08:00
lyiton
9f4de49495
修改一处细节 ( #720 )
...
* Update zh_cn.json
* Update zh_cn.json
* Update zh_tw.json
2024-06-24 22:52:25 +08:00
fyears
0463ae8222
onedrive full
2024-06-23 17:44:02 +08:00
fyears
faa9df1306
fix status bar
2024-06-22 23:42:36 +08:00
fyears
5c1a887b07
add more hints for s3
2024-06-22 23:33:27 +08:00
fyears
cc0a286471
azblob
2024-06-22 21:03:43 +08:00
fyears
a764e419e7
add koofr
2024-06-18 23:05:30 +08:00
fyears
35f5355c8e
optimize sync status bar
2024-06-17 00:15:33 +08:00
fyears
9b1a8f6068
push and pull add delete
2024-06-16 19:48:40 +08:00
fyears
1e6f59eb79
hide koofr for the moment
2024-06-15 23:09:31 +08:00
fyears
a64b859e46
add koofr
2024-06-15 23:06:41 +08:00
fyears
689376adfe
show enc method only if password is set
2024-06-15 16:21:13 +08:00
fyears
52d46b58d8
listen to rename
2024-06-15 16:09:07 +08:00
fyears
157eff3a61
let onedrive download happy with native fetch and no cache
2024-06-14 23:56:15 +08:00
fyears
d067937138
ignore special system files
2024-06-13 03:32:27 +08:00
fyears
9f67d41786
fix folder sync
2024-06-12 23:02:26 +08:00
fyears
adacda7ee5
finally we know how to skip leading slash
2024-06-12 01:01:30 +08:00