| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 5 | -0/+5 |
* | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -0/+1 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 3 | -6/+6 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 5 | -6/+2 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 2 | -2/+2 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 3 | -0/+4 |
* | Sabre/DAV 4.0: beforeMethod is now beforeMethod:* | Georg Ehrke | 2020-03-27 | 2 | -2/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
* | use core templates for displaying dav errors in the browser | Arthur Schiwon | 2020-03-20 | 1 | -3/+9 |
* | fix dav browser error page not styled | Arthur Schiwon | 2020-03-19 | 1 | -0/+3 |
* | Add offset for home limited searches | Roeland Jago Douma | 2019-12-10 | 1 | -1/+3 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 7 | -7/+11 |
* | Allow filtering the search results to the users home storage | Robin Appelman | 2019-12-03 | 1 | -7/+75 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 4 | -2/+5 |
* | cast timestamps older than unix epoch to 0 | Christian | 2018-08-27 | 1 | -1/+1 |
* | disallow negative mtime in dav search | Robin Appelman | 2018-08-24 | 1 | -1/+1 |
* | Fix lazy search backend | Robin Appelman | 2018-07-02 | 1 | -2/+2 |
* | Fix search related results in OPTIONS requests | Robin Appelman | 2018-06-28 | 1 | -0/+72 |
* | use getUserFolder instead of getFileInfo when constructing FilesHome | Robin Appelman | 2018-05-24 | 2 | -7/+9 |
* | Make displayname selectable | Roeland Jago Douma | 2018-03-22 | 1 | -1/+1 |
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 2 | -2/+0 |
* | CacheJail should apply limit and offset after searching | Roeland Jago Douma | 2018-02-07 | 1 | -1/+1 |
* | Adjust to updated searchdav library | Robin Appelman | 2018-02-07 | 1 | -67/+51 |
* | Respect limit and order in webdav search | Roeland Jago Douma | 2018-02-07 | 1 | -3/+98 |
* | Update license headers | Morris Jobke | 2017-11-06 | 3 | -0/+7 |
* | cache nodes from search results | Robin Appelman | 2017-08-26 | 1 | -6/+9 |
* | [DAV] Fix URLUtil::splitPath usage | Roeland Jago Douma | 2017-08-01 | 2 | -2/+2 |
* | Stop if user folder is not available | Morris Jobke | 2017-05-09 | 1 | -0/+4 |
* | Allow searching file by fileid | Robin Appelman | 2017-04-05 | 1 | -3/+5 |
* | OCA\DAV\Files\CustomPropertiesBackend -> OCA\DAV\DAV\CustomPropertiesBackend | Georg Ehrke | 2017-03-27 | 1 | -291/+0 |
* | allow sharees to edit certain calendar properties for themselves | Georg Ehrke | 2017-03-27 | 1 | -0/+22 |
* | safer casting of datetime | Robin Appelman | 2017-03-14 | 1 | -1/+5 |
* | fix searching and ordering on getlastmodified | Robin Appelman | 2017-03-13 | 1 | -2/+4 |
* | Allow searching for favorites | Robin Appelman | 2017-03-08 | 1 | -5/+11 |
* | add tests for filesearchbackend | Robin Appelman | 2017-03-01 | 1 | -7/+4 |
* | Implement webdav SEARCH | Robin Appelman | 2017-03-01 | 1 | -6/+198 |
* | add icewind/searchdav | Robin Appelman | 2017-02-28 | 1 | -0/+76 |
* | Fix "Call to a member function getUID() on null" | Thomas Müller | 2016-12-19 | 1 | -0/+1 |
* | Harden files drop | Roeland Jago Douma | 2016-12-02 | 1 | -20/+10 |
* | Fixes files_drop for sabre 3.2 | Roeland Jago Douma | 2016-11-10 | 1 | -2/+2 |
* | Update sabre dav to 3.2 (#26115) | Thomas Müller | 2016-11-04 | 1 | -1/+1 |
* | Remove any detailed information about the exception in the browser error plugin | Thomas Müller | 2016-10-25 | 1 | -11/+2 |
* | Only enable files_drop plugin when we actuall do files_drop | Roeland Jago Douma | 2016-10-24 | 1 | -4/+16 |
* | Make files_drop work | Roeland Jago Douma | 2016-10-24 | 1 | -0/+82 |
* | Fix permision mask | Roeland Jago Douma | 2016-10-24 | 1 | -0/+0 |
* | FilesHome now also returns DAV properties | Vincent Petry | 2016-09-26 | 2 | -52/+16 |
* | Don't print exception message in HTML | Lukas Reschke | 2016-09-09 | 1 | -4/+3 |
* | Update with robin | Joas Schilling | 2016-07-21 | 2 | -2/+2 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 5 | -5/+11 |
* | Fix type hinting | Robin Appelman | 2016-07-08 | 1 | -1/+1 |