alist/internal
foxxorcat 6024e8d832
refactor: split the db package hook and cache to the op package (#2747)
* refactor:separate the setting method from the db package to the op package and add the cache

* refactor:separate the meta method from the db package to the op package

* fix:setting not load database data

* refactor:separate the user method from the db package to the op package

* refactor:remove user JoinPath error

* fix:op package user cache

* refactor:fs package list method

* fix:tile virtual paths (close #2743)

* Revert "refactor:remove user JoinPath error"

This reverts commit 4e20daaf9e.

* clean path directly may lead to unknown behavior

* fix: The path of the meta passed in must be prefix of reqPath

* chore: rename all virtualPath to mountPath

* fix: `getStoragesByPath` and `GetStorageVirtualFilesByPath`

is_sub_path:

/a/b isn't subpath of /a/bc

* fix: don't save setting if hook error

Co-authored-by: Noah Hsu <i@nn.ci>
2022-12-18 19:51:20 +08:00
..
aria2 fix(aria2): directory missing (close #1856 pr #2504) 2022-11-28 14:05:28 +08:00
bootstrap refactor: split the db package hook and cache to the op package (#2747) 2022-12-18 19:51:20 +08:00
conf feat: limit max connection count (#2701) 2022-12-14 10:33:58 +08:00
db refactor: split the db package hook and cache to the op package (#2747) 2022-12-18 19:51:20 +08:00
driver refactor: obj name mapping and internal path processing (#2733) 2022-12-17 19:49:05 +08:00
errs feat: multiple search indexes (#2514) 2022-11-28 13:45:25 +08:00
fs refactor: split the db package hook and cache to the op package (#2747) 2022-12-18 19:51:20 +08:00
fuse chore: add fuse package 2022-07-20 00:39:20 +08:00
message chore: change message type 2022-08-14 03:05:30 +08:00
model refactor: split the db package hook and cache to the op package (#2747) 2022-12-18 19:51:20 +08:00
op refactor: split the db package hook and cache to the op package (#2747) 2022-12-18 19:51:20 +08:00
search refactor: split the db package hook and cache to the op package (#2747) 2022-12-18 19:51:20 +08:00
setting refactor: split the db package hook and cache to the op package (#2747) 2022-12-18 19:51:20 +08:00
sign feat: add 189cloud driver 2022-09-06 14:39:21 +08:00