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-04-20ignore forbidden files while scanning local storageRobin Appelman
2022-03-18some file scanner performance improvementsRobin Appelman
2021-11-18Check for `disk_free_space`acsfer
2021-10-21Fix security issues when copying groupfolder with advanced ACLCarl Schwan
2021-10-18Merge pull request #28768 from nextcloud/check-file-existsJohn Molakvoæ
2021-10-04Simplify :)acsfer
2021-10-04Replace `file_exists()` method by `is_file()`acsfer
2021-10-02Get `filesize()` if `file_exists()`acsfer
2021-09-21explicitly close source stream on local storageDaniel Kesselberg
2021-06-17Fix scanner mistaking socket files for directoriesRid
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-03-30Merge pull request #25280 from nextcloud/explicit-file-permissionsRoeland Jago Douma
2021-03-24show better error messages when a file with a forbidden path is encounteredRobin Appelman
2021-03-23Set umask before operations that create local filesRobin Appelman
2021-01-20explicitly set permissions on newly created foldersRobin Appelman
2021-01-12Add 'allow Symlinks' as an option to config.phpJohannes Leuker
2020-12-22Merge pull request #24594 from kofemann/dcacheJulius Härtl
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-07files: Local#writeStream should use it's own file_put_contentsTigran Mkrtchyan
2020-12-02Fix file size computation on 32bit platformsaler9
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-06Merge pull request #21677 from J0WI/clearstatcache-on-rmdirMorris Jobke
2020-07-23use exceptions for error signaling in writeStreamRobin Appelman
2020-07-03Only clear the realpath cacheJ0WI
2020-07-03clearstatcache() on rmdirJ0WI
2020-05-22Clear the statscache before fetching the metadataRoeland Jago Douma
2020-04-29Update license headers for 19Christoph Wurst
2020-04-20Add method to storage backends to get directory content with metadataRobin Appelman
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-01optimize getMetaData for local storageRobin Appelman
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-27Improve etag handlingRoeland Jago Douma
2019-07-26Supress warnings touch can generateRoeland Jago Douma
2019-06-27verify that paths are valid for recursive local moveRobin Appelman
2018-10-31extend storage api to allow directly writing a stream to storageRobin Appelman
2018-04-26move log constants to ILoggerArthur Schiwon
2018-01-18Use fallback path if data dir is not available for Storage/Local.phpMorris Jobke
2018-01-12Fix call to clearstatcache to actually use the file pathMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-10-28Use ::class and fix missing docJoas Schilling
2017-08-09Fix copy from jailed storageRoeland Jago Douma
2017-08-01Replace wrong PHPDocsLukas Reschke
2017-05-23Fixed a crash caused by Local::copyFromStorage() not conforming to Common::co...Michael Munger
2017-04-12use unjailed path when moving files out of a shared storageRobin Appelman
2017-03-29Remove verbose error messageLukas Reschke
2017-01-27remove obsolete hack (#26928)Jörn Friedrich Dreyer
2016-10-25Merge pull request #1890 from nextcloud/downstream-25428Morris Jobke