summaryrefslogtreecommitdiffstats
path: root/apps/dav/command
Commit message (Collapse)AuthorAgeFilesLines
* Allow to migrate calendars of all usersJoas Schilling2016-03-102-4/+4
|
* Fix syncing of all birthday calendars in one goJoas Schilling2016-03-091-1/+1
|
* Map MaciLukas Reschke2016-03-011-0/+1
|
* Update author informationLukas Reschke2016-03-012-1/+20
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Adding cli command to sync birthday calendarThomas Müller2016-02-182-1/+85
|
* Sync a users contacts birthday to the users birthday calendarThomas Müller2016-02-181-24/+7
|
* Migration of calendarsThomas Müller2016-02-092-0/+67
|
* Add calendar sharingThomas Müller2016-02-031-2/+13
|
* Add copyright headerLukas Reschke2016-01-281-0/+19
|
* Add app to migrate contacts and calendarsThomas Müller2016-01-273-2/+66
| | | | | | Add group sharing migration Migrate all users
* Show group shared addressbooksThomas Müller2016-01-182-16/+8
|
* Start updating system addressbookThomas Müller2016-01-141-66/+7
|
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-133-3/+58
|\ | | | | Update license headers 2016
| * Happy new year!Thomas Müller2016-01-123-3/+58
| |
* | Fix ctor callThomas Müller2016-01-122-2/+0
|/
* implement delete, create, update, search, get permissionsBjörn Schießle2015-12-151-1/+12
|
* Delete no longer existing users from system addressbookThomas Müller2015-12-041-0/+12
|
* Proposal: add enumeration function to IUserManager which simply calls a ↵Thomas Müller2015-12-021-20/+17
| | | | callbask for each user in all backends
* Add converter to generate/update a vcard from a given userThomas Müller2015-12-021-23/+4
|
* Add the user's cloud id to the vCardThomas Müller2015-12-021-0/+6
|
* Add user's email address to vCardThomas Müller2015-12-021-2/+7
|
* user and system addressbooks are now living in sub foldersThomas Müller2015-12-021-1/+2
|
* Add IUser::getAvatarImage() for easy accessThomas Müller2015-12-021-4/+9
|
* Adding system addressbook for users of this instance - a occ command is ↵Thomas Müller2015-12-021-0/+112
| | | | supplied for synchronizing
* Users are available under it's own principal resource named ↵Thomas Müller2015-11-252-2/+2
| | | | 'principals/users' this will allow us to introduce e.g. groups as principals (one day) and system specific principals (needed for federation)
* CardDavBackEnd requires principalBackend on ctorThomas Müller2015-11-251-10/+21
|
* Add occ command to create a new calendarThomas Müller2015-11-161-0/+52
|
* Adding occ command to create an addressbookThomas Müller2015-11-061-0/+52