Versions in this module Expand all Collapse all v0 v0.0.1 Nov 28, 2024 Changes in this version + func AddOfflineDownload(c *gin.Context) + func BeginAuthnLogin(c *gin.Context) + func BeginAuthnRegistration(c *gin.Context) + func BuildIndex(c *gin.Context) + func Cancel2FAById(c *gin.Context) + func ClearIndex(c *gin.Context) + func CreateMeta(c *gin.Context) + func CreateStorage(c *gin.Context) + func CreateUser(c *gin.Context) + func CurrentUser(c *gin.Context) + func DelUserCache(c *gin.Context) + func DeleteAuthnLogin(c *gin.Context) + func DeleteMeta(c *gin.Context) + func DeleteSetting(c *gin.Context) + func DeleteStorage(c *gin.Context) + func DeleteUser(c *gin.Context) + func DisableStorage(c *gin.Context) + func Down(c *gin.Context) + func EnableStorage(c *gin.Context) + func Favicon(c *gin.Context) + func FinishAuthnLogin(c *gin.Context) + func FinishAuthnRegistration(c *gin.Context) + func FsBatchRename(c *gin.Context) + func FsCopy(c *gin.Context) + func FsDirs(c *gin.Context) + func FsForm(c *gin.Context) + func FsGet(c *gin.Context) + func FsList(c *gin.Context) + func FsMkdir(c *gin.Context) + func FsMove(c *gin.Context) + func FsOther(c *gin.Context) + func FsRecursiveMove(c *gin.Context) + func FsRegexRename(c *gin.Context) + func FsRemove(c *gin.Context) + func FsRemoveEmptyDirectory(c *gin.Context) + func FsRename(c *gin.Context) + func FsStream(c *gin.Context) + func Generate2FA(c *gin.Context) + func GetAuthnCredentials(c *gin.Context) + func GetDriverInfo(c *gin.Context) + func GetMeta(c *gin.Context) + func GetOIDCClient(c *gin.Context, useCompatibility bool, redirectUri, method string) (*oauth2.Config, error) + func GetProgress(c *gin.Context) + func GetSetting(c *gin.Context) + func GetStorage(c *gin.Context) + func GetUser(c *gin.Context) + func Link(c *gin.Context) + func ListDriverInfo(c *gin.Context) + func ListDriverNames(c *gin.Context) + func ListMetas(c *gin.Context) + func ListSettings(c *gin.Context) + func ListStorages(c *gin.Context) + func ListUsers(c *gin.Context) + func LoadAllStorages(c *gin.Context) + func LogOut(c *gin.Context) + func Login(c *gin.Context) + func LoginHash(c *gin.Context) + func LoginLdap(c *gin.Context) + func OIDCLoginCallback(c *gin.Context) + func OfflineDownloadTools(c *gin.Context) + func Plist(c *gin.Context) + func Proxy(c *gin.Context) + func PublicSettings(c *gin.Context) + func ResetToken(c *gin.Context) + func Robots(c *gin.Context) + func SSOLoginCallback(c *gin.Context) + func SSOLoginRedirect(c *gin.Context) + func SaveSettings(c *gin.Context) + func Search(c *gin.Context) + func SetAria2(c *gin.Context) + func SetQbittorrent(c *gin.Context) + func SetTransmission(c *gin.Context) + func SetupTaskRoute(g *gin.RouterGroup) + func StopIndex(c *gin.Context) + func UpdateCurrent(c *gin.Context) + func UpdateIndex(c *gin.Context) + func UpdateMeta(c *gin.Context) + func UpdateStorage(c *gin.Context) + func UpdateUser(c *gin.Context) + func Verify2FA(c *gin.Context) + type AddOfflineDownloadReq struct + DeletePolicy string + Path string + Tool string + Urls []string + type BatchRenameReq struct + RenameObjects []struct{ ... } + SrcDir string + type DirReq struct + ForceRoot bool + Password string + Path string + type DirResp struct + Modified time.Time + Name string + type FsGetReq struct + Password string + Path string + type FsGetResp struct + Header string + Provider string + RawURL string + Readme string + Related []ObjResp + type FsListResp struct + Content []ObjResp + Header string + Provider string + Readme string + Total int64 + Write bool + type FsOtherReq struct + Password string + type ListReq struct + Password string + Path string + Refresh bool + type LoginReq struct + OtpCode string + Password string + Username string + type MkdirOrLinkReq struct + Path string + type MoveCopyReq struct + DstDir string + Names []string + SrcDir string + type ObjResp struct + Created time.Time + HashInfo map[*utils.HashType]string + HashInfoStr string + IsDir bool + Modified time.Time + Name string + Sign string + Size int64 + Thumb string + Type int + type RecursiveMoveReq struct + DstDir string + SrcDir string + type RegexRenameReq struct + NewNameRegex string + SrcDir string + SrcNameRegex string + type RemoveEmptyDirectoryReq struct + SrcDir string + type RemoveReq struct + Dir string + Names []string + type RenameReq struct + Name string + Path string + type SearchReq struct + Password string + type SearchResp struct + Type int + type SetAria2Req struct + Secret string + Uri string + type SetQbittorrentReq struct + Seedtime string + Url string + type SetTransmissionReq struct + Seedtime string + Uri string + type TaskInfo struct + Creator string + CreatorRole int + Error string + ID string + Name string + Progress float64 + State tache.State + Status string + type UpdateIndexReq struct + MaxDepth int + Paths []string + type UserResp struct + Otp bool + type Verify2FAReq struct + Code string + Secret string