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-17Files: Extend search to also cover tagsfeature/files-search-tagsMarcel Klehr
2022-03-04adjust tests to new fs setupRobin Appelman
2022-01-13Check style updateCarl Schwan
2021-07-28add test for searching within a "root jail"Robin Appelman
2021-06-14split of query building bits from searchhelperRobin Appelman
2021-06-14rework search api to allow searching on multiple caches at onceRobin Appelman
2021-03-15Merge pull request #25136 from nextcloud/cachejail-search-filterVincent Petry
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-01-26fix search in nested jailsRobin Appelman
2021-01-26fix cachjail searching for rootRobin Appelman
2021-01-26do cachejail search filtering in sqlRobin Appelman
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-11-09Use query builder instead of OC_DB in OC\Files\*Joas Schilling
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-06-11prevent the root storage from accidentally scanning user foldersRobin Appelman
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2019-12-04Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-26dont set folder size to negative values during propagationRobin Appelman
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-13fix folder deleteRobin Appelman
2019-11-13dont create empty filecache extended rowsRobin Appelman
2019-11-13store filecache extension fieldsRobin Appelman
2019-07-26Remove deprecated searchByTagRoeland Jago Douma
2019-03-06Avoid calculating folder size for parent that needs scan.Ari Selseng
2019-03-01Add dispatcher events to User and Group objectsJoas Schilling
2018-11-19add test for non existing file by idRobin Appelman
2018-10-02Moves the logo files to logoMichael Weimann
2018-01-25Fix risky tests without assertionsJoas Schilling
2018-01-16Support arbitrary number of arguments for d:or and d:and in search queriesRobin Appelman
2017-08-09Fix CacheTestRoeland Jago Douma
2017-08-02Can not insert auto increment on oracleJoas Schilling
2017-07-22add tests for renaming paths with multibyte utf8 charactersRobin Appelman
2017-06-15fix moving folders out of a cache jailRobin Appelman
2017-03-08Allow searching for favoritesRobin Appelman
2017-03-01add tests for filesearchbackendRobin Appelman
2017-03-01add tests for searchQueryRobin Appelman
2017-03-01Implement webdav SEARCHRobin Appelman
2017-02-28add icewind/searchdavRobin Appelman
2016-11-21Make sure we don't scan files that can not be accessedJoas Schilling
2016-11-10only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman