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
AgeCommit message (Expand)Author
2022-08-16fix updating cached mounts that didn't have their mount provider set previouslyRobin Appelman
2022-07-27Fix typos in lib/private subdirectoryluz paz
2022-07-14Move CappedMemoryCache to OCPfeat/capped-memorycache-ocpCarl Schwan
2022-05-12Add stricter psalm type for CappedMemoryCachecleanup/cappedmemorycacheCarl Schwan
2022-04-21Make the binary operation order explicitbugfix/noid/satisfy-binary-operation-orderJoas Schilling
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
2022-03-24add comment for getMountForPath loopRobin Appelman
2022-03-24fix method nameRobin Appelman
2022-03-24update cached mounts when only specific providers have been setupRobin Appelman
2022-03-24allow getting cached mounts by path from the mount cacheRobin Appelman
2022-03-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
2022-02-23store mountprovider for each mount in the mounts tableRobin Appelman
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-30Filter mounts for file id before trying to get user informationJulius Härtl
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-09-07Update license headers for Nextcloud 20 (again)Christoph Wurst
2020-08-31Transfer shares of the transferred root nodeJulius Härtl
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2018-08-16more efficient way to detect added and removed mountsRobin Appelman
2018-08-16remove double loop for detecting changed mountsRobin Appelman
2018-07-16Use the path_hash instead of the path to query the filecacheMorris Jobke
2018-02-14Remove unused import statementsMorris Jobke
2017-11-09Merge pull request #6220 from nextcloud/cached-mount-info-filepathLukas Reschke
2017-11-07Merge pull request #6988 from starypatyk/stable12-mount-cache-performanceMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-11-01Improve performance of UserMountCache with external storage foldersDariusz Olszewski
2017-10-27Allow getting the filepath when getting cached mounts by fileidRobin Appelman
2017-08-02Oracle does not support PDO::FETCH_KEY_PAIRJoas Schilling
2017-07-20Add Phan plugin to check for SQL injectionsLukas Reschke
2017-06-15show used space in user listRobin Appelman
2017-04-23Remove unused use statementsMorris Jobke
2017-04-21limit the user when searching for a file by id if we know the user alreadyRobin Appelman
2016-12-13also compare storage ids when checking for changed mountsRobin Appelman
2016-11-24filter out oc_mounts results from non existing usersRobin Appelman
2016-10-12optimize Folder::getById to use less queriesRobin Appelman
2016-08-30Prevent error with orphaned shares when updating user mount cacheVincent Petry
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-07-13Save the files external mount id in the mount cache tableRobin Appelman
2016-06-15Merge pull request #25056 from owncloud/fs-usermountcache-cappedVincent Petry
2016-06-13Capped cache for cache info in UserMountCacheVincent Petry
2016-06-13handle invalid storages in LazyStorageMountInfoRobin Appelman
2016-05-26Update license headersLukas Reschke
2016-04-24Move \OC\Files to PSR-4Roeland Jago Douma