summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/server.php
Commit message (Expand)AuthorAgeFilesLines
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-164/+0
* Fixing local event delivery for calendar events based on the email addressThomas Müller2016-05-021-0/+3
* Add data-fingerprint property to webdavRoeland Jago Douma2016-04-181-2/+9
* Adding VCFExportPluginThomas Müller2016-04-101-0/+2
* In case of exception we return an html page in case the client is a browserThomas Müller2016-03-241-0/+5
* Fix display of vcard and calendar object details page in browser pluginThomas Müller2016-03-231-1/+2
* In debugging mode we enable Sabre's browser plugin since it helps a lot when ...Thomas Müller2016-03-171-1/+8
* Update author informationLukas Reschke2016-03-011-0/+1
* Hides nodes from listing that the user has no access toLukas Reschke2016-02-291-1/+2
* Drop unneeded use statementsMorris Jobke2016-02-231-4/+0
* Add header for attachment disposition only onceLukas Reschke2016-02-231-13/+0
* Check if user has permission to create such a tagLukas Reschke2016-02-191-1/+5
* Add FilesPlugin - fixes #22507Thomas Müller2016-02-191-0/+4
* Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-181-1/+2
* Only set the header if the node exists and in case the request is a GETThomas Müller2016-02-081-3/+8
* Serve files with an attachment disposition for new DAV endpointLukas Reschke2016-02-081-0/+12
* Fix server ctor including unit test - this shall never happen againThomas Müller2016-01-271-1/+1
* Migrate from CardDAV sharing to more generalk DAV sharingThomas Müller2016-01-271-1/+0
* Add fake locking support for OneNote 2013Lukas Reschke2016-01-261-3/+6
* Comments DAV implementationArthur Schiwon2016-01-261-0/+6
* Add missing dispatcherThomas Müller2016-01-131-0/+1
* Remove the listener pluginJoas Schilling2016-01-131-2/+0
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-131-1/+21
|\
| * Happy new year!Thomas Müller2016-01-121-1/+21
* | Use EventDispatcher to allow additional setup of auth backends - move federat...Thomas Müller2016-01-121-1/+6
* | Allow trusted servers to authenticateThomas Müller2016-01-121-1/+4
|/
* Adding IMip scheduling which uses ownClouds mail deliveryThomas Müller2016-01-081-3/+3
* Added dav endpoints for system tagsVincent Petry2015-12-031-0/+3
* user and system addressbooks are now living in sub foldersThomas Müller2015-12-021-1/+1
* Users are available under it's own principal resource named 'principals/users...Thomas Müller2015-11-251-1/+5
* Adding sync support - including dav testsThomas Müller2015-11-251-0/+1
* Implement CSRF protectionThomas Müller2015-11-191-0/+1
* Merge pull request #20537 from owncloud/add-internal-locking-to-new-webdav-en...Thomas Müller2015-11-191-0/+7
|\
| * Add internal locking plugin - fixes #20502Thomas Müller2015-11-161-0/+7
* | Merge pull request #20371 from owncloud/add-caldav-2Thomas Müller2015-11-181-0/+10
|\ \ | |/ |/|
| * Introducing CalDAV into coreThomas Müller2015-11-161-0/+10
* | Add fake locker plugin for WebDAVFSLukas Reschke2015-11-131-0/+6
|/
* Adding CardDAV plugin to provide addressbook-home-set propertyThomas Müller2015-11-101-0/+2
* Register DAVACL plugin to provide current-user-principalThomas Müller2015-11-091-0/+2
* Adding required parameters of ctor of class AuthThomas Müller2015-10-261-1/+4
* Introduced the new webdav endpoint remote.php/dav holding the principals and ...Thomas Müller2015-10-261-0/+54