server icon indicating copy to clipboard operation
server copied to clipboard

☁️ Nextcloud server, a safe home for all your data

Results 1504 server issues
Sort by recently updated
recently updated
newest added

With IClientService you can get a wrapped GuzzleClient. However you have no way to keep the cookies with our API. The following would work: ```php $cookieJar = new \GuzzleHttp\Cookie\CookieJar(); $client...

enhancement
good first issue
1. to develop
technical debt
performance 🚀

* Resolves: #48661 ## Summary The custom markdown renderer heading for "marked" used fn(text,level). In the docs it's this: https://marked.js.org/using_pro heading({ tokens, depth }: Tokens.Heading): string; interface Heading { type:...

When hitting DAV endpoints : `curl -v https://xxx.org/remote.php/dav ` The returned WWW-Authenticate doesnt contain Bearer scheme ` < HTTP/1.1 401 Unauthorized < Date: Sun, 08 Sep 2024 13:15:07 GMT <...

bug
feature: dav
0. Needs triage

Backport of #48425 Warning, This backport's changes differ from the original and might be incomplete ⚠️ ## Todo - [ ] Review and resolve any conflicts - [ ] Remove...

bug
3. to review
feature: files

Backport of #48696 Warning, This backport's changes differ from the original and might be incomplete ⚠️ ## Todo - [ ] Review and resolve any conflicts - [ ] Amend...

bug
3. to review
feature: sharing

- [ ] requires https://github.com/nextcloud/server/pull/48563 - [ ] Fix "File entry could not be inserted but could also not be selected with getId() in order to perform an update. Please...

**Is your feature request related to a problem? Please describe.** There is a use case for allowing files to be downloaded directly from S3 instead of being proxied by the...

enhancement
1. to develop
feature: external storage
feature: dav
feature: object storage
performance 🚀

As of now the password reset email can only be triggered via the lost password page. In some cases this is disabled. It would be useful to trigger the email...

enhancement
good first issue
1. to develop
security
feature: authentication
feature: users and groups

A more detailed plan after https://github.com/nextcloud/server/issues/9445 and now that https://github.com/nextcloud/server/pull/12129 is in we can look at this in a bit more depth. I think it is important to make a...

enhancement
1. to develop
feature: versions
needs review

**Is your feature request related to a problem? Please describe.** It's not clear which document is the latest and most relevant when searching in Files. I have to check each...

enhancement
1. to develop
feature: files
feature: search