aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix(migration): Decrypt ownCloud secrets v2Christoph Wurst2024-11-281-3/+29
* fix: remove superflous linegeorglauterbach2024-11-281-1/+0
* fix: do not query CNAME if A succeeded alreadygeorglauterbach2024-11-281-1/+5
* fix(OCMDiscoveryService): Also cache error results during discoverybackport/49311/stable28provokateurin2024-11-251-1/+9
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable28provokateurin2024-11-255-9/+10
* fix(storage): Try to delete existing targetbackport/49315/stable28Git'Fellow2024-11-212-10/+13
* Merge pull request #49096 from nextcloud/backport/48933/stable28Richard Steinmetz2024-11-131-1/+7
|\
| * fix: Handle exception when clearing previously removed two factor tokensbackport/48933/stable28Daniel Calviño Sánchez2024-11-051-1/+5
| * fix: Clear pending two factor tokens also from configurationDaniel Calviño Sánchez2024-11-051-0/+2
* | Clean-up some remaining readdir calls with undesirable false evaluation poten...Josh Richards2024-11-122-2/+2
* | Merge pull request #49205 from nextcloud/backport/48736/stable28Andy Scherzinger2024-11-121-0/+1
|\ \
| * | fix: log a warning when we can't build a background jobbackport/48736/stable28Robin Appelman2024-11-111-0/+1
| |/
* / Fix Undefined variable: response notice in case of non-404 errorbackport/49146/stable28Victor Dubiniuk2024-11-081-2/+3
|/
* fix(owncloud): Fix ownCloud migration with oauth2 appbackport/49076/stable28Joas Schilling2024-11-041-7/+5
* Merge pull request #48985 from nextcloud/backport/47986/stable28Louis2024-10-311-0/+5
|\
| * perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-10-291-0/+5
* | fix(locking): Accept mixed as value on setTTLstable28BackportMissingSetTTLGit'Fellow2024-10-301-1/+1
* | fix: Fix copying or moving from shared groupfoldersDaniel Calviño Sánchez2024-10-291-2/+6
|/
* Merge pull request #48948 from nextcloud/backport/48947/stable28Joas Schilling2024-10-282-0/+10
|\
| * fix(config): Mark more configs as sensitivebackport/48947/stable28Joas Schilling2024-10-282-0/+10
* | fix: missing crypto addedbackport/48915/stable28yemkareems2024-10-281-0/+1
* | fix: crypto made inline for constructor and decrypt error handled in exceptionyemkareems2024-10-281-1/+2
* | fix: crypto made inline for constructor and decrypt error handled in exceptionyemkareems2024-10-281-5/+6
* | fix: use Icrypto in place of Cyptoyemkareems2024-10-282-3/+3
* | fix: crypto type made not nullable and tests run using ICryptoyemkareems2024-10-282-2/+2
* | fix: encrypt and store password, decrypt and retrieve the sameyemkareems2024-10-282-1/+9
|/
* fix(logger): Remove more parameters of other methodsbackport/48603/stable28Joas Schilling2024-10-211-2/+19
* Merge pull request #48739 from nextcloud/backport/48673/stable28Ferdinand Thiessen2024-10-171-2/+2
|\
| * fix(share): Return empty string if no label is setbackport/48673/stable28Ferdinand Thiessen2024-10-171-2/+2
* | Merge pull request #48587 from nextcloud/backport/47896/stable28Ferdinand Thiessen2024-10-178-64/+266
|\ \ | |/ |/|
| * fix(UserTrait): Fix backend initializationbackport/47896/stable28provokateurin2024-10-171-0/+1
| * fix: Skip users that still exist in backendFerdinand Thiessen2024-10-153-9/+28
| * fix: Make user removal more resilientFerdinand Thiessen2024-10-158-64/+246
* | fix(AppConfig): Add external JWT private key to sensitive keysbackport/48682/stable28provokateurin2024-10-151-0/+1
|/
* fix: Allow overriding shouldApplyQuota check from child classesbackport/48623/stable28Julius Knorr2024-10-091-1/+1
* fix: rework move into object store to better preserve fileidsRobin Appelman2024-10-081-19/+55
* fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-10-082-6/+27
* fix: ensure source folder is removed from cache when moving to objectstoreRobin Appelman2024-10-081-0/+1
* fix: ensure parent folder exists when writing a file to object storageRobin Appelman2024-10-081-0/+4
* fix: verify that parent exists in cache when insertingRobin Appelman2024-10-081-0/+3
* fix: fix object store id for test object storeRobin Appelman2024-10-081-2/+2
* fix: cleanup objectstore file_put_contentRobin Appelman2024-10-081-7/+4
* fix: create intermediate directories for objectstore moveFromStorageRobin Appelman2024-10-081-0/+1
* fix: get source file before moving the cache item in objectstore moveFromStorageRobin Appelman2024-10-081-0/+29
* fix(config): Mark more app configs sensitivebackport/48584/stable28Joas Schilling2024-10-071-0/+9
* fix(config): Suppress error at install timebackport/48426/stable28Josh2024-10-021-1/+2
* Merge pull request #48445 from nextcloud/fix/noid/ignore-unavailable-tokenArthur Schiwon2024-10-011-6/+14
|\
| * fix(Auth): ignore missing token when trying to set password-unconfirmablefix/noid/ignore-unavailable-tokenArthur Schiwon2024-09-301-6/+14
* | fix: gracefully parse non-standard trusted certificatesbackport/48307/stable28Richard Steinmetz2024-09-301-0/+10
|/
* Merge pull request #48379 from nextcloud/backport/48142/stable28Joas Schilling2024-09-261-5/+17
|\