summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Addressbook sharing added based on a simplified approach which is based on ↵Thomas Müller2015-11-191-0/+51
| | | | calendar sharing standard
* Merge pull request #20371 from owncloud/add-caldav-2Thomas Müller2015-11-183-1/+390
|\ | | | | Introducing CalDAV into core
| * Add occ command to create a new calendarThomas Müller2015-11-161-0/+2
| |
| * Introducing CalDAV into coreThomas Müller2015-11-162-1/+388
| |
* | Add fake locker plugin for WebDAVFSLukas Reschke2015-11-132-2/+4
|/ | | | WebDAVFS as used by Finder requires a Class 2 compatible WebDAV server. This change introduces a fake locking provider which will simply advertise Locking support when a request originates from WebDAVFS. It will also return successful LOCK and UNLOCK responses.
* Adding occ command to create an addressbookThomas Müller2015-11-061-0/+8
|
* Introducing CardDAV into coreThomas Müller2015-11-062-1/+187
|
* Introduced the new webdav endpoint remote.php/dav holding the principals and ↵Thomas Müller2015-10-262-1/+13
| | | | the files collection
* Add tests for Sabre Auth plugin + make getCurrentUser compatibleLukas Reschke2015-10-231-1/+4
|
* increase core version and add dav version numberMorris Jobke2015-10-211-0/+1
|
* Fix typo and adjust required versionMorris Jobke2015-10-161-2/+2
|
* Fix webdav accessRoeland Jago Douma2015-10-161-1/+2
| | | | | * Correct namespace * Pass the EventDispatcher to the webDAV server
* Consolidate webdav code - move all to one appThomas Müller2015-10-163-0/+151