summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Migration of calendarsThomas Müller2016-02-093-2/+44
|
* Fix pathThomas Müller2016-02-081-2/+2
|
* Adding pre oc 9.0 CalDAV endpoint for migration of old clientsThomas Müller2016-02-082-2/+75
|
* Adding pre oc 9.0 CardDAV endpoint for migration of old clientsThomas Müller2016-02-083-2/+75
|
* Add calendar sharingThomas Müller2016-02-031-1/+1
|
* Remove deprecated and unused standalone tagJoas Schilling2016-02-031-1/+0
|
* Unit testing migration logicThomas Müller2016-01-271-1/+2
|
* Add app to migrate contacts and calendarsThomas Müller2016-01-273-0/+35
| | | | | | Add group sharing migration Migrate all users
* Merge pull request #21856 from owncloud/sync-federated-cloud-users-in-cronThomas Müller2016-01-272-2/+0
|\ | | | | Sync federated clouds using a cron job
| * Adding unit testsThomas Müller2016-01-252-2/+0
| |
* | Reassemble behavior on shared address books with respect to uri and displaynameThomas Müller2016-01-262-6/+2
|/
* Merge pull request #21785 from owncloud/cron-sync-system-addressbookThomas Müller2016-01-204-3/+58
|\ | | | | Add daily cron job to sync system address book
| * Install cron job on install and updateThomas Müller2016-01-193-4/+52
| |
| * Add daily cron job to sync system address bookThomas Müller2016-01-182-0/+7
| |
* | Adjust ctor callThomas Müller2016-01-181-1/+2
| |
* | Call ctors properlyThomas Müller2016-01-181-1/+2
|/
* Fix ctorThomas Müller2016-01-141-1/+4
|
* Start updating system addressbookThomas Müller2016-01-142-7/+34
|
* Remove the listener pluginJoas Schilling2016-01-132-2/+0
|
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-136-13/+64
|\ | | | | Update license headers 2016
| * Happy new year!Thomas Müller2016-01-126-13/+64
| |
* | Reuse backend as provided by the app containerThomas Müller2016-01-121-9/+3
| |
* | Fix ctor callThomas Müller2016-01-121-2/+0
| |
* | Address commentsThomas Müller2016-01-121-3/+8
| |
* | Decouple federation and dav appThomas Müller2016-01-121-0/+15
|/
* Unit test contact provider registrationThomas Müller2016-01-112-16/+52
|
* fix principal constructor for davRobin Appelman2016-01-111-2/+1
|
* Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
|
* Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+3
|
* implement delete, create, update, search, get permissionsBjörn Schießle2015-12-153-4/+88
|
* save wipThomas Müller2015-12-111-0/+31
|
* Adding system addressbook for users of this instance - a occ command is ↵Thomas Müller2015-12-021-0/+3
| | | | supplied for synchronizing
* CardDavBackEnd requires principalBackend on ctorThomas Müller2015-11-251-1/+3
|
* 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