aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* fix testsBjoern Schiessle2017-03-242-8/+28
| | | | | | calling getAbsoluteBundlePath() in the constructor makes other tests fail Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Load cert file before syncing addressbooks and contactsJoas Schilling2017-03-241-16/+31
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* use right format for avatarsBjoern Schiessle2017-03-242-5/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* don't add empty values to the vcardBjoern Schiessle2017-03-243-40/+56
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix the way we create a new vcard to avoid to have multiple UIDsBjoern Schiessle2017-03-241-1/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* [tx-robot] updated from transifexNextcloud bot2017-03-222-4/+80
|
* [CI] Can we get some faster phpunit execution? (#27113)Thomas Müller2017-03-202-0/+5
| | | | | | | | * Don't backup globals and static attributes * Unset global variable to remove impact on followup tests Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #3913 from cwickert/masterRoeland Jago Douma2017-03-191-1/+1
|\ | | | | DummyGetResponsePlugin: ownCloud -> Nexcloud
| * DummyGetResponsePlugin: ownCloud -> NexcloudChristoph Wickert2017-03-181-1/+1
| | | | | | | | Signed-off-by: Christoph Wickert <cwickert@suse.de>
* | [tx-robot] updated from transifexNextcloud bot2017-03-192-0/+96
|/
* Merge pull request #3886 from nextcloud/downstream-26995Joas Schilling2017-03-172-1/+13
|\ | | | | Chunking NG: Assemble in natural sort order of files
| * Chunking NG: Assemble in natural sort order of filesMarkus Goetz2017-03-172-1/+13
| | | | | | | | | | | | | | | | | | | | | | For https://github.com/owncloud/client/pull/5476 Before this, the assembly could be bogusly in the order 0,1,10,11,2,3 etc. As per the spec "The name of every chunk should be its chunk number." https://github.com/cernbox/smashbox/blob/master/protocol/chunking.md Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-03-172-0/+96
|/
* Don't set the HTTP status twiceJoas Schilling2017-03-161-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #3802 from Ko-/masterRoeland Jago Douma2017-03-162-2/+6
|\ | | | | Check that set_time_limit is not disabled before calling it
| * Check that set_time_limit is not disabled before calling itKo-2017-03-112-2/+6
| | | | | | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl>
* | Fix scheduling plugin on legacy caldav endpointJoas Schilling2017-03-161-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix mockMaxence Lange2017-03-141-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | switch reshares to trueMaxence Lange2017-03-141-1/+1
| | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* | Merge pull request #3600 from coletivoEITA/masterRoeland Jago Douma2017-03-141-2/+2
|\ \ | | | | | | added method needsPartFile() in Storage
| * | added method needsPartFile() in StorageVinicius Cubas Brand2017-03-141-2/+2
| | | | | | | | | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* | | Merge pull request #3824 from nextcloud/dav-search-getlastmodifiedRobin Appelman2017-03-142-3/+9
|\ \ \ | | | | | | | | fix searching and ordering on getlastmodified
| * | | safer casting of datetimeRobin Appelman2017-03-141-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix unit testMorris Jobke2017-03-131-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | fix searching and ordering on getlastmodifiedRobin Appelman2017-03-131-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #3648 from nextcloud/sabre-3.2.2Lukas Reschke2017-03-131-6/+6
|\ \ \ \ | |/ / / |/| | | [3rdparty] Bump sabre/dav to 3.2.2
| * | | Fix testsRoeland Jago Douma2017-03-101-6/+6
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #3772 from nextcloud/favorite-searchMorris Jobke2017-03-132-10/+21
|\ \ \ | | | | | | | | Allow searching for favorites
| * | | Allow searching for favoritesRobin Appelman2017-03-082-10/+21
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2017-03-122-0/+96
| |/ / |/| |
* | | Correct incorrectly typed X-OC-Mtime headerStefan Schneider2017-03-101-1/+6
| | | | | | | | | | | | Signed-off-by: Stefan Schneider <stefan.schneider@squareweave.com.au>
* | | Merge pull request #3621 from kuimovvg/masterRoeland Jago Douma2017-03-091-0/+1
|\ \ \ | |/ / |/| | don't setted status when file is lock
| * | don't setted status when file is lockvkuimov2017-02-251-0/+1
| | |
* | | Merge pull request #3360 from nextcloud/dav-searchRobin Appelman2017-03-083-0/+572
|\ \ \ | | | | | | | | Implement webdav SEARCH
| * | | add tests for filesearchbackendRobin Appelman2017-03-012-7/+303
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Implement webdav SEARCHRobin Appelman2017-03-012-6/+206
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | add icewind/searchdavRobin Appelman2017-02-281-0/+76
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Set a status code when setting a bodyJoas Schilling2017-03-071-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Add new user agent of windows 10 dav backendJoas Schilling2017-03-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Thanks Microsoft Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-03-064-0/+116
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-03-052-0/+76
| | | |
* | | | Merge pull request #3678 from ↵Roeland Jago Douma2017-03-034-55/+100
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/issue-3677-caldav-sharing-permission-problem CalDAV sharing permissions should not depend on the order
| * | | | Make sure shares use read-write when availableJoas Schilling2017-03-022-4/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Don't waste energy unless necessaryJoas Schilling2017-03-022-16/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Add a unit test for the broken caseJoas Schilling2017-03-022-1/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Unit test cleanupJoas Schilling2017-03-021-37/+36
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #3681 from nextcloud/dav-nonexisting-ownerMorris Jobke2017-03-021-3/+10
|\ \ \ \ | | | | | | | | | | handle non existing owners when handling dav requests
| * | | | handle non existing owners when handling dav requestsRobin Appelman2017-03-021-3/+10
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / / / [tx-robot] updated from transifexNextcloud bot2017-03-028-0/+384
|/ / /
* | | Properly handle groups with a /Roeland Jago Douma2017-02-274-34/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a group contains a slash the principal URI becomes principals/groups/foo/bar. Now the URI is plit on '/' so this creates issues ;) Fixes #2957 * Add tests for groups with / Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>