summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Activity
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma2020-04-304-53/+91
|\
| * Provide links to calendar in event creation/update activitiesThomas Citharel2020-04-264-53/+91
* | Update license headers for 19Christoph Wurst2020-04-294-0/+4
|/
* Add visibility to all constantsChristoph Wurst2020-04-102-12/+12
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-7/+1
* Use elseif instead of else ifChristoph Wurst2020-04-104-38/+38
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-096-6/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-2/+2
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-0510-10/+16
* Some php-cs fixesRoeland Jago Douma2019-11-223-3/+0
* 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
* Replace contacts-dark icon with contactsJulius Härtl2018-07-242-2/+2
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
* Correctly parse the subject parameters for link (un)shares of calendarsJoas Schilling2018-07-021-0/+2
* Fix group displaynames in activityJoas Schilling2018-03-083-25/+54
* Update wordingMorris Jobke2017-12-111-2/+2
* Create activities for (un)publishing calendar eventsThomas Citharel2017-12-112-0/+19
* Update license headersMorris Jobke2017-11-0610-0/+21
* Add a doc why this should not be removedJoas Schilling2017-10-233-3/+15
* Fix missing translation of "Personal" calendar in activitiesJoas Schilling2017-10-165-30/+176
* [DAV][CalDAV] FixesRoeland Jago Douma2017-08-013-9/+9
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-203-3/+15
* Make sure the used event type and the setting/filter are the sameJoas Schilling2017-01-102-2/+2
* Fix legacy caldav endpointsRoeland Jago Douma2017-01-021-2/+2
* Fix the Todos filterJoas Schilling2016-12-121-1/+1
* Adjust all implementations in the server repoJoas Schilling2016-12-013-9/+26
* Add tests for the base providerJoas Schilling2016-11-301-1/+1
* Deduplicate the provider codeJoas Schilling2016-11-304-171/+133
* Move event and todo parsing to new APIJoas Schilling2016-11-294-294/+364
* Deduplicate icon assignmentJoas Schilling2016-11-291-18/+3
* Move calendar activity parsing to new APIJoas Schilling2016-11-292-73/+285
* Move CalDAV activity settings to new APIJoas Schilling2016-11-294-23/+296
* Move CalDAV activity filters to new APIJoas Schilling2016-11-293-25/+186
* 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-032-3/+20
* Activities for events and todosJoas Schilling2016-11-032-6/+185
* Move the methods into a new classJoas Schilling2016-11-032-0/+691