aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix(share): Don't print twice the same informationprintOnlyOnceTextGit'Fellow2024-12-101-10/+9
* Merge pull request #49740 from nextcloud/bugfix/noid/compatibility-with-30Joas Schilling2024-12-091-7/+10
|\
| * fix(federation): Fall back to old version flagbugfix/noid/compatibility-with-30Joas Schilling2024-12-091-1/+2
| * fix(federation): Restore compatibility with Nextcloud 30 serversJoas Schilling2024-12-091-6/+8
* | feat(TaskProcessing): More task typesMarcel Klehr2024-12-091-0/+3
|/
* Merge pull request #49599 from nextcloud/feat/bruteforce-max-attemptsBenjamin Gaussorgues2024-12-061-2/+2
|\
| * chore(bruteforce): allows to configure max attempts before request abortBenjamin Gaussorgues2024-12-031-2/+2
* | feat(systemtags): add color support backendskjnldsv2024-12-062-51/+14
* | Merge pull request #49352 from nextcloud/s3-disable-multipartJulius Knorr2024-12-062-10/+31
|\ \
| * | fix: get object size from stream where possibleRobin Appelman2024-12-051-0/+8
| * | fix: don't perform the extra buffering in s3 stream write when the stream siz...Robin Appelman2024-12-051-10/+23
| * | fix: use php://temp instead of php://memory for multi-part upload bufferRobin Appelman2024-12-051-1/+1
* | | Merge pull request #49646 from nextcloud/fix/noid/trigger-field-insertMaxence Lange2024-12-052-2/+4
|\ \ \
| * | | fix(ocm): get details from sharedSecret from providerMaxence Lange2024-12-051-1/+2
| * | | fix(signed-request): trigger metadata insert with default value manuallyMaxence Lange2024-12-051-1/+2
| |/ /
* | | Merge pull request #49262 from nextcloud/move-from-encryption-no-optRobin Appelman2024-12-051-1/+5
|\ \ \ | |/ / |/| |
| * | fix: don't do same-storage move optimization with encryption wrappersmove-from-encryption-no-optRobin Appelman2024-11-131-1/+5
* | | Merge pull request #48769 from nextcloud/copy-share-unmaskedRobin Appelman2024-12-041-1/+8
|\ \ \
| * | | fix: use scan_permissions when copying cache itemsRobin Appelman2024-12-041-1/+5
| * | | fix: store unmaked source permissions as scan_permissions when loading share ...Robin Appelman2024-12-041-0/+3
* | | | Merge pull request #49551 from nextcloud/dont-propagate-future-timeJohn Molakvoæ2024-12-041-2/+9
|\ \ \ \ | |/ / / |/| | |
| * | | fix: don't propagate future mtimesRobin Appelman2024-11-281-2/+9
* | | | Merge pull request #49293 from nextcloud/artonge/fix/handle_folders_copy_live...Louis2024-12-041-3/+3
|\ \ \ \
| * | | | fix: Correctly create NonExistingFolder during copyLouis Chemineau2024-12-041-3/+3
* | | | | Merge pull request #48651 from nextcloud/artonge/fix/copy_cache_during_copy_o...Louis2024-12-043-11/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(files): Correctly copy the cache information on copy operationsLouis Chemineau2024-12-033-11/+41
| | |_|/ | |/| |
* | | | fix(signatory): details on interfacesMaxence Lange2024-12-042-10/+18
* | | | fix(signed-request): removing unstable from publicMaxence Lange2024-12-044-57/+33
* | | | fix(ocm): signatory mapperMaxence Lange2024-12-046-70/+105
* | | | feat(signatory): switch to qbmapperMaxence Lange2024-12-049-430/+319
* | | | fix(ocm): simpler codeMaxence Lange2024-12-047-463/+413
* | | | fix(ocm): switching to IdentityProofMaxence Lange2024-12-0410-398/+111
* | | | feat(ocm): signing ocm requestsMaxence Lange2024-12-0413-77/+1967
* | | | fix: don't set 'name' on null metadataRobin Appelman2024-12-031-1/+3
|/ / /
* | | Merge pull request #49515 from nextcloud/bugfix/noid/boolean-false-in-multipa...Joas Schilling2024-11-281-10/+2
|\ \ \
| * | | fix(controller): Fix false booleans in multipart/form-dataJoas Schilling2024-11-281-10/+2
* | | | Merge pull request #49493 from nextcloud/artonge/feat/pwd_confirmation_allow_...John Molakvoæ2024-11-282-66/+60
|\ \ \ \
| * | | | feat: Use inline password confirmation in external storage settingsLouis Chemineau2024-11-282-66/+60
| | |/ / | |/| |
* / | | fix(migration): Decrypt ownCloud secrets v2Christoph Wurst2024-11-281-3/+29
|/ / /
* | | fix: fix availability wrapper not applyingRobin Appelman2024-11-261-2/+2
* | | fix: throw correct exception type when we can't verify if an s3 bucket existsRobin Appelman2024-11-261-4/+5
|/ /
* | Merge pull request #49355 from nextcloud/moveStrictTypingGit'Fellow2024-11-251-15/+18
|\ \
| * | refactor(filecache): Move to more strict typingmoveStrictTypingGit'Fellow2024-11-251-15/+18
* | | Merge pull request #49073 from nextcloud/feat/files_sharing/co-ownerKate2024-11-252-22/+56
|\ \ \
| * | | fix(files_sharing,files): Do not validate shares before adjusting the ownerprovokateurin2024-11-251-10/+14
| * | | fix(Share20\Manager): Ensure node is still accessible when checking shareprovokateurin2024-11-251-0/+9
| * | | feat(Share20\Manager): Return all shares on IShareOwnerlessMountprovokateurin2024-11-251-11/+30
| * | | fix(Share20\DefaultShareProvider): Return link shares in getSharesByPath()provokateurin2024-11-251-1/+2
| * | | fix(Share20\DefaultShareProvider): Sort getSharesByPath() resultsprovokateurin2024-11-251-0/+1
* | | | Merge pull request #49311 from nextcloud/fix/ocmdiscoveryservice/cache-errorsKate2024-11-251-1/+9
|\ \ \ \ | |/ / / |/| | |