aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix(appconfig): compare with original valueMaxence Lange2024-04-031-1/+2
* fix(federation): ICloudId->getRemote() should contain the protocolJoas Schilling2024-04-021-2/+3
* fix: Remove incorrect default null valueCôme Chilliet2024-04-021-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-0295-169/+169
* feat(files)): Add retry logic to cover deadlock situations when moving many f...Louis Chemineau2024-03-281-6/+25
* Merge pull request #44470 from nextcloud/fix/compatibility-replica-splittingBenjamin Gaussorgues2024-03-261-1/+1
|\
| * fix: Allow using replica config with split databasesJulius Härtl2024-03-261-1/+1
* | Merge pull request #44475 from nextcloud/fix/disabled-ipv6Benjamin Gaussorgues2024-03-261-1/+3
|\ \
| * | fix(dns): detect disabled IPv6 support in DNS pinningBenjamin Gaussorgues2024-03-261-1/+3
* | | Merge pull request #44412 from nextcloud/fix/add-csp-nonce-by-defaultFerdinand Thiessen2024-03-261-8/+5
|\ \ \
| * | | fix(CSP): Add CSP nonce by default and convert `browserSupportsCspV3` to bloc...Ferdinand Thiessen2024-03-261-8/+5
| | |/ | |/|
* | | Merge pull request #42931 from hrenard/masterBenjamin Gaussorgues2024-03-261-3/+1
|\ \ \
| * | | fix: always add user to group cacheHugo Renard2024-03-261-3/+1
| | |/ | |/|
* | | Merge pull request #44474 from nextcloud/fix/preview/webp-preview-formatRichard Steinmetz2024-03-261-0/+26
|\ \ \
| * | | fix(preview): webp preview formatRichard Steinmetz2024-03-261-0/+26
| |/ /
* | | fix(S3): Adjust typing for 32bit compatibilityFerdinand Thiessen2024-03-261-3/+6
* | | Merge pull request #44270 from nextcloud/fix/catch-setupcheck-trowablesBenjamin Gaussorgues2024-03-261-1/+7
|\ \ \ | |/ / |/| |
| * | fix: Log exceptions thrown by setup checksCôme Chilliet2024-03-251-0/+1
| * | fix(setupcheck): Catch Throwables from setup checks and show them to the adminCôme Chilliet2024-03-181-1/+6
* | | Merge pull request #44230 from nextcloud/varun/config-readVarun Patil2024-03-251-13/+26
|\ \ \
| * | | fix(config): correctness issues in readingVarun Patil2024-03-251-13/+26
* | | | fix(DB): Sanitize `host` parameter for postgres databases when IPv6 address i...Ferdinand Thiessen2024-03-251-0/+9
|/ / /
* | | Merge pull request #44458 from nextcloud/fileacces-interfaceRobin Appelman2024-03-251-0/+116
|\ \ \
| * | | feat: add interface for lower level filecache acess without having to do dire...Robin Appelman2024-03-251-0/+116
* | | | Merge pull request #44453 from nextcloud/bugfix/noid/fix-cloud-id-generation-...Joas Schilling2024-03-251-13/+12
|\ \ \ \
| * | | | fix(federation): Fix creating local cloudIds with http:// protocolJoas Schilling2024-03-251-13/+12
| |/ / /
* / / / fix(typo): Fix typo in docsJoas Schilling2024-03-251-1/+1
|/ / /
* | | Merge pull request #32631 from nextcloud/feature/32629/getAccessList-share-by...Andy Scherzinger2024-03-251-5/+9
|\ \ \
| * | | ShareByMailProvider: getAccessList: recommended style changesAdam Serbinski2024-03-211-3/+3
| * | | ShareByMailProvider: getAccessList: add token to returned arrayAdam Serbinski2024-03-211-2/+2
| * | | ShareByMailProvider: getAccessList: return full list of recipientsAdam Serbinski2024-03-211-5/+9
| | |/ | |/|
* | | Merge pull request #44410 from nextcloud/fix/fetcher-on-nullFerdinand Thiessen2024-03-251-1/+1
|\ \ \
| * | | fix(AppStore\Fetcher): Ensure `get` returns an arrayFerdinand Thiessen2024-03-221-1/+1
| |/ /
* | | Merge pull request #44357 from nextcloud/wrapper-instanceof-resiliantJohn Molakvoæ2024-03-221-0/+9
|\ \ \
| * | | fix: log error when default getWrapperStorage would return nullRobin Appelman2024-03-201-0/+9
* | | | Merge pull request #44400 from nextcloud/bugfix/noid/allow-debug-loglevel-againFerdinand Thiessen2024-03-221-2/+2
|\ \ \ \
| * | | | fix(logging): Restore the option to log with debug levelJoas Schilling2024-03-221-2/+2
| | |/ / | |/| |
* / | | fix(JSRecourceLocator): Add missing slash after server rootFerdinand Thiessen2024-03-221-1/+1
|/ / /
* | | feat(ObjectStore): Make S3 MultipartUpload concurrency configurableFerdinand Thiessen2024-03-213-3/+9
* | | fix(ObjectStore): Use common S3 trait so config and connection trait members ...Ferdinand Thiessen2024-03-213-30/+56
* | | Merge pull request #44295 from nextcloud/fix/direct-edit-incognitoArthur Schiwon2024-03-213-3/+11
|\ \ \ | |/ / |/| |
| * | fix: Implement option to temporarily set the user sessionJulius Härtl2024-03-192-1/+11
| * | fix: Do not use incognito mode for direct editingJulius Härtl2024-03-191-2/+0
* | | Merge pull request #44339 from nextcloud/fix/noid/use-share-ownerStephan Orbaugh2024-03-201-3/+9
|\ \ \
| * | | fix(share): use share owner to confirm reshareMaxence Lange2024-03-201-3/+9
* | | | fix(config): Make sure user keys are stringsChristoph Wurst2024-03-191-1/+1
|/ / /
* | | Merge pull request #44316 from nextcloud/fix/resolveGroupSharesJohn Molakvoæ2024-03-191-4/+6
|\ \ \
| * | | fix(sharing): resolveGroupShares setPermissions on nullskjnldsv2024-03-191-4/+6
| |/ /
* / / fix(AppDiscoverFetcher): Do not remove entries as expired that have no expiry...Ferdinand Thiessen2024-03-191-18/+18
|/ /
* | Merge pull request #44154 from nextcloud/enh/appapi-rate-limit-bypassJoas Schilling2024-03-192-1/+9
|\ \