MCPcopy Create free account

hub / github.com/gtsteffaniak/filebrowser / functions

Functions1,657 in github.com/gtsteffaniak/filebrowser

MethodsetOnConflict
(handler)
frontend/src/utils/upload.js:64
FunctionsetProgress
(state, { id, loaded })
frontend/src/store/modules/upload.js:17
FunctionsetSidebarMode
(value)
frontend/src/store/mutations.js:1102
FunctionsetSidebarVisible
(value)
frontend/src/store/mutations.js:289
FunctionsetToastUpdateCallback
(callback)
frontend/src/notify/message.js:62
FunctionsetUpdateCallback
(callback)
frontend/src/notify/message.js:54
FunctionsetWatchDirChangeAvailable
()
frontend/src/store/mutations.js:86
FunctionsettingsConfigHandler
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
FunctionsettingsGetHandler
settingsGetHandler retrieves the current system settings. @Summary Get system settings @Description Returns the current configuration settings for sig
backend/http/settings.go:22
FunctionshareDeleteHandler
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
FunctionshareDirectDownloadHandler
shareDirectDownloadHandler creates a direct download link for files only. @Summary Create direct download link @Description Creates a direct download
backend/http/share.go:447
FunctionshareGetHandler
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
FunctionshareInfoHandler
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
FunctionshareListHandler
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
FunctionsharePatchHandler
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
FunctionsharePostHandler
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
FunctionshowError
(message, options = {})
frontend/src/notify/message.js:357
FunctionshowErrorToast
(message, options = {})
frontend/src/notify/message.js:567
FunctionshowInfoToast
(message, options = {})
frontend/src/notify/message.js:578
FunctionshowMultipleSelection
()
frontend/src/notify/message.js:362
FunctionshowSuccess
(message, options = {})
frontend/src/notify/message.js:345
FunctionshowSuccessToast
(message, options = {})
frontend/src/notify/message.js:556
FunctionshowTooltip
(value)
frontend/src/store/mutations.js:747
FunctionshowWarningToast
(message, options = {})
frontend/src/notify/message.js:589
FunctionsignalUploadPause
(source, path, shareHash = null)
frontend/src/api/resources.js:56
Functionsignup
(username, password, otp)
frontend/src/api/auth.js:59
FunctionsignupHandler
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
Functionsources
()
frontend/src/api/settings.js:25
FunctionsseHandler
(w http.ResponseWriter, r *http.Request, d *requestContext)
backend/http/httpEvents.go:30
FunctionstartOnlyOfficeSSE
()
frontend/src/notify/events.js:146
FunctionstartSSE
()
frontend/src/notify/events.js:140
FunctionstaticAssetHandler
staticAssetHandler serves static assets exactly as the frontend build produces them
backend/http/static.go:281
FunctionstopSSE
()
frontend/src/notify/events.js:152
FunctionsubtitlesHandler
subtitlesHandler handles subtitle requests for both external files and embedded streams @Summary Get subtitle content @Description Returns raw subtitl
backend/http/media.go:33
Functionsuccess
(button)
frontend/src/utils/buttons.js:38
FunctionswaggerHandler
(w http.ResponseWriter, r *http.Request, d *requestContext)
backend/http/swagger.go:9
FunctiontoggleDarkMode
()
frontend/src/store/mutations.js:274
FunctiontoggleSidebar
()
frontend/src/store/mutations.js:278
Functionunarchive
(opts)
frontend/src/api/resources.js:892
Functionunarchive
(opts)
frontend/src/api/archive.js:53
FunctionunarchiveHandler
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
Functionupdate
(user, which = ['all'], options = {})
frontend/src/api/users.js:97
Functionupdate
(settings)
frontend/src/api/settings.js:10
FunctionupdateNestedProperty
(obj, outerKey, innerKey, innerValue, options = {})
frontend/src/utils/object.js:57
FunctionupdatePath
(hash, newPath)
frontend/src/api/share.js:81
FunctionupdatePath
(source, oldPath, newPath)
frontend/src/api/access.js:66
MethodupdateProgress
(id, loaded, total)
frontend/src/utils/downloadManager.js:34
FunctionuserDeleteHandler
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
FunctionuserGetHandler
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
FunctionuserPatchPinnedItemsHandler
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
FunctionuserPutHandler
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
FunctionusersPostHandler
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
FunctionutcStartOfDaySecondsFromDateInput
(isoDate)
frontend/src/utils/moment.js:106
FunctionvalidateFilePermission
validateFilePermission validates that a string is a valid Unix octal file permission (3-4 digits, 0-7)
backend/common/settings/config.go:903
FunctionverifyOTP
(username, password, otp)
frontend/src/api/auth.js:108
FunctionverifyOTPHandler
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
Methodwrapper
(e)
frontend/src/store/eventBus.js:13
← previous1,601–1,657 of 1,657, ranked by callers