aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Files
Commit message (Expand)AuthorAgeFilesLines
* use core templates for displaying dav errors in the browserArthur Schiwon2020-03-201-3/+9
* fix dav browser error page not styledArthur Schiwon2020-03-191-0/+3
* Add offset for home limited searchesRoeland Jago Douma2019-12-101-1/+3
* Update license headersChristoph Wurst2019-12-057-7/+11
* Allow filtering the search results to the users home storageRobin Appelman2019-12-031-7/+75
* Some php-cs fixesRoeland Jago Douma2019-11-224-2/+5
* cast timestamps older than unix epoch to 0Christian2018-08-271-1/+1
* disallow negative mtime in dav searchRobin Appelman2018-08-241-1/+1
* Fix lazy search backendRobin Appelman2018-07-021-2/+2
* Fix search related results in OPTIONS requestsRobin Appelman2018-06-281-0/+72
* use getUserFolder instead of getFileInfo when constructing FilesHomeRobin Appelman2018-05-242-7/+9
* Make displayname selectableRoeland Jago Douma2018-03-221-1/+1
* Remove unused import statementsMorris Jobke2018-02-142-2/+0
* CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-071-1/+1
* Adjust to updated searchdav libraryRobin Appelman2018-02-071-67/+51
* Respect limit and order in webdav searchRoeland Jago Douma2018-02-071-3/+98
* Update license headersMorris Jobke2017-11-063-0/+7
* cache nodes from search resultsRobin Appelman2017-08-261-6/+9
* [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-012-2/+2
* Stop if user folder is not availableMorris Jobke2017-05-091-0/+4
* Allow searching file by fileidRobin Appelman2017-04-051-3/+5
* OCA\DAV\Files\CustomPropertiesBackend -> OCA\DAV\DAV\CustomPropertiesBackendGeorg Ehrke2017-03-271-291/+0
* allow sharees to edit certain calendar properties for themselvesGeorg Ehrke2017-03-271-0/+22
* safer casting of datetimeRobin Appelman2017-03-141-1/+5
* fix searching and ordering on getlastmodifiedRobin Appelman2017-03-131-2/+4
* Allow searching for favoritesRobin Appelman2017-03-081-5/+11
* add tests for filesearchbackendRobin Appelman2017-03-011-7/+4
* Implement webdav SEARCHRobin Appelman2017-03-011-6/+198
* add icewind/searchdavRobin Appelman2017-02-281-0/+76
* Fix "Call to a member function getUID() on null"Thomas Müller2016-12-191-0/+1
* Harden files dropRoeland Jago Douma2016-12-021-20/+10
* Fixes files_drop for sabre 3.2Roeland Jago Douma2016-11-101-2/+2
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-041-1/+1
* Remove any detailed information about the exception in the browser error pluginThomas Müller2016-10-251-11/+2
* Only enable files_drop plugin when we actuall do files_dropRoeland Jago Douma2016-10-241-4/+16
* Make files_drop workRoeland Jago Douma2016-10-241-0/+82
* Fix permision maskRoeland Jago Douma2016-10-241-0/+0
* FilesHome now also returns DAV propertiesVincent Petry2016-09-262-52/+16
* Don't print exception message in HTMLLukas Reschke2016-09-091-4/+3
* Update with robinJoas Schilling2016-07-212-2/+2
* Fix apps/Joas Schilling2016-07-215-5/+11
* Fix type hintingRobin Appelman2016-07-081-1/+1
* Update license headersLukas Reschke2016-05-261-0/+1
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-125-0/+595