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-09-08add a limit to the amount of operators a client can add to a search queryRobin Appelman
2022-04-14Fix an issue with the search backend updateCarl Schwan
2022-04-13Add a metadata service to store file metadataCarl Schwan
2021-06-23Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal
2021-06-23Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst
2021-06-22allow setting offset for queries not limited to the users home storageRobin Appelman
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2019-12-11Add offset for home limited searchesRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-12-03Allow filtering the search results to the users home storageRobin Appelman
2019-11-22Some php-cs fixesRoeland Jago Douma
2018-08-27cast timestamps older than unix epoch to 0Christian
2018-08-24disallow negative mtime in dav searchRobin Appelman
2018-03-22Make displayname selectableRoeland Jago Douma
2018-02-07CacheJail should apply limit and offset after searchingRoeland Jago Douma
2018-02-07Adjust to updated searchdav libraryRobin Appelman
2018-02-07Respect limit and order in webdav searchRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-08-26cache nodes from search resultsRobin Appelman
2017-04-05Allow searching file by fileidRobin Appelman
2017-03-14safer casting of datetimeRobin Appelman
2017-03-13fix searching and ordering on getlastmodifiedRobin Appelman
2017-03-08Allow searching for favoritesRobin Appelman
2017-03-01add tests for filesearchbackendRobin Appelman
2017-03-01Implement webdav SEARCHRobin Appelman
2017-02-28add icewind/searchdavRobin Appelman