photoprism/pkg/fs/duf
hardlydearly 060924c19a
Backend: Use slices.Contains to simplify code (#4975)
Signed-off-by: hardlydearly <799511800@qq.com>
2025-04-30 15:25:05 +02:00
..
const.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
duf.go Config: Refactor filesystem usage detection and add tests #4266 2025-03-03 21:05:08 +01:00
duf_test.go Tests: Add unit tests #4266 2025-03-10 17:33:00 +01:00
filesystems.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
filesystems_darwin.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
filesystems_freebsd.go refactor: using slices.Contains to simplify the code 2025-03-14 10:06:09 +01:00
filesystems_linux.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
filesystems_openbsd.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
filesystems_windows.go Config: Add option to show filesystem usage in sidebar navigation #4266 2025-03-03 20:05:56 +01:00
filters.go Config: Add option to show filesystem usage in sidebar navigation #4266 2025-03-03 20:05:56 +01:00
groups.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
groups_test.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
mounts.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
mounts_darwin.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
mounts_freebsd.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
mounts_linux.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
mounts_linux_test.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
mounts_openbsd.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
mounts_windows.go FS: Add /pkg/fs/duf to determine mount points and disk usage #4266 2025-03-03 11:24:30 +01:00
util.go Backend: Use slices.Contains to simplify code (#4975) 2025-04-30 15:25:05 +02:00