summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Activity/Provider/Event.php
Commit message (Expand)AuthorAgeFilesLines
* Handle the move operation properly between shared calendarsThomas Citharel2022-06-141-0/+23
* Also trim the nameJoas Schilling2022-05-251-1/+1
* Fix handling events without names in activitiesJoas Schilling2022-05-241-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-311-0/+14
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-2/+2
* Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma2020-04-301-6/+46
|\
| * Provide links to calendar in event creation/update activitiesThomas Citharel2020-04-261-6/+46
* | Update license headers for 19Christoph Wurst2020-04-291-0/+1
|/
* Add visibility to all constantsChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-5/+5
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+2
* 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-081-2/+11
* Replace contacts-dark icon with contactsJulius Härtl2018-07-241-1/+1
* Fix group displaynames in activityJoas Schilling2018-03-081-2/+4
* Update license headersMorris Jobke2017-11-061-0/+2
* Add a doc why this should not be removedJoas Schilling2017-10-231-1/+5
* Fix missing translation of "Personal" calendar in activitiesJoas Schilling2017-10-161-2/+24
* [DAV][CalDAV] FixesRoeland Jago Douma2017-08-011-2/+2
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-201-1/+5
* Adjust all implementations in the server repoJoas Schilling2016-12-011-4/+11
* Deduplicate the provider codeJoas Schilling2016-11-301-84/+2
* Move event and todo parsing to new APIJoas Schilling2016-11-291-0/+212