MCPcopy Create free account

hub / github.com/gtsteffaniak/filebrowser / functions

Functions1,657 in github.com/gtsteffaniak/filebrowser

FunctionaccessPatchHandler
accessPatchHandler updates an access rule's path. @Summary Update access rule path @Description Updates the path for a specific access rule @Tags Acce
backend/http/access.go:316
FunctionaccessPostHandler
accessPostHandler adds or updates an access rule. @Summary Add or update access rule @Description Add or update an access rule for a sourcePath and in
backend/http/access.go:86
Functionadd
(source, path, body)
frontend/src/api/access.js:34
Methodadd
(file, shareHash = "")
frontend/src/utils/downloadManager.js:9
FunctionarchiveCreateHandler
archiveCreateHandler creates an archive on the server at the given destination. POST /resources/archive — server-side only; does not return archive da
backend/http/archive.go:195
Functionbase64Encode
(str)
frontend/src/utils/url.js:221
FunctionbeforeUnload
(event)
frontend/src/store/modules/upload.js:41
FunctionbeginPasskeyLogin
(username, password)
frontend/src/api/auth.js:261
FunctionbeginPasskeyLoginHandler
@Summary Begin passkey MFA login @Description Verifies the user's password and returns a WebAuthn assertion challenge for passkey MFA. @Tags Auth @Acc
backend/http/webauthn.go:25
FunctionbeginPasskeyRegistration
()
frontend/src/api/auth.js:294
FunctionbeginPasskeyRegistrationHandler
@Summary Begin passkey registration @Description Returns WebAuthn credential creation options for adding a new passkey. @Tags Auth @Accept json @Produ
backend/http/webauthn.go:102
FunctionbulkDelete
(items)
frontend/src/api/resources.js:111
FunctionbulkDeletePublic
(items)
frontend/src/api/resources.js:1162
Methodcancel
(id)
frontend/src/utils/downloadManager.js:57
FunctioncheckConflict
(newItems, existingItems)
frontend/src/utils/upload.js:696
FunctioncheckForToast
(page: Page, message: string | RegExp)
frontend/tests/playwright/test-setup.ts:289
FunctioncheckPermissionsImpl
checkPermissionsImpl is the actual implementation of CheckPermissions
backend/adapters/fs/files/files.go:114
Functionchecksum
(source, path, algo)
frontend/src/api/resources.js:798
MethodchunkProgress
(percent)
frontend/src/utils/upload.js:395
MethodclearCompleted
()
frontend/src/utils/upload.js:579
MethodclearCompleted
()
frontend/src/utils/downloadManager.js:76
FunctionclearImageCache
()
frontend/src/utils/imageCache.js:87
FunctionclosePopUp
()
frontend/src/notify/message.js:308
FunctioncloseSidebar
()
frontend/src/store/mutations.js:282
Functionconfig
(showFull = false, showComments = false)
frontend/src/api/settings.js:17
Methodconstructor
()
frontend/src/utils/upload.js:48
Methodconstructor
()
frontend/src/utils/downloadManager.js:4
Methodconstructor
()
frontend/src/store/eventBus.js:3
FunctionconvertToVTT
(ext, text)
frontend/src/utils/subtitles.js:40
FunctioncopyToClipboard
(text)
frontend/src/utils/clipboard.js:11
Functioncreate
(bodyObj = {})
frontend/src/api/share.js:62
Functioncreate
(user, options = {})
frontend/src/api/users.js:34
FunctioncreateApiKey
(params)
frontend/src/api/auth.js:165
FunctioncreateApiTokenHandler
createApiTokenHandler creates an API token for the user. @Summary Create API Token @Description Create an API token with specified name, duration, and
backend/http/api.go:31
FunctioncreateArchive
(opts)
frontend/src/api/resources.js:863
FunctioncreateArchive
(opts)
frontend/src/api/archive.js:16
FunctiondeepClone
(obj: T)
frontend/src/utils/deepclone.ts:4
Functiondel
(source, path, body)
frontend/src/api/access.js:48
FunctiondeleteApiKey
(params)
frontend/src/api/auth.js:178
FunctiondeleteApiTokenHandler
deleteApiTokenHandler deletes an API token for the user. @Summary Delete API token @Description Delete an API token with specified name. @Tags Auth @A
backend/http/api.go:111
FunctiondeletePasskeyCredential
(credentialId)
frontend/src/api/auth.js:325
FunctiondeletePasskeyCredentialHandler
@Summary Delete a passkey credential @Description Removes a passkey credential by its ID. @Tags Auth @Param id path string true "Base64-encoded creden
backend/http/webauthn.go:180
FunctiondocEnabled
()
backend/preview/docDefault.go:11
Functiondone
(button)
frontend/src/utils/buttons.js:22
Functiondownload
(format, files, shareHash = "")
frontend/src/api/resources.js:151
FunctiondownloadFiles
(items)
frontend/src/utils/download.js:5
FunctiondownloadHandler
downloadHandler serves the raw content of a file, multiple files, or directory in various formats. @Summary Download content of a file, multiple files
backend/http/download.go:138
FunctionduplicateFinder
(base, source, minSizeMb, useChecksum = false)
frontend/src/api/tools.js:88
FunctionduplicatesHandler
duplicatesHandler handles requests to find duplicate files This endpoint finds duplicate files using a multi-stage filtering and verification process
backend/http/duplicates.go:146
FunctionencodeRFC5987ValueChars
(str)
frontend/src/utils/url.js:45
FunctionfetchDirectoryMediaMetadata
(source, path, albumArt = false)
frontend/src/api/media.js:62
FunctionfetchDirectoryMediaMetadataPublic
(path, hash, password = "", albumArt = false)
frontend/src/api/media.js:76
FunctionfetchFiles
(source, path, content = false, metadata = false, skipExtendedAttrs = false)
frontend/src/api/resources.js:11
FunctionfetchFilesPublic
(path, hash, password = "", content = false, metadata = false, skipExtendedAttrs = false)
frontend/src/api/resources.js:931
FunctionfetchPreviewImage
(url, signal)
frontend/src/utils/previewRequests.js:10
FunctionfileInfoFasterImpl
fileInfoFasterImpl is the actual implementation of FileInfoFaster
backend/adapters/fs/files/files.go:231
FunctionfileWatchHandler
fileWatchHandler handles file watching requests @Summary Watch a file @Description Returns the last N lines of a file @Tags Tools @Accept json @Produc
backend/http/fileWatcher.go:126
FunctionfileWatchSSEHandler
fileWatchSSEHandler handles Server-Sent Events for file watching @Summary Watch a file via SSE @Description Establishes an SSE connection to receive p
backend/http/fileWatcher.go:256
FunctionfileWatcher
(source, path, lines)
frontend/src/api/tools.js:130
FunctionfileWatcherLatencyCheck
()
frontend/src/api/tools.js:119
FunctionfileWatcherSSE
(source, path, lines, interval, onMessage, onError)
frontend/src/api/tools.js:143
FunctionfindDuplicates
(base, source, minSizeMb, useChecksum = false)
frontend/src/api/search.js:46
FunctionfinishPasskeyLoginHandler
@Summary Finish passkey MFA login @Description Verifies the WebAuthn assertion and returns a JWT token. @Tags Auth @Accept json @Produce json @Param s
backend/http/webauthn.go:70
FunctionfinishPasskeyRegistrationHandler
@Summary Finish passkey registration @Description Verifies the attestation and stores the new passkey credential. @Tags Auth @Accept json @Produce jso
backend/http/webauthn.go:138
FunctionformatTimestamp
(date, locale = 'en-us')
frontend/src/utils/moment.js:31
FunctiongenerateOTP
(username, password)
frontend/src/api/auth.js:84
FunctiongenerateOTPHandler
generateOTPHandler handles the generation of a new TOTP secret and QR code. @Summary Generate OTP @Description Generates a new TOTP secret and QR code
backend/http/totp.go:24
Functionget
(path, source)
frontend/src/api/share.js:27
Functionget
(source, path)
frontend/src/api/access.js:9
Functionget
(id)
frontend/src/api/users.js:20
Functionget
(property="")
frontend/src/api/settings.js:5
FunctiongetAll
(source)
frontend/src/api/access.js:17
FunctiongetAllUsers
()
frontend/src/api/users.js:9
FunctiongetApiKeys
()
frontend/src/api/auth.js:150
FunctiongetApiTokenHandler
getApiTokenHandler gets a specific API token. @Summary Get API token @Description Get a specific API token. @Tags Auth @Accept json @Produce json @Par
backend/http/api.go:212
FunctiongetBestCachedImage
(source, path, modified)
frontend/src/utils/imageCache.js:62
FunctiongetCacheSize
()
frontend/src/utils/imageCache.js:95
FunctiongetConfig
(req)
frontend/src/api/office.js:6
MethodgetConflictingFolder
()
frontend/src/utils/upload.js:610
FunctiongetCookieDefault
(name)
frontend/src/utils/cookie.js:1
FunctiongetDownloadURL
(source, path, inline, useExternal)
frontend/src/api/resources.js:818
FunctiongetDownloadURLPublic
(share, files, inline=false)
frontend/src/api/resources.js:992
FunctiongetGroups
()
frontend/src/api/access.js:24
FunctiongetIconClass
()
frontend/src/utils/material-symbols.js:497
FunctiongetItems
(source, path, only = "")
frontend/src/api/resources.js:33
FunctiongetItemsPublic
(hash, path, only = "")
frontend/src/api/resources.js:966
FunctiongetLyrics
(source, path)
frontend/src/api/media.js:25
FunctiongetLyricsPublic
(path, hash, password = "")
frontend/src/api/media.js:36
FunctiongetNotificationProgress
(notificationId)
frontend/src/notify/message.js:447
FunctiongetNotifications
()
frontend/src/notify/message.js:333
FunctiongetPreviewURL
(source, path, modified)
frontend/src/api/resources.js:843
FunctiongetPreviewURLPublic
(path, size)
frontend/src/api/resources.js:1010
FunctiongetShareImage
getShareImage serves banner or favicon files for shares as resizable previews @Summary Get share image (banner or favicon) as preview @Description Ret
backend/http/public.go:413
FunctiongetShareInfoPublic
(hash)
frontend/src/api/share.js:117
FunctiongetSourceInfoHandler
(w http.ResponseWriter, r *http.Request, d *requestContext)
backend/http/settings.go:101
FunctiongetSubtitleContent
(source, path, subtitleName, embedded = false)
frontend/src/api/media.js:7
FunctiongetSubtitleFormatExtension
(filename)
frontend/src/utils/subtitles.js:11
FunctiongetToasts
()
frontend/src/notify/message.js:472
FunctionglobalSetup
()
frontend/tests/playwright/noauth-setup.ts:5
FunctionglobalSetup
()
frontend/tests/playwright/jwt-setup.ts:5
← previousnext →1,401–1,500 of 1,657, ranked by callers