aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Activity/Backend.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-21/+7
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-15/+15
* chore: Add SPDX headerAndy Scherzinger2024-05-271-22/+2
* Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-121-3/+3
* Merge pull request #32869 from nextcloud/dav-no-deleted-user-activitiesblizzz2022-07-231-1/+11
|\
| * Avoid calendar & addressbook activities being created on user being deletedThomas Citharel2022-06-141-1/+11
* | Handle the move operation properly between shared calendarsThomas Citharel2022-06-141-1/+101
|/
* Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-171-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-311-1/+21
* Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma2020-04-301-25/+36
|\
| * Provide links to calendar in event creation/update activitiesThomas Citharel2020-04-261-25/+36
* | Update license headers for 19Christoph Wurst2020-04-291-0/+1
|/
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-5/+5
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Correctly handle the classification of events in the activity streamJoas Schilling2019-01-081-1/+9
* Create activities for (un)publishing calendar eventsThomas Citharel2017-12-111-0/+10
* Update license headersMorris Jobke2017-11-061-0/+3
* Fix missing translation of "Personal" calendar in activitiesJoas Schilling2017-10-161-19/+47
* Fix legacy caldav endpointsRoeland Jago Douma2017-01-021-2/+2
* Move event and todo parsing to new APIJoas Schilling2016-11-291-33/+38
* Fix integration testsJoas Schilling2016-11-161-3/+3
* Use the event dispatcherJoas Schilling2016-11-031-93/+50
* Use a different type for events and todosJoas Schilling2016-11-031-1/+1
* Activities for events and todosJoas Schilling2016-11-031-6/+119
* Move the methods into a new classJoas Schilling2016-11-031-0/+396