aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Sabre/DAV 4.0: beforeMethod is now beforeMethod:*Georg Ehrke2020-03-272-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-3/+3
* Merge pull request #19986 from nextcloud/bugfix/19980/fix_uid_as_uriRoeland Jago Douma2020-03-251-3/+11
|\
| * RefreshWebcalService: randomly generate calendar-object uriGeorg Ehrke2020-03-161-3/+11
* | Merge pull request #18788 from nextcloud/fix/18782/translate-busy-in-caldavChristoph Wurst2020-03-243-9/+23
|\ \
| * | Translate 'Busy' in CalDAVGary Kim2020-02-233-9/+23
* | | Add check that DateTime parameters are of correct typeThomas Citharel2020-03-221-3/+4
* | | fix OCA\DAV\CalDAV\CalDavBackend search $optionsdartcafe2020-03-221-2/+2
| |/ |/|
* | Merge pull request #19252 from nextcloud/bug/fix-notification-object-idJoas Schilling2020-02-251-1/+4
|\ \
| * | Hash event UID to make sure it's not too long for PushProviderThomas Citharel2020-02-011-1/+4
* | | Correctly trim long cyrillic noteJoas Schilling2020-02-251-3/+2
* | | Merge pull request #19196 from nextcloud/feature/17126/allow_apps_to_register...Roeland Jago Douma2020-02-233-2/+239
|\ \ \ | |_|/ |/| |
| * | Allow apps to provide Calendars in user's calendarHomeGeorg Ehrke2020-02-183-2/+239
* | | Move RefreshWebcalJob logic to a proper service so that it may be calledThomas Citharel2020-02-101-0/+416
|/ /
* / Fix display of DTEND for multi-day all-day eventGeorg Ehrke2020-01-301-0/+4
|/
* Merge pull request #18115 from nextcloud/bugfix/17951/reminderservice_resourc...Roeland Jago Douma2019-12-271-2/+10
|\
| * Properly handle resources in ReminderServiceGeorg Ehrke2019-11-261-2/+10
* | Verify that is an array before accessing itGeorg Ehrke2019-12-091-2/+4
* | Update license headersChristoph Wurst2019-12-0559-117/+208
* | Merge pull request #18113 from nextcloud/bugfix/15967/webcal_cache_headersRoeland Jago Douma2019-11-291-0/+97
|\ \
| * | Add refresh-interval to exported calendarsGeorg Ehrke2019-11-271-0/+97
| |/
* | Set common-name to user's displayname if none is setGeorg Ehrke2019-11-291-1/+16
* | Mode to modern phpunitRoeland Jago Douma2019-11-272-6/+2
|/
* Some php-cs fixesRoeland Jago Douma2019-11-2243-48/+80
* Merge pull request #17174 from nextcloud/bugfix/noid/properly_mark_birthday_c...Roeland Jago Douma2019-09-172-2/+9
|\
| * properly mark birthday calendars as not shareable for nowGeorg Ehrke2019-09-172-2/+9
* | Sabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday ...Georg Ehrke2019-09-161-4/+11
|/
* Make push notifications for calendar reminders opt-inGeorg Ehrke2019-09-021-0/+4
* Merge pull request #16615 from nextcloud/feature/16518/rooms_resources_should...Roeland Jago Douma2019-08-281-2/+395
|\
| * Make rooms / resources automatically reply to invitesGeorg Ehrke2019-08-261-2/+395
* | replace coffin with textual description "Death of ..."Georg Ehrke2019-08-261-49/+132
|/
* fix foreach error for reminder generatorGeorg Ehrke2019-08-181-0/+8
* Final fixesGeorg Ehrke2019-08-157-124/+94
* Add repair step to register reminder index for existing eventsGeorg Ehrke2019-08-151-4/+5
* Support recurring events + repeating alarmsGeorg Ehrke2019-08-1512-481/+1772
* Provide a fake AudioProvider that is basically the same as PushProvider, bett...Georg Ehrke2019-08-151-0/+36
* Implement getID and getName in Reminder/Notifier as required since Nextcloud 17Georg Ehrke2019-08-151-0/+20
* smaller syntax changes to CalDAV reminder classesGeorg Ehrke2019-08-157-56/+38
* Support event reminders (email and notifications)Thomas Citharel2019-08-1510-1/+1070
* Merge pull request #16666 from nextcloud/feature/calendar/delegationRoeland Jago Douma2019-08-156-39/+210
|\
| * use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-155-77/+94
| * Use the proxymapper to obtain valid proxy dataRoeland Jago Douma2019-08-153-7/+52
| * Add DB mapper and EntityRoeland Jago Douma2019-08-142-0/+109
* | Merge pull request #12392 from brad2014/feature/properly-present-buttons-from...Roeland Jago Douma2019-08-151-3/+50
|\ \ | |/ |/|
| * Move dav.invitation_link_recipients from getSystemValue to getAppValuebrad20142019-07-311-13/+11
| * Revert 3ff3ed0c56 case-insensitive compares.Brad Rubenstein2019-02-281-2/+2
| * Respect RSVP parameter for attendees when adding accept/decline buttons.Brad Rubenstein2019-02-281-2/+17
| * Customize presentation of accept/decline buttons in iMip mailBrad Rubenstein2019-02-281-4/+38
* | Allow to do a principal property search based on metadata keysGeorg Ehrke2019-08-011-1/+73
* | provide room / resource properties as principal propertiesGeorg Ehrke2019-08-013-10/+57