Browse Source

Update the license headers for Nextcloud 19

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v19.0.0beta1
Christoph Wurst 4 years ago
parent
commit
1a9330cd69
No account linked to committer's email address
100 changed files with 172 additions and 54 deletions
  1. 15
    4
      AUTHORS
  2. 2
    0
      apps/accessibility/lib/AccessibilityProvider.php
  3. 3
    1
      apps/accessibility/lib/Controller/AccessibilityController.php
  4. 1
    0
      apps/accessibility/lib/Controller/ConfigController.php
  5. 2
    0
      apps/admin_audit/lib/AppInfo/Application.php
  6. 1
    0
      apps/cloud_federation_api/lib/Controller/RequestHandlerController.php
  7. 1
    0
      apps/comments/lib/AppInfo/Application.php
  8. 1
    0
      apps/comments/tests/Unit/Notification/ListenerTest.php
  9. 1
    0
      apps/comments/tests/Unit/Notification/NotifierTest.php
  10. 1
    1
      apps/dav/appinfo/app.php
  11. 1
    0
      apps/dav/appinfo/v1/publicwebdav.php
  12. 1
    1
      apps/dav/lib/AppInfo/Application.php
  13. 2
    0
      apps/dav/lib/AppInfo/PluginManager.php
  14. 1
    1
      apps/dav/lib/BackgroundJob/EventReminderJob.php
  15. 1
    0
      apps/dav/lib/BackgroundJob/UploadCleanup.php
  16. 1
    1
      apps/dav/lib/CalDAV/Activity/Backend.php
  17. 1
    1
      apps/dav/lib/CalDAV/Activity/Provider/Calendar.php
  18. 3
    1
      apps/dav/lib/CalDAV/CalDavBackend.php
  19. 2
    1
      apps/dav/lib/CalDAV/Calendar.php
  20. 1
    1
      apps/dav/lib/CalDAV/CalendarObject.php
  21. 1
    0
      apps/dav/lib/CalDAV/PublicCalendar.php
  22. 1
    1
      apps/dav/lib/CalDAV/PublicCalendarRoot.php
  23. 1
    1
      apps/dav/lib/CalDAV/Publishing/PublishPlugin.php
  24. 1
    1
      apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php
  25. 1
    1
      apps/dav/lib/CalDAV/Reminder/Backend.php
  26. 1
    1
      apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php
  27. 1
    1
      apps/dav/lib/CalDAV/Reminder/NotificationProvider/ProviderNotAvailableException.php
  28. 1
    1
      apps/dav/lib/CalDAV/Reminder/NotificationProvider/PushProvider.php
  29. 1
    1
      apps/dav/lib/CalDAV/Reminder/NotificationProviderManager.php
  30. 1
    1
      apps/dav/lib/CalDAV/Reminder/NotificationTypeDoesNotExistException.php
  31. 1
    1
      apps/dav/lib/CalDAV/Reminder/Notifier.php
  32. 1
    1
      apps/dav/lib/CalDAV/Reminder/ReminderService.php
  33. 1
    0
      apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
  34. 0
    1
      apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php
  35. 1
    0
      apps/dav/lib/CardDAV/AddressBookRoot.php
  36. 2
    1
      apps/dav/lib/CardDAV/CardDavBackend.php
  37. 21
    0
      apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php
  38. 21
    0
      apps/dav/lib/CardDAV/Integration/IAddressBookProvider.php
  39. 1
    0
      apps/dav/lib/CardDAV/PhotoCache.php
  40. 1
    1
      apps/dav/lib/CardDAV/SyncService.php
  41. 1
    0
      apps/dav/lib/CardDAV/SystemAddressbook.php
  42. 1
    0
      apps/dav/lib/CardDAV/UserAddressBooks.php
  43. 1
    1
      apps/dav/lib/Command/CreateCalendar.php
  44. 1
    1
      apps/dav/lib/Command/ListCalendars.php
  45. 1
    1
      apps/dav/lib/Command/MoveCalendar.php
  46. 2
    0
      apps/dav/lib/Connector/Sabre/AnonymousOptionsPlugin.php
  47. 1
    1
      apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php
  48. 1
    0
      apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
  49. 1
    0
      apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
  50. 1
    0
      apps/dav/lib/Connector/Sabre/Directory.php
  51. 1
    0
      apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php
  52. 1
    0
      apps/dav/lib/Connector/Sabre/File.php
  53. 1
    0
      apps/dav/lib/Connector/Sabre/FilesPlugin.php
  54. 1
    0
      apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
  55. 1
    0
      apps/dav/lib/Connector/Sabre/LockPlugin.php
  56. 1
    0
      apps/dav/lib/Connector/Sabre/MaintenancePlugin.php
  57. 1
    0
      apps/dav/lib/Connector/Sabre/Principal.php
  58. 1
    0
      apps/dav/lib/Connector/Sabre/ServerFactory.php
  59. 1
    0
      apps/dav/lib/Connector/Sabre/SharesPlugin.php
  60. 2
    1
      apps/dav/lib/Connector/Sabre/TagsPlugin.php
  61. 2
    4
      apps/dav/lib/DAV/CustomPropertiesBackend.php
  62. 1
    1
      apps/dav/lib/DAV/Sharing/Backend.php
  63. 2
    0
      apps/dav/lib/Files/BrowserErrorPagePlugin.php
  64. 1
    0
      apps/dav/lib/Files/Sharing/FilesDropPlugin.php
  65. 1
    0
      apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
  66. 1
    1
      apps/dav/lib/HookManager.php
  67. 2
    1
      apps/dav/lib/Migration/RemoveOrphanEventsAndContacts.php
  68. 1
    0
      apps/dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php
  69. 1
    0
      apps/dav/lib/RootCollection.php
  70. 1
    1
      apps/dav/lib/Settings/CalDAVSettings.php
  71. 1
    0
      apps/dav/lib/SystemTag/SystemTagPlugin.php
  72. 2
    0
      apps/dav/tests/unit/AppInfo/PluginManagerTest.php
  73. 1
    0
      apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php
  74. 1
    1
      apps/dav/tests/unit/BackgroundJob/EventReminderJobTest.php
  75. 1
    0
      apps/dav/tests/unit/BackgroundJob/GenerateBirthdayCalendarBackgroundJobTest.php
  76. 1
    0
      apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php
  77. 1
    0
      apps/dav/tests/unit/BackgroundJob/RegisterRegenerateBirthdayCalendarsTest.php
  78. 1
    0
      apps/dav/tests/unit/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJobTest.php
  79. 1
    1
      apps/dav/tests/unit/CalDAV/Activity/BackendTest.php
  80. 1
    0
      apps/dav/tests/unit/CalDAV/BirthdayCalendar/EnablePluginTest.php
  81. 1
    0
      apps/dav/tests/unit/CalDAV/CachedSubscriptionObjectTest.php
  82. 1
    0
      apps/dav/tests/unit/CalDAV/CachedSubscriptionTest.php
  83. 3
    1
      apps/dav/tests/unit/CalDAV/CalDavBackendTest.php
  84. 1
    0
      apps/dav/tests/unit/CalDAV/CalendarHomeTest.php
  85. 1
    0
      apps/dav/tests/unit/CalDAV/CalendarImplTest.php
  86. 1
    0
      apps/dav/tests/unit/CalDAV/CalendarManagerTest.php
  87. 2
    1
      apps/dav/tests/unit/CalDAV/CalendarTest.php
  88. 1
    0
      apps/dav/tests/unit/CalDAV/OutboxTest.php
  89. 1
    1
      apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php
  90. 1
    1
      apps/dav/tests/unit/CalDAV/Publishing/PublisherTest.php
  91. 2
    1
      apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
  92. 1
    1
      apps/dav/tests/unit/CalDAV/Reminder/BackendTest.php
  93. 1
    1
      apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/AbstractNotificationProviderTest.php
  94. 2
    1
      apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php
  95. 1
    1
      apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/PushProviderTest.php
  96. 1
    1
      apps/dav/tests/unit/CalDAV/Reminder/NotificationProviderManagerTest.php
  97. 1
    1
      apps/dav/tests/unit/CalDAV/Reminder/NotifierTest.php
  98. 1
    1
      apps/dav/tests/unit/CalDAV/Reminder/ReminderServiceTest.php
  99. 1
    0
      apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php
  100. 0
    0
      apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php

