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-28dont re-query fileinfo when getting dav quotadav-quota-dont-queryRobin Appelman
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-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 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-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
2022-03-22Merge pull request #31629 from nextcloud/feat/remove-ie-headersPytal
2022-03-21Disable for now again until more apps are fixedJoas Schilling
2022-03-21Limit missing primary key fail to new tablesJoas Schilling
2022-03-20[tx-robot] updated from transifexNextcloud bot
2022-03-19Remove legacy Internet Explorer headersMichaIng
2022-03-19[tx-robot] updated from transifexNextcloud bot
2022-03-18Merge pull request #24166 from nextcloud/imaginary-prototypeCarl Schwan
2022-03-18Merge pull request #30768 from nextcloud/feat/chunked-mysql-joblist-removeCarl Schwan
2022-03-18Simplify comment search in special casesbugfix/noid/simplify-comment-search-in-special-casesJoas Schilling
2022-03-18Add profile default setting for adminChristopher Ng
2022-03-18Add global profile toggle configChristopher Ng
2022-03-18Merge pull request #31488 from nextcloud/enh/account-set-all-propertiesPytal
2022-03-18Merge pull request #31608 from nextcloud/scanner-performance2Robin Appelman
2022-03-18some file scanner performance improvementsRobin Appelman
2022-03-17Do chuncked job deletionfeat/chunked-mysql-joblist-removeCarl Schwan
2022-03-17Merge pull request #31598 from nextcloud/mount-find-rootRobin Appelman
2022-03-17Add example to DocBlockChristopher Ng
2022-03-17Add method to set all account properties from jsonChristopher Ng
2022-03-17Merge pull request #31487 from nextcloud/enh/account-json-serializationPytal
2022-03-17cache the path of the certificate bundlecert-manager-cache-pathRobin Appelman