Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/filebrowser/filebrowser
/ Save
Method
Save
users/storage.go:27–27 ·
view source on GitHub ↗
(user *User)
Source
from the content-addressed store, hash-verified
25
Gets(baseScope string, followExternalSymlinks bool) ([]*User, error)
26
Update(user *User, fields ...string) error
27
Save(user *User) error
28
Delete(id
interface
{}) error
29
LastUpdate(id uint) int64
30
}
Callers
15
Save
Method · 0.65
share.go
File · 0.65
users.go
File · 0.65
TestTusHandlersRejectSymlinkScopeEscape
Function · 0.65
auth.go
File · 0.65
TestSignupRejectsCollidingNormalizedScope
Function · 0.65
settings.go
File · 0.65
symlinkShareStorage
Function · 0.65
TestPublicShareSymlinkFollowedWhenEnabled
Function · 0.65
TestAdminShareGetsHandlerMatchesOwnerScope
Function · 0.65
TestPublicShareHandlerAuthentication
Function · 0.65
TestPublicShareHandlerRules
Function · 0.65
Implementers
2
Storage
users/storage.go
mockUserStore
auth/proxy_test.go
Calls
no outgoing calls
Tested by
9
TestTusHandlersRejectSymlinkScopeEscape
Function · 0.52
TestSignupRejectsCollidingNormalizedScope
Function · 0.52
symlinkShareStorage
Function · 0.52
TestPublicShareSymlinkFollowedWhenEnabled
Function · 0.52
TestAdminShareGetsHandlerMatchesOwnerScope
Function · 0.52
TestPublicShareHandlerAuthentication
Function · 0.52
TestPublicShareHandlerRules
Function · 0.52
TestResourceCopyDoesNotDereferenceEscapingSymlink
Function · 0.52
scopedUserStorage
Function · 0.52