Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests | Roeland Jago Douma | 2017-05-02 | 1 | -1/+15 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | 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> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-01 | 2 | -0/+96 |
| | |||||
* | Merge pull request #4098 from nextcloud/feature/caldav_search | Morris Jobke | 2017-04-28 | 18 | -1/+1761 |
|\ | | | | | add Nextcloud Search extension to CalDAV | ||||
| * | rename calendarobjects_properties -> calendarobjects_props | Georg Ehrke | 2017-04-28 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | unit test custom calendar search | Georg Ehrke | 2017-04-28 | 3 | -22/+162 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | require at least one param or prop filter element | Georg Ehrke | 2017-04-25 | 2 | -1/+9 |
| | | | | | | | | 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 | 4 | -10/+469 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | add repairstep with backgroundjob to index calendar data | Georg Ehrke | 2017-04-25 | 4 | -1/+208 |
| | | | | | | | | 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 | 14 | -1/+1064 |
| | | | | | | | | 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 | 13 | -284/+575 |
|\ \ | | | | | | | Keep file id on move | ||||
| * | | Fix class names | Joas Schilling | 2017-04-27 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Fix last unit tests | Joas Schilling | 2017-04-27 | 2 | -200/+32 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Don't end the abstract class name with Test.php | Joas Schilling | 2017-04-27 | 4 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Add comment | Vincent Petry | 2017-04-27 | 1 | -0/+2 |
| | | | |||||
| * | | Properly handle missing READ permission | Vincent Petry | 2017-04-27 | 7 | -11/+100 |
| | | | |||||
| * | | Fix duplicate name of class | Joas Schilling | 2017-04-27 | 2 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Fix FutureFile MOVE to keep destination node | Vincent Petry | 2017-04-26 | 3 | -4/+112 |
| | | | | | | | | | | | | | | | | | | 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 |
| | | | |||||
| * | | Moved unit tests from ObjectTree::move to Directory | Vincent Petry | 2017-04-26 | 2 | -9/+255 |
| | | | |||||
| * | | 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> | ||||
| * | | | Factorize query for searching contacts | Thomas Citharel | 2017-04-21 | 1 | -7/+4 |
| | | | | |||||
* | | | | Merge pull request #4503 from nextcloud/downstream-27281 | Roeland Jago Douma | 2017-04-26 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | fix objectstore rename | ||||
| * | | | fix objectstore rename | Joas Schilling | 2017-04-25 | 1 | -0/+1 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | | Restrict proppatch to the proper nodes | Vincent Petry | 2017-04-25 | 3 | -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-imports | Joas Schilling | 2017-04-24 | 30 | -54/+1 |
|\ \ | | | | | | | Remove unused use statements | ||||
| * | | Remove unused use statements | Morris Jobke | 2017-04-22 | 30 | -54/+1 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #4401 from nextcloud/caldav-carddav-nc-owner-displayname | Roeland Jago Douma | 2017-04-24 | 6 | -12/+77 |
|\ \ | | | | | | | add owner-displayname property to calendars and addressbooks | ||||
| * | | add owner-displayname property to calendars and addressbooks | Georg Ehrke | 2017-04-23 | 6 | -12/+77 |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* / | Remove unused variables | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #4406 from nextcloud/fix-unit-test-problems | Roeland Jago Douma | 2017-04-21 | 2 | -7/+17 |
|\ | | | | | Fix unit test problems | ||||
| * | Fix invalid Dav test | Joas Schilling | 2017-04-20 | 2 | -7/+17 |
| | | | | | | | | | | | | | | | | PHP Warning: Declaration of PublicCalendarTest::testPrivateClassification() should be compatible with CalendarTest::testPrivateClassification($expectedChildren, $isShared) in apps/dav/tests/unit/CalDAV/PublicCalendarTest.php on line 29 Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix unit tests | Morris Jobke | 2017-04-20 | 2 | -1/+5 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Fix remaining "PHP Inspection" warnings | Joas Schilling | 2017-04-20 | 2 | -34/+27 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Add public access modifier to all methods | Joas Schilling | 2017-04-20 | 2 | -20/+20 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Restrict share handling to the owner only | Joas Schilling | 2017-04-20 | 3 | -8/+34 |
|/ | | | | | | | Otherwise group members can remove the share for the complete group, remove edit permissions and even single user shares for other users. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-15 | 2 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-14 | 2 | -0/+74 |
| | |||||
* | Merge pull request #3614 from nextcloud/discover-federatedsharing-endpoints | Björn Schießle | 2017-04-12 | 2 | -18/+21 |
|\ | | | | | Discover federatedsharing endpoints | ||||
| * | adjust existing tests | Bjoern Schiessle | 2017-04-11 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | get addressbook url and carddav user from remote server | Bjoern Schiessle | 2017-04-11 | 1 | -14/+17 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Allow file upload when storage is unlimited | Joas Schilling | 2017-04-12 | 2 | -6/+12 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 3 | -3/+3 |
|/ | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add missing maintenance plugin to new DAV endpoint | Lukas Reschke | 2017-04-11 | 1 | -0/+3 |
| | | | | | | The `/remote.php/dav/` endpoint was not implementing the MaintenancePlugin. Thus when the instance was put into maintenance mode the endpoints were still accessible and delivered empty content. Sync clients really do love this. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> |