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-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-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-04Merge pull request #31776 from nextcloud/storage-id-cache-bi-directionalRobin 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-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-04Deduplicate storage ids in list before reusingJoas Schilling
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
2022-03-30[tx-robot] updated from transifexNextcloud bot
2022-03-29Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2Vincent Petry
2022-03-29Merge pull request #31632 from Maaxxs/fix-undefined-index-davLouis
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
2022-03-29Merge pull request #31696 from nextcloud/fix/user_ldap-fix-migration-lengthch...Côme Chilliet
2022-03-28Use the null coalescing operator to set the value of `size`.Max Kunzelmann
2022-03-28dont re-query fileinfo when getting dav quotadav-quota-dont-queryRobin Appelman
2022-03-28Merge pull request #30276 from nextcloud/feature/add_oauth2_migrationLouis
2022-03-28Add direct arg to login flowVincent Petry
2022-03-28Fix LENGTH function name across databasesCôme Chilliet
2022-03-25Ensure string column limit of 4.000 charactersJoas Schilling
2022-03-24Use OCTET_LENGTH which is more common than LENGTHBfix/user_ldap-fix-migration-lengthcheck-oracleCôme Chilliet
2022-03-24Add octetLength and charLength to function builder, and testsCôme Chilliet
2022-03-24Merge pull request #31265 from nextcloud/fs-limited-setupVincent Petry
2022-03-24Add missing PHPDoc in InvalidateMountCacheEventVincent Petry
2022-03-24Make phpcs happy in MountProviderCollectionVincent Petry