Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enhance the logging if the part file can not be renamed | Morris Jobke | 2017-06-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #5124 from nextcloud/allow-dirlisting-with-unreadable-items | Joas Schilling | 2017-06-16 | 1 | -0/+6 |
|\ | | | | | Allow dir-listing also when one child is blocked by access control | ||||
| * | Allow dir-listing also when one child is blocked by access control | Joas Schilling | 2017-05-26 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #5298 from ↵ | Morris Jobke | 2017-06-14 | 2 | -0/+6 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/4885/calendar_shares_url_special_char_issue urldecode group principals in Cal- and CardDAV backend | ||||
| * | | urldecode group principals in Cal- and CardDAV backend | Georg Ehrke | 2017-06-12 | 2 | -0/+6 |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Merge pull request #5300 from ↵ | Morris Jobke | 2017-06-14 | 1 | -0/+6 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/fix_proppatch_requests_to_groupshares allow users to send PropPatch request when calendar is group-shared with them | ||||
| * | | allow users to send PropPatch request when calendar is group-shared with them | Georg Ehrke | 2017-06-08 | 1 | -0/+6 |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Merge pull request #5295 from ↵ | Morris Jobke | 2017-06-13 | 1 | -0/+7 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/5077/allow_proppatches_to_birthday_calendar allow PropPatch requests to contact_birthdays | ||||
| * | | allow PropPatch requests to contact_birthdays | Georg Ehrke | 2017-06-08 | 1 | -0/+7 |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* / | Prevent sending second WWW-Authenticate header | Lukas Reschke | 2017-06-13 | 1 | -0/+14 |
|/ | | | | | | | | Overrides \Sabre\DAV\Auth\Backend\AbstractBearer::challenge to prevent sending a second WWW-Authenticate header which is standard-compliant but most DAV clients simply fail hard. Fixes https://github.com/nextcloud/server/issues/5088 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | fix replacing of 4MB Unicode Chars in cal props table | Georg Ehrke | 2017-05-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Adjust realm from SabreDAV to Nextcloud | Lukas Reschke | 2017-05-18 | 1 | -0/+4 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Make legacy DAV backend use the BearerAuth backend as well | Lukas Reschke | 2017-05-18 | 1 | -3/+4 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Use Bearer backend for SabreDAV | Lukas Reschke | 2017-05-18 | 3 | -12/+84 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 1 | -0/+13 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Revert "fix objectstore rename" | Roeland Jago Douma | 2017-05-15 | 1 | -1/+0 |
| | | | | | | This reverts commit 5334a3dc337b5883763ac8e1eaef58c1a435144b. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Stop if user folder is not available | Morris Jobke | 2017-05-09 | 1 | -0/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #4621 from nextcloud/fix_readonly_shared_calendar_proppatch | Morris Jobke | 2017-05-08 | 1 | -2/+7 |
|\ | | | | | fix PROPPATCH requests to read-only shared calendars | ||||
| * | fix PROPPATCH requests to read-only shared calendars | Georg Ehrke | 2017-05-08 | 1 | -2/+7 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Merge pull request #4675 from nextcloud/fix_4651 | Morris Jobke | 2017-05-08 | 5 | -112/+319 |
|\ \ | | | | | | | Create a photo cache to speedup the contactsmenu | ||||
| * | | Fix init | Roeland Jago Douma | 2017-05-08 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Fix ImageExportPluginTest | Roeland Jago Douma | 2017-05-08 | 1 | -9/+2 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | No more XSS | Roeland Jago Douma | 2017-05-08 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Clear cache on vcard change/delete | Roeland Jago Douma | 2017-05-08 | 3 | -8/+31 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Request proper size for contacts menu | Roeland Jago Douma | 2017-05-08 | 2 | -72/+7 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Cache the carddav photo endpoint | Roeland Jago Douma | 2017-05-08 | 4 | -19/+281 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Always dispatch Carddav events | Roeland Jago Douma | 2017-05-08 | 1 | -21/+15 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | fix error when browsing the dav root | Robin Appelman | 2017-05-08 | 1 | -4/+3 |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Enforce type hints in dav app | Morris Jobke | 2017-05-04 | 2 | -2/+6 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | check password for mail shares as well | Bjoern Schiessle | 2017-05-04 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Add caching to the imageexport plugin | Roeland Jago Douma | 2017-05-02 | 1 | -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_search | Morris Jobke | 2017-04-28 | 13 | -0/+1092 |
|\ | | | | | add Nextcloud Search extension to CalDAV | ||||
| * | rename calendarobjects_properties -> calendarobjects_props | Georg Ehrke | 2017-04-28 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | unit test custom calendar search | Georg Ehrke | 2017-04-28 | 2 | -22/+30 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | require at least one param or prop filter element | Georg Ehrke | 2017-04-25 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | updateProperties: catch exception when reading calendar data | Georg Ehrke | 2017-04-25 | 1 | -1/+6 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | unit test CalDAV Search Plugin | Georg Ehrke | 2017-04-25 | 2 | -10/+10 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | add repairstep with backgroundjob to index calendar data | Georg Ehrke | 2017-04-25 | 3 | -1/+207 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | remove unused CalendarSearchValidator | Georg Ehrke | 2017-04-24 | 2 | -122/+0 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | add Nextcloud Search extension to CalDAV | Georg Ehrke | 2017-04-24 | 12 | -0/+991 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | allow apps to set custom mount types | Robin Appelman | 2017-04-28 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #4524 from nextcloud/downstream-27508 | Roeland Jago Douma | 2017-04-28 | 4 | -106/+187 |
|\ \ | | | | | | | Keep file id on move | ||||
| * | | Add comment | Vincent Petry | 2017-04-27 | 1 | -0/+2 |
| | | | |||||
| * | | Properly handle missing READ permission | Vincent Petry | 2017-04-27 | 3 | -0/+20 |
| | | | |||||
| * | | Fix FutureFile MOVE to keep destination node | Vincent Petry | 2017-04-26 | 2 | -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 Directory | Vincent Petry | 2017-04-26 | 1 | -0/+6 |
| | | | |||||
| * | | Remove ObjectTree::move and let is use the IMoveTarget approach instead | Vincent Petry | 2017-04-26 | 1 | -98/+0 |
| | | | | | | | | | | | | This removes the duplicated code | ||||
| * | | Ported ObjectTree::move to IMoveTarget in new DAV endpoint | Vincent Petry | 2017-04-26 | 1 | -4/+110 |
| | | | |||||
* | | | Merge pull request #3770 from nextcloud/faster-search-in-contacts | Morris Jobke | 2017-04-27 | 1 | -7/+6 |
|\ \ \ | | | | | | | | | Factorize query for searching contacts | ||||
| * | | | Add back the name query part | Roeland Jago Douma | 2017-04-21 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |