summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* Format code to a single space around binary operatorsChristoph Wurst2020-10-0516-125/+125
* broaden exception handling on webcal refresheleith2020-09-291-1/+3
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-7/+0
* Remove phan config - was replaced by PsalmMorris Jobke2020-09-162-8/+0
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-075-1/+8
* Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-m...John Molakvoæ2020-09-041-54/+132
|\
| * Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-021-15/+17
| * Make icon set for CalDav event presentation, use in iMIP email.brad20142020-08-201-7/+7
| * iMIP email improvements (take 2)brad20142020-08-201-51/+127
* | Update apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.phpRobin Appelman2020-08-261-1/+1
* | move calendar settings into their own groupRobin Appelman2020-08-254-44/+50
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-0/+4
|/
* Merge pull request #22041 from nextcloud/feature/noid/typed_events_davMorris Jobke2020-08-191-47/+123
|\
| * Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-181-47/+123
* | Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-13/+13
|/
* Merge pull request #22236 from nextcloud/bugfix/noid/dav_sharing_backend_canW...Morris Jobke2020-08-181-1/+20
|\
| * Add ability to limit sharing to ownerGeorg Ehrke2020-08-181-1/+20
* | Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-1/+1
|/
* Remove duplicated SQL addWhere lineChristian Weiske2020-08-111-1/+0
* Add Event and Task Backends for Unified SearchGeorg Ehrke2020-08-041-0/+118
* Move federated_share_added into a typed eventMorris Jobke2020-07-231-4/+6
* Merge pull request #18895 from nextcloud/bugfix/noid/fix_birthday_calendar_colorMorris Jobke2020-07-061-1/+1
|\
| * Changes the Birthday calendar color to slightly brighter oneGeorg Ehrke2020-01-141-1/+1
* | Use the new method everywhereJoas Schilling2020-07-032-11/+2
* | Fix empty event UUID reminder notificationsThomas Citharel2020-06-041-2/+4
* | Translate the maintenance mode message in webdavMorris Jobke2020-05-061-1/+1
* | 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-2940-0/+42
|/ /
* | Check all remotes for local accessJoas Schilling2020-04-141-38/+15
* | Provide dav setting for user's default calendarThomas Citharel2020-04-132-11/+28
* | Add visibility to all constantsChristoph Wurst2020-04-1011-35/+35
* | Add visibility to all methods and position of static keywordChristoph Wurst2020-04-1019-49/+49
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-1033-165/+107
* | Use elseif instead of else ifChristoph Wurst2020-04-107-41/+41
* | Remove space between switch case and colonChristoph Wurst2020-04-092-7/+7
* | Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-098-19/+19
* | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-099-9/+0
* | Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-17/+17
* | Add default titles for titleless events in invitationsThomas Citharel2020-04-031-1/+4
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-3119-17/+21
* | Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma2020-03-303-2/+3
|\ \
| * | Set custom ProdId in Birthday service, do not depend on Sabre Versio number f...Georg Ehrke2020-03-271-0/+1
| * | Sabre/DAV 4.0: beforeMethod is now beforeMethod:*Georg Ehrke2020-03-272-2/+2
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-275-5/+0
|\ \ \ | |/ / |/| |
| * | Remove unused importsChristoph Wurst2020-03-255-5/+0
* | | 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