Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migration of calendars | Thomas Müller | 2016-02-09 | 3 | -2/+44 |
| | |||||
* | Fix path | Thomas Müller | 2016-02-08 | 1 | -2/+2 |
| | |||||
* | Adding pre oc 9.0 CalDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 2 | -2/+75 |
| | |||||
* | Adding pre oc 9.0 CardDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 3 | -2/+75 |
| | |||||
* | Add calendar sharing | Thomas Müller | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | Remove deprecated and unused standalone tag | Joas Schilling | 2016-02-03 | 1 | -1/+0 |
| | |||||
* | Unit testing migration logic | Thomas Müller | 2016-01-27 | 1 | -1/+2 |
| | |||||
* | Add app to migrate contacts and calendars | Thomas Müller | 2016-01-27 | 3 | -0/+35 |
| | | | | | | Add group sharing migration Migrate all users | ||||
* | Merge pull request #21856 from owncloud/sync-federated-cloud-users-in-cron | Thomas Müller | 2016-01-27 | 2 | -2/+0 |
|\ | | | | | Sync federated clouds using a cron job | ||||
| * | Adding unit tests | Thomas Müller | 2016-01-25 | 2 | -2/+0 |
| | | |||||
* | | Reassemble behavior on shared address books with respect to uri and displayname | Thomas Müller | 2016-01-26 | 2 | -6/+2 |
|/ | |||||
* | Merge pull request #21785 from owncloud/cron-sync-system-addressbook | Thomas Müller | 2016-01-20 | 4 | -3/+58 |
|\ | | | | | Add daily cron job to sync system address book | ||||
| * | Install cron job on install and update | Thomas Müller | 2016-01-19 | 3 | -4/+52 |
| | | |||||
| * | Add daily cron job to sync system address book | Thomas Müller | 2016-01-18 | 2 | -0/+7 |
| | | |||||
* | | Adjust ctor call | Thomas Müller | 2016-01-18 | 1 | -1/+2 |
| | | |||||
* | | Call ctors properly | Thomas Müller | 2016-01-18 | 1 | -1/+2 |
|/ | |||||
* | Fix ctor | Thomas Müller | 2016-01-14 | 1 | -1/+4 |
| | |||||
* | Start updating system addressbook | Thomas Müller | 2016-01-14 | 2 | -7/+34 |
| | |||||
* | Remove the listener plugin | Joas Schilling | 2016-01-13 | 2 | -2/+0 |
| | |||||
* | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 6 | -13/+64 |
|\ | | | | | Update license headers 2016 | ||||
| * | Happy new year! | Thomas Müller | 2016-01-12 | 6 | -13/+64 |
| | | |||||
* | | Reuse backend as provided by the app container | Thomas Müller | 2016-01-12 | 1 | -9/+3 |
| | | |||||
* | | Fix ctor call | Thomas Müller | 2016-01-12 | 1 | -2/+0 |
| | | |||||
* | | Address comments | Thomas Müller | 2016-01-12 | 1 | -3/+8 |
| | | |||||
* | | Decouple federation and dav app | Thomas Müller | 2016-01-12 | 1 | -0/+15 |
|/ | |||||
* | Unit test contact provider registration | Thomas Müller | 2016-01-11 | 2 | -16/+52 |
| | |||||
* | fix principal constructor for dav | Robin Appelman | 2016-01-11 | 1 | -2/+1 |
| | |||||
* | Remove deprecated shipped flag from info.xml which has no use anymore | Joas Schilling | 2016-01-07 | 1 | -1/+0 |
| | |||||
* | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -1/+3 |
| | |||||
* | implement delete, create, update, search, get permissions | Björn Schießle | 2015-12-15 | 3 | -4/+88 |
| | |||||
* | save wip | Thomas Müller | 2015-12-11 | 1 | -0/+31 |
| | |||||
* | Adding system addressbook for users of this instance - a occ command is ↵ | Thomas Müller | 2015-12-02 | 1 | -0/+3 |
| | | | | supplied for synchronizing | ||||
* | CardDavBackEnd requires principalBackend on ctor | Thomas Müller | 2015-11-25 | 1 | -1/+3 |
| | |||||
* | Addressbook sharing added based on a simplified approach which is based on ↵ | Thomas Müller | 2015-11-19 | 1 | -0/+51 |
| | | | | calendar sharing standard | ||||
* | Merge pull request #20371 from owncloud/add-caldav-2 | Thomas Müller | 2015-11-18 | 3 | -1/+390 |
|\ | | | | | Introducing CalDAV into core | ||||
| * | Add occ command to create a new calendar | Thomas Müller | 2015-11-16 | 1 | -0/+2 |
| | | |||||
| * | Introducing CalDAV into core | Thomas Müller | 2015-11-16 | 2 | -1/+388 |
| | | |||||
* | | Add fake locker plugin for WebDAVFS | Lukas Reschke | 2015-11-13 | 2 | -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 addressbook | Thomas Müller | 2015-11-06 | 1 | -0/+8 |
| | |||||
* | Introducing CardDAV into core | Thomas Müller | 2015-11-06 | 2 | -1/+187 |
| | |||||
* | Introduced the new webdav endpoint remote.php/dav holding the principals and ↵ | Thomas Müller | 2015-10-26 | 2 | -1/+13 |
| | | | | the files collection | ||||
* | Add tests for Sabre Auth plugin + make getCurrentUser compatible | Lukas Reschke | 2015-10-23 | 1 | -1/+4 |
| | |||||
* | increase core version and add dav version number | Morris Jobke | 2015-10-21 | 1 | -0/+1 |
| | |||||
* | Fix typo and adjust required version | Morris Jobke | 2015-10-16 | 1 | -2/+2 |
| | |||||
* | Fix webdav access | Roeland Jago Douma | 2015-10-16 | 1 | -1/+2 |
| | | | | | * Correct namespace * Pass the EventDispatcher to the webDAV server | ||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 3 | -0/+151 |