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-05-12Add stricter psalm type for CappedMemoryCachecleanup/cappedmemorycacheCarl Schwan
2022-04-27Merge pull request #32034 from nextcloud/bugfix/noid/satisfy-binary-operation...Carl Schwan
2022-04-21only register mounts that are new from providers that are new during a full s...Robin Appelman
2022-04-21Make the binary operation order explicitbugfix/noid/satisfy-binary-operation-orderJoas Schilling
2022-04-04allow getting mounts by providersRobin Appelman
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
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-24fix method nameRobin Appelman
2022-03-24don't double setup provider when calling `setupForUser` after `setupForPath`Robin Appelman
2022-03-24update cached mounts when only specific providers have been 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-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
2022-03-04move user mountpoint setup to setupmanagerRobin Appelman
2022-03-04move teardown logic to SetupManagerRobin Appelman
2022-03-04more type hints for ICachedMountInfo and IMountManagerRobin Appelman
2022-02-23store mountprovider for each mount in the mounts tableRobin Appelman
2021-06-08Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-29Fix functions taking optional parameters before required onesRichard de Boer
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
2020-08-17Properly add new methods to interface and document in PHPDoc for getRootMounts()Morris Jobke
2020-08-06Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
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-07-10Add the option to filter mounts for a userRobin Appelman
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