Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-04-07Merge pull request #31833 from nextcloud/profile-db-backtraceCarl Schwan
2022-04-07[tx-robot] updated from transifexNextcloud bot
2022-04-06Generate small preview straight away if Imaginary is enabledJohn Molakvoæ
2022-04-06shRobin Appelman
2022-04-06Add settings to not match userID during full matchfeat/dont_match_useridLouis Chemineau
2022-04-06allow reusing known folder info when getting directory contentsRobin Appelman
2022-04-06save filesystem node in dav nodeRobin Appelman
2022-04-06only setup home mount when getting home folderRobin Appelman
2022-04-06Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-pa...Vincent Petry
2022-04-06[tx-robot] updated from transifexNextcloud bot
2022-04-05Merge pull request #31849 from nextcloud/fix/cache-accountJohn Molakvoæ
2022-04-05Cache account informationCarl Schwan
2022-04-05Retrieve user status only once when displaying pageperformance/user-status-retrivalCarl Schwan
2022-04-05Allow to disable password policy enforcement for selected groupsCarl Schwan
2022-04-05Merge pull request #31754 from nextcloud/fix/view-inconsistent-if-conditionsCôme Chilliet
2022-04-05Merge pull request #31773 from nextcloud/share-limited-owner-setupVincent Petry
2022-04-05composer run cs:fixCôme Chilliet
2022-04-05Exit early if $storage is falsy in View::getDirectoryContentCôme Chilliet
2022-04-05Fix incorrect if conditions in ViewCôme Chilliet
2022-04-05Merge pull request #31829 from nextcloud/fix/exif-imaginaryVincent Petry
2022-04-05[tx-robot] updated from transifexNextcloud bot
2022-04-04Merge pull request #29510 from nextcloud/backport/27378/masterJohn Molakvoæ
2022-04-04Merge pull request #31828 from nextcloud/fix/do-not-ignore-deleteGroup-resultCôme Chilliet
2022-04-04Merge pull request #31734 from nextcloud/dav-quota-dont-queryRobin Appelman
2022-04-04Merge pull request #31816 from nextcloud/bugfix/noid/deduplicate-storage-id-b...Joas Schilling
2022-04-04record backtrace when profiling db requestsRobin Appelman
2022-04-04Merge pull request #31776 from nextcloud/storage-id-cache-bi-directionalRobin Appelman
2022-04-04use the same cached propfind for free space for dav storagefed-performanceRobin Appelman
2022-04-04only request free space once for external sharesRobin Appelman
2022-04-04don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman
2022-04-04Do not ignore return value of deleteGroup from backendCôme Chilliet
2022-04-04Fix imaginary with rotated exif imagesCarl Schwan
2022-04-04Log why the login token can't be used for credentialsfix/log-why-credential-token-invalidChristoph Wurst
2022-04-04rename cached fileinfo on renameRobin Appelman
2022-04-04dont needlessly resolve path when getting internalPath/storage from NodeRobin Appelman
2022-04-04don't do a full setup for `findByStorageId`Robin Appelman
2022-04-04optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman
2022-04-04split out some path manipulation logicRobin Appelman
2022-04-04allow getting mounts by providersRobin Appelman
2022-04-04Merge pull request #30823 from nextcloud/work/profilerCarl Schwan
2022-04-04Add a built-in profiler inside NextcloudCarl Schwan
2022-04-04Add public API for owner based lockingJulius Härtl
2022-04-04Deduplicate storage ids in list before reusingJoas Schilling
2022-03-31fix shared mount roots not being returned from `getSharesInFolder`shares-in-folder-mountsRobin Appelman
2022-03-31cache storage id mapping both waysstorage-id-cache-bi-directionalRobin Appelman
2022-03-31Merge pull request #31737 from nextcloud/fix/oc_oauth2_migrationJoas Schilling
2022-03-31Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to...Côme Chilliet
2022-03-31Wrap oauth2 migrations inside conditionsfix/oc_oauth2_migrationLouis Chemineau
2022-03-31Add dav plugin to trigger recalculating of checksumsbackport/27378/masterRobin Appelman
2022-03-30Build autoloader with new composer versionCôme Chilliet