Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gtsteffaniak/filebrowser
/ functions
Functions
1,657 in github.com/gtsteffaniak/filebrowser
⨍
Functions
1,657
◇
Types & classes
228
Method
setOnConflict
(handler)
frontend/src/utils/upload.js:64
Function
setProgress
(state, { id, loaded })
frontend/src/store/modules/upload.js:17
Function
setSidebarMode
(value)
frontend/src/store/mutations.js:1102
Function
setSidebarVisible
(value)
frontend/src/store/mutations.js:289
Function
setToastUpdateCallback
(callback)
frontend/src/notify/message.js:62
Function
setUpdateCallback
(callback)
frontend/src/notify/message.js:54
Function
setWatchDirChangeAvailable
()
frontend/src/store/mutations.js:86
Function
settingsConfigHandler
settingsConfigHandler returns the current system settings as YAML. @Summary Get system settings as YAML @Description Returns the current running confi
backend/http/settings.go:54
Function
settingsGetHandler
settingsGetHandler retrieves the current system settings. @Summary Get system settings @Description Returns the current configuration settings for sig
backend/http/settings.go:22
Function
shareDeleteHandler
shareDeleteHandler deletes a specific share link by its hash. @Summary Delete a share link @Description Deletes a share link specified by its hash. @T
backend/http/share.go:159
Function
shareDirectDownloadHandler
shareDirectDownloadHandler creates a direct download link for files only. @Summary Create direct download link @Description Creates a direct download
backend/http/share.go:447
Function
shareGetHandler
shareGetsHandler retrieves share links for a specific resource path. @Summary Get share links by path @Description Retrieves all share links associate
backend/http/share.go:119
Function
shareInfoHandler
shareInfoHandler retrieves share information by hash. @Summary Get share information by hash @Description Returns information about a share link based
backend/http/share.go:629
Function
shareListHandler
shareListHandler returns a list of all share links. @Summary List share links @Description Returns a list of share links for the current user, or all
backend/http/share.go:89
Function
sharePatchHandler
sharePatchHandler updates a share link's path. @Summary Update share link path @Description Updates the path for a specific share link identified by h
backend/http/share.go:194
Function
sharePostHandler
sharePostHandler creates a new share link. @Summary Create a share link @Description Creates a new share link with an optional expiration time and pas
backend/http/share.go:255
Function
showError
(message, options = {})
frontend/src/notify/message.js:357
Function
showErrorToast
(message, options = {})
frontend/src/notify/message.js:567
Function
showInfoToast
(message, options = {})
frontend/src/notify/message.js:578
Function
showMultipleSelection
()
frontend/src/notify/message.js:362
Function
showSuccess
(message, options = {})
frontend/src/notify/message.js:345
Function
showSuccessToast
(message, options = {})
frontend/src/notify/message.js:556
Function
showTooltip
(value)
frontend/src/store/mutations.js:747
Function
showWarningToast
(message, options = {})
frontend/src/notify/message.js:589
Function
signalUploadPause
(source, path, shareHash = null)
frontend/src/api/resources.js:56
Function
signup
(username, password, otp)
frontend/src/api/auth.js:59
Function
signupHandler
signupHandler registers a new user account. @Summary User signup @Description Register a new user account with a username and password. @Tags Auth @Ac
backend/http/auth.go:324
Function
sources
()
frontend/src/api/settings.js:25
Function
sseHandler
(w http.ResponseWriter, r *http.Request, d *requestContext)
backend/http/httpEvents.go:30
Function
startOnlyOfficeSSE
()
frontend/src/notify/events.js:146
Function
startSSE
()
frontend/src/notify/events.js:140
Function
staticAssetHandler
staticAssetHandler serves static assets exactly as the frontend build produces them
backend/http/static.go:281
Function
stopSSE
()
frontend/src/notify/events.js:152
Function
subtitlesHandler
subtitlesHandler handles subtitle requests for both external files and embedded streams @Summary Get subtitle content @Description Returns raw subtitl
backend/http/media.go:33
Function
success
(button)
frontend/src/utils/buttons.js:38
Function
swaggerHandler
(w http.ResponseWriter, r *http.Request, d *requestContext)
backend/http/swagger.go:9
Function
toggleDarkMode
()
frontend/src/store/mutations.js:274
Function
toggleSidebar
()
frontend/src/store/mutations.js:278
Function
unarchive
(opts)
frontend/src/api/resources.js:892
Function
unarchive
(opts)
frontend/src/api/archive.js:53
Function
unarchiveHandler
unarchiveHandler extracts an archive on the server. POST /resources/unarchive — server-side only. @Summary Extract an archive on the server @Descript
backend/http/archive.go:386
Function
update
(user, which = ['all'], options = {})
frontend/src/api/users.js:97
Function
update
(settings)
frontend/src/api/settings.js:10
Function
updateNestedProperty
(obj, outerKey, innerKey, innerValue, options = {})
frontend/src/utils/object.js:57
Function
updatePath
(hash, newPath)
frontend/src/api/share.js:81
Function
updatePath
(source, oldPath, newPath)
frontend/src/api/access.js:66
Method
updateProgress
(id, loaded, total)
frontend/src/utils/downloadManager.js:34
Function
userDeleteHandler
userDeleteHandler deletes a user by ID. @Summary Delete a user by ID @Description Deletes a user identified by their ID. When the authenticated actor
backend/http/users.go:246
Function
userGetHandler
userGetHandler retrieves a user by ID. @Summary Retrieve a user by ID @Description Returns a user's details based on their ID, or all users if no id i
backend/http/users.go:40
Function
userPatchPinnedItemsHandler
userPatchPinnedItemsHandler adds or removes a single pinned item for the authenticated user. @Summary Add or remove a pinned item @Description Patches
backend/http/pinnedItems.go:64
Function
userPutHandler
userPutHandler updates an existing user's details. @Summary Update a user's details @Description Updates the details of a user identified by ID. When
backend/http/users.go:401
Function
usersPostHandler
usersPostHandler creates a new user. @Summary Create a new user @Description Adds a new user to the system. When the authenticated actor uses password
backend/http/users.go:285
Function
utcStartOfDaySecondsFromDateInput
(isoDate)
frontend/src/utils/moment.js:106
Function
validateFilePermission
validateFilePermission validates that a string is a valid Unix octal file permission (3-4 digits, 0-7)
backend/common/settings/config.go:903
Function
verifyOTP
(username, password, otp)
frontend/src/api/auth.js:108
Function
verifyOTPHandler
verifyOTPHandler handles the verification of a TOTP code. @Summary Verify OTP @Description Verifies the provided TOTP code for the authenticated user.
backend/http/totp.go:57
Method
wrapper
(e)
frontend/src/store/eventBus.js:13
← previous
1,601–1,657 of 1,657, ranked by callers