summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Correctly parse the subject parameters for link (un)shares of calendarsJoas Schilling2018-07-111-0/+2
* Improved logging of smb connection errorsRobin Appelman2018-07-031-1/+1
* properly lock the target file on dav upload when not using part filesRobin Appelman2018-06-251-16/+24
* enable caldav for webdav subtree public-calendarsGeorg Ehrke2018-06-111-1/+1
* Merge pull request #9610 from nextcloud/bugfix-stable13/3830/invitations_for_...Morris Jobke2018-06-011-0/+67
|\
| * send invitations for shared calendarsGeorg Ehrke2018-05-251-0/+67
* | Merge pull request #9707 from nextcloud/bugfix-stable13/noid/override_freebus...Morris Jobke2018-06-013-6/+19
|\ \
| * | allow admins to override FreeBusy capabilities without modifying ShareAPI cap...Georg Ehrke2018-05-313-6/+19
| |/
* | Remove type hints for PHP 5.6Morris Jobke2018-05-313-3/+2
* | Move repairstep to a custom commandRoeland Jago Douma2018-05-301-31/+13
* | Adding repair step which cleans shares of invalid principalsRoeland Jago Douma2018-05-301-0/+100
* | CalDAV and CardDAV plugins need to be registered for the principals collectio...Roeland Jago Douma2018-05-301-10/+12
* | When sharing calendars and addressbooks the principal has to be verified to b...Roeland Jago Douma2018-05-304-5/+18
* | Do not load calendar/addressbook plugins if not neededRoeland Jago Douma2018-05-301-16/+28
|/
* only allow a single concurrent dav write to a fileRobin Appelman2018-05-041-1/+10
* Merge pull request #9236 from nextcloud/13-8996Morris Jobke2018-04-182-2/+2
|\
| * Fix webdav support for OneNote clientsBrandon Kirsch2018-04-182-2/+2
* | Use multibyte substringRoeland Jago Douma2018-04-181-2/+2
|/
* Merge pull request #8779 from nextcloud/backport/8255/show-group-display-namesJohn Molakvoæ2018-04-063-25/+54
|\
| * Fix group displaynames in activityJoas Schilling2018-03-123-25/+54
* | Do not treat is-encrypted as customer propertyRoeland Jago Douma2018-04-041-0/+1
|/
* Merge pull request #8752 from nextcloud/13-8112Morris Jobke2018-03-091-1/+4
|\
| * Fix integer overflow in ChunkingPluginMorris Jobke2018-03-091-1/+4
* | emit pre-hooks earlier when not using part filesRobin Appelman2018-03-081-5/+3
|/
* generate different UIDs for Birthday, Anniversary and Death eventGeorg Ehrke2018-03-061-3/+4
* keep previous exception when transforming to dav exceptionRobin Appelman2018-02-072-5/+6
* Only handle encrypted property on foldersRoeland Jago Douma2018-01-301-5/+4
* Make sure the arrays are arraysJoas Schilling2018-01-181-3/+3
* Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-174-15/+12
* Return proper principal on the uploads collection listingRoeland Jago Douma2018-01-101-1/+2
* Merge pull request #7533 from nextcloud/oc-28545-handle-oc-total-length-in-ne...Morris Jobke2018-01-035-62/+126
|\
| * Handle OC-Total-Length in new chunkingThomas Müller2017-12-155-62/+126
* | Do not log user errors as log level 4Morris Jobke2018-01-031-0/+4
* | Do no run SyncJob in cronRoeland Jago Douma2018-01-021-42/+0
|/
* Fix unit tests for CalendarManagerMorris Jobke2017-12-121-2/+8
* Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_cale...Morris Jobke2017-12-1212-10/+487
|\
| * generate birthday calendars in a background job after admin enabled themGeorg Ehrke2017-11-113-3/+123
| * create a user's birthday calendar right after they requested itGeorg Ehrke2017-11-112-2/+13
| * respect admin / user choice about birthday calendars in corresponding hooksGeorg Ehrke2017-11-111-2/+50
| * disallow users to create calendars with reserved namesGeorg Ehrke2017-11-111-0/+15
| * adapt occ 'dav:sync-birthday-calendar commandGeorg Ehrke2017-11-111-1/+33
| * add CalDAV interface that allows users to re-enable their birthday calendarGeorg Ehrke2017-11-112-0/+133
| * remember when a user deleted their contact birthdays calendarGeorg Ehrke2017-11-104-7/+43
| * Add admin checkbox to disable birthday calendarsGeorg Ehrke2017-11-092-0/+82
* | Make ContactsStore a public APITobia De Koninck2017-12-112-0/+18
* | Merge pull request #6590 from nextcloud/dav-create-activities-for-publishingMorris Jobke2017-12-114-0/+38
|\ \
| * | Update wordingMorris Jobke2017-12-111-2/+2
| * | Create activities for (un)publishing calendar eventsThomas Citharel2017-12-114-0/+38
* | | Principal search: Take sharing settings into accountGeorg Ehrke2017-12-113-22/+96
* | | exclude shared calendars from freeBusyGeorg Ehrke2017-12-111-1/+1