aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Collapse)AuthorAgeFilesLines
* Adjust realm from SabreDAV to NextcloudLukas Reschke2017-05-181-0/+4
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-181-3/+4
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use Bearer backend for SabreDAVLukas Reschke2017-05-183-12/+84
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-0/+13
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Revert "fix objectstore rename"Roeland Jago Douma2017-05-151-1/+0
| | | | | | This reverts commit 5334a3dc337b5883763ac8e1eaef58c1a435144b. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Stop if user folder is not availableMorris Jobke2017-05-091-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4621 from nextcloud/fix_readonly_shared_calendar_proppatchMorris Jobke2017-05-081-2/+7
|\ | | | | fix PROPPATCH requests to read-only shared calendars
| * fix PROPPATCH requests to read-only shared calendarsGeorg Ehrke2017-05-081-2/+7
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #4675 from nextcloud/fix_4651Morris Jobke2017-05-085-112/+319
|\ \ | | | | | | Create a photo cache to speedup the contactsmenu
| * | Fix initRoeland Jago Douma2017-05-081-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix ImageExportPluginTestRoeland Jago Douma2017-05-081-9/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | No more XSSRoeland Jago Douma2017-05-081-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Clear cache on vcard change/deleteRoeland Jago Douma2017-05-083-8/+31
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Request proper size for contacts menuRoeland Jago Douma2017-05-082-72/+7
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Cache the carddav photo endpointRoeland Jago Douma2017-05-084-19/+281
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Always dispatch Carddav eventsRoeland Jago Douma2017-05-081-21/+15
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | fix error when browsing the dav rootRobin Appelman2017-05-081-4/+3
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Enforce type hints in dav appMorris Jobke2017-05-042-2/+6
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | check password for mail shares as wellBjoern Schiessle2017-05-041-1/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Add caching to the imageexport pluginRoeland Jago Douma2017-05-021-0/+5
|/ | | | | | | | | | | Since we now heavily use this endpoint for the contacts menu we better set proper caching on the images. Else this gets reload over and over again leading to slow loading menu and unneded bytes transfered. * cache for 1 hour by default * added ETag for validation Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #4098 from nextcloud/feature/caldav_searchMorris Jobke2017-04-2813-0/+1092
|\ | | | | add Nextcloud Search extension to CalDAV
| * rename calendarobjects_properties -> calendarobjects_propsGeorg Ehrke2017-04-281-2/+2
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * unit test custom calendar searchGeorg Ehrke2017-04-282-22/+30
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * require at least one param or prop filter elementGeorg Ehrke2017-04-251-1/+5
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * updateProperties: catch exception when reading calendar dataGeorg Ehrke2017-04-251-1/+6
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * unit test CalDAV Search PluginGeorg Ehrke2017-04-252-10/+10
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * add repairstep with backgroundjob to index calendar dataGeorg Ehrke2017-04-253-1/+207
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * remove unused CalendarSearchValidatorGeorg Ehrke2017-04-242-122/+0
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * add Nextcloud Search extension to CalDAVGeorg Ehrke2017-04-2412-0/+991
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | allow apps to set custom mount typesRobin Appelman2017-04-281-0/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #4524 from nextcloud/downstream-27508Roeland Jago Douma2017-04-284-106/+187
|\ \ | | | | | | Keep file id on move
| * | Add commentVincent Petry2017-04-271-0/+2
| | |
| * | Properly handle missing READ permissionVincent Petry2017-04-273-0/+20
| | |
| * | Fix FutureFile MOVE to keep destination nodeVincent Petry2017-04-262-4/+49
| | | | | | | | | | | | | | | | | | Sabre usually deletes the target node on MOVE before proceeding with the actual move operation. This fix prevents this to happen in case the source node is a FutureFile.
| * | Accept moving FutureFile into a DirectoryVincent Petry2017-04-261-0/+6
| | |
| * | Remove ObjectTree::move and let is use the IMoveTarget approach insteadVincent Petry2017-04-261-98/+0
| | | | | | | | | | | | This removes the duplicated code
| * | Ported ObjectTree::move to IMoveTarget in new DAV endpointVincent Petry2017-04-261-4/+110
| | |
* | | Merge pull request #3770 from nextcloud/faster-search-in-contactsMorris Jobke2017-04-271-7/+6
|\ \ \ | | | | | | | | Factorize query for searching contacts
| * | | Add back the name query partRoeland Jago Douma2017-04-211-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Factorize query for searching contactsThomas Citharel2017-04-211-7/+4
| | | |
* | | | Merge pull request #4503 from nextcloud/downstream-27281Roeland Jago Douma2017-04-261-0/+1
|\ \ \ \ | |_|/ / |/| | | fix objectstore rename
| * | | fix objectstore renameJoas Schilling2017-04-251-0/+1
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / | Restrict proppatch to the proper nodesVincent Petry2017-04-253-26/+20
|/ / | | | | | | | | | | | | Need to fetch the node earlier because cancelling from within the handler is not possible. Well, it is but it prevents other node types using the same property names to run because the failure marks the property with status 403.
* | Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-2419-35/+0
|\ \ | | | | | | Remove unused use statements
| * | Remove unused use statementsMorris Jobke2017-04-2219-35/+0
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4401 from nextcloud/caldav-carddav-nc-owner-displaynameRoeland Jago Douma2017-04-243-10/+70
|\ \ | | | | | | add owner-displayname property to calendars and addressbooks
| * | add owner-displayname property to calendars and addressbooksGeorg Ehrke2017-04-233-10/+70
| |/ | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* / Remove unused variablesMorris Jobke2017-04-221-1/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix remaining "PHP Inspection" warningsJoas Schilling2017-04-202-34/+27
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add public access modifier to all methodsJoas Schilling2017-04-202-20/+20
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>