filestash icon indicating copy to clipboard operation
filestash copied to clipboard

🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...

Results 163 filestash issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/mickael-kerjean/filestash/issues/636 by changing the implementation of Cat function: instead of checking the existence of the file with Stat, perform a ReadDir in the parent folder and check if it...

original description at https://github.com/mickael-kerjean/filestash/pull/702 > This PR extends the existing `IAuthentication` interface's `Callback()` function to include the `*http.Request` parameter. > > This enhancement allows plugins implementing this interface to access...

Previously, the OnlyOffice plugin statically registered mime types with `Hooks.Register.XDGOpen` on initialization; however, this meant that if you disabled the plugin, those mime types would still remain associated with the...

# Description of the bug I have installed filestash on my Synology DS923+ NAS using the following docker-compose.yml: ``` version: '2' services: app: container_name: filestash image: machines/filestash restart: always environment:...

# Description of the bug I cannot connect to my S3 bucket on Scaleway # Step by step instructions to reproduce the bug create a bucket on scaleway install a...

# Description of the bug Hi, I am trying to download a file shared by a user through Filestash. But I always get this error: “UnknownError: IDBObjectStore.put: The serialized value...

# Description of the bug Using docker desktop on windows 11 & filestash v0.5.20240717. I'm only using SAMBA as backend with PASHTHROUGH authentication. I disabled upload button and it is...

import React, { useState, useEffect } from “react”; import { DocumentEditor } from “[@onlyoffice](https://forum.onlyoffice.com/u/onlyoffice)/document-editor-react”; const OnlyOffc = (props) => { const [docUrl, setDocUrl] = useState(“”); let token = sessionStorage.getItem(“jwt_token”); let...

# Description of the bug # Step by step instructions to reproduce the bug ```sh $ make ``` # Observed behavior ```sh $ make ... $ webpack [webpack-cli] Failed to...

I've noticed an issue where the thumbnail is not being displayed for some image files and couldn't figure out what the reason. Instead of showing the generated thumbnail, the default...