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
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-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format code according to PSR2Christoph Wurst
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-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-27Sabre/DAV 4.0: beforeMethod is now beforeMethod:*Georg Ehrke
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-21use core templates for displaying dav errors in the browserArthur Schiwon
2020-03-20fix dav browser error page not styledArthur Schiwon
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-07-02Fix lazy search backendRobin Appelman
2018-06-28Fix search related results in OPTIONS requestsRobin Appelman
2018-05-24use getUserFolder instead of getFileInfo when constructing FilesHomeRobin Appelman
2018-03-22Make displayname selectableRoeland Jago Douma
2018-02-14Remove unused import statementsMorris Jobke
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-08-01[DAV] Fix URLUtil::splitPath usageRoeland Jago Douma
2017-05-09Stop if user folder is not availableMorris Jobke
2017-04-05Allow searching file by fileidRobin Appelman
2017-03-27OCA\DAV\Files\CustomPropertiesBackend -> OCA\DAV\DAV\CustomPropertiesBackendGeorg Ehrke
2017-03-27allow sharees to edit certain calendar properties for themselvesGeorg Ehrke
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
2016-12-19Fix "Call to a member function getUID() on null"Thomas Müller
2016-12-02Harden files dropRoeland Jago Douma
2016-11-10Fixes files_drop for sabre 3.2Roeland Jago Douma
2016-11-04Update sabre dav to 3.2 (#26115)Thomas Müller
2016-10-25Remove any detailed information about the exception in the browser error pluginThomas Müller
2016-10-24Only enable files_drop plugin when we actuall do files_dropRoeland Jago Douma
2016-10-24Make files_drop workRoeland Jago Douma