+ 15
- 4
AUTHORS View File

- Andreas Fischer <bantu@owncloud.com> - Andreas Fischer <bantu@owncloud.com>
- Andreas Pflug <dev@admin4.org> - Andreas Pflug <dev@admin4.org>
- Andrew Brown <andrew@casabrown.com> - Andrew Brown <andrew@casabrown.com>
- Andrius <andrius.kulbis@ktu.lt>
- André Gaul <gaul@web-yard.de> - André Gaul <gaul@web-yard.de>
- Ardinis <Ardinis@users.noreply.github.com> - Ardinis <Ardinis@users.noreply.github.com>
- Ari Selseng <ari@selseng.net> - Ari Selseng <ari@selseng.net>
- Christian Jürges <christian@eqipe.ch> - Christian Jürges <christian@eqipe.ch>
- Christian Kampka <christian@kampka.net> - Christian Kampka <christian@kampka.net>
- Christian Oliff <christianoliff@yahoo.com> - Christian Oliff <christianoliff@yahoo.com>
- Christian Weiske <cweiske@cweiske.de>
- Christoph Schaefer "christophł@wolkesicher.de" - Christoph Schaefer "christophł@wolkesicher.de"
- Christoph Seitz <christoph.seitz@posteo.de> - Christoph Seitz <christoph.seitz@posteo.de>
- Christoph Wickert <cwickert@suse.de> - Christoph Wickert <cwickert@suse.de>
- François Kubler <francois@kubler.org> - François Kubler <francois@kubler.org>
- Frederic Werner <frederic-github@werner-net.work> - Frederic Werner <frederic-github@werner-net.work>
- Frédéric Fortier <frederic.fortier@oronospolytechnique.com> - Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
- Gary Kim <gary@garykim.dev>
- Georg Ehrke <oc.list@georgehrke.com> - Georg Ehrke <oc.list@georgehrke.com>
- GrayFix <grayfix@gmail.com>
- Greta Doci <gretadoci@gmail.com> - Greta Doci <gretadoci@gmail.com>
- Guillaume COMPAGNON <gcompagnon@outlook.com> - Guillaume COMPAGNON <gcompagnon@outlook.com>
- Hemanth Kumar Veeranki <hems.india1997@gmail.com> - Hemanth Kumar Veeranki <hems.india1997@gmail.com>
- Jonas Sulzer <jonas@violoncello.ch> - Jonas Sulzer <jonas@violoncello.ch>
- Jonny007-MKD <1-23-4-5@web.de> - Jonny007-MKD <1-23-4-5@web.de>
- Jos Poortvliet <jos@opensuse.org> - Jos Poortvliet <jos@opensuse.org>
- Jose Quinteiro <github@quinteiro.org>
- Juan Pablo Villafañez <jvillafanez@solidgear.es> - Juan Pablo Villafañez <jvillafanez@solidgear.es>
- Juan Pablo Villafáñez <jvillafanez@solidgear.es> - Juan Pablo Villafáñez <jvillafanez@solidgear.es>
- Juan Pablo Villafáñez <jvillafanez@solidgear.es> - Juan Pablo Villafáñez <jvillafanez@solidgear.es>
- Michael Gapczynski <GapczynskiM@gmail.com> - Michael Gapczynski <GapczynskiM@gmail.com>
- Michael Göhler <somebody.here@gmx.de> - Michael Göhler <somebody.here@gmx.de>
- Michael Jobst <mjobst+github@tecratech.de> - Michael Jobst <mjobst+github@tecratech.de>
- Michael Kuhn <michael@ikkoku.de>
- Michael Letzgus <www@chronos.michael-letzgus.de> - Michael Letzgus <www@chronos.michael-letzgus.de>
- Michael Roitzsch <reactorcontrol@icloud.com> - Michael Roitzsch <reactorcontrol@icloud.com>
- Michael Roth <michael.roth@rz.uni-augsburg.de> - Michael Roth <michael.roth@rz.uni-augsburg.de>
- Michał Węgrzynek <michal.wegrzynek@malloc.com.pl> - Michał Węgrzynek <michal.wegrzynek@malloc.com.pl>
- Miguel Prokop <miguel.prokop@vtu.com> - Miguel Prokop <miguel.prokop@vtu.com>
- Mitar <mitar.git@tnode.com> - Mitar <mitar.git@tnode.com>
- Mohammed Abdellatif <m.latief@gmail.com>
- Morris Jobke <hey@morrisjobke.de> - Morris Jobke <hey@morrisjobke.de>
- Nicolai Ehemann <en@enlightened.de> - Nicolai Ehemann <en@enlightened.de>
- Nicolas Grekas <nicolas.grekas@gmail.com> - Nicolas Grekas <nicolas.grekas@gmail.com>
- Nils <git@to.nilsschnabel.de> - Nils <git@to.nilsschnabel.de>
- Nils Wittenbrink <nilswittenbrink@web.de>
- Nmz <nemesiz@nmz.lt> - Nmz <nemesiz@nmz.lt>
- Noveen Sachdeva <noveen.sachdeva@research.iiit.ac.in> - Noveen Sachdeva <noveen.sachdeva@research.iiit.ac.in>
- Ole Ostergaard <ole.c.ostergaard@gmail.com> - Ole Ostergaard <ole.c.ostergaard@gmail.com>
- Patrick Paysant <ppaysant@linagora.com> - Patrick Paysant <ppaysant@linagora.com>
- Patrik Kernstock <info@pkern.at> - Patrik Kernstock <info@pkern.at>
- Pauli Järvinen <pauli.jarvinen@gmail.com> - Pauli Järvinen <pauli.jarvinen@gmail.com>
- Pavel Krasikov <klonishe@gmail.com>
- Pellaeon Lin <nfsmwlin@gmail.com> - Pellaeon Lin <nfsmwlin@gmail.com>
- Peter Kubica <peter@kubica.ch> - Peter Kubica <peter@kubica.ch>
- Phil Davis <phil.davis@inf.org> - Phil Davis <phil.davis@inf.org>
- Philipp Kapfer <philipp.kapfer@gmx.at> - Philipp Kapfer <philipp.kapfer@gmx.at>
- Philipp Schaffrath <github@philipp.schaffrath.email> - Philipp Schaffrath <github@philipp.schaffrath.email>
- Philipp Staiger <philipp@staiger.it>
- Philippe Jung <phil.jung@free.fr> - Philippe Jung <phil.jung@free.fr>
- Pierre Ozoux <pierre@ozoux.net> - Pierre Ozoux <pierre@ozoux.net>
- Pierre Rudloff <contact@rudloff.pro> - Pierre Rudloff <contact@rudloff.pro>
- Senorsen <senorsen.zhang@gmail.com> - Senorsen <senorsen.zhang@gmail.com>
- Serge Martin <edb@sigluy.net> - Serge Martin <edb@sigluy.net>
- Sergej Nikolaev <kinolaev@gmail.com> - Sergej Nikolaev <kinolaev@gmail.com>
- Sergey Shliakhov <husband.sergey@gmail.com>
- Sergio Bertolin <sbertolin@solidgear.es> - Sergio Bertolin <sbertolin@solidgear.es>
- Sergio Bertolín <sbertolin@solidgear.es> - Sergio Bertolín <sbertolin@solidgear.es>
- Simon Könnecke <simonkoennecke@gmail.com> - Simon Könnecke <simonkoennecke@gmail.com>
- Simounet <contact@simounet.net>
- Sjors van der Pluijm <sjors@desjors.nl> - Sjors van der Pluijm <sjors@desjors.nl>
- Stefan Rado <owncloud@sradonia.net> - Stefan Rado <owncloud@sradonia.net>
- Stefan Schneider <stefan.schneider@squareweave.com.au> - Stefan Schneider <stefan.schneider@squareweave.com.au>
- Temtaime <temtaime@gmail.com> - Temtaime <temtaime@gmail.com>
- Thibault Coupin <thibault.coupin@gmail.com> - Thibault Coupin <thibault.coupin@gmail.com>
- Thibaut GRIDEL <tgridel@free.fr> - Thibaut GRIDEL <tgridel@free.fr>
- Thomas Citharel <tcit@tcit.fr>
- Thomas Citharel <nextcloud@tcit.fr>
- Thomas Ebert <thomas.ebert@usability.de> - Thomas Ebert <thomas.ebert@usability.de>
- Thomas Müller <thomas.mueller@tmit.eu> - Thomas Müller <thomas.mueller@tmit.eu>
- Thomas Pulzer <t.pulzer@kniel.de> - Thomas Pulzer <t.pulzer@kniel.de>
- Thomas Tanghus <thomas@tanghus.net> - Thomas Tanghus <thomas@tanghus.net>
- Tiago Flores <tiago.flores@yahoo.com.br>
- Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> - Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
- Tim Dettrick <t.dettrick@uq.edu.au> - Tim Dettrick <t.dettrick@uq.edu.au>
- Tim Obert <tobert@w-commerce.de>
- Tim Terhorst <mynamewastaken+gitlab@gmail.com> - Tim Terhorst <mynamewastaken+gitlab@gmail.com>
- TimObert <tobert@w-commerce.de>
- Timo Förster <tfoerster@webfoersterei.de> - Timo Förster <tfoerster@webfoersterei.de>
- Tobia De Koninck <LEDfan@users.noreply.github.com> - Tobia De Koninck <LEDfan@users.noreply.github.com>
- Tobia De Koninck <tobia@ledfan.be> - Tobia De Koninck <tobia@ledfan.be>
- Tobias Brunner <tobias@tobru.ch>
- Tobias Kaminsky <tobias@kaminsky.me> - Tobias Kaminsky <tobias@kaminsky.me>
- Tom Needham <tom@owncloud.com> - Tom Needham <tom@owncloud.com>
- Tomasz Paluszkiewicz <tomasz.paluszkiewicz@gmail.com> - Tomasz Paluszkiewicz <tomasz.paluszkiewicz@gmail.com>
- root "root@oc.(none)" - root "root@oc.(none)"
- root <root@localhost.localdomain> - root <root@localhost.localdomain>
- rubo77 <github@r.z11.de> - rubo77 <github@r.z11.de>
- sammo2828 <sammo2828@gmail.com>
- scambra <sergio@entrecables.com> - scambra <sergio@entrecables.com>
- scolebrook <scolebrook@mac.com> - scolebrook <scolebrook@mac.com>
- shkdee <louis.traynard@m4x.org> - shkdee <louis.traynard@m4x.org>

+ 2
- 0
apps/accessibility/lib/AccessibilityProvider.php View File

* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com> * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
* @copyright Copyright (c) 2019 Janis Köhr <janiskoehr@icloud.com> * @copyright Copyright (c) 2019 Janis Köhr <janiskoehr@icloud.com>
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Greta Doci <gretadoci@gmail.com> * @author Greta Doci <gretadoci@gmail.com>
* @author Jan-Christoph Borchardt <hey@jancborchardt.net> * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
* @author Janis Köhr <janis.koehr@novatec-gmbh.de> * @author Janis Köhr <janis.koehr@novatec-gmbh.de>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version

+ 3
- 1
apps/accessibility/lib/Controller/AccessibilityController.php View File

* @copyright Copyright (c) 2019 Janis Köhr <janiskoehr@icloud.com> * @copyright Copyright (c) 2019 Janis Köhr <janiskoehr@icloud.com>
* *
* @author Alexey Pyltsyn <lex61rus@gmail.com> * @author Alexey Pyltsyn <lex61rus@gmail.com>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Janis Köhr <janis.koehr@novatec-gmbh.de> * @author Janis Köhr <janis.koehr@novatec-gmbh.de>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net> * @author Julius Härtl <jus@bitgrid.net>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 0
apps/accessibility/lib/Controller/ConfigController.php View File

