summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Typehint builtin types in constructor to not initiate autoloadingRoeland Jago Douma2019-06-041-1/+1
* Revert "send invitations for shared calendars"Georg Ehrke2019-05-221-67/+0
* implement principal property search for calendar user address set propertyGeorg Ehrke2019-03-211-0/+8
* Share calendar to circleVinicius Cubas Brand2019-03-011-0/+4
* Merge pull request #11832 from nextcloud/bugfix/9849/birthday_without_yearMorris Jobke2019-02-201-14/+62
|\
| * Add Repair step to regenerate birthday calendarGeorg Ehrke2019-02-161-3/+16
| * unicode all the birthday iconsGeorg Ehrke2019-02-161-9/+24
| * set birthday year to 1970, take X-APPLE-OMIT-YEAR into accountGeorg Ehrke2019-02-161-3/+23
* | add list-calendars commandGeorg Ehrke2019-01-161-26/+0
* | Add command to move a calendar from an user to anotherThomas Citharel2019-01-161-0/+43
|/
* Prevent php info about missing index for old eventsJoas Schilling2019-01-091-1/+1
* Correctly handle the classification of events in the activity streamJoas Schilling2019-01-082-3/+20
* Fix wrong used typeJoas Schilling2018-11-231-1/+1
* fixes dav share issue with ownerGeorg Ehrke2018-11-141-6/+5
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-2/+2
* cache webcal calendars on serverGeorg Ehrke2018-11-075-116/+776
* Calendar invitation: use system default instead of sender's language as fallbackGeorg Ehrke2018-10-241-1/+1
* overwrite Sabre/DAV's handler for calendar-user-type to report correct user typeGeorg Ehrke2018-10-221-0/+25
* add correct calendar-user-type to resource and room backendGeorg Ehrke2018-10-223-4/+12
* move disableFreeBusy check from User principal backend to Scheduling Outbox c...Georg Ehrke2018-10-162-3/+134
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-4/+4
* remove LogicException, because it's also triggered with legitimate parametersGeorg Ehrke2018-09-051-5/+9
* Adding test for table schedulingobjects and fixing postgres LOBThomas Müller2018-08-061-1/+1
* Update IMipPlugin.phprakekniven2018-07-301-1/+1
* Typo fix: Triple dot to ellipsisrakekniven2018-07-291-1/+1
* Replace contacts-dark icon with contactsJulius Härtl2018-07-242-2/+2
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
* Also shorten the name of the invitation tokensJoas Schilling2018-07-121-1/+1
* Shorten resource table names to allow install on oracle againJoas Schilling2018-07-121-1/+1
* Merge pull request #9942 from nextcloud/feature/2338/invitation_response_in_e...Roeland Jago Douma2018-07-112-6/+206
|\
| * Include accept / decline links in CalDAV invitation emailsGeorg Ehrke2018-06-292-6/+206
* | Correctly parse the subject parameters for link (un)shares of calendarsJoas Schilling2018-07-021-0/+2
|/
* apply group restrictions to resourcesGeorg Ehrke2018-06-254-27/+93
* add resource / room principalsGeorg Ehrke2018-06-257-7/+430
* Merge pull request #9609 from nextcloud/bugfix/3830/invitations_for_shared_ca...Morris Jobke2018-06-011-0/+67
|\
| * send invitations for shared calendarsGeorg Ehrke2018-05-251-0/+67
* | When sharing calendars and addressbooks the principal has to be verified to b...Roeland Jago Douma2018-05-271-1/+1
|/
* Use multibyte substringRoeland Jago Douma2018-04-051-2/+2
* Fix group displaynames in activityJoas Schilling2018-03-083-25/+54
* Remove unused import statementsMorris Jobke2018-02-144-6/+0
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+2
* Merge pull request #7707 from nextcloud/bugfix/noid/birthdaycalendar-differen...Morris Jobke2018-01-261-3/+4
|\
| * generate different UIDs for Birthday, Anniversary and Death eventGeorg Ehrke2018-01-041-3/+4
* | Use type casting instead of *val() methodMorris Jobke2018-01-262-2/+2
* | Merge pull request #8052 from nextcloud/fix-array-methodsRoeland Jago Douma2018-01-261-1/+1
|\ \
| * | Fix array method usages with a proper callMorris Jobke2018-01-251-1/+1
| |/
* / Remove useless return statementsMorris Jobke2018-01-251-2/+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-126-8/+261
|\
| * generate birthday calendars in a background job after admin enabled themGeorg Ehrke2017-11-111-0/+16