summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* get addressbook url and carddav user from remote serverBjoern Schiessle2017-04-111-14/+17
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add missing maintenance plugin to new DAV endpointLukas Reschke2017-04-111-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>
* Merge pull request #4146 from nextcloud/unread-comments-folderMorris Jobke2017-04-101-1/+30
|\ | | | | Allow getting the unread comment count for an entire folder at once
| * Allow getting the unread comment count for an entire folder at onceRobin Appelman2017-03-301-1/+30
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #4222 from nextcloud/dav-search-fileidRoeland Jago Douma2017-04-101-3/+5
|\ \ | | | | | | Allow searching file by fileid
| * | Allow searching file by fileidRobin Appelman2017-04-051-3/+5
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | don't remove owner property for public calendarsGeorg Ehrke2017-04-098-7/+280
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #4224 from nextcloud/dont-list-on-public-calendar-endpointMorris Jobke2017-04-052-16/+4
|\ \ \ | | | | | | | | Don't list on public calendar endpoints
| * | | Don't list on public calendar endpointsLukas Reschke2017-04-052-16/+4
| |/ / | | | | | | | | | | | | | | | There is no need to allow listing here. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / / [tx-robot] updated from transifexNextcloud bot2017-04-062-4/+4
|/ /
* | Merge pull request #3620 from ↵Morris Jobke2017-04-035-15/+207
|\ \ | | | | | | | | | | | | nextcloud/feature/1463/editable_color_name_for_shared_calendars allow sharees to edit certain calendar properties for themselves
| * | OCA\DAV\Files\CustomPropertiesBackend -> OCA\DAV\DAV\CustomPropertiesBackendGeorg Ehrke2017-03-273-4/+4
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | allow sharees to edit certain calendar properties for themselvesGeorg Ehrke2017-03-274-13/+205
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #4166 from ↵Roeland Jago Douma2017-04-031-2/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/issue-4165-invalid-int-for-transparency-on-calendars Make sure transparency is an integer when saving a calendar
| * | | Make sure transparency is an integer when saving a calendarJoas Schilling2017-03-301-2/+2
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / | [tx-robot] updated from transifexNextcloud bot2017-04-012-12/+12
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-03-302-18/+18
| |
* | Merge pull request #4062 from nextcloud/downstream-26872Morris Jobke2017-03-298-3/+427
|\ \ | | | | | | Adding dav resource for avatars
| * | Don't output jpeg if we request pngRoeland Jago Douma2017-03-291-1/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix PHPDocLukas Reschke2017-03-291-1/+1
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Fix inspection resultsRoeland Jago Douma2017-03-293-22/+23
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Adding AvatarNodeTestThomas Müller2017-03-292-1/+48
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Adding AvatarHomeTestThomas Müller2017-03-294-9/+147
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Return last modification time to allow proper listing in cadaverThomas Müller2017-03-291-4/+9
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Adding dav resource for avatarsThomas Müller2017-03-295-1/+233
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #4066 from nextcloud/always-fix-the-values-liveRoeland Jago Douma2017-03-297-452/+371
|\ \ \ | | | | | | | | Directly fix invalid values of DTEND and DTSTART
| * | | Directly fix the valuesJoas Schilling2017-03-267-452/+371
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #4060 from nextcloud/shared_by_for_own_calendarsMorris Jobke2017-03-292-0/+8
|\ \ \ | |_|/ |/| | fix bug with shared_by for own calendars if shared
| * | fix bug with shared_by for own calendars if sharedGeorg Ehrke2017-03-252-0/+8
| |/ | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* / [tx-robot] updated from transifexNextcloud bot2017-03-282-0/+96
|/
* 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