* @copyright Copyright (c) 2018 John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @copyright Copyright (c) 2018 John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @copyright Copyright (c) 2019 Janis Köhr <janiskoehr@icloud.com> * @copyright Copyright (c) 2019 Janis Köhr <janiskoehr@icloud.com>
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Janis Köhr <janis.koehr@novatec-gmbh.de> * @author Janis Köhr <janis.koehr@novatec-gmbh.de>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 2
- 0
apps/admin_audit/lib/AppInfo/Application.php View File

* *
* @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Bjoern Schiessle <bjoern@schiessle.org> * @author Bjoern Schiessle <bjoern@schiessle.org>
* @author GrayFix <grayfix@gmail.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Tiago Flores <tiago.flores@yahoo.com.br>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 0
apps/cloud_federation_api/lib/Controller/RequestHandlerController.php View File

* @copyright Copyright (c) 2018 Bjoern Schiessle <bjoern@schiessle.org> * @copyright Copyright (c) 2018 Bjoern Schiessle <bjoern@schiessle.org>
* *
* @author Bjoern Schiessle <bjoern@schiessle.org> * @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version

+ 1
- 0
apps/comments/lib/AppInfo/Application.php View File

* @copyright Copyright (c) 2016, Arthur Schiwon <blizzz@arthur-schiwon.de> * @copyright Copyright (c) 2016, Arthur Schiwon <blizzz@arthur-schiwon.de>
* *
* @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 0
apps/comments/tests/Unit/Notification/ListenerTest.php View File

* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 0
apps/comments/tests/Unit/Notification/NotifierTest.php View File

* @copyright Copyright (c) 2016 Arthur Schiwon <blizzz@arthur-schiwon.de> * @copyright Copyright (c) 2016 Arthur Schiwon <blizzz@arthur-schiwon.de>
* *
* @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 1
apps/dav/appinfo/app.php View File

* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net> * @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch> * @author Lukas Reschke <lukas@statuscode.ch>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Tobia De Koninck <tobia@ledfan.be> * @author Tobia De Koninck <tobia@ledfan.be>
* *

+ 1
- 0
apps/dav/appinfo/v1/publicwebdav.php View File

* *
* @author Bjoern Schiessle <bjoern@schiessle.org> * @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Björn Schießle <bjoern@schiessle.org> * @author Björn Schießle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net> * @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch> * @author Lukas Reschke <lukas@statuscode.ch>

+ 1
- 1
apps/dav/lib/AppInfo/Application.php View File

* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Tobia De Koninck <tobia@ledfan.be> * @author Tobia De Koninck <tobia@ledfan.be>
* *

+ 2
- 0
apps/dav/lib/AppInfo/PluginManager.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud GmbH. * @copyright Copyright (c) 2016, ownCloud GmbH.
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Julius Härtl <jus@bitgrid.net> * @author Julius Härtl <jus@bitgrid.net>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Vincent Petry <pvince81@owncloud.com> * @author Vincent Petry <pvince81@owncloud.com>

+ 1
- 1
apps/dav/lib/BackgroundJob/EventReminderJob.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 0
apps/dav/lib/BackgroundJob/UploadCleanup.php View File

