| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure to not pass null to DateTime::createFromFormat | Côme Chilliet | 2022-11-14 | 1 | -2/+2 |
* | add a limit to the amount of operators a client can add to a search query | Robin Appelman | 2022-09-08 | 1 | -0/+27 |
* | Fix an issue with the search backend update | Carl Schwan | 2022-04-14 | 1 | -10/+10 |
* | Add a metadata service to store file metadata | Carl Schwan | 2022-04-13 | 2 | -16/+49 |
* | Merge pull request #27635 from nextcloud/fix/datetime-constants | Pytal | 2021-06-23 | 1 | -1/+1 |
|\ |
|
| * | Move DateTime::ATOM to DateTimeInterface::ATOM | Christoph Wurst | 2021-06-23 | 1 | -1/+1 |
* | | allow setting offset for queries not limited to the users home storage | Robin Appelman | 2021-06-22 | 1 | -3/+1 |
|/ |
|
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 7 | -11/+3 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 3 | -3/+3 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -2/+2 |
* | 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 |