-
I want to implement this in vue.js + .net. Please let me know if its possible or not. Thanks
-
This is my file server startup.
:
var jsDAV = require("jsDAV");
jsDAV.debugMode = true;
var jsDAV_Locks_Backend_FS = require("jsDAV/lib/DAV/plugins/locks/fs");
jsDAV.createServer({
node: "./webda…
-
This is by far the sexiest self-hostable notes service. However, it's of little use to those of us that are trying to take our entire cloud private if it depends on Dropbox for permanent storage. Woul…
-
### Steps to reproduce
1. Import a document ex. `document.docx` (modified: yesterday) via cloud importer
2. See `document.docx` in the Web UI
3. mtime gets changed to upload time (modified: 0 seco…
-
**Is your feature request related to a problem? Please describe.**
Nextcloud handles last-modified metadata inconsistently when copying and moving files and folders:
| Activity …
-
### sfcc-ci Version
2.11.0
### NodeJS Version
v20.16.0
### sfcc-ci Path
Github actions
### Host OS Details
Windows 11
### What happened?
Anyone here know the error while uploading for staging…
-
after rename
```javascript
wfs.rename("/sample.bmp", "/sample1.bmp", err => {
// handle error
});
```
this is the error:
```
{
"message": "Network Error",
"name": "AxiosError",
"c…
-
Goal: edit file seamlessly.
Workflow:
1. Click link/button on a webpage
2. Word/excel/etc. opens with a document
3. User edits the document.
4. User clicks save button.
5. Document is saved.
-
Many webdav clients check if the server supports webdav by sending an unauthorized `OPTIONS` requests. Currently, when running in sandstorm, we fail this test because our response does not include th…
-
We use the groupfolder plugin.
As it looks for me, there is no no way to access the Advanced Permissions (ACL) feature for folder by remotecontrol.
I would expect it in OCS API. But i cannot find …