summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #18788 from nextcloud/fix/18782/translate-busy-in-caldavChristoph Wurst2020-03-243-9/+23
|\ \ \
| * | | Translate 'Busy' in CalDAVGary Kim2020-02-233-9/+23
* | | | Add check that DateTime parameters are of correct typeThomas Citharel2020-03-221-3/+4
* | | | fix OCA\DAV\CalDAV\CalDavBackend search $optionsdartcafe2020-03-221-2/+2
| |/ / |/| |
* | | Merge pull request #19252 from nextcloud/bug/fix-notification-object-idJoas Schilling2020-02-251-1/+4
|\ \ \
| * | | Hash event UID to make sure it's not too long for PushProviderThomas Citharel2020-02-011-1/+4
| | |/ | |/|
* | | Correctly trim long cyrillic noteJoas Schilling2020-02-251-3/+2
* | | Merge pull request #19196 from nextcloud/feature/17126/allow_apps_to_register...Roeland Jago Douma2020-02-233-2/+239
|\ \ \ | |_|/ |/| |
| * | Allow apps to provide Calendars in user's calendarHomeGeorg Ehrke2020-02-183-2/+239
* | | Move RefreshWebcalJob logic to a proper service so that it may be calledThomas Citharel2020-02-101-0/+416
|/ /
* / Fix display of DTEND for multi-day all-day eventGeorg Ehrke2020-01-301-0/+4
|/
* Merge pull request #18115 from nextcloud/bugfix/17951/reminderservice_resourc...Roeland Jago Douma2019-12-271-2/+10
|\