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-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-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-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
2022-03-24Allow reactions also with other combined emojisJoas Schilling
2022-03-24Fix passing null to strlenThomas Citharel
2022-03-23Automatically cut the token name on the first levelJoas Schilling
2022-03-23Set `mtime` to null instead of false if `getlastmodified` does not exist.Max Kunzelmann
2022-03-23Limit the length of app password namesJoas Schilling
2022-03-22Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling
2022-03-22Merge pull request #31580 from nextcloud/nickvergessen-patch-2Vincent Petry
2022-03-22Merge pull request #31605 from nextcloud/cert-manager-cache-pathVincent Petry