/** /**
* @copyright Copyright (c) 2018, Roeland Jago Douma <roeland@famdouma.nl> * @copyright Copyright (c) 2018, Roeland Jago Douma <roeland@famdouma.nl>
* *
* @author Julius Härtl <jus@bitgrid.net>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version

+ 1
- 1
apps/dav/lib/CalDAV/Activity/Backend.php View File

* *
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/lib/CalDAV/Activity/Provider/Calendar.php View File

* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net> * @author Julius Härtl <jus@bitgrid.net>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 3
- 1
apps/dav/lib/CalDAV/CalDavBackend.php View File

* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* @copyright Copyright (c) 2018 Georg Ehrke * @copyright Copyright (c) 2018 Georg Ehrke
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author dartcafe <github@dartcafe.de>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch> * @author Lukas Reschke <lukas@statuscode.ch>
* @author Robin Appelman <robin@icewind.nl> * @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Stefan Weil <sw@weilnetz.de> * @author Stefan Weil <sw@weilnetz.de>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vinicius Cubas Brand <vinicius@eita.org.br> * @author Vinicius Cubas Brand <vinicius@eita.org.br>
* *

+ 2
- 1
apps/dav/lib/CalDAV/Calendar.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Gary Kim <gary@garykim.dev>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch> * @author Lukas Reschke <lukas@statuscode.ch>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* *
* @license AGPL-3.0 * @license AGPL-3.0

+ 1
- 1
apps/dav/lib/CalDAV/CalendarObject.php View File

* @copyright Copyright (c) 2017, Georg Ehrke * @copyright Copyright (c) 2017, Georg Ehrke
* @copyright Copyright (c) 2020, Gary Kim <gary@garykim.dev> * @copyright Copyright (c) 2020, Gary Kim <gary@garykim.dev>
* *
* @author Gary Kim <gary@garykim.dev>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Gary Kim <gary@garykim.dev>
* *
* @license AGPL-3.0 * @license AGPL-3.0
* *

+ 1
- 0
apps/dav/lib/CalDAV/PublicCalendar.php View File

/** /**
* @copyright Copyright (c) 2017, Georg Ehrke * @copyright Copyright (c) 2017, Georg Ehrke
* *
* @author Gary Kim <gary@garykim.dev>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *

+ 1
- 1
apps/dav/lib/CalDAV/PublicCalendarRoot.php View File

* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Lukas Reschke <lukas@statuscode.ch> * @author Lukas Reschke <lukas@statuscode.ch>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* *
* @license AGPL-3.0 * @license AGPL-3.0

+ 1
- 1
apps/dav/lib/CalDAV/Publishing/PublishPlugin.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version

+ 1
- 1
apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php View File

* @copyright Copyright (c) 2016 Thomas Citharel <tcit@tcit.fr> * @copyright Copyright (c) 2016 Thomas Citharel <tcit@tcit.fr>
* *
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/lib/CalDAV/Reminder/Backend.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/lib/CalDAV/Reminder/NotificationProvider/ProviderNotAvailableException.php View File

* @copyright Copyright (c) 2018 Thomas Citharel <tcit@tcit.fr> * @copyright Copyright (c) 2018 Thomas Citharel <tcit@tcit.fr>
* *
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/lib/CalDAV/Reminder/NotificationProvider/PushProvider.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/lib/CalDAV/Reminder/NotificationProviderManager.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/lib/CalDAV/Reminder/NotificationTypeDoesNotExistException.php View File

/** /**
* @copyright Copyright (c) 2019, Thomas Citharel * @copyright Copyright (c) 2019, Thomas Citharel
* *
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/lib/CalDAV/Reminder/Notifier.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/lib/CalDAV/Reminder/ReminderService.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 0
apps/dav/lib/CalDAV/Schedule/IMipPlugin.php View File

* *
* @author brad2014 <brad2014@users.noreply.github.com> * @author brad2014 <brad2014@users.noreply.github.com>
* @author Brad Rubenstein <brad@wbr.tech> * @author Brad Rubenstein <brad@wbr.tech>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Leon Klingele <leon@struktur.de> * @author Leon Klingele <leon@struktur.de>

+ 0
- 1
apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php View File

* @copyright Copyright (c) 2020, Thomas Citharel <nextcloud@tcit.fr> * @copyright Copyright (c) 2020, Thomas Citharel <nextcloud@tcit.fr>
* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <nextcloud@tcit.fr> * @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version

+ 1
- 0
apps/dav/lib/CardDAV/AddressBookRoot.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>

+ 2
- 1
apps/dav/lib/CardDAV/CardDavBackend.php View File

* @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Bjoern Schiessle <bjoern@schiessle.org> * @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Björn Schießle <bjoern@schiessle.org> * @author Björn Schießle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Robin Appelman <robin@icewind.nl> * @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Stefan Weil <sw@weilnetz.de> * @author Stefan Weil <sw@weilnetz.de>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* *
* @license AGPL-3.0 * @license AGPL-3.0

+ 21
- 0
apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php View File



declare(strict_types=1); declare(strict_types=1);


/**
*
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
namespace OCA\DAV\CardDAV\Integration; namespace OCA\DAV\CardDAV\Integration;


use Sabre\CardDAV\IAddressBook; use Sabre\CardDAV\IAddressBook;

+ 21
- 0
apps/dav/lib/CardDAV/Integration/IAddressBookProvider.php View File



declare(strict_types=1); declare(strict_types=1);


/**
*
*
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
namespace OCA\DAV\CardDAV\Integration; namespace OCA\DAV\CardDAV\Integration;





+ 1
- 0
apps/dav/lib/CardDAV/PhotoCache.php View File

* *
* @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Daniel Kesselberg <mail@danielkesselberg.de> * @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 1
apps/dav/lib/CardDAV/SyncService.php View File

* @author Björn Schießle <bjoern@schiessle.org> * @author Björn Schießle <bjoern@schiessle.org>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* *
* @license AGPL-3.0 * @license AGPL-3.0

+ 1
- 0
apps/dav/lib/CardDAV/SystemAddressbook.php View File

/** /**
* @copyright Copyright (c) 2018, Roeland Jago Douma <roeland@famdouma.nl> * @copyright Copyright (c) 2018, Roeland Jago Douma <roeland@famdouma.nl>
* *
* @author Julius Härtl <jus@bitgrid.net>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version

+ 1
- 0
apps/dav/lib/CardDAV/UserAddressBooks.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>

+ 1
- 1
apps/dav/lib/Command/CreateCalendar.php View File

* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* *
* @license AGPL-3.0 * @license AGPL-3.0

+ 1
- 1
apps/dav/lib/Command/ListCalendars.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/lib/Command/MoveCalendar.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 2
- 0
apps/dav/lib/Connector/Sabre/AnonymousOptionsPlugin.php View File

* @copyright Copyright (c) 2018 Robin Appelman <robin@icewind.nl> * @copyright Copyright (c) 2018 Robin Appelman <robin@icewind.nl>
* *
* @author Bastien Durel <bastien@durel.org> * @author Bastien Durel <bastien@durel.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Julius Härtl <jus@bitgrid.net> * @author Julius Härtl <jus@bitgrid.net>
* @author Robin Appelman <robin@icewind.nl> * @author Robin Appelman <robin@icewind.nl>
* *

+ 1
- 1
apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl> * @author Robin Appelman <robin@icewind.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @license AGPL-3.0 * @license AGPL-3.0
* *

+ 1
- 0
apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Lukas Reschke <lukas@statuscode.ch> * @author Lukas Reschke <lukas@statuscode.ch>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>

+ 1
- 0
apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php View File

* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl> * @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 0
apps/dav/lib/Connector/Sabre/Directory.php View File

* @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Bart Visscher <bartv@thisnet.nl> * @author Bart Visscher <bartv@thisnet.nl>
* @author Björn Schießle <bjoern@schiessle.org> * @author Björn Schießle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Jakob Sack <mail@jakobsack.de> * @author Jakob Sack <mail@jakobsack.de>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>

+ 1
- 0
apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php View File

* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 0
apps/dav/lib/Connector/Sabre/File.php View File

* *
* @author Bart Visscher <bartv@thisnet.nl> * @author Bart Visscher <bartv@thisnet.nl>
* @author Björn Schießle <bjoern@schiessle.org> * @author Björn Schießle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Calviño Sánchez <danxuliu@gmail.com> * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
* @author Jakob Sack <mail@jakobsack.de> * @author Jakob Sack <mail@jakobsack.de>
* @author Jan-Philipp Litza <jplitza@users.noreply.github.com> * @author Jan-Philipp Litza <jplitza@users.noreply.github.com>

+ 1
- 0
apps/dav/lib/Connector/Sabre/FilesPlugin.php View File

* *
* @author Bjoern Schiessle <bjoern@schiessle.org> * @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Björn Schießle <bjoern@schiessle.org> * @author Björn Schießle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch> * @author Lukas Reschke <lukas@statuscode.ch>
* @author Michael Jobst <mjobst+github@tecratech.de> * @author Michael Jobst <mjobst+github@tecratech.de>

+ 1
- 0
apps/dav/lib/Connector/Sabre/FilesReportPlugin.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 0
apps/dav/lib/Connector/Sabre/LockPlugin.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Robin Appelman <robin@icewind.nl> * @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Stefan Weil <sw@weilnetz.de> * @author Stefan Weil <sw@weilnetz.de>

+ 1
- 0
apps/dav/lib/Connector/Sabre/MaintenancePlugin.php View File

* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Bart Visscher <bartv@thisnet.nl> * @author Bart Visscher <bartv@thisnet.nl>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>

+ 1
- 0
apps/dav/lib/Connector/Sabre/Principal.php View File

* @author Christoph Seitz <christoph.seitz@posteo.de> * @author Christoph Seitz <christoph.seitz@posteo.de>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Jakob Sack <mail@jakobsack.de> * @author Jakob Sack <mail@jakobsack.de>
* @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch> * @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 0
apps/dav/lib/Connector/Sabre/ServerFactory.php View File

* *
* @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Brandon Kirsch <brandonkirsch@github.com> * @author Brandon Kirsch <brandonkirsch@github.com>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net> * @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch> * @author Lukas Reschke <lukas@statuscode.ch>

+ 1
- 0
apps/dav/lib/Connector/Sabre/SharesPlugin.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl> * @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 2
- 1
apps/dav/lib/Connector/Sabre/TagsPlugin.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Sergio Bertolín <sbertolin@solidgear.es> * @author Sergio Bertolín <sbertolin@solidgear.es>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com> * @author Vincent Petry <pvince81@owncloud.com>
* *

+ 2
- 4
apps/dav/lib/DAV/CustomPropertiesBackend.php View File

* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* @copyright Copyright (c) 2017, Georg Ehrke <oc.list@georgehrke.com> * @copyright Copyright (c) 2017, Georg Ehrke <oc.list@georgehrke.com>
* *
* @author Aaron Wood <aaronjwood@gmail.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Robin Appelman <robin@icewind.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @license AGPL-3.0 * @license AGPL-3.0
* *

+ 1
- 1
apps/dav/lib/DAV/Sharing/Backend.php View File

* @author Lukas Reschke <lukas@statuscode.ch> * @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* *
* @license AGPL-3.0 * @license AGPL-3.0

+ 2
- 0
apps/dav/lib/Files/BrowserErrorPagePlugin.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Lukas Reschke <lukas@statuscode.ch> * @author Lukas Reschke <lukas@statuscode.ch>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* *

+ 1
- 0
apps/dav/lib/Files/Sharing/FilesDropPlugin.php View File

/** /**
* @copyright Copyright (c) 2016, Roeland Jago Douma <roeland@famdouma.nl> * @copyright Copyright (c) 2016, Roeland Jago Douma <roeland@famdouma.nl>
* *
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version

+ 1
- 0
apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Robin Appelman <robin@icewind.nl> * @author Robin Appelman <robin@icewind.nl>
* *
* @license AGPL-3.0 * @license AGPL-3.0

+ 1
- 1
apps/dav/lib/HookManager.php View File

* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Robin Appelman <robin@icewind.nl> * @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* *
* @license AGPL-3.0 * @license AGPL-3.0

+ 2
- 1
apps/dav/lib/Migration/RemoveOrphanEventsAndContacts.php View File

/** /**
* @copyright Copyright (c) 2019 Joas Schilling <coding@schilljs.com> * @copyright Copyright (c) 2019 Joas Schilling <coding@schilljs.com>
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 0
apps/dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Nils Wittenbrink <nilswittenbrink@web.de>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 0
apps/dav/lib/RootCollection.php View File

* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 1
apps/dav/lib/Settings/CalDAVSettings.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Julius Härtl <jus@bitgrid.net> * @author Julius Härtl <jus@bitgrid.net>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 0
apps/dav/lib/SystemTag/SystemTagPlugin.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Lukas Reschke <lukas@statuscode.ch> * @author Lukas Reschke <lukas@statuscode.ch>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>

+ 2
- 0
apps/dav/tests/unit/AppInfo/PluginManagerTest.php View File

/** /**
* @copyright Copyright (c) 2016, ownCloud GmbH. * @copyright Copyright (c) 2016, ownCloud GmbH.
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net> * @author Julius Härtl <jus@bitgrid.net>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 0
apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php View File

/** /**
* @copyright 2018, Georg Ehrke <oc.list@georgehrke.com> * @copyright 2018, Georg Ehrke <oc.list@georgehrke.com>
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 1
apps/dav/tests/unit/BackgroundJob/EventReminderJobTest.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 0
apps/dav/tests/unit/BackgroundJob/GenerateBirthdayCalendarBackgroundJobTest.php View File

/** /**
* @copyright Copyright (c) 2017, Georg Ehrke * @copyright Copyright (c) 2017, Georg Ehrke
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *

+ 1
- 0
apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php View File

/** /**
* @copyright Copyright (c) 2018, Georg Ehrke * @copyright Copyright (c) 2018, Georg Ehrke
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <nextcloud@tcit.fr> * @author Thomas Citharel <nextcloud@tcit.fr>

+ 1
- 0
apps/dav/tests/unit/BackgroundJob/RegisterRegenerateBirthdayCalendarsTest.php View File

/** /**
* @copyright 2019 Georg Ehrke <oc.list@georgehrke.com> * @copyright 2019 Georg Ehrke <oc.list@georgehrke.com>
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *

+ 1
- 0
apps/dav/tests/unit/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJobTest.php View File

/** /**
* @copyright Copyright (c) 2018, Georg Ehrke * @copyright Copyright (c) 2018, Georg Ehrke
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 1
- 1
apps/dav/tests/unit/CalDAV/Activity/BackendTest.php View File

* *
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 0
apps/dav/tests/unit/CalDAV/BirthdayCalendar/EnablePluginTest.php View File

/** /**
* @copyright Copyright (c) 2017 Georg Ehrke <oc.list@georgehrke.com> * @copyright Copyright (c) 2017 Georg Ehrke <oc.list@georgehrke.com>
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *

+ 1
- 0
apps/dav/tests/unit/CalDAV/CachedSubscriptionObjectTest.php View File

/** /**
* @copyright Copyright (c) 2018 Georg Ehrke * @copyright Copyright (c) 2018 Georg Ehrke
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *

+ 1
- 0
apps/dav/tests/unit/CalDAV/CachedSubscriptionTest.php View File

/** /**
* @copyright Copyright (c) 2018 Georg Ehrke * @copyright Copyright (c) 2018 Georg Ehrke
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *

+ 3
- 1
apps/dav/tests/unit/CalDAV/CalDavBackendTest.php View File

* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* @copyright Copyright (c) 2017 Georg Ehrke * @copyright Copyright (c) 2017 Georg Ehrke
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author dartcafe <github@dartcafe.de>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Robin Appelman <robin@icewind.nl> * @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* *
* @license AGPL-3.0 * @license AGPL-3.0

+ 1
- 0
apps/dav/tests/unit/CalDAV/CalendarHomeTest.php View File

* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* @copyright Copyright (c) 2017, Georg Ehrke * @copyright Copyright (c) 2017, Georg Ehrke
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *

+ 1
- 0
apps/dav/tests/unit/CalDAV/CalendarImplTest.php View File

/** /**
* @copyright 2017, Georg Ehrke <oc.list@georgehrke.com> * @copyright 2017, Georg Ehrke <oc.list@georgehrke.com>
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *

+ 1
- 0
apps/dav/tests/unit/CalDAV/CalendarManagerTest.php View File

/** /**
* @copyright 2017, Georg Ehrke <oc.list@georgehrke.com> * @copyright 2017, Georg Ehrke <oc.list@georgehrke.com>
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>

+ 2
- 1
apps/dav/tests/unit/CalDAV/CalendarTest.php View File

* @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, ownCloud, Inc.
* @copyright Copyright (c) 2020, Gary Kim <gary@garykim.dev> * @copyright Copyright (c) 2020, Gary Kim <gary@garykim.dev>
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Gary Kim <gary@garykim.dev>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Gary Kim <gary@garykim.dev>
* *
* @license AGPL-3.0 * @license AGPL-3.0
* *

+ 1
- 0
apps/dav/tests/unit/CalDAV/OutboxTest.php View File

/** /**
* @copyright Copyright (c) 2018, Georg Ehrke * @copyright Copyright (c) 2018, Georg Ehrke
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *

+ 1
- 1
apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php View File

* @author Lukas Reschke <lukas@statuscode.ch> * @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* @author Thomas Müller <thomas.mueller@tmit.eu> * @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vinicius Cubas Brand <vinicius@eita.org.br> * @author Vinicius Cubas Brand <vinicius@eita.org.br>
* *

+ 1
- 1
apps/dav/tests/unit/CalDAV/Publishing/PublisherTest.php View File

* @author Joas Schilling <coding@schilljs.com> * @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 2
- 1
apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php View File

/** /**
* *
* *
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Morris Jobke <hey@morrisjobke.de> * @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/tests/unit/CalDAV/Reminder/BackendTest.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/AbstractNotificationProviderTest.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 2
- 1
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php View File

* @copyright Copyright (c) 2019, Thomas Citharel * @copyright Copyright (c) 2019, Thomas Citharel
* @copyright Copyright (c) 2019, Georg Ehrke * @copyright Copyright (c) 2019, Georg Ehrke
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/PushProviderTest.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/tests/unit/CalDAV/Reminder/NotificationProviderManagerTest.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/tests/unit/CalDAV/Reminder/NotifierTest.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 1
apps/dav/tests/unit/CalDAV/Reminder/ReminderServiceTest.php View File

* *
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <tcit@tcit.fr>
* @author Thomas Citharel <nextcloud@tcit.fr>
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *

+ 1
- 0
apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php View File

/** /**
* @copyright Copyright (c) 2018, Georg Ehrke * @copyright Copyright (c) 2018, Georg Ehrke
* *
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com> * @author Georg Ehrke <oc.list@georgehrke.com>
* @author Roeland Jago Douma <roeland@famdouma.nl> * @author Roeland Jago Douma <roeland@famdouma.nl>
* *

+ 0
- 0
apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save