summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-5/+5
| | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma2020-04-301-5/+1
|\ | | | | Provide links to calendar in event creation/update activities
| * Provide links to calendar in event creation/update activitiesThomas Citharel2020-04-261-5/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Update license headers for 19Christoph Wurst2020-04-291-0/+1
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-101-9/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-19/+19
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Replace contacts-dark icon with contactsJulius Härtl2018-07-241-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Correctly parse the subject parameters for link (un)shares of calendarsJoas Schilling2018-07-021-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix group displaynames in activityJoas Schilling2018-03-081-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update wordingMorris Jobke2017-12-111-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Create activities for (un)publishing calendar eventsThomas Citharel2017-12-111-0/+9
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add a doc why this should not be removedJoas Schilling2017-10-231-1/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix missing translation of "Personal" calendar in activitiesJoas Schilling2017-10-161-5/+51
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [DAV][CalDAV] FixesRoeland Jago Douma2017-08-011-5/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-201-1/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust all implementations in the server repoJoas Schilling2016-12-011-4/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Deduplicate the provider codeJoas Schilling2016-11-301-80/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Deduplicate icon assignmentJoas Schilling2016-11-291-18/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move calendar activity parsing to new APIJoas Schilling2016-11-291-0/+285
Signed-off-by: Joas Schilling <coding@schilljs.com>