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-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-04Merge pull request #30823 from nextcloud/work/profilerCarl Schwan
2022-04-04Add a built-in profiler inside NextcloudCarl Schwan
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-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-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
2022-03-24 Add oauth2_clients migration for Owncloudfeature/add_oauth2_migrationLouis Chemineau
2022-03-24Apply suggestions from code reviewRobin Appelman
2022-03-24add comment for getMountForPath loopRobin Appelman
2022-03-24make mount cache duration configurableRobin Appelman
2022-03-24fix method nameRobin Appelman
2022-03-24caching of userfolderRobin Appelman
2022-03-24fmtRobin Appelman
2022-03-24invalidate mount cache on circles changeRobin Appelman
2022-03-24perform full setup if a cached mount doesn't have a provider setRobin Appelman
2022-03-24don't double setup provider when calling `setupForUser` after `setupForPath`Robin Appelman
2022-03-24add logic to perform a full filesystem setup when neededRobin Appelman
2022-03-24update cached mounts when only specific providers have been setupRobin Appelman
2022-03-24improve lazy UserFolderRobin Appelman
2022-03-24setup only relevant mounts when possibleRobin Appelman
2022-03-24fixed when accessing static filesystem calls before setupRobin Appelman
2022-03-24allow getting mounts by providerRobin Appelman
2022-03-24allow getting cached mounts by path from the mount cacheRobin Appelman
2022-03-24return a lazy folder from Root::getUserFolderRobin Appelman
2022-03-24allow setting some metadata in the lazyfolder without having to get the real ...Robin Appelman
2022-03-24Fix log level for exception in QueryBuilderCôme Chilliet
2022-03-24Fix codestyleCôme Chilliet
2022-03-24Fixing psalm errorsCôme Chilliet
2022-03-24Adapt more code to migration to LoggerInterfaceCôme Chilliet
2022-03-24Adapted Server to logger migration in constructorsCôme Chilliet
2022-03-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
2022-03-24Fix autoloaderJoas Schilling