diff --git a/.mailmap b/.mailmap index 1ef75ef684..99a3aedc36 100644 --- a/.mailmap +++ b/.mailmap @@ -164,6 +164,7 @@ ideaship Ignacio Daniel Rostagno infoneo Insanemal +Tobias Perschon Tobias Perschon Tobias Ramforth Tobias Ramforth Tobias Ramforth irgsmirx Isaac Rosenberg @@ -406,8 +407,9 @@ Victor Dubiniuk Victor Dubiniuk VicDeo Victor Dubiniuk VicDeo Vincent Cloutier -Vincent Petry Vincent Petry -Vincent Petry Vincent Petry +Vincent Petry Vincent Petry +Vincent Petry Vincent Petry +Vincent Petry Vincent Petry Vinicius Cubas Brand Vinicius Cubas Brand Vitaly Kuznetsov Vladimir Sapronov diff --git a/AUTHORS b/AUTHORS index eb80517a27..6de0834149 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,6 +24,7 @@ Nextcloud is written by: - Artem Kochnev - Artem Sidorenko - Arthur Schiwon + - Ashod Nakashian - Axel Helmert - Bart Visscher - Bartek Przybylski @@ -47,6 +48,7 @@ Nextcloud is written by: - Byron Marohn - Carla Schroder - Carlos Cerrillo + - Carlos Ferreira - Carsten Wiedmann - Christian <16852529+cviereck@users.noreply.github.com> - Christian Berendt @@ -81,7 +83,6 @@ Nextcloud is written by: - Donquixote - Elijah Martin-Merrill - Eric Masseran - - Estelle Poulin - Evgeny Golyshev - Fabrizio Steiner - Felix Epp @@ -105,11 +106,13 @@ Nextcloud is written by: - Greta Doci - GretaD - Guillaume COMPAGNON + - Guillaume Virlet - Hemanth Kumar Veeranki - Hendrik Leppelsack - Holger Hees - Ilja Neumann - Individual IT Services + - Iscle - J0WI - Jaakko Salo - Jacob Neplokh @@ -130,6 +133,7 @@ Nextcloud is written by: - Joel S - Johan Björk - Johannes Ernst + - Johannes Leuker - Johannes Riedel - Johannes Schlichenmaier - Johannes Willnecker @@ -225,7 +229,6 @@ Nextcloud is written by: - Ole Ostergaard - Oliver Gasser - Oliver Kohl D.Sc. - - Oliver Salzburg - Oliver Wegner - Olivier Paroz - Owen Winkler @@ -256,11 +259,13 @@ Nextcloud is written by: - RealRancor - Rello - Remco Brenninkmeijer + - Richard Steinmetz - Rinat Gumirov - Robert Dailey - Robin Appelman - Robin McCorkell - Robin Müller + - Robin Windey - Roeland Jago Douma - Roger Szabo - Roland Tapken @@ -310,11 +315,13 @@ Nextcloud is written by: - Stephen Cuppett - Steven Bühner - Sujith H + - Sujith Haridasan - Sven Strickroth - Sylvia van Os - Tekhnee - Temtaime - Thibaut GRIDEL + - Thomas Citharel - Thomas Citharel - Thomas Ebert - Thomas Müller @@ -339,7 +346,7 @@ Nextcloud is written by: - Victor Dubiniuk - Viktor Szépe - Vincent Chan - - Vincent Petry + - Vincent Petry - Vinicius Cubas Brand - Vitor Mattos - Vlastimil Pecinka @@ -349,6 +356,7 @@ Nextcloud is written by: - Xheni Myrtaj - Xuanwo - adrien + - aler9 <46489434+aler9@users.noreply.github.com> - alexweirig - b108@volgograd "b108@volgograd" - bladewing @@ -356,6 +364,7 @@ Nextcloud is written by: - blizzz - brad2014 - brumsel + - call-me-matt - cetra3 - cmeh - comradekingu @@ -365,7 +374,9 @@ Nextcloud is written by: - derkostka - duritong - eduardo + - eleith - enoch + - essys - exner104 <59639860+exner104@users.noreply.github.com> - fabian - felixboehm @@ -373,6 +384,7 @@ Nextcloud is written by: - fnuesse - helix84 - hkjolhede + - hoellen - ideaship - j-ed - j3l11234 <297259024@qq.com> @@ -380,23 +392,27 @@ Nextcloud is written by: - jknockaert - josh4trunks - karakayasemi + - kevin147147 - korelstar + - leith abdulla - lui87kw + - lynn-stephenson - macjohnny - marco44 - martin-rueegg - martin.mattel@diemattels.at - martink-p <47943787+martink-p@users.noreply.github.com> + - medcloud <42641918+medcloud@users.noreply.github.com> - michaelletzgus - michag86 - mmccarn - nhirokinet + - nik gaffney - nishiki - onehappycat - oparoz - phisch - rakekniven - - rawtaz - root "root@oc.(none)" - root - rubo77 @@ -408,6 +424,7 @@ Nextcloud is written by: - sualko - tbartenstein - tbelau666 + - timm2k - tux-rampage - v1r0x - voxsim "Simon Vocella" diff --git a/apps/accessibility/lib/AppInfo/Application.php b/apps/accessibility/lib/AppInfo/Application.php index 5b59a24418..9b3d2ae7a3 100644 --- a/apps/accessibility/lib/AppInfo/Application.php +++ b/apps/accessibility/lib/AppInfo/Application.php @@ -5,7 +5,6 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 John Molakvoæ * - * @author Alexey Pyltsyn * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) diff --git a/apps/accessibility/lib/Settings/Personal.php b/apps/accessibility/lib/Settings/Personal.php index b1cff20fac..30df78f976 100644 --- a/apps/accessibility/lib/Settings/Personal.php +++ b/apps/accessibility/lib/Settings/Personal.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2018 John Molakvoæ * @copyright Copyright (c) 2019 Janis Köhr * + * @author Christoph Wurst * @author John Molakvoæ (skjnldsv) * * @license GNU AGPL version 3 or any later version diff --git a/apps/accessibility/lib/Settings/PersonalSection.php b/apps/accessibility/lib/Settings/PersonalSection.php index ab61bbbdf3..c10544a42f 100644 --- a/apps/accessibility/lib/Settings/PersonalSection.php +++ b/apps/accessibility/lib/Settings/PersonalSection.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018 John Molakvoæ * + * @author Christoph Wurst * @author John Molakvoæ (skjnldsv) * * @license GNU AGPL version 3 or any later version diff --git a/apps/admin_audit/lib/Actions/Sharing.php b/apps/admin_audit/lib/Actions/Sharing.php index cab02ab188..dc3ede0ae6 100644 --- a/apps/admin_audit/lib/Actions/Sharing.php +++ b/apps/admin_audit/lib/Actions/Sharing.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Daniel Calviño Sánchez * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Sascha Wiswedel * diff --git a/apps/admin_audit/lib/AppInfo/Application.php b/apps/admin_audit/lib/AppInfo/Application.php index 6803887a81..13c031ff0b 100644 --- a/apps/admin_audit/lib/AppInfo/Application.php +++ b/apps/admin_audit/lib/AppInfo/Application.php @@ -8,6 +8,7 @@ declare(strict_types=1); * @author Arthur Schiwon * @author Bjoern Schiessle * @author Christoph Wurst + * @author Daniel Kesselberg * @author GrayFix * @author Joas Schilling * @author Morris Jobke diff --git a/apps/dav/appinfo/v1/publicwebdav.php b/apps/dav/appinfo/v1/publicwebdav.php index 5020efd2ad..a6ccad4752 100644 --- a/apps/dav/appinfo/v1/publicwebdav.php +++ b/apps/dav/appinfo/v1/publicwebdav.php @@ -12,7 +12,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/appinfo/v1/webdav.php b/apps/dav/appinfo/v1/webdav.php index 868f70298b..3df8984450 100644 --- a/apps/dav/appinfo/v1/webdav.php +++ b/apps/dav/appinfo/v1/webdav.php @@ -11,7 +11,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/appinfo/v2/remote.php b/apps/dav/appinfo/v2/remote.php index 1c279097d4..de2ba989f8 100644 --- a/apps/dav/appinfo/v2/remote.php +++ b/apps/dav/appinfo/v2/remote.php @@ -4,7 +4,7 @@ * * @author Ko- * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/AppInfo/PluginManager.php b/apps/dav/lib/AppInfo/PluginManager.php index 79bd07e083..06e5f80d42 100644 --- a/apps/dav/lib/AppInfo/PluginManager.php +++ b/apps/dav/lib/AppInfo/PluginManager.php @@ -9,7 +9,7 @@ declare(strict_types=1); * @author Georg Ehrke * @author Julius Härtl * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php b/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php index 33f2a14b7f..093e61111d 100644 --- a/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php +++ b/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2018, Roeland Jago Douma * + * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/lib/CalDAV/BirthdayService.php b/apps/dav/lib/CalDAV/BirthdayService.php index 325962dd73..6ef2c8b613 100644 --- a/apps/dav/lib/CalDAV/BirthdayService.php +++ b/apps/dav/lib/CalDAV/BirthdayService.php @@ -10,6 +10,7 @@ declare(strict_types=1); * @author Christoph Wurst * @author Georg Ehrke * @author Robin Appelman + * @author Sven Strickroth * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CalDAV/CalDavBackend.php b/apps/dav/lib/CalDAV/CalDavBackend.php index 84294971b4..c455eafbfe 100644 --- a/apps/dav/lib/CalDAV/CalDavBackend.php +++ b/apps/dav/lib/CalDAV/CalDavBackend.php @@ -8,16 +8,16 @@ * @author dartcafe * @author Georg Ehrke * @author Joas Schilling + * @author leith abdulla * @author Lukas Reschke * @author Morris Jobke - * @author nhirokinet * @author Robin Appelman * @author Roeland Jago Douma + * @author Simon Spannagel * @author Stefan Weil * @author Thomas Citharel * @author Thomas Müller * @author Vinicius Cubas Brand - * @author Simon Spannagel * * @license AGPL-3.0 * diff --git a/apps/dav/lib/CalDAV/Reminder/INotificationProvider.php b/apps/dav/lib/CalDAV/Reminder/INotificationProvider.php index 87fdc68baf..3ce05476ff 100644 --- a/apps/dav/lib/CalDAV/Reminder/INotificationProvider.php +++ b/apps/dav/lib/CalDAV/Reminder/INotificationProvider.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php b/apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php index e63f08646b..33c0604ae2 100644 --- a/apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php +++ b/apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php @@ -9,6 +9,7 @@ declare(strict_types=1); * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling + * @author Richard Steinmetz * @author Roeland Jago Douma * @author Thomas Citharel * diff --git a/apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php b/apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php index 6182107a69..d002c98d1c 100644 --- a/apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php +++ b/apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php @@ -7,6 +7,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2020, leith abdulla () * * @author Christoph Wurst + * @author eleith * @author Georg Ehrke * @author Joas Schilling * @author Thomas Citharel diff --git a/apps/dav/lib/CardDAV/AddressBookImpl.php b/apps/dav/lib/CardDAV/AddressBookImpl.php index 785ec2b7a0..a2895fed34 100644 --- a/apps/dav/lib/CardDAV/AddressBookImpl.php +++ b/apps/dav/lib/CardDAV/AddressBookImpl.php @@ -4,6 +4,7 @@ * * @author Arne Hamann * @author Björn Schießle + * @author call-me-matt * @author Christoph Wurst * @author Daniel Kesselberg * @author Georg Ehrke diff --git a/apps/dav/lib/CardDAV/CardDavBackend.php b/apps/dav/lib/CardDAV/CardDavBackend.php index bd881eb06c..f256c00944 100644 --- a/apps/dav/lib/CardDAV/CardDavBackend.php +++ b/apps/dav/lib/CardDAV/CardDavBackend.php @@ -9,7 +9,6 @@ * @author Georg Ehrke * @author Joas Schilling * @author John Molakvoæ (skjnldsv) - * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/dav/lib/CardDAV/Converter.php b/apps/dav/lib/CardDAV/Converter.php index 8602d3b4ed..59e5401d05 100644 --- a/apps/dav/lib/CardDAV/Converter.php +++ b/apps/dav/lib/CardDAV/Converter.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bjoern Schiessle + * @author Christoph Wurst + * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/dav/lib/CardDAV/MultiGetExportPlugin.php b/apps/dav/lib/CardDAV/MultiGetExportPlugin.php index 7314aef2da..94a169602b 100644 --- a/apps/dav/lib/CardDAV/MultiGetExportPlugin.php +++ b/apps/dav/lib/CardDAV/MultiGetExportPlugin.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 John Molakvoæ * + * @author Christoph Wurst * @author John Molakvoæ (skjnldsv) * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/lib/Comments/CommentNode.php b/apps/dav/lib/Comments/CommentNode.php index 4a0cfe7802..0ea15d3b1d 100644 --- a/apps/dav/lib/Comments/CommentNode.php +++ b/apps/dav/lib/Comments/CommentNode.php @@ -4,7 +4,7 @@ * * @author Arthur Schiwon * @author Christoph Wurst - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Comments/CommentsPlugin.php b/apps/dav/lib/Comments/CommentsPlugin.php index 058ed968f1..5937a2b9af 100644 --- a/apps/dav/lib/Comments/CommentsPlugin.php +++ b/apps/dav/lib/Comments/CommentsPlugin.php @@ -6,7 +6,7 @@ * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/PublicAuth.php b/apps/dav/lib/Connector/PublicAuth.php index 29f8295a7a..c7de392dbb 100644 --- a/apps/dav/lib/Connector/PublicAuth.php +++ b/apps/dav/lib/Connector/PublicAuth.php @@ -11,7 +11,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/Auth.php b/apps/dav/lib/Connector/Sabre/Auth.php index ad042cd96c..fd741dbba3 100644 --- a/apps/dav/lib/Connector/Sabre/Auth.php +++ b/apps/dav/lib/Connector/Sabre/Auth.php @@ -15,7 +15,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/CachingTree.php b/apps/dav/lib/Connector/Sabre/CachingTree.php index e65b0d3b4d..811ce21b92 100644 --- a/apps/dav/lib/Connector/Sabre/CachingTree.php +++ b/apps/dav/lib/Connector/Sabre/CachingTree.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Joas Schilling * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php b/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php index dec9eb61e6..9d58b25aa5 100644 --- a/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php +++ b/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php @@ -5,7 +5,7 @@ * @author Christoph Wurst * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/Directory.php b/apps/dav/lib/Connector/Sabre/Directory.php index cb9a4121d1..8052f81929 100644 --- a/apps/dav/lib/Connector/Sabre/Directory.php +++ b/apps/dav/lib/Connector/Sabre/Directory.php @@ -13,7 +13,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php b/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php index 36b114b88f..c2b51a93b3 100644 --- a/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php +++ b/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php b/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php index 2d9f309973..02ad31d9f7 100644 --- a/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php +++ b/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @author Owen Winkler * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/Exception/PasswordLoginForbidden.php b/apps/dav/lib/Connector/Sabre/Exception/PasswordLoginForbidden.php index aac9b73583..3af51da65d 100644 --- a/apps/dav/lib/Connector/Sabre/Exception/PasswordLoginForbidden.php +++ b/apps/dav/lib/Connector/Sabre/Exception/PasswordLoginForbidden.php @@ -4,7 +4,7 @@ * * @author Christoph Wurst * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/Exception/UnsupportedMediaType.php b/apps/dav/lib/Connector/Sabre/Exception/UnsupportedMediaType.php index 700625a229..8c8a6cc3a0 100644 --- a/apps/dav/lib/Connector/Sabre/Exception/UnsupportedMediaType.php +++ b/apps/dav/lib/Connector/Sabre/Exception/UnsupportedMediaType.php @@ -5,7 +5,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php b/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php index ad590c8cf3..94ca86c316 100644 --- a/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php +++ b/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php @@ -8,7 +8,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/File.php b/apps/dav/lib/Connector/Sabre/File.php index 6a2bf6fe3a..3087b752f0 100644 --- a/apps/dav/lib/Connector/Sabre/File.php +++ b/apps/dav/lib/Connector/Sabre/File.php @@ -19,7 +19,7 @@ * @author Semih Serhat Karakaya * @author Stefan Schneider * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/FilesPlugin.php b/apps/dav/lib/Connector/Sabre/FilesPlugin.php index c831ab86dc..476d049bbc 100644 --- a/apps/dav/lib/Connector/Sabre/FilesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FilesPlugin.php @@ -14,7 +14,7 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Tobias Kaminsky - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php index 8721613fea..35d1d1743a 100644 --- a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * @author Vinicius Cubas Brand * * @license AGPL-3.0 diff --git a/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php b/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php index e5db244c21..0e176d74a1 100644 --- a/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php +++ b/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/Node.php b/apps/dav/lib/Connector/Sabre/Node.php index 9d7052b5c2..b83e5cbcbc 100644 --- a/apps/dav/lib/Connector/Sabre/Node.php +++ b/apps/dav/lib/Connector/Sabre/Node.php @@ -17,7 +17,7 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Tobias Kaminsky - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/ObjectTree.php b/apps/dav/lib/Connector/Sabre/ObjectTree.php index 680c0e84fc..3a6e355805 100644 --- a/apps/dav/lib/Connector/Sabre/ObjectTree.php +++ b/apps/dav/lib/Connector/Sabre/ObjectTree.php @@ -9,7 +9,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/Principal.php b/apps/dav/lib/Connector/Sabre/Principal.php index bf03569bd5..55b63df8c6 100644 --- a/apps/dav/lib/Connector/Sabre/Principal.php +++ b/apps/dav/lib/Connector/Sabre/Principal.php @@ -3,9 +3,11 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2018, Georg Ehrke * + * @author Arthur Schiwon * @author Bart Visscher * @author Christoph Seitz * @author Christoph Wurst + * @author Daniel Kesselberg * @author Georg Ehrke * @author Jakob Sack * @author Julius Härtl @@ -13,7 +15,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * @author Vinicius Cubas Brand * * @license AGPL-3.0 diff --git a/apps/dav/lib/Connector/Sabre/QuotaPlugin.php b/apps/dav/lib/Connector/Sabre/QuotaPlugin.php index 0abfe5bbfb..6d17704b10 100644 --- a/apps/dav/lib/Connector/Sabre/QuotaPlugin.php +++ b/apps/dav/lib/Connector/Sabre/QuotaPlugin.php @@ -9,7 +9,7 @@ * @author Roeland Jago Douma * @author scambra * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/Server.php b/apps/dav/lib/Connector/Sabre/Server.php index 231a37a24f..5ae0fa74ab 100644 --- a/apps/dav/lib/Connector/Sabre/Server.php +++ b/apps/dav/lib/Connector/Sabre/Server.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @author scolebrook * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/ServerFactory.php b/apps/dav/lib/Connector/Sabre/ServerFactory.php index 8beabd3510..8c0145973f 100644 --- a/apps/dav/lib/Connector/Sabre/ServerFactory.php +++ b/apps/dav/lib/Connector/Sabre/ServerFactory.php @@ -12,7 +12,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/ShareTypeList.php b/apps/dav/lib/Connector/Sabre/ShareTypeList.php index 3bdbd04763..75633d9d88 100644 --- a/apps/dav/lib/Connector/Sabre/ShareTypeList.php +++ b/apps/dav/lib/Connector/Sabre/ShareTypeList.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/SharesPlugin.php b/apps/dav/lib/Connector/Sabre/SharesPlugin.php index c4b8f0a462..98458ff8bf 100644 --- a/apps/dav/lib/Connector/Sabre/SharesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/SharesPlugin.php @@ -4,11 +4,12 @@ * * @author Christoph Wurst * @author Joas Schilling + * @author Julius Härtl * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Tobias Kaminsky - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/TagList.php b/apps/dav/lib/Connector/Sabre/TagList.php index 9afe5f8429..f5e1955686 100644 --- a/apps/dav/lib/Connector/Sabre/TagList.php +++ b/apps/dav/lib/Connector/Sabre/TagList.php @@ -5,7 +5,7 @@ * @author Christoph Wurst * @author Morris Jobke * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/TagsPlugin.php b/apps/dav/lib/Connector/Sabre/TagsPlugin.php index ad3e061127..240010eff4 100644 --- a/apps/dav/lib/Connector/Sabre/TagsPlugin.php +++ b/apps/dav/lib/Connector/Sabre/TagsPlugin.php @@ -8,7 +8,7 @@ * @author Sergio Bertolín * @author Thomas Citharel * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Controller/DirectController.php b/apps/dav/lib/Controller/DirectController.php index 35f4c0dbcb..9733c376fa 100644 --- a/apps/dav/lib/Controller/DirectController.php +++ b/apps/dav/lib/Controller/DirectController.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2018, Roeland Jago Douma * + * @author Iscle * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/lib/DAV/GroupPrincipalBackend.php b/apps/dav/lib/DAV/GroupPrincipalBackend.php index 8b9c5aa948..88193cf5b5 100644 --- a/apps/dav/lib/DAV/GroupPrincipalBackend.php +++ b/apps/dav/lib/DAV/GroupPrincipalBackend.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2018, Georg Ehrke * + * @author Arthur Schiwon * @author Christoph Wurst * @author Georg Ehrke * @author John Molakvoæ (skjnldsv) diff --git a/apps/dav/lib/Files/FilesHome.php b/apps/dav/lib/Files/FilesHome.php index 4187096f75..246ec0584b 100644 --- a/apps/dav/lib/Files/FilesHome.php +++ b/apps/dav/lib/Files/FilesHome.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Files/RootCollection.php b/apps/dav/lib/Files/RootCollection.php index ba73f97d27..507c40108c 100644 --- a/apps/dav/lib/Files/RootCollection.php +++ b/apps/dav/lib/Files/RootCollection.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Migration/BuildCalendarSearchIndex.php b/apps/dav/lib/Migration/BuildCalendarSearchIndex.php index 117cef7d7b..7caa53be89 100644 --- a/apps/dav/lib/Migration/BuildCalendarSearchIndex.php +++ b/apps/dav/lib/Migration/BuildCalendarSearchIndex.php @@ -3,6 +3,7 @@ * @copyright 2017 Georg Ehrke * * @author Georg Ehrke + * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php b/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php index 162edc2f60..58096e3f3c 100644 --- a/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php +++ b/apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php @@ -3,6 +3,7 @@ * @copyright 2017 Joas Schilling * * @author Joas Schilling + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/Migration/RegisterBuildReminderIndexBackgroundJob.php b/apps/dav/lib/Migration/RegisterBuildReminderIndexBackgroundJob.php index 58e798f42c..0f3ed1f0ad 100644 --- a/apps/dav/lib/Migration/RegisterBuildReminderIndexBackgroundJob.php +++ b/apps/dav/lib/Migration/RegisterBuildReminderIndexBackgroundJob.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2019 Georg Ehrke * * @author Georg Ehrke + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/lib/Migration/Version1004Date20170825134824.php b/apps/dav/lib/Migration/Version1004Date20170825134824.php index 9ba3b18d1d..8119656159 100644 --- a/apps/dav/lib/Migration/Version1004Date20170825134824.php +++ b/apps/dav/lib/Migration/Version1004Date20170825134824.php @@ -5,6 +5,7 @@ * @author Georg Ehrke * @author Joas Schilling * @author Roeland Jago Douma + * @author Vincent Petry * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/Migration/Version1012Date20190808122342.php b/apps/dav/lib/Migration/Version1012Date20190808122342.php index 51929d1a2f..b67f2fb26d 100644 --- a/apps/dav/lib/Migration/Version1012Date20190808122342.php +++ b/apps/dav/lib/Migration/Version1012Date20190808122342.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Daniel Kesselberg * @author Georg Ehrke + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/lib/RootCollection.php b/apps/dav/lib/RootCollection.php index b08775d80f..18874ecf74 100644 --- a/apps/dav/lib/RootCollection.php +++ b/apps/dav/lib/RootCollection.php @@ -8,7 +8,7 @@ * @author Joas Schilling * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Search/TasksSearchProvider.php b/apps/dav/lib/Search/TasksSearchProvider.php index 26fb659aa1..b9ec899712 100644 --- a/apps/dav/lib/Search/TasksSearchProvider.php +++ b/apps/dav/lib/Search/TasksSearchProvider.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2020, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author John Molakvoæ (skjnldsv) diff --git a/apps/dav/lib/Server.php b/apps/dav/lib/Server.php index 9942216bd5..ba5bcf935e 100644 --- a/apps/dav/lib/Server.php +++ b/apps/dav/lib/Server.php @@ -15,7 +15,7 @@ * @author Roeland Jago Douma * @author Thomas Citharel * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/SystemTag/SystemTagMappingNode.php b/apps/dav/lib/SystemTag/SystemTagMappingNode.php index 6f68cd060f..414e062f3c 100644 --- a/apps/dav/lib/SystemTag/SystemTagMappingNode.php +++ b/apps/dav/lib/SystemTag/SystemTagMappingNode.php @@ -4,7 +4,7 @@ * * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/SystemTag/SystemTagNode.php b/apps/dav/lib/SystemTag/SystemTagNode.php index 9b15cc9a69..c588f506c3 100644 --- a/apps/dav/lib/SystemTag/SystemTagNode.php +++ b/apps/dav/lib/SystemTag/SystemTagNode.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/SystemTag/SystemTagPlugin.php b/apps/dav/lib/SystemTag/SystemTagPlugin.php index c83fd3f048..51d5087377 100644 --- a/apps/dav/lib/SystemTag/SystemTagPlugin.php +++ b/apps/dav/lib/SystemTag/SystemTagPlugin.php @@ -6,7 +6,7 @@ * @author Lukas Reschke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php b/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php index c08b7adf46..13b5f00948 100644 --- a/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php @@ -5,7 +5,7 @@ * @author Christoph Wurst * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php b/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php index f3bed7887f..0bd450467a 100644 --- a/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php b/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php index 6ea1b6b3c5..683162cdc9 100644 --- a/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php b/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php index c8502af473..353f5bcedf 100644 --- a/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Upload/AssemblyStream.php b/apps/dav/lib/Upload/AssemblyStream.php index e42a1ceb9e..3c996ffab4 100644 --- a/apps/dav/lib/Upload/AssemblyStream.php +++ b/apps/dav/lib/Upload/AssemblyStream.php @@ -3,12 +3,13 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author J0WI * @author Lukas Reschke * @author Markus Goetz * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/AppInfo/PluginManagerTest.php b/apps/dav/tests/unit/AppInfo/PluginManagerTest.php index 9ab37d8ab7..878b958cae 100644 --- a/apps/dav/tests/unit/AppInfo/PluginManagerTest.php +++ b/apps/dav/tests/unit/AppInfo/PluginManagerTest.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Julius Härtl * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php index 1b5709a1ac..5016b70871 100644 --- a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php +++ b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php @@ -7,6 +7,7 @@ * @author dartcafe * @author Georg Ehrke * @author Joas Schilling + * @author leith abdulla * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php b/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php index c243522b78..bb0cbf1fcc 100644 --- a/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php +++ b/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php @@ -9,6 +9,7 @@ declare(strict_types=1); * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling + * @author Richard Steinmetz * @author Roeland Jago Douma * @author Thomas Citharel * diff --git a/apps/dav/tests/unit/CalDAV/WebcalCaching/RefreshWebcalServiceTest.php b/apps/dav/tests/unit/CalDAV/WebcalCaching/RefreshWebcalServiceTest.php index 42d3e2a398..29a6170b1e 100644 --- a/apps/dav/tests/unit/CalDAV/WebcalCaching/RefreshWebcalServiceTest.php +++ b/apps/dav/tests/unit/CalDAV/WebcalCaching/RefreshWebcalServiceTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2020, Thomas Citharel * * @author Christoph Wurst + * @author eleith * @author Georg Ehrke * @author Joas Schilling * @author Thomas Citharel diff --git a/apps/dav/tests/unit/CardDAV/AddressBookImplTest.php b/apps/dav/tests/unit/CardDAV/AddressBookImplTest.php index 9261dc4057..5b28e6b025 100644 --- a/apps/dav/tests/unit/CardDAV/AddressBookImplTest.php +++ b/apps/dav/tests/unit/CardDAV/AddressBookImplTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author call-me-matt * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling @@ -10,7 +11,6 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Matthias Heinisch * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Comments/CommentsNodeTest.php b/apps/dav/tests/unit/Comments/CommentsNodeTest.php index b9633c7e10..bb063f77f7 100644 --- a/apps/dav/tests/unit/Comments/CommentsNodeTest.php +++ b/apps/dav/tests/unit/Comments/CommentsNodeTest.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Comments/CommentsPluginTest.php b/apps/dav/tests/unit/Comments/CommentsPluginTest.php index 02d702e9f4..ebd0c43181 100644 --- a/apps/dav/tests/unit/Comments/CommentsPluginTest.php +++ b/apps/dav/tests/unit/Comments/CommentsPluginTest.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/AuthTest.php b/apps/dav/tests/unit/Connector/Sabre/AuthTest.php index 9fca779d58..306da871f8 100644 --- a/apps/dav/tests/unit/Connector/Sabre/AuthTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/AuthTest.php @@ -10,7 +10,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php index a0656fe7da..487fb2b628 100644 --- a/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php b/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php index 154a3ac6da..68bc60e170 100644 --- a/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php b/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php index e292b6794d..3d98726cb4 100644 --- a/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php @@ -9,7 +9,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/FileTest.php b/apps/dav/tests/unit/Connector/Sabre/FileTest.php index 8c0a417851..904faa8e8c 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FileTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FileTest.php @@ -4,12 +4,13 @@ * * @author Christoph Wurst * @author Daniel Calviño Sánchez + * @author Daniel Kesselberg * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php index 15007689b6..ea9bc371d5 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php @@ -10,7 +10,7 @@ * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php index 56b83aa46b..23ab9f05ae 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php b/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php index 188a39c89a..3bf8c0b642 100644 --- a/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php index a4edbe6d94..302961d6de 100644 --- a/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php @@ -9,7 +9,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php index f48e652272..900dee6df6 100644 --- a/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php @@ -5,11 +5,12 @@ * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling + * @author Julius Härtl * @author Maxence Lange * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php index 31754a95e8..a0ef78c752 100644 --- a/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php @@ -8,7 +8,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php b/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php index 86a88b3ccd..855add1fc1 100644 --- a/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php +++ b/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php @@ -4,6 +4,7 @@ * * @author Christoph Wurst * @author Georg Ehrke + * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/DAV/GroupPrincipalTest.php b/apps/dav/tests/unit/DAV/GroupPrincipalTest.php index 51b73b3b0a..ba079fb9ca 100644 --- a/apps/dav/tests/unit/DAV/GroupPrincipalTest.php +++ b/apps/dav/tests/unit/DAV/GroupPrincipalTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2018, Georg Ehrke * + * @author Arthur Schiwon * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling diff --git a/apps/dav/tests/unit/ServerTest.php b/apps/dav/tests/unit/ServerTest.php index 90cecea907..e3377afc46 100644 --- a/apps/dav/tests/unit/ServerTest.php +++ b/apps/dav/tests/unit/ServerTest.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php b/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php index 3632d7c85d..cf0373d5e3 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php b/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php index b4bad9e29b..a30ce43ba9 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php b/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php index 97e140a0ab..d950af3efd 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php @@ -8,7 +8,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php b/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php index faae3626fb..378545beab 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php b/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php index c8482ffe77..54fc82876c 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php b/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php index 4e4612001d..e50c30df3b 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Upload/AssemblyStreamTest.php b/apps/dav/tests/unit/Upload/AssemblyStreamTest.php index ec710e8d2c..2660951efe 100644 --- a/apps/dav/tests/unit/Upload/AssemblyStreamTest.php +++ b/apps/dav/tests/unit/Upload/AssemblyStreamTest.php @@ -10,7 +10,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/encryption/appinfo/app.php b/apps/encryption/appinfo/app.php index 66127e5f97..5fd5f628de 100644 --- a/apps/encryption/appinfo/app.php +++ b/apps/encryption/appinfo/app.php @@ -2,10 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Bjoern Schiessle * @author Björn Schießle * @author Christoph Wurst * @author Clark Tomlinson + * @author Morris Jobke * * @license AGPL-3.0 * diff --git a/apps/encryption/lib/AppInfo/Application.php b/apps/encryption/lib/AppInfo/Application.php index 6674abc972..ac0f2ededd 100644 --- a/apps/encryption/lib/AppInfo/Application.php +++ b/apps/encryption/lib/AppInfo/Application.php @@ -6,8 +6,7 @@ * @author Björn Schießle * @author Christoph Wurst * @author Clark Tomlinson - * @author Joas Schilling - * @author Julius Härtl + * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/encryption/lib/Command/ScanLegacyFormat.php b/apps/encryption/lib/Command/ScanLegacyFormat.php index 802b02df82..425d034800 100644 --- a/apps/encryption/lib/Command/ScanLegacyFormat.php +++ b/apps/encryption/lib/Command/ScanLegacyFormat.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2020, Roeland Jago Douma * + * @author essys * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/encryption/lib/KeyManager.php b/apps/encryption/lib/KeyManager.php index 64ef1bd232..6dabca1729 100644 --- a/apps/encryption/lib/KeyManager.php +++ b/apps/encryption/lib/KeyManager.php @@ -12,7 +12,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/encryption/lib/Settings/Admin.php b/apps/encryption/lib/Settings/Admin.php index c7493278ea..cfb0416663 100644 --- a/apps/encryption/lib/Settings/Admin.php +++ b/apps/encryption/lib/Settings/Admin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * @author Julius Härtl * @author Roeland Jago Douma * diff --git a/apps/encryption/lib/Users/Setup.php b/apps/encryption/lib/Users/Setup.php index f68e06a3de..947ca27dd0 100644 --- a/apps/encryption/lib/Users/Setup.php +++ b/apps/encryption/lib/Users/Setup.php @@ -7,6 +7,7 @@ * @author Clark Tomlinson * @author Julius Härtl * @author Lukas Reschke + * @author Morris Jobke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/encryption/tests/KeyManagerTest.php b/apps/encryption/tests/KeyManagerTest.php index 1180c65a87..d939a2681f 100644 --- a/apps/encryption/tests/KeyManagerTest.php +++ b/apps/encryption/tests/KeyManagerTest.php @@ -12,7 +12,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/encryption/tests/Users/SetupTest.php b/apps/encryption/tests/Users/SetupTest.php index 1ab2fde21c..a418ac41df 100644 --- a/apps/encryption/tests/Users/SetupTest.php +++ b/apps/encryption/tests/Users/SetupTest.php @@ -4,7 +4,6 @@ * * @author Björn Schießle * @author Clark Tomlinson - * @author Joas Schilling * @author Julius Härtl * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php b/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php index d79fb83a95..5349dec2dd 100644 --- a/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php +++ b/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php @@ -4,9 +4,9 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/federatedfilesharing/lib/FederatedShareProvider.php b/apps/federatedfilesharing/lib/FederatedShareProvider.php index 0dc344ec9c..d77bea1fb5 100644 --- a/apps/federatedfilesharing/lib/FederatedShareProvider.php +++ b/apps/federatedfilesharing/lib/FederatedShareProvider.php @@ -8,6 +8,7 @@ * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Maxence Lange * @author Morris Jobke diff --git a/apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php b/apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php index afd41c20f6..a2891855b5 100644 --- a/apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php +++ b/apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2020 Joas Schilling * * @author Joas Schilling + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * diff --git a/apps/federatedfilesharing/lib/Migration/Version1011Date20201120125158.php b/apps/federatedfilesharing/lib/Migration/Version1011Date20201120125158.php index e89838c06f..85da1c0f72 100644 --- a/apps/federatedfilesharing/lib/Migration/Version1011Date20201120125158.php +++ b/apps/federatedfilesharing/lib/Migration/Version1011Date20201120125158.php @@ -1,5 +1,5 @@ * * @author Julius Härtl @@ -13,7 +13,7 @@ * * 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 + * 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 diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php index c683c8de8b..410c155b07 100644 --- a/apps/federatedfilesharing/lib/Notifications.php +++ b/apps/federatedfilesharing/lib/Notifications.php @@ -5,6 +5,7 @@ * @author Bjoern Schiessle * @author Björn Schießle * @author Christoph Wurst + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * diff --git a/apps/federatedfilesharing/tests/AddressHandlerTest.php b/apps/federatedfilesharing/tests/AddressHandlerTest.php index fb78e83ea6..9ab3616412 100644 --- a/apps/federatedfilesharing/tests/AddressHandlerTest.php +++ b/apps/federatedfilesharing/tests/AddressHandlerTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Bjoern Schiessle * @author Björn Schießle * @author Christoph Wurst diff --git a/apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php b/apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php index 412b5b82d6..ca4bd1496f 100644 --- a/apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php +++ b/apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, Björn Schießle * + * @author Arthur Schiwon * @author Bjoern Schiessle * @author Björn Schießle * @author Christoph Wurst diff --git a/apps/federatedfilesharing/tests/FederatedShareProviderTest.php b/apps/federatedfilesharing/tests/FederatedShareProviderTest.php index 7a2fd5f006..50d861cc5d 100644 --- a/apps/federatedfilesharing/tests/FederatedShareProviderTest.php +++ b/apps/federatedfilesharing/tests/FederatedShareProviderTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Bjoern Schiessle * @author Björn Schießle * @author Christoph Wurst diff --git a/apps/files/ajax/list.php b/apps/files/ajax/list.php index 274dc81673..dfe2e0c941 100644 --- a/apps/files/ajax/list.php +++ b/apps/files/ajax/list.php @@ -8,7 +8,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index d52da3a269..d5edd068cd 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -17,7 +17,7 @@ declare(strict_types=1); * @author Robin Appelman * @author Roeland Jago Douma * @author Tobias Kaminsky - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/lib/App.php b/apps/files/lib/App.php index aa67136147..9bb50d6f9a 100644 --- a/apps/files/lib/App.php +++ b/apps/files/lib/App.php @@ -5,7 +5,7 @@ * @author Christopher Schäpers * @author Joas Schilling * @author Morris Jobke - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/lib/AppInfo/Application.php b/apps/files/lib/AppInfo/Application.php index 7bd3acdf8e..92f29bfe41 100644 --- a/apps/files/lib/AppInfo/Application.php +++ b/apps/files/lib/AppInfo/Application.php @@ -14,7 +14,7 @@ declare(strict_types=1); * @author Robin Appelman * @author Roeland Jago Douma * @author Tobias Kaminsky - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php b/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php index 07165c9cf6..bea5fc7d34 100644 --- a/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php +++ b/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php @@ -5,7 +5,7 @@ * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/lib/Command/Scan.php b/apps/files/lib/Command/Scan.php index 2f96e49501..fef6eac31d 100644 --- a/apps/files/lib/Command/Scan.php +++ b/apps/files/lib/Command/Scan.php @@ -14,7 +14,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/lib/Command/TransferOwnership.php b/apps/files/lib/Command/TransferOwnership.php index 1a2f6167b2..07d6ab6029 100644 --- a/apps/files/lib/Command/TransferOwnership.php +++ b/apps/files/lib/Command/TransferOwnership.php @@ -10,10 +10,11 @@ declare(strict_types=1); * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma + * @author Sujith Haridasan * @author Sujith H * @author Thomas Müller * @author Tobia De Koninck - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/lib/Controller/ApiController.php b/apps/files/lib/Controller/ApiController.php index 95ee1450e2..a852be5dad 100644 --- a/apps/files/lib/Controller/ApiController.php +++ b/apps/files/lib/Controller/ApiController.php @@ -9,13 +9,15 @@ * @author fnuesse * @author Joas Schilling * @author John Molakvoæ (skjnldsv) + * @author Julius Härtl * @author Lukas Reschke * @author Max Kovalenko * @author Morris Jobke + * @author Richard Steinmetz * @author Robin Appelman * @author Roeland Jago Douma * @author Tobias Kaminsky - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php index 4a45657497..9107573752 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -11,12 +11,10 @@ * @author Julius Härtl * @author Lukas Reschke * @author Max Kovalenko - * @author Michael Weimann * @author Morris Jobke - * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/lib/Helper.php b/apps/files/lib/Helper.php index 69ab8f8f64..699caec59e 100644 --- a/apps/files/lib/Helper.php +++ b/apps/files/lib/Helper.php @@ -14,7 +14,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/lib/Search/FilesSearchProvider.php b/apps/files/lib/Search/FilesSearchProvider.php index a3c6120ef1..9360011935 100644 --- a/apps/files/lib/Search/FilesSearchProvider.php +++ b/apps/files/lib/Search/FilesSearchProvider.php @@ -8,6 +8,7 @@ declare(strict_types=1); * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files/lib/Service/OwnershipTransferService.php b/apps/files/lib/Service/OwnershipTransferService.php index bd8520b92f..870aa9f9d7 100644 --- a/apps/files/lib/Service/OwnershipTransferService.php +++ b/apps/files/lib/Service/OwnershipTransferService.php @@ -9,7 +9,6 @@ declare(strict_types=1); * @author Joas Schilling * @author Julius Härtl * @author Morris Jobke - * @author rawtaz * @author Roeland Jago Douma * @author Sascha Wiswedel * @author Tobia De Koninck diff --git a/apps/files/lib/Service/TagService.php b/apps/files/lib/Service/TagService.php index 07fde07b4c..72814f4753 100644 --- a/apps/files/lib/Service/TagService.php +++ b/apps/files/lib/Service/TagService.php @@ -6,7 +6,7 @@ * @author Daniel Kesselberg * @author Joas Schilling * @author Morris Jobke - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/list.php b/apps/files/list.php index e4713ae296..872f711344 100644 --- a/apps/files/list.php +++ b/apps/files/list.php @@ -4,7 +4,7 @@ * * @author John Molakvoæ (skjnldsv) * @author Morris Jobke - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/simplelist.php b/apps/files/simplelist.php index eebb5beb51..404be951e2 100644 --- a/apps/files/simplelist.php +++ b/apps/files/simplelist.php @@ -4,7 +4,7 @@ * * @author John Molakvoæ (skjnldsv) * @author Morris Jobke - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php b/apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php index 13ccc678b3..57864ba02b 100644 --- a/apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php +++ b/apps/files/tests/BackgroundJob/DeleteOrphanedItemsJobTest.php @@ -4,7 +4,7 @@ * * @author Arthur Schiwon * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/tests/BackgroundJob/ScanFilesTest.php b/apps/files/tests/BackgroundJob/ScanFilesTest.php index 1bc449c6c6..2b70b3bd49 100644 --- a/apps/files/tests/BackgroundJob/ScanFilesTest.php +++ b/apps/files/tests/BackgroundJob/ScanFilesTest.php @@ -2,7 +2,6 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Christoph Wurst * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/files/tests/Controller/ApiControllerTest.php b/apps/files/tests/Controller/ApiControllerTest.php index bf3ca5e5a8..afef351aea 100644 --- a/apps/files/tests/Controller/ApiControllerTest.php +++ b/apps/files/tests/Controller/ApiControllerTest.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index c17c2ea357..2b40697642 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -12,7 +12,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/tests/HelperTest.php b/apps/files/tests/HelperTest.php index 974d1187f2..ec301e99b4 100644 --- a/apps/files/tests/HelperTest.php +++ b/apps/files/tests/HelperTest.php @@ -8,7 +8,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files/tests/Service/TagServiceTest.php b/apps/files/tests/Service/TagServiceTest.php index c108eddfc9..202fdb6c82 100644 --- a/apps/files/tests/Service/TagServiceTest.php +++ b/apps/files/tests/Service/TagServiceTest.php @@ -8,7 +8,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/ajax/oauth2.php b/apps/files_external/ajax/oauth2.php index 0cf3073c7c..e61814cfb8 100644 --- a/apps/files_external/ajax/oauth2.php +++ b/apps/files_external/ajax/oauth2.php @@ -5,7 +5,7 @@ * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php index ecf84116da..f8f7d377bc 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -8,7 +8,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php index 9085ca9f7d..23b692703a 100644 --- a/apps/files_external/appinfo/routes.php +++ b/apps/files_external/appinfo/routes.php @@ -9,7 +9,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Ross Nicoll - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/AppInfo/Application.php b/apps/files_external/lib/AppInfo/Application.php index de83bdd2bb..f0c6653377 100644 --- a/apps/files_external/lib/AppInfo/Application.php +++ b/apps/files_external/lib/AppInfo/Application.php @@ -10,7 +10,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Ross Nicoll - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Config/ConfigAdapter.php b/apps/files_external/lib/Config/ConfigAdapter.php index a43d13d3e7..816b437462 100644 --- a/apps/files_external/lib/Config/ConfigAdapter.php +++ b/apps/files_external/lib/Config/ConfigAdapter.php @@ -9,7 +9,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Controller/ApiController.php b/apps/files_external/lib/Controller/ApiController.php index de2942e554..afa869b527 100644 --- a/apps/files_external/lib/Controller/ApiController.php +++ b/apps/files_external/lib/Controller/ApiController.php @@ -10,7 +10,7 @@ declare(strict_types=1); * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Controller/GlobalStoragesController.php b/apps/files_external/lib/Controller/GlobalStoragesController.php index d42facb18a..4d8b6c4bc8 100644 --- a/apps/files_external/lib/Controller/GlobalStoragesController.php +++ b/apps/files_external/lib/Controller/GlobalStoragesController.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Controller/StoragesController.php b/apps/files_external/lib/Controller/StoragesController.php index 6be833687b..5d9ffedf88 100644 --- a/apps/files_external/lib/Controller/StoragesController.php +++ b/apps/files_external/lib/Controller/StoragesController.php @@ -9,7 +9,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Controller/UserStoragesController.php b/apps/files_external/lib/Controller/UserStoragesController.php index 8c588fc967..c297d3db38 100644 --- a/apps/files_external/lib/Controller/UserStoragesController.php +++ b/apps/files_external/lib/Controller/UserStoragesController.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Auth/InvalidAuth.php b/apps/files_external/lib/Lib/Auth/InvalidAuth.php index 61302125b4..7c3ba64302 100644 --- a/apps/files_external/lib/Lib/Auth/InvalidAuth.php +++ b/apps/files_external/lib/Lib/Auth/InvalidAuth.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud GmbH. * - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php b/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php index 47fb044f88..d6f2d3f844 100644 --- a/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php +++ b/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php @@ -4,7 +4,7 @@ * * @author Christoph Wurst * @author Robin McCorkell - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Backend/InvalidBackend.php b/apps/files_external/lib/Lib/Backend/InvalidBackend.php index 40573a81ab..148074a239 100644 --- a/apps/files_external/lib/Lib/Backend/InvalidBackend.php +++ b/apps/files_external/lib/Lib/Backend/InvalidBackend.php @@ -5,7 +5,7 @@ * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Storage/AmazonS3.php b/apps/files_external/lib/Lib/Storage/AmazonS3.php index b96950cca9..9ea278d722 100644 --- a/apps/files_external/lib/Lib/Storage/AmazonS3.php +++ b/apps/files_external/lib/Lib/Storage/AmazonS3.php @@ -20,7 +20,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Storage/FTP.php b/apps/files_external/lib/Lib/Storage/FTP.php index 60ee33facc..48e312ecd7 100644 --- a/apps/files_external/lib/Lib/Storage/FTP.php +++ b/apps/files_external/lib/Lib/Storage/FTP.php @@ -12,9 +12,8 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Senorsen * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Storage/OwnCloud.php b/apps/files_external/lib/Lib/Storage/OwnCloud.php index 244df69318..501d7e68e1 100644 --- a/apps/files_external/lib/Lib/Storage/OwnCloud.php +++ b/apps/files_external/lib/Lib/Storage/OwnCloud.php @@ -9,7 +9,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php index 6921b157a2..ec788c3bad 100644 --- a/apps/files_external/lib/Lib/Storage/SFTP.php +++ b/apps/files_external/lib/Lib/Storage/SFTP.php @@ -17,7 +17,7 @@ * @author Ross Nicoll * @author SA * @author Senorsen - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Storage/SMB.php b/apps/files_external/lib/Lib/Storage/SMB.php index c7e2583f08..d995a016db 100644 --- a/apps/files_external/lib/Lib/Storage/SMB.php +++ b/apps/files_external/lib/Lib/Storage/SMB.php @@ -16,7 +16,7 @@ * @author Roeland Jago Douma * @author Roland Tapken * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Storage/StreamWrapper.php b/apps/files_external/lib/Lib/Storage/StreamWrapper.php index b77b9e0fe4..ba98bceda3 100644 --- a/apps/files_external/lib/Lib/Storage/StreamWrapper.php +++ b/apps/files_external/lib/Lib/Storage/StreamWrapper.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/Storage/Swift.php b/apps/files_external/lib/Lib/Storage/Swift.php index 3ecb73f54a..f338111746 100644 --- a/apps/files_external/lib/Lib/Storage/Swift.php +++ b/apps/files_external/lib/Lib/Storage/Swift.php @@ -23,7 +23,7 @@ declare(strict_types=1); * @author Roeland Jago Douma * @author Thomas Müller * @author Tim Dettrick - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Lib/StorageConfig.php b/apps/files_external/lib/Lib/StorageConfig.php index ca26d49521..4e61d89e9a 100644 --- a/apps/files_external/lib/Lib/StorageConfig.php +++ b/apps/files_external/lib/Lib/StorageConfig.php @@ -9,7 +9,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Migration/StorageMigrator.php b/apps/files_external/lib/Migration/StorageMigrator.php index 5fef0d3ac3..4d20a9538a 100644 --- a/apps/files_external/lib/Migration/StorageMigrator.php +++ b/apps/files_external/lib/Migration/StorageMigrator.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Migration/Version1011Date20200630192246.php b/apps/files_external/lib/Migration/Version1011Date20200630192246.php index 934a9e3478..0f0ce7c8ce 100644 --- a/apps/files_external/lib/Migration/Version1011Date20200630192246.php +++ b/apps/files_external/lib/Migration/Version1011Date20200630192246.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2020 Joas Schilling * * @author Joas Schilling + * @author Vincent Petry * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files_external/lib/MountConfig.php b/apps/files_external/lib/MountConfig.php index 425fcd1b32..23b37544c5 100644 --- a/apps/files_external/lib/MountConfig.php +++ b/apps/files_external/lib/MountConfig.php @@ -20,7 +20,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/NotFoundException.php b/apps/files_external/lib/NotFoundException.php index abd1c6a75f..d21de079f6 100644 --- a/apps/files_external/lib/NotFoundException.php +++ b/apps/files_external/lib/NotFoundException.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Service/DBConfigService.php b/apps/files_external/lib/Service/DBConfigService.php index f6ccda9561..619cd4d71a 100644 --- a/apps/files_external/lib/Service/DBConfigService.php +++ b/apps/files_external/lib/Service/DBConfigService.php @@ -5,7 +5,6 @@ * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling - * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell diff --git a/apps/files_external/lib/Service/GlobalStoragesService.php b/apps/files_external/lib/Service/GlobalStoragesService.php index 782e89aeb1..22c366d5bb 100644 --- a/apps/files_external/lib/Service/GlobalStoragesService.php +++ b/apps/files_external/lib/Service/GlobalStoragesService.php @@ -9,7 +9,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Stefan Weil - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Service/StoragesService.php b/apps/files_external/lib/Service/StoragesService.php index ce0b9d61fa..63f0c5d52c 100644 --- a/apps/files_external/lib/Service/StoragesService.php +++ b/apps/files_external/lib/Service/StoragesService.php @@ -12,7 +12,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Stefan Weil - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Service/UserStoragesService.php b/apps/files_external/lib/Service/UserStoragesService.php index 411a1a54dd..138876f4e1 100644 --- a/apps/files_external/lib/Service/UserStoragesService.php +++ b/apps/files_external/lib/Service/UserStoragesService.php @@ -8,7 +8,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Stefan Weil - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/lib/Settings/Admin.php b/apps/files_external/lib/Settings/Admin.php index 85ad14886f..1280852839 100644 --- a/apps/files_external/lib/Settings/Admin.php +++ b/apps/files_external/lib/Settings/Admin.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon - * @author Morris Jobke + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files_external/lib/Settings/Personal.php b/apps/files_external/lib/Settings/Personal.php index 916c3c3d36..e10b671ea8 100644 --- a/apps/files_external/lib/Settings/Personal.php +++ b/apps/files_external/lib/Settings/Personal.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * - * @author Morris Jobke + * @author Christoph Wurst * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/apps/files_external/list.php b/apps/files_external/list.php index 45a30bca40..6e6aa39cda 100644 --- a/apps/files_external/list.php +++ b/apps/files_external/list.php @@ -5,7 +5,7 @@ * @author Jesús Macias * @author John Molakvoæ (skjnldsv) * @author Julius Härtl - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Controller/AjaxControllerTest.php b/apps/files_external/tests/Controller/AjaxControllerTest.php index 1c4cb232ed..90c66470f2 100644 --- a/apps/files_external/tests/Controller/AjaxControllerTest.php +++ b/apps/files_external/tests/Controller/AjaxControllerTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Christoph Wurst * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php b/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php index b829525b51..b2e0a65683 100644 --- a/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php +++ b/apps/files_external/tests/Controller/GlobalStoragesControllerTest.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Controller/StoragesControllerTest.php b/apps/files_external/tests/Controller/StoragesControllerTest.php index 7572da2575..fffac01507 100644 --- a/apps/files_external/tests/Controller/StoragesControllerTest.php +++ b/apps/files_external/tests/Controller/StoragesControllerTest.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Controller/UserStoragesControllerTest.php b/apps/files_external/tests/Controller/UserStoragesControllerTest.php index 109a033514..ed2d46b614 100644 --- a/apps/files_external/tests/Controller/UserStoragesControllerTest.php +++ b/apps/files_external/tests/Controller/UserStoragesControllerTest.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/OwnCloudFunctionsTest.php b/apps/files_external/tests/OwnCloudFunctionsTest.php index 4754431257..a1db042d48 100644 --- a/apps/files_external/tests/OwnCloudFunctionsTest.php +++ b/apps/files_external/tests/OwnCloudFunctionsTest.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Service/GlobalStoragesServiceTest.php b/apps/files_external/tests/Service/GlobalStoragesServiceTest.php index 53ccb8e89a..25f2f39b50 100644 --- a/apps/files_external/tests/Service/GlobalStoragesServiceTest.php +++ b/apps/files_external/tests/Service/GlobalStoragesServiceTest.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Service/StoragesServiceTest.php b/apps/files_external/tests/Service/StoragesServiceTest.php index b1118a5714..9817c779a3 100644 --- a/apps/files_external/tests/Service/StoragesServiceTest.php +++ b/apps/files_external/tests/Service/StoragesServiceTest.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php b/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php index a1e92266e6..c2f3f42ade 100644 --- a/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php +++ b/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Service/UserStoragesServiceTest.php b/apps/files_external/tests/Service/UserStoragesServiceTest.php index b8d4dc2f5d..c7bc660c53 100644 --- a/apps/files_external/tests/Service/UserStoragesServiceTest.php +++ b/apps/files_external/tests/Service/UserStoragesServiceTest.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Settings/AdminTest.php b/apps/files_external/tests/Settings/AdminTest.php index 3f58ce8e68..413956d21c 100644 --- a/apps/files_external/tests/Settings/AdminTest.php +++ b/apps/files_external/tests/Settings/AdminTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/files_external/tests/Storage/FtpTest.php b/apps/files_external/tests/Storage/FtpTest.php index 5b1c15e5a5..b471b2ebdf 100644 --- a/apps/files_external/tests/Storage/FtpTest.php +++ b/apps/files_external/tests/Storage/FtpTest.php @@ -9,7 +9,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Storage/OwncloudTest.php b/apps/files_external/tests/Storage/OwncloudTest.php index dcb2a79a35..1fcac55133 100644 --- a/apps/files_external/tests/Storage/OwncloudTest.php +++ b/apps/files_external/tests/Storage/OwncloudTest.php @@ -8,7 +8,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Storage/SftpTest.php b/apps/files_external/tests/Storage/SftpTest.php index e07aaacd65..44b1c80108 100644 --- a/apps/files_external/tests/Storage/SftpTest.php +++ b/apps/files_external/tests/Storage/SftpTest.php @@ -9,7 +9,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Storage/SmbTest.php b/apps/files_external/tests/Storage/SmbTest.php index 2e2983dad1..bd966eef16 100644 --- a/apps/files_external/tests/Storage/SmbTest.php +++ b/apps/files_external/tests/Storage/SmbTest.php @@ -10,7 +10,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/Storage/WebdavTest.php b/apps/files_external/tests/Storage/WebdavTest.php index 03b1d41eae..87caaa5a35 100644 --- a/apps/files_external/tests/Storage/WebdavTest.php +++ b/apps/files_external/tests/Storage/WebdavTest.php @@ -8,7 +8,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/StorageConfigTest.php b/apps/files_external/tests/StorageConfigTest.php index 2f0a8fdba5..c6a7e86eed 100644 --- a/apps/files_external/tests/StorageConfigTest.php +++ b/apps/files_external/tests/StorageConfigTest.php @@ -6,7 +6,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_external/tests/config.php b/apps/files_external/tests/config.php index 5f35b937df..a00308e6d0 100644 --- a/apps/files_external/tests/config.php +++ b/apps/files_external/tests/config.php @@ -4,12 +4,8 @@ * * @author Christian Berendt * @author Christoph Wurst - * @author hkjolhede - * @author Michael Gapczynski - * @author Robin Appelman - * @author Ross Nicoll * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index 7d1d5c386d..12cdf66707 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -5,6 +5,7 @@ * @author Björn Schießle * @author Christoph Wurst * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke * @author Maxence Lange * @author Roeland Jago Douma diff --git a/apps/files_sharing/lib/Capabilities.php b/apps/files_sharing/lib/Capabilities.php index d419070824..097fa1b38e 100644 --- a/apps/files_sharing/lib/Capabilities.php +++ b/apps/files_sharing/lib/Capabilities.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Roeland Jago Douma * @author Tobias Kaminsky * diff --git a/apps/files_sharing/lib/Controller/DeletedShareAPIController.php b/apps/files_sharing/lib/Controller/DeletedShareAPIController.php index 9a75741231..75936907fe 100644 --- a/apps/files_sharing/lib/Controller/DeletedShareAPIController.php +++ b/apps/files_sharing/lib/Controller/DeletedShareAPIController.php @@ -9,6 +9,7 @@ declare(strict_types=1); * @author Daniel Calviño Sánchez * @author Joas Schilling * @author John Molakvoæ (skjnldsv) + * @author Julius Härtl * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/files_sharing/lib/Controller/ShareAPIController.php b/apps/files_sharing/lib/Controller/ShareAPIController.php index 16b0e8fcc6..c8b4e85752 100644 --- a/apps/files_sharing/lib/Controller/ShareAPIController.php +++ b/apps/files_sharing/lib/Controller/ShareAPIController.php @@ -19,9 +19,10 @@ declare(strict_types=1); * @author Maxence Lange * @author Michael Jobst * @author Morris Jobke + * @author Richard Steinmetz * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * @author waleczny * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/Controller/ShareController.php b/apps/files_sharing/lib/Controller/ShareController.php index 3e514b3a74..31f13ee275 100644 --- a/apps/files_sharing/lib/Controller/ShareController.php +++ b/apps/files_sharing/lib/Controller/ShareController.php @@ -23,7 +23,7 @@ * @author Roeland Jago Douma * @author Sascha Sambale * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/Controller/ShareesAPIController.php b/apps/files_sharing/lib/Controller/ShareesAPIController.php index 70f016d81f..c857df8522 100644 --- a/apps/files_sharing/lib/Controller/ShareesAPIController.php +++ b/apps/files_sharing/lib/Controller/ShareesAPIController.php @@ -13,6 +13,7 @@ declare(strict_types=1); * @author Daniel Kesselberg * @author Joas Schilling * @author John Molakvoæ (skjnldsv) + * @author Julius Härtl * @author Maxence Lange * @author Morris Jobke * @author Robin Appelman diff --git a/apps/files_sharing/lib/DeleteOrphanedSharesJob.php b/apps/files_sharing/lib/DeleteOrphanedSharesJob.php index 1e2d1ce5a8..eef44cd340 100644 --- a/apps/files_sharing/lib/DeleteOrphanedSharesJob.php +++ b/apps/files_sharing/lib/DeleteOrphanedSharesJob.php @@ -5,7 +5,7 @@ * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/ExpireSharesJob.php b/apps/files_sharing/lib/ExpireSharesJob.php index eb13a13daa..85a57e855b 100644 --- a/apps/files_sharing/lib/ExpireSharesJob.php +++ b/apps/files_sharing/lib/ExpireSharesJob.php @@ -4,6 +4,7 @@ * * @author Christoph Wurst * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/External/Cache.php b/apps/files_sharing/lib/External/Cache.php index 951403a93f..8af5ca1d98 100644 --- a/apps/files_sharing/lib/External/Cache.php +++ b/apps/files_sharing/lib/External/Cache.php @@ -4,7 +4,7 @@ * * @author Morris Jobke * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/External/MountProvider.php b/apps/files_sharing/lib/External/MountProvider.php index eb8f1b8fde..7eb2491619 100644 --- a/apps/files_sharing/lib/External/MountProvider.php +++ b/apps/files_sharing/lib/External/MountProvider.php @@ -4,6 +4,7 @@ * * @author Christoph Wurst * @author Lukas Reschke + * @author Morris Jobke * @author Robin Appelman * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/External/Scanner.php b/apps/files_sharing/lib/External/Scanner.php index 0051a1b76b..34ef65f062 100644 --- a/apps/files_sharing/lib/External/Scanner.php +++ b/apps/files_sharing/lib/External/Scanner.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @author Olivier Paroz * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/External/Storage.php b/apps/files_sharing/lib/External/Storage.php index 2cb69de8ee..339770c860 100644 --- a/apps/files_sharing/lib/External/Storage.php +++ b/apps/files_sharing/lib/External/Storage.php @@ -12,7 +12,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/Helper.php b/apps/files_sharing/lib/Helper.php index 44aa490e30..270eb45241 100644 --- a/apps/files_sharing/lib/Helper.php +++ b/apps/files_sharing/lib/Helper.php @@ -8,7 +8,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/Listener/ShareInteractionListener.php b/apps/files_sharing/lib/Listener/ShareInteractionListener.php index 67c5e04b1e..90fc6e996b 100644 --- a/apps/files_sharing/lib/Listener/ShareInteractionListener.php +++ b/apps/files_sharing/lib/Listener/ShareInteractionListener.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2020 Christoph Wurst * * @author Christoph Wurst + * @author John Molakvoæ (skjnldsv) * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files_sharing/lib/Migration/Version11300Date20201120141438.php b/apps/files_sharing/lib/Migration/Version11300Date20201120141438.php index dfc5bc68a0..687e212e9f 100644 --- a/apps/files_sharing/lib/Migration/Version11300Date20201120141438.php +++ b/apps/files_sharing/lib/Migration/Version11300Date20201120141438.php @@ -2,7 +2,7 @@ declare(strict_types=1); -/* +/** * @copyright Copyright (c) 2020 Julius Härtl * * @author Julius Härtl @@ -16,7 +16,7 @@ declare(strict_types=1); * * 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 + * 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 diff --git a/apps/files_sharing/lib/MountProvider.php b/apps/files_sharing/lib/MountProvider.php index 3ab3185b95..05328872c1 100644 --- a/apps/files_sharing/lib/MountProvider.php +++ b/apps/files_sharing/lib/MountProvider.php @@ -4,11 +4,12 @@ * * @author Christoph Wurst * @author Joas Schilling + * @author Julius Härtl * @author Maxence Lange * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/Scanner.php b/apps/files_sharing/lib/Scanner.php index 36a412800e..59b5c8a0b2 100644 --- a/apps/files_sharing/lib/Scanner.php +++ b/apps/files_sharing/lib/Scanner.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/ShareBackend/File.php b/apps/files_sharing/lib/ShareBackend/File.php index 53810d59eb..fdaeb0c581 100644 --- a/apps/files_sharing/lib/ShareBackend/File.php +++ b/apps/files_sharing/lib/ShareBackend/File.php @@ -14,7 +14,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/SharedMount.php b/apps/files_sharing/lib/SharedMount.php index 1cedf3a2da..be600caef4 100644 --- a/apps/files_sharing/lib/SharedMount.php +++ b/apps/files_sharing/lib/SharedMount.php @@ -9,7 +9,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/lib/SharedStorage.php b/apps/files_sharing/lib/SharedStorage.php index 901634c1e9..982778cf8c 100644 --- a/apps/files_sharing/lib/SharedStorage.php +++ b/apps/files_sharing/lib/SharedStorage.php @@ -12,7 +12,7 @@ * @author Roeland Jago Douma * @author scambra * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/list.php b/apps/files_sharing/list.php index 6d0c94f88f..3a9bd028cb 100644 --- a/apps/files_sharing/list.php +++ b/apps/files_sharing/list.php @@ -5,7 +5,7 @@ * @author John Molakvoæ (skjnldsv) * @author Morris Jobke * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/ApiTest.php b/apps/files_sharing/tests/ApiTest.php index f1dd5a1610..5983719560 100644 --- a/apps/files_sharing/tests/ApiTest.php +++ b/apps/files_sharing/tests/ApiTest.php @@ -11,11 +11,12 @@ * @author Joas Schilling * @author Julius Härtl * @author Morris Jobke + * @author Richard Steinmetz * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/CacheTest.php b/apps/files_sharing/tests/CacheTest.php index 7b80bfcaaa..b55fba78d4 100644 --- a/apps/files_sharing/tests/CacheTest.php +++ b/apps/files_sharing/tests/CacheTest.php @@ -10,7 +10,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/Command/CleanupRemoteStoragesTest.php b/apps/files_sharing/tests/Command/CleanupRemoteStoragesTest.php index b163583bf1..3176163c44 100644 --- a/apps/files_sharing/tests/Command/CleanupRemoteStoragesTest.php +++ b/apps/files_sharing/tests/Command/CleanupRemoteStoragesTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud GmbH. * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php index ff3429ca71..804a98f6d3 100644 --- a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php @@ -8,12 +8,14 @@ * @author Georg Ehrke * @author Joas Schilling * @author John Molakvoæ (skjnldsv) + * @author Julius Härtl * @author Maxence Lange * @author Maxence Lange * @author Morris Jobke + * @author Richard Steinmetz * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php b/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php index 3936a3b9da..40efb20e25 100644 --- a/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php +++ b/apps/files_sharing/tests/DeleteOrphanedSharesJobTest.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/EtagPropagationTest.php b/apps/files_sharing/tests/EtagPropagationTest.php index 7ba01b737e..bbb8edd3b8 100644 --- a/apps/files_sharing/tests/EtagPropagationTest.php +++ b/apps/files_sharing/tests/EtagPropagationTest.php @@ -9,7 +9,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/External/CacheTest.php b/apps/files_sharing/tests/External/CacheTest.php index 0a5ea4ca23..b86cf55af8 100644 --- a/apps/files_sharing/tests/External/CacheTest.php +++ b/apps/files_sharing/tests/External/CacheTest.php @@ -2,12 +2,13 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/External/ManagerTest.php b/apps/files_sharing/tests/External/ManagerTest.php index 64d8c68e39..e35d734f04 100644 --- a/apps/files_sharing/tests/External/ManagerTest.php +++ b/apps/files_sharing/tests/External/ManagerTest.php @@ -2,9 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Bjoern Schiessle * @author Christoph Wurst + * @author Daniel Kesselberg * @author Joas Schilling + * @author Julius Härtl * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/files_sharing/tests/ExternalStorageTest.php b/apps/files_sharing/tests/ExternalStorageTest.php index b8c1db6c9d..eb10c73b1a 100644 --- a/apps/files_sharing/tests/ExternalStorageTest.php +++ b/apps/files_sharing/tests/ExternalStorageTest.php @@ -8,7 +8,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/GroupEtagPropagationTest.php b/apps/files_sharing/tests/GroupEtagPropagationTest.php index ba688f7026..35ebeaeb7b 100644 --- a/apps/files_sharing/tests/GroupEtagPropagationTest.php +++ b/apps/files_sharing/tests/GroupEtagPropagationTest.php @@ -6,7 +6,7 @@ * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/MountProviderTest.php b/apps/files_sharing/tests/MountProviderTest.php index f40bd44331..2033f61a97 100644 --- a/apps/files_sharing/tests/MountProviderTest.php +++ b/apps/files_sharing/tests/MountProviderTest.php @@ -5,11 +5,12 @@ * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Joas Schilling + * @author Julius Härtl * @author Maxence Lange * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/PermissionsTest.php b/apps/files_sharing/tests/PermissionsTest.php index 64dad20738..6d3dabd609 100644 --- a/apps/files_sharing/tests/PermissionsTest.php +++ b/apps/files_sharing/tests/PermissionsTest.php @@ -8,7 +8,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/SharedMountTest.php b/apps/files_sharing/tests/SharedMountTest.php index b5cb02ed3c..2979ce0f58 100644 --- a/apps/files_sharing/tests/SharedMountTest.php +++ b/apps/files_sharing/tests/SharedMountTest.php @@ -10,7 +10,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/SharedStorageTest.php b/apps/files_sharing/tests/SharedStorageTest.php index bd8b18f2b8..815d1620f0 100644 --- a/apps/files_sharing/tests/SharedStorageTest.php +++ b/apps/files_sharing/tests/SharedStorageTest.php @@ -9,7 +9,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/SizePropagationTest.php b/apps/files_sharing/tests/SizePropagationTest.php index b7a23dca56..21f7265069 100644 --- a/apps/files_sharing/tests/SizePropagationTest.php +++ b/apps/files_sharing/tests/SizePropagationTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/files_sharing/tests/TestCase.php b/apps/files_sharing/tests/TestCase.php index 34924110b3..7f09cde0ca 100644 --- a/apps/files_sharing/tests/TestCase.php +++ b/apps/files_sharing/tests/TestCase.php @@ -13,7 +13,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/UpdaterTest.php b/apps/files_sharing/tests/UpdaterTest.php index 344c08bea4..a7a7ab3269 100644 --- a/apps/files_sharing/tests/UpdaterTest.php +++ b/apps/files_sharing/tests/UpdaterTest.php @@ -11,7 +11,7 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Tobia De Koninck - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_sharing/tests/WatcherTest.php b/apps/files_sharing/tests/WatcherTest.php index fc25575306..75d873f6e9 100644 --- a/apps/files_sharing/tests/WatcherTest.php +++ b/apps/files_sharing/tests/WatcherTest.php @@ -10,7 +10,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_trashbin/lib/Command/Expire.php b/apps/files_trashbin/lib/Command/Expire.php index 36086403bb..0806781f2d 100644 --- a/apps/files_trashbin/lib/Command/Expire.php +++ b/apps/files_trashbin/lib/Command/Expire.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_trashbin/lib/Helper.php b/apps/files_trashbin/lib/Helper.php index e8fc38c2a3..92fa0bcb43 100644 --- a/apps/files_trashbin/lib/Helper.php +++ b/apps/files_trashbin/lib/Helper.php @@ -11,7 +11,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_trashbin/lib/Hooks.php b/apps/files_trashbin/lib/Hooks.php index 361e916e77..74f1fde973 100644 --- a/apps/files_trashbin/lib/Hooks.php +++ b/apps/files_trashbin/lib/Hooks.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Morris Jobke * @author Robin McCorkell - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_trashbin/lib/Storage.php b/apps/files_trashbin/lib/Storage.php index 806ce21877..7ae96f1b6b 100644 --- a/apps/files_trashbin/lib/Storage.php +++ b/apps/files_trashbin/lib/Storage.php @@ -9,7 +9,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_trashbin/lib/Trashbin.php b/apps/files_trashbin/lib/Trashbin.php index 91f3cec21e..7a7307ab47 100644 --- a/apps/files_trashbin/lib/Trashbin.php +++ b/apps/files_trashbin/lib/Trashbin.php @@ -13,6 +13,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Juan Pablo Villafáñez + * @author Julius Härtl * @author Lars Knickrehm * @author Lukas Reschke * @author Morris Jobke @@ -24,7 +25,7 @@ * @author Steven Bühner * @author Thomas Müller * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_trashbin/list.php b/apps/files_trashbin/list.php index c2700bd52b..239e24f7a6 100644 --- a/apps/files_trashbin/list.php +++ b/apps/files_trashbin/list.php @@ -6,7 +6,7 @@ * @author Björn Schießle * @author John Molakvoæ (skjnldsv) * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_trashbin/tests/ExpirationTest.php b/apps/files_trashbin/tests/ExpirationTest.php index 0c26a86295..adef194f34 100644 --- a/apps/files_trashbin/tests/ExpirationTest.php +++ b/apps/files_trashbin/tests/ExpirationTest.php @@ -5,6 +5,7 @@ * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke + * @author Roeland Jago Douma * @author Victor Dubiniuk * * @license AGPL-3.0 diff --git a/apps/files_trashbin/tests/StorageTest.php b/apps/files_trashbin/tests/StorageTest.php index 6ca8124bff..f86e0d12a9 100644 --- a/apps/files_trashbin/tests/StorageTest.php +++ b/apps/files_trashbin/tests/StorageTest.php @@ -12,7 +12,7 @@ * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_trashbin/tests/TrashbinTest.php b/apps/files_trashbin/tests/TrashbinTest.php index f0c3a29b05..9265f5ec06 100644 --- a/apps/files_trashbin/tests/TrashbinTest.php +++ b/apps/files_trashbin/tests/TrashbinTest.php @@ -12,7 +12,7 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Tobia De Koninck - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_versions/lib/Command/Expire.php b/apps/files_versions/lib/Command/Expire.php index bf3400b501..76d26321d1 100644 --- a/apps/files_versions/lib/Command/Expire.php +++ b/apps/files_versions/lib/Command/Expire.php @@ -5,7 +5,6 @@ * @author Christoph Wurst * @author Joas Schilling * @author Robin Appelman - * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_versions/lib/Storage.php b/apps/files_versions/lib/Storage.php index 147edeb672..aeb9c755bd 100644 --- a/apps/files_versions/lib/Storage.php +++ b/apps/files_versions/lib/Storage.php @@ -20,7 +20,7 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/files_versions/tests/VersioningTest.php b/apps/files_versions/tests/VersioningTest.php index 09cc64a338..d18a776770 100644 --- a/apps/files_versions/tests/VersioningTest.php +++ b/apps/files_versions/tests/VersioningTest.php @@ -15,7 +15,7 @@ * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/oauth2/tests/Db/ClientMapperTest.php b/apps/oauth2/tests/Db/ClientMapperTest.php index e4a71fc104..219f3cddf2 100644 --- a/apps/oauth2/tests/Db/ClientMapperTest.php +++ b/apps/oauth2/tests/Db/ClientMapperTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Joas Schilling * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/apps/provisioning_api/lib/AppInfo/Application.php b/apps/provisioning_api/lib/AppInfo/Application.php index c706cd38a1..9e386e9906 100644 --- a/apps/provisioning_api/lib/AppInfo/Application.php +++ b/apps/provisioning_api/lib/AppInfo/Application.php @@ -3,6 +3,7 @@ * * * @author Christoph Wurst + * @author Daniel Kesselberg * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/provisioning_api/lib/Controller/UsersController.php b/apps/provisioning_api/lib/Controller/UsersController.php index 735d394796..34c0135485 100644 --- a/apps/provisioning_api/lib/Controller/UsersController.php +++ b/apps/provisioning_api/lib/Controller/UsersController.php @@ -19,6 +19,7 @@ declare(strict_types=1); * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma + * @author Sujith Haridasan * @author Thomas Citharel * @author Thomas Müller * @author Tom Needham diff --git a/apps/provisioning_api/tests/Controller/UsersControllerTest.php b/apps/provisioning_api/tests/Controller/UsersControllerTest.php index b6f28cc4a0..10f5a4841d 100644 --- a/apps/provisioning_api/tests/Controller/UsersControllerTest.php +++ b/apps/provisioning_api/tests/Controller/UsersControllerTest.php @@ -16,6 +16,7 @@ * @author michag86 * @author Morris Jobke * @author Roeland Jago Douma + * @author Sujith Haridasan * @author Thomas Citharel * @author Thomas Müller * @author Tom Needham diff --git a/apps/settings/lib/BackgroundJobs/VerifyUserData.php b/apps/settings/lib/BackgroundJobs/VerifyUserData.php index cb671f3346..9e99f3a0ad 100644 --- a/apps/settings/lib/BackgroundJobs/VerifyUserData.php +++ b/apps/settings/lib/BackgroundJobs/VerifyUserData.php @@ -9,6 +9,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Patrik Kernstock + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/settings/lib/Controller/ChangePasswordController.php b/apps/settings/lib/Controller/ChangePasswordController.php index b0fb813b93..430b0b2fd6 100644 --- a/apps/settings/lib/Controller/ChangePasswordController.php +++ b/apps/settings/lib/Controller/ChangePasswordController.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Christoph Wurst * @author Daniel Calviño Sánchez + * @author Daniel Kesselberg * @author Joas Schilling * @author Julius Härtl * @author Lukas Reschke diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php index 1312346b96..9f01643445 100644 --- a/apps/settings/lib/Controller/CheckSetupController.php +++ b/apps/settings/lib/Controller/CheckSetupController.php @@ -9,15 +9,18 @@ * @author Derek * @author Georg Ehrke * @author Joas Schilling + * @author Julius Härtl * @author Ko- * @author Lauris Binde * @author Lukas Reschke * @author Michael Weimann * @author Morris Jobke + * @author nhirokinet * @author Robin McCorkell * @author Roeland Jago Douma * @author Sven Strickroth * @author Sylvia van Os + * @author timm2k * @author Timo Förster * * @license AGPL-3.0 diff --git a/apps/settings/lib/Controller/CommonSettingsTrait.php b/apps/settings/lib/Controller/CommonSettingsTrait.php index 4ad3d7497e..ea9cc45b33 100644 --- a/apps/settings/lib/Controller/CommonSettingsTrait.php +++ b/apps/settings/lib/Controller/CommonSettingsTrait.php @@ -6,6 +6,7 @@ * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl + * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/apps/settings/lib/Controller/UsersController.php b/apps/settings/lib/Controller/UsersController.php index dba5ec69b2..1b3159fdc4 100644 --- a/apps/settings/lib/Controller/UsersController.php +++ b/apps/settings/lib/Controller/UsersController.php @@ -1,6 +1,7 @@ * @author John Molakvoæ (skjnldsv) * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/settings/lib/Events/BeforeTemplateRenderedEvent.php b/apps/settings/lib/Events/BeforeTemplateRenderedEvent.php index 6bf5fec724..458a392a8c 100644 --- a/apps/settings/lib/Events/BeforeTemplateRenderedEvent.php +++ b/apps/settings/lib/Events/BeforeTemplateRenderedEvent.php @@ -1,10 +1,12 @@ * * @author Arthur Schiwon + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * @@ -19,7 +21,7 @@ declare(strict_types=1); * 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 . + * along with this program. If not, see . * */ diff --git a/apps/settings/lib/Search/SectionSearch.php b/apps/settings/lib/Search/SectionSearch.php index e9cd9615db..b9a3c491d1 100644 --- a/apps/settings/lib/Search/SectionSearch.php +++ b/apps/settings/lib/Search/SectionSearch.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Joas Schilling * @author John Molakvoæ (skjnldsv) + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/settings/lib/Settings/Admin/Mail.php b/apps/settings/lib/Settings/Admin/Mail.php index efed3242c0..75d3f4505c 100644 --- a/apps/settings/lib/Settings/Admin/Mail.php +++ b/apps/settings/lib/Settings/Admin/Mail.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon - * @author Daniel Kesselberg + * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl * @author Lukas Reschke diff --git a/apps/settings/lib/Settings/Admin/Overview.php b/apps/settings/lib/Settings/Admin/Overview.php index 8f7e423e20..ed6a6551f2 100644 --- a/apps/settings/lib/Settings/Admin/Overview.php +++ b/apps/settings/lib/Settings/Admin/Overview.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018 Julius Härtl * + * @author Christoph Wurst * @author Julius Härtl * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/settings/lib/Settings/Admin/Server.php b/apps/settings/lib/Settings/Admin/Server.php index 9a81e41c1a..8fb1961719 100644 --- a/apps/settings/lib/Settings/Admin/Server.php +++ b/apps/settings/lib/Settings/Admin/Server.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma * diff --git a/apps/settings/lib/Settings/Admin/Sharing.php b/apps/settings/lib/Settings/Admin/Sharing.php index 3991822da7..313a182501 100644 --- a/apps/settings/lib/Settings/Admin/Sharing.php +++ b/apps/settings/lib/Settings/Admin/Sharing.php @@ -4,7 +4,7 @@ * * @author Arthur Schiwon * @author Bjoern Schiessle - * @author Julius Härtl + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/settings/lib/Settings/Personal/PersonalInfo.php b/apps/settings/lib/Settings/Personal/PersonalInfo.php index d9f9c2b3a7..a853846fad 100644 --- a/apps/settings/lib/Settings/Personal/PersonalInfo.php +++ b/apps/settings/lib/Settings/Personal/PersonalInfo.php @@ -1,6 +1,7 @@ * @@ -13,6 +14,7 @@ declare(strict_types=1); * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Citharel + * @author Vincent Petry * * @license GNU AGPL version 3 or any later version * diff --git a/apps/settings/lib/Settings/Personal/ServerDevNotice.php b/apps/settings/lib/Settings/Personal/ServerDevNotice.php index 05f2c1342f..1c1c870d8e 100644 --- a/apps/settings/lib/Settings/Personal/ServerDevNotice.php +++ b/apps/settings/lib/Settings/Personal/ServerDevNotice.php @@ -4,6 +4,7 @@ * * @author Jan C. Borchardt * @author Julius Härtl + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php index 965d758634..040a0ca350 100644 --- a/apps/settings/tests/Controller/CheckSetupControllerTest.php +++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php @@ -6,10 +6,10 @@ * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling - * @author Kyle Fazzari * @author Lukas Reschke * @author Michael Weimann * @author Morris Jobke + * @author nhirokinet * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma diff --git a/apps/settings/tests/Controller/UsersControllerTest.php b/apps/settings/tests/Controller/UsersControllerTest.php index 23e3ef5ec0..1a9af2ea8c 100644 --- a/apps/settings/tests/Controller/UsersControllerTest.php +++ b/apps/settings/tests/Controller/UsersControllerTest.php @@ -2,8 +2,10 @@ /** * @copyright 2014-2015 Lukas Reschke lukas@owncloud.com * + * @author Arthur Schiwon * @author Bjoern Schiessle * @author Christoph Wurst + * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/settings/tests/Mailer/NewUserMailHelperTest.php b/apps/settings/tests/Mailer/NewUserMailHelperTest.php index 8eae43fcc9..195ab3e7c5 100644 --- a/apps/settings/tests/Mailer/NewUserMailHelperTest.php +++ b/apps/settings/tests/Mailer/NewUserMailHelperTest.php @@ -10,9 +10,9 @@ * @author Julius Härtl * @author Liam JACK * @author Lukas Reschke + * @author medcloud <42641918+medcloud@users.noreply.github.com> * @author Morris Jobke * @author Roeland Jago Douma - * @author Simon Spannagel * @author zulan * * @license GNU AGPL version 3 or any later version diff --git a/apps/systemtags/lib/Activity/Listener.php b/apps/systemtags/lib/Activity/Listener.php index e76d956007..e5354c4a77 100644 --- a/apps/systemtags/lib/Activity/Listener.php +++ b/apps/systemtags/lib/Activity/Listener.php @@ -6,7 +6,7 @@ * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/systemtags/list.php b/apps/systemtags/list.php index 61d8de42ba..c5ba3eb311 100644 --- a/apps/systemtags/list.php +++ b/apps/systemtags/list.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/testing/appinfo/routes.php b/apps/testing/appinfo/routes.php index 0898cb55bc..0ab6b42d55 100644 --- a/apps/testing/appinfo/routes.php +++ b/apps/testing/appinfo/routes.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Roeland Jago Douma diff --git a/apps/testing/lib/AlternativeHomeUserBackend.php b/apps/testing/lib/AlternativeHomeUserBackend.php index b5ed0ef77c..313d86b370 100644 --- a/apps/testing/lib/AlternativeHomeUserBackend.php +++ b/apps/testing/lib/AlternativeHomeUserBackend.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud GmbH. * - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/testing/lib/AppInfo/Application.php b/apps/testing/lib/AppInfo/Application.php index 56eb69b195..e3c2bcebaf 100644 --- a/apps/testing/lib/AppInfo/Application.php +++ b/apps/testing/lib/AppInfo/Application.php @@ -5,7 +5,7 @@ * @author Christoph Wurst * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/theming/lib/Capabilities.php b/apps/theming/lib/Capabilities.php index f0c4d26636..7635280162 100644 --- a/apps/theming/lib/Capabilities.php +++ b/apps/theming/lib/Capabilities.php @@ -2,9 +2,9 @@ /** * @copyright Copyright (c) 2016, Joas Schilling * - * @author GretaD * @author Guillaume COMPAGNON * @author Joas Schilling + * @author Julien Veyssier * @author Julius Härtl * @author Morris Jobke * diff --git a/apps/theming/lib/Command/UpdateConfig.php b/apps/theming/lib/Command/UpdateConfig.php index 849744077e..001bc2d2d7 100644 --- a/apps/theming/lib/Command/UpdateConfig.php +++ b/apps/theming/lib/Command/UpdateConfig.php @@ -13,7 +13,7 @@ * * 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 + * 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 diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index 692a0f6234..5e21ae7b2e 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -7,14 +7,13 @@ * @author Bjoern Schiessle * @author Christoph Wurst * @author Daniel Calviño Sánchez - * @author Daniel Kesselberg * @author Jan-Christoph Borchardt * @author Joas Schilling * @author Julius Haertl * @author Julius Härtl * @author Kyle Fazzari * @author Lukas Reschke - * @author Michael Weimann + * @author nhirokinet * @author rakekniven * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/theming/lib/ImageManager.php b/apps/theming/lib/ImageManager.php index d3b5f6130e..d5c3bdab24 100644 --- a/apps/theming/lib/ImageManager.php +++ b/apps/theming/lib/ImageManager.php @@ -4,9 +4,14 @@ * * @author Christoph Wurst * @author Daniel Kesselberg + * @author Gary Kim + * @author Jacob Neplokh + * @author John Molakvoæ (skjnldsv) + * @author Julien Veyssier * @author Julius Haertl * @author Julius Härtl * @author Michael Weimann + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/theming/lib/Service/JSDataService.php b/apps/theming/lib/Service/JSDataService.php index d87d11a0fe..32aae2b2cf 100644 --- a/apps/theming/lib/Service/JSDataService.php +++ b/apps/theming/lib/Service/JSDataService.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2020, Roeland Jago Douma * + * @author Julien Veyssier * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/theming/lib/Settings/Admin.php b/apps/theming/lib/Settings/Admin.php index f68a25a3fa..6ad8f8551b 100644 --- a/apps/theming/lib/Settings/Admin.php +++ b/apps/theming/lib/Settings/Admin.php @@ -4,7 +4,7 @@ * * @author Arthur Schiwon * @author Bjoern Schiessle - * @author Jan-Christoph Borchardt + * @author Christoph Wurst * @author Julius Härtl * @author Lukas Reschke * @author Roeland Jago Douma diff --git a/apps/theming/lib/ThemingDefaults.php b/apps/theming/lib/ThemingDefaults.php index 242d6866ce..35ed32c69a 100644 --- a/apps/theming/lib/ThemingDefaults.php +++ b/apps/theming/lib/ThemingDefaults.php @@ -12,6 +12,7 @@ * @author Joachim Bauch * @author Joas Schilling * @author John Molakvoæ (skjnldsv) + * @author Julien Veyssier * @author Julius Haertl * @author Julius Härtl * @author Lukas Reschke diff --git a/apps/theming/lib/Util.php b/apps/theming/lib/Util.php index 57a90b026e..cc2fd70333 100644 --- a/apps/theming/lib/Util.php +++ b/apps/theming/lib/Util.php @@ -5,6 +5,7 @@ * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling + * @author Julien Veyssier * @author Julius Haertl * @author Julius Härtl * @author Michael Weimann diff --git a/apps/theming/tests/Controller/ThemingControllerTest.php b/apps/theming/tests/Controller/ThemingControllerTest.php index 7a43015da5..c5ecc08b21 100644 --- a/apps/theming/tests/Controller/ThemingControllerTest.php +++ b/apps/theming/tests/Controller/ThemingControllerTest.php @@ -12,7 +12,6 @@ * @author Kyle Fazzari * @author Lukas Reschke * @author Michael Weimann - * @author Morris Jobke * @author rakekniven * @author Roeland Jago Douma * diff --git a/apps/theming/tests/ServicesTest.php b/apps/theming/tests/ServicesTest.php index 2705c7a4ec..70d8f402af 100644 --- a/apps/theming/tests/ServicesTest.php +++ b/apps/theming/tests/ServicesTest.php @@ -4,6 +4,7 @@ * * @author Christoph Wurst * @author Joas Schilling + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/theming/tests/ThemingDefaultsTest.php b/apps/theming/tests/ThemingDefaultsTest.php index e34da50f5a..4db5dad2c0 100644 --- a/apps/theming/tests/ThemingDefaultsTest.php +++ b/apps/theming/tests/ThemingDefaultsTest.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bjoern Schiessle + * @author Christoph Wurst * @author Guillaume COMPAGNON * @author Jan-Christoph Borchardt * @author Joas Schilling diff --git a/apps/updatenotification/lib/UpdateChecker.php b/apps/updatenotification/lib/UpdateChecker.php index 5b7f15e838..8caefd180c 100644 --- a/apps/updatenotification/lib/UpdateChecker.php +++ b/apps/updatenotification/lib/UpdateChecker.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Thomas Müller diff --git a/apps/updatenotification/tests/UpdateCheckerTest.php b/apps/updatenotification/tests/UpdateCheckerTest.php index 9b717fdbba..c0237673d7 100644 --- a/apps/updatenotification/tests/UpdateCheckerTest.php +++ b/apps/updatenotification/tests/UpdateCheckerTest.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/user_ldap/ajax/deleteConfiguration.php b/apps/user_ldap/ajax/deleteConfiguration.php index 61a3e8b673..0f3e28a33f 100644 --- a/apps/user_ldap/ajax/deleteConfiguration.php +++ b/apps/user_ldap/ajax/deleteConfiguration.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Christoph Wurst + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php index 360e121766..103ba3cd38 100644 --- a/apps/user_ldap/ajax/wizard.php +++ b/apps/user_ldap/ajax/wizard.php @@ -11,7 +11,6 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Roger Szabo - * @author Thomas Müller * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/Command/Search.php b/apps/user_ldap/lib/Command/Search.php index 5d2e72483b..b8f2d88529 100644 --- a/apps/user_ldap/lib/Command/Search.php +++ b/apps/user_ldap/lib/Command/Search.php @@ -8,7 +8,6 @@ * @author Juan Pablo Villafáñez * @author Morris Jobke * @author Roeland Jago Douma - * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/Configuration.php b/apps/user_ldap/lib/Configuration.php index efa9d34b83..134f8551f7 100644 --- a/apps/user_ldap/lib/Configuration.php +++ b/apps/user_ldap/lib/Configuration.php @@ -5,7 +5,6 @@ * @author Alexander Bergolth * @author Alex Weirig * @author Arthur Schiwon - * @author blizzz * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/apps/user_ldap/lib/Events/GroupBackendRegistered.php b/apps/user_ldap/lib/Events/GroupBackendRegistered.php index dc8cb8be86..6f620cb4e5 100644 --- a/apps/user_ldap/lib/Events/GroupBackendRegistered.php +++ b/apps/user_ldap/lib/Events/GroupBackendRegistered.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2020 Arthur Schiwon * * @author Arthur Schiwon + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/Events/UserBackendRegistered.php b/apps/user_ldap/lib/Events/UserBackendRegistered.php index 9e40340d45..07b6060cb2 100644 --- a/apps/user_ldap/lib/Events/UserBackendRegistered.php +++ b/apps/user_ldap/lib/Events/UserBackendRegistered.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2020 Arthur Schiwon * * @author Arthur Schiwon + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/Helper.php b/apps/user_ldap/lib/Helper.php index 67d31516f4..f079345d23 100644 --- a/apps/user_ldap/lib/Helper.php +++ b/apps/user_ldap/lib/Helper.php @@ -3,18 +3,14 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon - * @author Brice Maron * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma - * @author Roger Szabo * @author root * @author Thomas Müller - * @author Vincent Petry - * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/Jobs/CleanUp.php b/apps/user_ldap/lib/Jobs/CleanUp.php index 3c4f483d67..19973119ea 100644 --- a/apps/user_ldap/lib/Jobs/CleanUp.php +++ b/apps/user_ldap/lib/Jobs/CleanUp.php @@ -7,8 +7,6 @@ * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma - * @author Roger Szabo - * @author Vinicius Cubas Brand * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/Jobs/Sync.php b/apps/user_ldap/lib/Jobs/Sync.php index 5c70c0c23b..fed8910b2e 100644 --- a/apps/user_ldap/lib/Jobs/Sync.php +++ b/apps/user_ldap/lib/Jobs/Sync.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Christoph Wurst + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/Jobs/UpdateGroups.php b/apps/user_ldap/lib/Jobs/UpdateGroups.php index 4b5e6ff63d..6a57540e7b 100644 --- a/apps/user_ldap/lib/Jobs/UpdateGroups.php +++ b/apps/user_ldap/lib/Jobs/UpdateGroups.php @@ -6,14 +6,10 @@ * @author Bart Visscher * @author Christoph Wurst * @author Joas Schilling - * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma - * @author Roger Szabo - * @author Thomas Müller * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/LDAPProviderFactory.php b/apps/user_ldap/lib/LDAPProviderFactory.php index 5dd33c3331..a64425afad 100644 --- a/apps/user_ldap/lib/LDAPProviderFactory.php +++ b/apps/user_ldap/lib/LDAPProviderFactory.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, Roger Szabo (roger.szabo@web.de) * - * @author Christoph Wurst + * @author Arthur Schiwon * @author Roeland Jago Douma * @author Roger Szabo * @author root diff --git a/apps/user_ldap/lib/Migration/SetDefaultProvider.php b/apps/user_ldap/lib/Migration/SetDefaultProvider.php index 21998d847b..e07f25a54d 100644 --- a/apps/user_ldap/lib/Migration/SetDefaultProvider.php +++ b/apps/user_ldap/lib/Migration/SetDefaultProvider.php @@ -2,10 +2,10 @@ declare(strict_types=1); -/* +/** * @copyright 2020 Christoph Wurst * - * @author 2020 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * @@ -20,7 +20,8 @@ declare(strict_types=1); * 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 . + * along with this program. If not, see . + * */ namespace OCA\User_LDAP\Migration; diff --git a/apps/user_ldap/lib/Migration/UUIDFixGroup.php b/apps/user_ldap/lib/Migration/UUIDFixGroup.php index 2cf961f550..2e9eeac7ca 100644 --- a/apps/user_ldap/lib/Migration/UUIDFixGroup.php +++ b/apps/user_ldap/lib/Migration/UUIDFixGroup.php @@ -3,9 +3,6 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon - * @author Christoph Wurst - * @author Morris Jobke - * @author Vinicius Cubas Brand * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/Migration/UUIDFixUser.php b/apps/user_ldap/lib/Migration/UUIDFixUser.php index 4ea58c4562..a98f9fbeb6 100644 --- a/apps/user_ldap/lib/Migration/UUIDFixUser.php +++ b/apps/user_ldap/lib/Migration/UUIDFixUser.php @@ -3,9 +3,6 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon - * @author Morris Jobke - * @author Roeland Jago Douma - * @author Vinicius Cubas Brand * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/Settings/Admin.php b/apps/user_ldap/lib/Settings/Admin.php index bf10a661ed..7bcd1758a0 100644 --- a/apps/user_ldap/lib/Settings/Admin.php +++ b/apps/user_ldap/lib/Settings/Admin.php @@ -4,8 +4,8 @@ * * @author Arthur Schiwon * @author Christoph Wurst + * @author Joas Schilling * @author Lukas Reschke - * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/User/User.php b/apps/user_ldap/lib/User/User.php index 91ad8c81be..8ddec80337 100644 --- a/apps/user_ldap/lib/User/User.php +++ b/apps/user_ldap/lib/User/User.php @@ -12,7 +12,7 @@ * @author Roger Szabo * @author Thomas Müller * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/user_ldap/lib/Wizard.php b/apps/user_ldap/lib/Wizard.php index eb0b775345..0dde8199a0 100644 --- a/apps/user_ldap/lib/Wizard.php +++ b/apps/user_ldap/lib/Wizard.php @@ -15,7 +15,6 @@ * @author Nicolas Grekas * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma * @author Stefan Weil * @author Tobias Perschon * @author Victor Dubiniuk diff --git a/apps/user_ldap/tests/Group_LDAPTest.php b/apps/user_ldap/tests/Group_LDAPTest.php index bc582ab90b..4011d964a4 100644 --- a/apps/user_ldap/tests/Group_LDAPTest.php +++ b/apps/user_ldap/tests/Group_LDAPTest.php @@ -9,7 +9,7 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * @author Vinicius Cubas Brand * @author Xuanwo * diff --git a/apps/user_ldap/tests/HelperTest.php b/apps/user_ldap/tests/HelperTest.php index 97d7be48a0..347e2c6382 100644 --- a/apps/user_ldap/tests/HelperTest.php +++ b/apps/user_ldap/tests/HelperTest.php @@ -3,6 +3,7 @@ * * * @author Christoph Wurst + * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php index a6acdfb3ec..ace04e6234 100644 --- a/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php +++ b/apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * diff --git a/apps/user_ldap/tests/Jobs/UpdateGroupsTest.php b/apps/user_ldap/tests/Jobs/UpdateGroupsTest.php index 06b6fbbda0..cb947c81a6 100644 --- a/apps/user_ldap/tests/Jobs/UpdateGroupsTest.php +++ b/apps/user_ldap/tests/Jobs/UpdateGroupsTest.php @@ -1,6 +1,7 @@ * @@ -19,7 +20,7 @@ declare(strict_types=1); * 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 . + * along with this program. If not, see . * */ diff --git a/apps/user_ldap/tests/User/OfflineUserTest.php b/apps/user_ldap/tests/User/OfflineUserTest.php index 5736b2664d..65f6684017 100644 --- a/apps/user_ldap/tests/User/OfflineUserTest.php +++ b/apps/user_ldap/tests/User/OfflineUserTest.php @@ -1,6 +1,7 @@ * @@ -19,7 +20,7 @@ declare(strict_types=1); * 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 . + * along with this program. If not, see . * */ diff --git a/build/integration/features/bootstrap/AppConfiguration.php b/build/integration/features/bootstrap/AppConfiguration.php index fe8308fd59..772370a85b 100644 --- a/build/integration/features/bootstrap/AppConfiguration.php +++ b/build/integration/features/bootstrap/AppConfiguration.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Christoph Wurst + * @author Daniel Calviño Sánchez * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Sergio Bertolin diff --git a/build/integration/features/bootstrap/BasicStructure.php b/build/integration/features/bootstrap/BasicStructure.php index ac5530be5a..c8c40d2a98 100644 --- a/build/integration/features/bootstrap/BasicStructure.php +++ b/build/integration/features/bootstrap/BasicStructure.php @@ -14,7 +14,7 @@ * @author Sergio Bertolin * @author Sergio Bertolín * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license GNU AGPL version 3 or any later version * diff --git a/build/integration/features/bootstrap/CapabilitiesContext.php b/build/integration/features/bootstrap/CapabilitiesContext.php index 9b3d042d86..aa5a040161 100644 --- a/build/integration/features/bootstrap/CapabilitiesContext.php +++ b/build/integration/features/bootstrap/CapabilitiesContext.php @@ -3,6 +3,7 @@ * * * @author Christoph Wurst + * @author Daniel Calviño Sánchez * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Robin Appelman diff --git a/build/integration/features/bootstrap/CommandLine.php b/build/integration/features/bootstrap/CommandLine.php index b34005fdad..fa773ea91c 100644 --- a/build/integration/features/bootstrap/CommandLine.php +++ b/build/integration/features/bootstrap/CommandLine.php @@ -3,9 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Joas Schilling * @author Lukas Reschke * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/build/integration/features/bootstrap/CommandLineContext.php b/build/integration/features/bootstrap/CommandLineContext.php index 6db8de6b48..2c434a1b89 100644 --- a/build/integration/features/bootstrap/CommandLineContext.php +++ b/build/integration/features/bootstrap/CommandLineContext.php @@ -3,10 +3,11 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Daniel Calviño Sánchez * @author Lukas Reschke * @author Stefan Weil * @author Sujith H - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/build/integration/features/bootstrap/FederationContext.php b/build/integration/features/bootstrap/FederationContext.php index e119f950a4..41581110bd 100644 --- a/build/integration/features/bootstrap/FederationContext.php +++ b/build/integration/features/bootstrap/FederationContext.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Christoph Wurst + * @author Daniel Calviño Sánchez * @author Joas Schilling * @author Robin Appelman * @author Sergio Bertolin diff --git a/build/integration/features/bootstrap/Provisioning.php b/build/integration/features/bootstrap/Provisioning.php index a856e47ef2..0ec19f27c6 100644 --- a/build/integration/features/bootstrap/Provisioning.php +++ b/build/integration/features/bootstrap/Provisioning.php @@ -12,7 +12,7 @@ * @author Sergio Bertolin * @author Sergio Bertolín * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license GNU AGPL version 3 or any later version * diff --git a/build/integration/features/bootstrap/ShareesContext.php b/build/integration/features/bootstrap/ShareesContext.php index adfc63c063..c1db2d57e0 100644 --- a/build/integration/features/bootstrap/ShareesContext.php +++ b/build/integration/features/bootstrap/ShareesContext.php @@ -3,8 +3,8 @@ * * * @author Arthur Schiwon + * @author Daniel Calviño Sánchez * @author Joas Schilling - * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/build/integration/features/bootstrap/Sharing.php b/build/integration/features/bootstrap/Sharing.php index 4ce2e12e29..c2d16f19e7 100644 --- a/build/integration/features/bootstrap/Sharing.php +++ b/build/integration/features/bootstrap/Sharing.php @@ -13,7 +13,7 @@ * @author Roeland Jago Douma * @author Sergio Bertolin * @author Sergio Bertolín - * @author Vincent Petry + * @author Vincent Petry * * @license GNU AGPL version 3 or any later version * diff --git a/build/integration/features/bootstrap/TagsContext.php b/build/integration/features/bootstrap/TagsContext.php index 4cc558dbda..a490a5e670 100644 --- a/build/integration/features/bootstrap/TagsContext.php +++ b/build/integration/features/bootstrap/TagsContext.php @@ -9,7 +9,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Sergio Bertolin - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/build/integration/features/bootstrap/Trashbin.php b/build/integration/features/bootstrap/Trashbin.php index b68048e7cc..3eb6ce812e 100644 --- a/build/integration/features/bootstrap/Trashbin.php +++ b/build/integration/features/bootstrap/Trashbin.php @@ -4,7 +4,7 @@ * * @author John Molakvoæ (skjnldsv) * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php index e4ca972dbd..de277b2278 100644 --- a/build/integration/features/bootstrap/WebDav.php +++ b/build/integration/features/bootstrap/WebDav.php @@ -13,7 +13,7 @@ * @author Sergio Bertolin * @author Sergio Bertolín * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license GNU AGPL version 3 or any later version * diff --git a/console.php b/console.php index c44c020d2d..b251790dfa 100644 --- a/console.php +++ b/console.php @@ -4,14 +4,13 @@ * * @author Bart Visscher * @author Christoph Wurst - * @author Estelle Poulin + * @author hoellen * @author Joas Schilling * @author Ko- * @author Lukas Reschke * @author Michael Weimann * @author Morris Jobke * @author Patrick Paysant - * @author RealRancor * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk diff --git a/core/Application.php b/core/Application.php index 068aa49a84..987358b5b9 100644 --- a/core/Application.php +++ b/core/Application.php @@ -5,6 +5,7 @@ * * @author Christoph Wurst * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Mario Danic * @author Morris Jobke diff --git a/core/Command/Db/AddMissingIndices.php b/core/Command/Db/AddMissingIndices.php index 49fc16b079..5cbd6ee405 100644 --- a/core/Command/Db/AddMissingIndices.php +++ b/core/Command/Db/AddMissingIndices.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Bjoern Schiessle * @author Joas Schilling + * @author Julius Härtl * @author Mario Danic * @author Morris Jobke * @author Robin Appelman diff --git a/core/Command/Db/AddMissingPrimaryKeys.php b/core/Command/Db/AddMissingPrimaryKeys.php index a51249b1b8..ef3d6a05f2 100644 --- a/core/Command/Db/AddMissingPrimaryKeys.php +++ b/core/Command/Db/AddMissingPrimaryKeys.php @@ -5,13 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2017 Bjoern Schiessle * - * @author Bjoern Schiessle * @author Joas Schilling - * @author Mario Danic - * @author Morris Jobke - * @author Robin Appelman - * @author Roeland Jago Douma - * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/Db/ConvertFilecacheBigInt.php b/core/Command/Db/ConvertFilecacheBigInt.php index 6575d41d3b..4955dd12f8 100644 --- a/core/Command/Db/ConvertFilecacheBigInt.php +++ b/core/Command/Db/ConvertFilecacheBigInt.php @@ -6,8 +6,10 @@ * @author Daniel Kesselberg * @author Georg Ehrke * @author Joas Schilling + * @author Julius Härtl * @author Morris Jobke * @author Roeland Jago Douma + * @author timm2k * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/Db/Migrations/StatusCommand.php b/core/Command/Db/Migrations/StatusCommand.php index 2d6c92f0f3..83763ee79b 100644 --- a/core/Command/Db/Migrations/StatusCommand.php +++ b/core/Command/Db/Migrations/StatusCommand.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017, ownCloud GmbH * + * @author Christoph Wurst * @author Joas Schilling * @author Robin Appelman * diff --git a/core/Command/Encryption/DecryptAll.php b/core/Command/Encryption/DecryptAll.php index 51dc74d1eb..6166a94086 100644 --- a/core/Command/Encryption/DecryptAll.php +++ b/core/Command/Encryption/DecryptAll.php @@ -11,7 +11,7 @@ * @author Morris Jobke * @author Ruben Homs * @author Sergio Bertolín - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/core/Command/InterruptedException.php b/core/Command/InterruptedException.php index caedbc1227..80b0fb1bd9 100644 --- a/core/Command/InterruptedException.php +++ b/core/Command/InterruptedException.php @@ -4,7 +4,7 @@ * * @author Christoph Wurst * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/core/Command/Log/File.php b/core/Command/Log/File.php index 9cb2d062b1..ce1f3c7540 100644 --- a/core/Command/Log/File.php +++ b/core/Command/Log/File.php @@ -4,7 +4,6 @@ * * @author Christoph Wurst * @author Joas Schilling - * @author Morris Jobke * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Pulzer diff --git a/core/Command/Maintenance/Repair.php b/core/Command/Maintenance/Repair.php index b61bd6e348..30def540b1 100644 --- a/core/Command/Maintenance/Repair.php +++ b/core/Command/Maintenance/Repair.php @@ -9,7 +9,7 @@ * @author Roeland Jago Douma * @author Temtaime * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/core/Command/Preview/Repair.php b/core/Command/Preview/Repair.php index 063213d0dd..198bb09917 100644 --- a/core/Command/Preview/Repair.php +++ b/core/Command/Preview/Repair.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2020, Morris Jobke * + * @author Christoph Wurst * @author Morris Jobke * * @license GNU AGPL version 3 or any later version diff --git a/core/Command/Security/ImportCertificate.php b/core/Command/Security/ImportCertificate.php index e134f0f589..34e08b5d81 100644 --- a/core/Command/Security/ImportCertificate.php +++ b/core/Command/Security/ImportCertificate.php @@ -4,6 +4,7 @@ * * @author Joas Schilling * @author Robin Appelman + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php index 201ba8d4f5..b536138219 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -3,17 +3,17 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andreas Fischer - * @author Björn Schießle * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @author Nils Wittenbrink * @author Owen Winkler * @author Robin Appelman * @author Sander Ruitenbeek * @author Thomas Müller * @author Thomas Pulzer - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/core/Command/User/Setting.php b/core/Command/User/Setting.php index 60aecca5a0..de621aea18 100644 --- a/core/Command/User/Setting.php +++ b/core/Command/User/Setting.php @@ -4,6 +4,7 @@ * * @author Christoph Wurst * @author Joas Schilling + * @author Johannes Leuker * @author Kim Brose * @author Roeland Jago Douma * diff --git a/core/Controller/AutoCompleteController.php b/core/Controller/AutoCompleteController.php index 0a29d2fa15..63a95531e8 100644 --- a/core/Controller/AutoCompleteController.php +++ b/core/Controller/AutoCompleteController.php @@ -8,6 +8,7 @@ declare(strict_types=1); * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/core/Controller/AvatarController.php b/core/Controller/AvatarController.php index ca3a739bf9..69ec2f4bff 100644 --- a/core/Controller/AvatarController.php +++ b/core/Controller/AvatarController.php @@ -10,7 +10,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/core/Controller/SvgController.php b/core/Controller/SvgController.php index b526d3b149..ff0a21ba51 100644 --- a/core/Controller/SvgController.php +++ b/core/Controller/SvgController.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018, John Molakvoæ (skjnldsv@protonmail.com) * + * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling * @author John Molakvoæ (skjnldsv) diff --git a/core/Migrations/Version13000Date20170718121200.php b/core/Migrations/Version13000Date20170718121200.php index 3acdc3122e..41492905a0 100644 --- a/core/Migrations/Version13000Date20170718121200.php +++ b/core/Migrations/Version13000Date20170718121200.php @@ -6,6 +6,7 @@ * @author Daniel Kesselberg * @author Georg Ehrke * @author Joas Schilling + * @author Julius Härtl * @author Mario Danic * @author Robin Appelman * @author Roeland Jago Douma diff --git a/core/Migrations/Version13000Date20170919121250.php b/core/Migrations/Version13000Date20170919121250.php index 0667ea8733..a36f05b87d 100644 --- a/core/Migrations/Version13000Date20170919121250.php +++ b/core/Migrations/Version13000Date20170919121250.php @@ -3,6 +3,7 @@ * * * @author Joas Schilling + * @author Julius Härtl * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/core/Migrations/Version14000Date20180710092004.php b/core/Migrations/Version14000Date20180710092004.php index 767d8ee5f7..358b9466ff 100644 --- a/core/Migrations/Version14000Date20180710092004.php +++ b/core/Migrations/Version14000Date20180710092004.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Daniel Calviño Sánchez * @author Daniel Kesselberg + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/core/Migrations/Version15000Date20180926101451.php b/core/Migrations/Version15000Date20180926101451.php index e03a11318c..d780d7c84e 100644 --- a/core/Migrations/Version15000Date20180926101451.php +++ b/core/Migrations/Version15000Date20180926101451.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 Roeland Jago Douma * + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/core/Migrations/Version15000Date20181015062942.php b/core/Migrations/Version15000Date20181015062942.php index 23c2a90474..09472c30ea 100644 --- a/core/Migrations/Version15000Date20181015062942.php +++ b/core/Migrations/Version15000Date20181015062942.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 Roeland Jago Douma * + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/core/Migrations/Version16000Date20190428150708.php b/core/Migrations/Version16000Date20190428150708.php index dc33b08035..152e754455 100644 --- a/core/Migrations/Version16000Date20190428150708.php +++ b/core/Migrations/Version16000Date20190428150708.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2019 Daniel Kesselberg * * @author Daniel Kesselberg + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/core/Migrations/Version17000Date20190514105811.php b/core/Migrations/Version17000Date20190514105811.php index bd6ab1bc8a..dda3019320 100644 --- a/core/Migrations/Version17000Date20190514105811.php +++ b/core/Migrations/Version17000Date20190514105811.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Christoph Wurst * @author Daniel Kesselberg + * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/core/Migrations/Version18000Date20191014105105.php b/core/Migrations/Version18000Date20191014105105.php index fca2ebe140..f78b33b578 100644 --- a/core/Migrations/Version18000Date20191014105105.php +++ b/core/Migrations/Version18000Date20191014105105.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2019 Julius Härtl * * @author Daniel Kesselberg + * @author Joas Schilling * @author Julius Härtl * * @license GNU AGPL version 3 or any later version diff --git a/core/Migrations/Version20000Date20201109081918.php b/core/Migrations/Version20000Date20201109081918.php index 49bbd79b67..71c433a213 100644 --- a/core/Migrations/Version20000Date20201109081918.php +++ b/core/Migrations/Version20000Date20201109081918.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2020 Joas Schilling * * @author Joas Schilling + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/core/Migrations/Version21000Date20201120141228.php b/core/Migrations/Version21000Date20201120141228.php index 844679b8d9..5ef79cf58b 100644 --- a/core/Migrations/Version21000Date20201120141228.php +++ b/core/Migrations/Version21000Date20201120141228.php @@ -2,6 +2,28 @@ declare(strict_types=1); +/** + * + * + * @author Christoph Wurst + * @author Julius Härtl + * + * @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 . + * + */ namespace OC\Core\Migrations; use Closure; diff --git a/core/Migrations/Version21000Date20201202095923.php b/core/Migrations/Version21000Date20201202095923.php index 6433d8c9b7..3135a0a664 100644 --- a/core/Migrations/Version21000Date20201202095923.php +++ b/core/Migrations/Version21000Date20201202095923.php @@ -1,6 +1,7 @@ * diff --git a/core/ajax/update.php b/core/ajax/update.php index ef6c055549..137df3097a 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -14,7 +14,7 @@ * @author Thomas Müller * @author Valdnet <47037905+Valdnet@users.noreply.github.com> * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/core/register_command.php b/core/register_command.php index 46b0c06588..dc53c72906 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -15,6 +15,7 @@ * @author Julius Härtl * @author Lukas Reschke * @author michag86 + * @author MichaIng * @author Morris Jobke * @author Patrik Kernstock * @author Robin Appelman @@ -25,7 +26,7 @@ * @author Thomas Müller * @author Thomas Pulzer * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/cron.php b/cron.php index b8202dd9a8..b7fe27145a 100644 --- a/cron.php +++ b/cron.php @@ -5,8 +5,8 @@ * @author Artem Sidorenko * @author Christopher Schäpers * @author Christoph Wurst - * @author Damjan Georgievski * @author Daniel Kesselberg + * @author hoellen * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer @@ -18,7 +18,7 @@ * @author Roeland Jago Douma * @author Steffen Lindner * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/index.php b/index.php index 92c6ca3b93..9ea511c7f0 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ * @author Roeland Jago Douma * @author Sergio Bertolín * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/autoloader.php b/lib/autoloader.php index f1bd613b52..61ec34e452 100644 --- a/lib/autoloader.php +++ b/lib/autoloader.php @@ -16,7 +16,7 @@ declare(strict_types=1); * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/base.php b/lib/base.php index 3e89cbe6c5..bbc777d5ea 100644 --- a/lib/base.php +++ b/lib/base.php @@ -42,7 +42,7 @@ * @author Thomas Müller * @author Thomas Tanghus * @author Tobia De Koninck - * @author Vincent Petry + * @author Vincent Petry * @author Volkan Gezer * * @license AGPL-3.0 diff --git a/lib/private/Accounts/Hooks.php b/lib/private/Accounts/Hooks.php index c5e7c34dea..d4e9637dfe 100644 --- a/lib/private/Accounts/Hooks.php +++ b/lib/private/Accounts/Hooks.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Christoph Wurst + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/App/AppManager.php b/lib/private/App/AppManager.php index f756664e45..7063878429 100644 --- a/lib/private/App/AppManager.php +++ b/lib/private/App/AppManager.php @@ -18,7 +18,7 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Tobia De Koninck - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/App/AppStore/Fetcher/Fetcher.php b/lib/private/App/AppStore/Fetcher/Fetcher.php index 305e3172c1..c5d83fcb1d 100644 --- a/lib/private/App/AppStore/Fetcher/Fetcher.php +++ b/lib/private/App/AppStore/Fetcher/Fetcher.php @@ -6,6 +6,7 @@ * @author Georg Ehrke * @author Joas Schilling * @author John Molakvoæ (skjnldsv) + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/App/CodeChecker/NodeVisitor.php b/lib/private/App/CodeChecker/NodeVisitor.php index c1bc04afb4..001a0ee688 100644 --- a/lib/private/App/CodeChecker/NodeVisitor.php +++ b/lib/private/App/CodeChecker/NodeVisitor.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling * @author Morris Jobke diff --git a/lib/private/App/DependencyAnalyzer.php b/lib/private/App/DependencyAnalyzer.php index 90f3b28d9c..eb114adbb4 100644 --- a/lib/private/App/DependencyAnalyzer.php +++ b/lib/private/App/DependencyAnalyzer.php @@ -6,6 +6,7 @@ * @author Bernhard Posselt * @author Christoph Wurst * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/App/Platform.php b/lib/private/App/Platform.php index 03e9c7d276..f83e7cf827 100644 --- a/lib/private/App/Platform.php +++ b/lib/private/App/Platform.php @@ -4,6 +4,7 @@ * * @author Bernhard Posselt * @author Christoph Wurst + * @author Julius Härtl * @author Morris Jobke * @author Thomas Müller * diff --git a/lib/private/AppConfig.php b/lib/private/AppConfig.php index a671848245..84305e60a1 100644 --- a/lib/private/AppConfig.php +++ b/lib/private/AppConfig.php @@ -13,6 +13,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/AppFramework/Bootstrap/RegistrationContext.php b/lib/private/AppFramework/Bootstrap/RegistrationContext.php index 12fca23c51..88a3dd0558 100644 --- a/lib/private/AppFramework/Bootstrap/RegistrationContext.php +++ b/lib/private/AppFramework/Bootstrap/RegistrationContext.php @@ -8,6 +8,8 @@ declare(strict_types=1); * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl + * @author Robin Windey + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/AppFramework/Http/Dispatcher.php b/lib/private/AppFramework/Http/Dispatcher.php index 4a05ecaead..47e6650c99 100644 --- a/lib/private/AppFramework/Http/Dispatcher.php +++ b/lib/private/AppFramework/Http/Dispatcher.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Bernhard Posselt * @author Christoph Wurst + * @author Joas Schilling * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/AppFramework/Http/Output.php b/lib/private/AppFramework/Http/Output.php index 9f26d94b8a..d2e8cd338b 100644 --- a/lib/private/AppFramework/Http/Output.php +++ b/lib/private/AppFramework/Http/Output.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Christoph Wurst * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/private/AppFramework/Http/Request.php b/lib/private/AppFramework/Http/Request.php index a873ee9677..a75890111f 100644 --- a/lib/private/AppFramework/Http/Request.php +++ b/lib/private/AppFramework/Http/Request.php @@ -23,7 +23,7 @@ declare(strict_types=1); * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/AppFramework/OCS/V1Response.php b/lib/private/AppFramework/OCS/V1Response.php index 8264c4ea2c..97a3acce68 100644 --- a/lib/private/AppFramework/OCS/V1Response.php +++ b/lib/private/AppFramework/OCS/V1Response.php @@ -2,6 +2,7 @@ /** * @copyright 2016 Roeland Jago Douma * + * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/AppFramework/Routing/RouteParser.php b/lib/private/AppFramework/Routing/RouteParser.php index d4d6612582..8511ff9ee3 100644 --- a/lib/private/AppFramework/Routing/RouteParser.php +++ b/lib/private/AppFramework/Routing/RouteParser.php @@ -5,13 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Christoph Wurst - * @author Joas Schilling - * @author Morris Jobke - * @author Robin Appelman - * @author Robin McCorkell * @author Roeland Jago Douma - * @author Thomas Müller * * @license AGPL-3.0 * diff --git a/lib/private/AppFramework/ScopedPsrLogger.php b/lib/private/AppFramework/ScopedPsrLogger.php index debadd3d15..5f4872efd9 100644 --- a/lib/private/AppFramework/ScopedPsrLogger.php +++ b/lib/private/AppFramework/ScopedPsrLogger.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2020 Christoph Wurst * * @author Christoph Wurst + * @author Maxence Lange * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Archive/TAR.php b/lib/private/Archive/TAR.php index bf69df0edc..a9dd28b389 100644 --- a/lib/private/Archive/TAR.php +++ b/lib/private/Archive/TAR.php @@ -5,6 +5,7 @@ * @author Bart Visscher * @author Christopher Schäpers * @author Christoph Wurst + * @author Daniel Kesselberg * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php b/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php index 55009c317c..0bdfa7cb39 100644 --- a/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php +++ b/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2019 Christoph Wurst * * @author Christoph Wurst + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php b/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php index 9ba2717c97..2f330879a2 100644 --- a/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php +++ b/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2019 Christoph Wurst * * @author Christoph Wurst + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php b/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php index bb3a522556..2d78bd2d01 100644 --- a/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php +++ b/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2020 Christoph Wurst * * @author Christoph Wurst + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Authentication/Listeners/UserLoggedInListener.php b/lib/private/Authentication/Listeners/UserLoggedInListener.php index 9d90f09b29..711a759fad 100644 --- a/lib/private/Authentication/Listeners/UserLoggedInListener.php +++ b/lib/private/Authentication/Listeners/UserLoggedInListener.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2020, Roeland Jago Douma * + * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Authentication/Login/LoggedInCheckCommand.php b/lib/private/Authentication/Login/LoggedInCheckCommand.php index 1848c5db09..3c71c844d7 100644 --- a/lib/private/Authentication/Login/LoggedInCheckCommand.php +++ b/lib/private/Authentication/Login/LoggedInCheckCommand.php @@ -3,6 +3,7 @@ * @copyright 2019 Christoph Wurst * * @author Christoph Wurst + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Authentication/Login/UserDisabledCheckCommand.php b/lib/private/Authentication/Login/UserDisabledCheckCommand.php index 49762546bc..0889fc99b2 100644 --- a/lib/private/Authentication/Login/UserDisabledCheckCommand.php +++ b/lib/private/Authentication/Login/UserDisabledCheckCommand.php @@ -3,6 +3,7 @@ * @copyright 2019 Christoph Wurst * * @author Christoph Wurst + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Authentication/LoginCredentials/Store.php b/lib/private/Authentication/LoginCredentials/Store.php index 89992dc211..1810732ac3 100644 --- a/lib/private/Authentication/LoginCredentials/Store.php +++ b/lib/private/Authentication/LoginCredentials/Store.php @@ -6,7 +6,7 @@ declare(strict_types=1); * @copyright 2016 Christoph Wurst * * @author Christoph Wurst - * @author Lionel Elie Mamane + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Authentication/Token/PublicKeyTokenMapper.php b/lib/private/Authentication/Token/PublicKeyTokenMapper.php index 11d610bc28..d44ff3c50d 100644 --- a/lib/private/Authentication/Token/PublicKeyTokenMapper.php +++ b/lib/private/Authentication/Token/PublicKeyTokenMapper.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 Roeland Jago Douma * + * @author Christoph Wurst * @author Daniel Kesselberg * @author Roeland Jago Douma * diff --git a/lib/private/Authentication/TwoFactorAuth/Manager.php b/lib/private/Authentication/TwoFactorAuth/Manager.php index 8e529ccbda..0a60606ad6 100644 --- a/lib/private/Authentication/TwoFactorAuth/Manager.php +++ b/lib/private/Authentication/TwoFactorAuth/Manager.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Joas Schilling * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php b/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php index e0f06db565..d08cb71d72 100644 --- a/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php +++ b/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2020, Roeland Jago Douma * + * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Authentication/WebAuthn/Manager.php b/lib/private/Authentication/WebAuthn/Manager.php index ce70c54bf1..9ef3a0718c 100644 --- a/lib/private/Authentication/WebAuthn/Manager.php +++ b/lib/private/Authentication/WebAuthn/Manager.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2020, Roeland Jago Douma * * @author Christoph Wurst + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/BackgroundJob/JobList.php b/lib/private/BackgroundJob/JobList.php index 37aecd6169..5a89dcdeba 100644 --- a/lib/private/BackgroundJob/JobList.php +++ b/lib/private/BackgroundJob/JobList.php @@ -6,7 +6,6 @@ * @author Georg Ehrke * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Lukas Reschke * @author Morris Jobke * @author Noveen Sachdeva * @author Robin Appelman diff --git a/lib/private/Cache/File.php b/lib/private/Cache/File.php index be6540ff2d..04ec33f761 100644 --- a/lib/private/Cache/File.php +++ b/lib/private/Cache/File.php @@ -10,7 +10,7 @@ * @author Roeland Jago Douma * @author Sebastian Wessalowski * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Collaboration/Collaborators/Search.php b/lib/private/Collaboration/Collaborators/Search.php index 1e0fd73979..7b5789640a 100644 --- a/lib/private/Collaboration/Collaborators/Search.php +++ b/lib/private/Collaboration/Collaborators/Search.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Christoph Wurst + * @author Joas Schilling * @author onehappycat * @author Robin Appelman * diff --git a/lib/private/Collaboration/Collaborators/UserPlugin.php b/lib/private/Collaboration/Collaborators/UserPlugin.php index 0b51a29ae2..d832a42000 100644 --- a/lib/private/Collaboration/Collaborators/UserPlugin.php +++ b/lib/private/Collaboration/Collaborators/UserPlugin.php @@ -6,6 +6,7 @@ * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Julius Härtl * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Command/ClosureJob.php b/lib/private/Command/ClosureJob.php index 1f8470005e..c92fd304f9 100644 --- a/lib/private/Command/ClosureJob.php +++ b/lib/private/Command/ClosureJob.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/Command/CommandJob.php b/lib/private/Command/CommandJob.php index 6b1e79f93d..ed251b841e 100644 --- a/lib/private/Command/CommandJob.php +++ b/lib/private/Command/CommandJob.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/Command/CronBus.php b/lib/private/Command/CronBus.php index 32f19c913e..86aa239bdd 100644 --- a/lib/private/Command/CronBus.php +++ b/lib/private/Command/CronBus.php @@ -5,6 +5,7 @@ * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Comments/Manager.php b/lib/private/Comments/Manager.php index 98c600add2..1cc82b5c2c 100644 --- a/lib/private/Comments/Manager.php +++ b/lib/private/Comments/Manager.php @@ -4,7 +4,7 @@ * * @author Arthur Schiwon * @author Joas Schilling - * @author Lukas Reschke + * @author John Molakvoæ (skjnldsv) * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/private/Comments/ManagerFactory.php b/lib/private/Comments/ManagerFactory.php index 67b006bdb6..ec2cb1e69a 100644 --- a/lib/private/Comments/ManagerFactory.php +++ b/lib/private/Comments/ManagerFactory.php @@ -3,9 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Joas Schilling * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Config.php b/lib/private/Config.php index 0a868be783..a6c4acb7d9 100644 --- a/lib/private/Config.php +++ b/lib/private/Config.php @@ -19,6 +19,7 @@ * @author Philipp Schaffrath * @author Robin Appelman * @author Robin McCorkell + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/DB/Connection.php b/lib/private/DB/Connection.php index ebb3900f3e..b024989ac0 100644 --- a/lib/private/DB/Connection.php +++ b/lib/private/DB/Connection.php @@ -5,7 +5,7 @@ * @author Bart Visscher * @author Christoph Wurst * @author Joas Schilling - * @author Lukas Reschke + * @author Julius Härtl * @author Morris Jobke * @author Ole Ostergaard * @author Ole Ostergaard diff --git a/lib/private/DB/MDB2SchemaManager.php b/lib/private/DB/MDB2SchemaManager.php index 7808e0c0b5..44ea398621 100644 --- a/lib/private/DB/MDB2SchemaManager.php +++ b/lib/private/DB/MDB2SchemaManager.php @@ -11,7 +11,7 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/DB/MDB2SchemaReader.php b/lib/private/DB/MDB2SchemaReader.php index b371e1a16b..abf58ffa05 100644 --- a/lib/private/DB/MDB2SchemaReader.php +++ b/lib/private/DB/MDB2SchemaReader.php @@ -10,7 +10,7 @@ * @author Robin McCorkell * @author Thomas Müller * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/DB/MigrationService.php b/lib/private/DB/MigrationService.php index c1a6b82dcc..6a1cb4be01 100644 --- a/lib/private/DB/MigrationService.php +++ b/lib/private/DB/MigrationService.php @@ -6,6 +6,7 @@ * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling + * @author Julius Härtl * @author Morris Jobke * @author Robin Appelman * diff --git a/lib/private/DB/Migrator.php b/lib/private/DB/Migrator.php index 7cb642401c..569b1a6c28 100644 --- a/lib/private/DB/Migrator.php +++ b/lib/private/DB/Migrator.php @@ -11,7 +11,7 @@ * @author tbelau666 * @author Thomas Müller * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/DB/MissingPrimaryKeyInformation.php b/lib/private/DB/MissingPrimaryKeyInformation.php index c6b81ddba4..62b5dd2c63 100644 --- a/lib/private/DB/MissingPrimaryKeyInformation.php +++ b/lib/private/DB/MissingPrimaryKeyInformation.php @@ -5,8 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 Morris Jobke * - * @author Morris Jobke - * @author Roeland Jago Douma + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/DB/OracleConnection.php b/lib/private/DB/OracleConnection.php index 76f0c9faa7..8198f3bd5e 100644 --- a/lib/private/DB/OracleConnection.php +++ b/lib/private/DB/OracleConnection.php @@ -8,6 +8,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php b/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php index f2edea575a..61eea80640 100644 --- a/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php +++ b/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Daniel Kesselberg * @author Joas Schilling * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php b/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php index 4ad726bc03..c269fc03c8 100644 --- a/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php +++ b/lib/private/DB/QueryBuilder/FunctionBuilder/OCIFunctionBuilder.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Joas Schilling * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/DB/QueryBuilder/QueryBuilder.php b/lib/private/DB/QueryBuilder/QueryBuilder.php index a5ea08127c..2f8707326d 100644 --- a/lib/private/DB/QueryBuilder/QueryBuilder.php +++ b/lib/private/DB/QueryBuilder/QueryBuilder.php @@ -9,6 +9,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Dashboard/Manager.php b/lib/private/Dashboard/Manager.php index 94b80a3b4a..9f703bb14a 100644 --- a/lib/private/Dashboard/Manager.php +++ b/lib/private/Dashboard/Manager.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2020 Julius Härtl * + * @author Joas Schilling * @author Julius Härtl * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Encryption/DecryptAll.php b/lib/private/Encryption/DecryptAll.php index 19bd2f8137..fa913d3655 100644 --- a/lib/private/Encryption/DecryptAll.php +++ b/lib/private/Encryption/DecryptAll.php @@ -9,7 +9,7 @@ * @author Joas Schilling * @author Roeland Jago Douma * @author sammo2828 - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Encryption/File.php b/lib/private/Encryption/File.php index 8aed19e708..c0a58d1256 100644 --- a/lib/private/Encryption/File.php +++ b/lib/private/Encryption/File.php @@ -8,7 +8,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Encryption/Keys/Storage.php b/lib/private/Encryption/Keys/Storage.php index 248011aee5..a2b27de6b5 100644 --- a/lib/private/Encryption/Keys/Storage.php +++ b/lib/private/Encryption/Keys/Storage.php @@ -8,7 +8,7 @@ * @author Joas Schilling * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/EventDispatcher/ServiceEventListener.php b/lib/private/EventDispatcher/ServiceEventListener.php index ec26514c0a..301531f893 100644 --- a/lib/private/EventDispatcher/ServiceEventListener.php +++ b/lib/private/EventDispatcher/ServiceEventListener.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2019 Christoph Wurst * * @author Christoph Wurst + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Federation/CloudFederationProviderManager.php b/lib/private/Federation/CloudFederationProviderManager.php index 56bc9a9532..597227533f 100644 --- a/lib/private/Federation/CloudFederationProviderManager.php +++ b/lib/private/Federation/CloudFederationProviderManager.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2018 Bjoern Schiessle * * @author Bjoern Schiessle + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Federation/CloudId.php b/lib/private/Federation/CloudId.php index c917a9d581..27a222c058 100644 --- a/lib/private/Federation/CloudId.php +++ b/lib/private/Federation/CloudId.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2017, Robin Appelman * + * @author Arthur Schiwon * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/lib/private/Federation/CloudIdManager.php b/lib/private/Federation/CloudIdManager.php index 02e3c7cd51..0671a0bfa0 100644 --- a/lib/private/Federation/CloudIdManager.php +++ b/lib/private/Federation/CloudIdManager.php @@ -5,7 +5,9 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2017, Robin Appelman * + * @author Arthur Schiwon * @author Christoph Wurst + * @author Guillaume Virlet * @author Joas Schilling * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/private/Files/Cache/Cache.php b/lib/private/Files/Cache/Cache.php index be44d46193..2a58f79681 100644 --- a/lib/private/Files/Cache/Cache.php +++ b/lib/private/Files/Cache/Cache.php @@ -18,7 +18,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/CacheEntry.php b/lib/private/Files/Cache/CacheEntry.php index 5f31ecfbec..a9d2a1acbf 100644 --- a/lib/private/Files/Cache/CacheEntry.php +++ b/lib/private/Files/Cache/CacheEntry.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Robin Appelman * * @license AGPL-3.0 diff --git a/lib/private/Files/Cache/HomeCache.php b/lib/private/Files/Cache/HomeCache.php index f7fc806456..93906bfc93 100644 --- a/lib/private/Files/Cache/HomeCache.php +++ b/lib/private/Files/Cache/HomeCache.php @@ -5,10 +5,11 @@ * @author Andreas Fischer * @author Björn Schießle * @author Christoph Wurst + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/NullWatcher.php b/lib/private/Files/Cache/NullWatcher.php index 57e43444fd..146961d1c5 100644 --- a/lib/private/Files/Cache/NullWatcher.php +++ b/lib/private/Files/Cache/NullWatcher.php @@ -1,9 +1,12 @@ * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -17,7 +20,7 @@ declare(strict_types=1); * 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 . + * along with this program. If not, see . * */ diff --git a/lib/private/Files/Cache/Propagator.php b/lib/private/Files/Cache/Propagator.php index 97eaa839cc..cdbe8b6017 100644 --- a/lib/private/Files/Cache/Propagator.php +++ b/lib/private/Files/Cache/Propagator.php @@ -3,7 +3,6 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/lib/private/Files/Cache/Scanner.php b/lib/private/Files/Cache/Scanner.php index f895948574..1b9637ac61 100644 --- a/lib/private/Files/Cache/Scanner.php +++ b/lib/private/Files/Cache/Scanner.php @@ -16,7 +16,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/Storage.php b/lib/private/Files/Cache/Storage.php index b11cd5799d..74f5df2a5b 100644 --- a/lib/private/Files/Cache/Storage.php +++ b/lib/private/Files/Cache/Storage.php @@ -3,14 +3,13 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon - * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/StorageGlobal.php b/lib/private/Files/Cache/StorageGlobal.php index 8bf37514b8..23d6035084 100644 --- a/lib/private/Files/Cache/StorageGlobal.php +++ b/lib/private/Files/Cache/StorageGlobal.php @@ -2,6 +2,7 @@ /** * @copyright Robin Appelman * + * @author Joas Schilling * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Files/Cache/Updater.php b/lib/private/Files/Cache/Updater.php index 79501d910e..04179ba0aa 100644 --- a/lib/private/Files/Cache/Updater.php +++ b/lib/private/Files/Cache/Updater.php @@ -8,7 +8,7 @@ * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/Watcher.php b/lib/private/Files/Cache/Watcher.php index d6291ca71e..19e17e6095 100644 --- a/lib/private/Files/Cache/Watcher.php +++ b/lib/private/Files/Cache/Watcher.php @@ -7,7 +7,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Cache/Wrapper/CacheWrapper.php b/lib/private/Files/Cache/Wrapper/CacheWrapper.php index 4901a53079..cac6cfed87 100644 --- a/lib/private/Files/Cache/Wrapper/CacheWrapper.php +++ b/lib/private/Files/Cache/Wrapper/CacheWrapper.php @@ -10,7 +10,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Config/UserMountCache.php b/lib/private/Files/Config/UserMountCache.php index 441a4a4532..46ea139425 100644 --- a/lib/private/Files/Config/UserMountCache.php +++ b/lib/private/Files/Config/UserMountCache.php @@ -9,7 +9,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/FileInfo.php b/lib/private/Files/FileInfo.php index 8f42aff85b..35e69ae270 100644 --- a/lib/private/Files/FileInfo.php +++ b/lib/private/Files/FileInfo.php @@ -13,7 +13,7 @@ * @author Roeland Jago Douma * @author tbartenstein * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Filesystem.php b/lib/private/Files/Filesystem.php index 0a0707df73..bf94be273f 100644 --- a/lib/private/Files/Filesystem.php +++ b/lib/private/Files/Filesystem.php @@ -18,7 +18,7 @@ * @author Roeland Jago Douma * @author Sam Tuke * @author Stephan Peijnik - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Mount/MountPoint.php b/lib/private/Files/Mount/MountPoint.php index 626bc32ebf..cbf3785c40 100644 --- a/lib/private/Files/Mount/MountPoint.php +++ b/lib/private/Files/Mount/MountPoint.php @@ -11,7 +11,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Node/File.php b/lib/private/Files/Node/File.php index 915e336b99..c140c3e977 100644 --- a/lib/private/Files/Node/File.php +++ b/lib/private/Files/Node/File.php @@ -9,7 +9,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Node/Folder.php b/lib/private/Files/Node/Folder.php index 134455dd94..4049994911 100644 --- a/lib/private/Files/Node/Folder.php +++ b/lib/private/Files/Node/Folder.php @@ -11,7 +11,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Node/Node.php b/lib/private/Files/Node/Node.php index 70821e685f..92635a55ba 100644 --- a/lib/private/Files/Node/Node.php +++ b/lib/private/Files/Node/Node.php @@ -10,7 +10,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Node/NonExistingFolder.php b/lib/private/Files/Node/NonExistingFolder.php index 65af837da4..eaf7963eb9 100644 --- a/lib/private/Files/Node/NonExistingFolder.php +++ b/lib/private/Files/Node/NonExistingFolder.php @@ -4,7 +4,7 @@ * * @author Morris Jobke * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Node/Root.php b/lib/private/Files/Node/Root.php index f24082851e..fba8a24b40 100644 --- a/lib/private/Files/Node/Root.php +++ b/lib/private/Files/Node/Root.php @@ -12,7 +12,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/ObjectStore/S3ConnectionTrait.php b/lib/private/Files/ObjectStore/S3ConnectionTrait.php index c98c8a04cd..6b469860de 100644 --- a/lib/private/Files/ObjectStore/S3ConnectionTrait.php +++ b/lib/private/Files/ObjectStore/S3ConnectionTrait.php @@ -7,6 +7,7 @@ * @author Florent * @author Morris Jobke * @author Robin Appelman + * @author Roeland Jago Douma * @author S. Cat <33800996+sparrowjack63@users.noreply.github.com> * @author Stephen Cuppett * diff --git a/lib/private/Files/Storage/Common.php b/lib/private/Files/Storage/Common.php index cba8afa176..6a530877f4 100644 --- a/lib/private/Files/Storage/Common.php +++ b/lib/private/Files/Storage/Common.php @@ -21,7 +21,7 @@ * @author scambra * @author Stefan Weil * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * @author Vinicius Cubas Brand * * @license AGPL-3.0 diff --git a/lib/private/Files/Storage/DAV.php b/lib/private/Files/Storage/DAV.php index 974feee899..163185db54 100644 --- a/lib/private/Files/Storage/DAV.php +++ b/lib/private/Files/Storage/DAV.php @@ -17,7 +17,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/FailedStorage.php b/lib/private/Files/Storage/FailedStorage.php index 50e2f25543..bb97fe7387 100644 --- a/lib/private/Files/Storage/FailedStorage.php +++ b/lib/private/Files/Storage/FailedStorage.php @@ -6,7 +6,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/Home.php b/lib/private/Files/Storage/Home.php index c725076893..5c35c93bfc 100644 --- a/lib/private/Files/Storage/Home.php +++ b/lib/private/Files/Storage/Home.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/Local.php b/lib/private/Files/Storage/Local.php index f0a81f4893..240da59549 100644 --- a/lib/private/Files/Storage/Local.php +++ b/lib/private/Files/Storage/Local.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author aler9 <46489434+aler9@users.noreply.github.com> * @author Arthur Schiwon * @author Bart Visscher * @author Boris Rybalkin @@ -21,7 +22,7 @@ * @author Stefan Weil * @author Thomas Müller * @author Tigran Mkrtchyan - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/StorageFactory.php b/lib/private/Files/Storage/StorageFactory.php index 52ddbfb2ed..2e7dd732ed 100644 --- a/lib/private/Files/Storage/StorageFactory.php +++ b/lib/private/Files/Storage/StorageFactory.php @@ -5,7 +5,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/Temporary.php b/lib/private/Files/Storage/Temporary.php index 5e4024286c..686600e5d2 100644 --- a/lib/private/Files/Storage/Temporary.php +++ b/lib/private/Files/Storage/Temporary.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/Wrapper/Encoding.php b/lib/private/Files/Storage/Wrapper/Encoding.php index a2ef1780d6..fed4d26faf 100644 --- a/lib/private/Files/Storage/Wrapper/Encoding.php +++ b/lib/private/Files/Storage/Wrapper/Encoding.php @@ -5,7 +5,7 @@ * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/Wrapper/Encryption.php b/lib/private/Files/Storage/Wrapper/Encryption.php index 3a97764fbb..d3b1880a81 100644 --- a/lib/private/Files/Storage/Wrapper/Encryption.php +++ b/lib/private/Files/Storage/Wrapper/Encryption.php @@ -13,7 +13,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/Wrapper/Quota.php b/lib/private/Files/Storage/Wrapper/Quota.php index 406f0fd464..10edd940d7 100644 --- a/lib/private/Files/Storage/Wrapper/Quota.php +++ b/lib/private/Files/Storage/Wrapper/Quota.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author John Molakvoæ (skjnldsv) * @author Jörn Friedrich Dreyer * @author Julius Härtl * @author Lukas Reschke @@ -9,7 +10,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Storage/Wrapper/Wrapper.php b/lib/private/Files/Storage/Wrapper/Wrapper.php index 4584bebe07..227e7d8e55 100644 --- a/lib/private/Files/Storage/Wrapper/Wrapper.php +++ b/lib/private/Files/Storage/Wrapper/Wrapper.php @@ -9,7 +9,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * @author Vinicius Cubas Brand * * @license AGPL-3.0 diff --git a/lib/private/Files/Stream/Encryption.php b/lib/private/Files/Stream/Encryption.php index 76668b1400..577d155410 100644 --- a/lib/private/Files/Stream/Encryption.php +++ b/lib/private/Files/Stream/Encryption.php @@ -12,7 +12,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Stream/Quota.php b/lib/private/Files/Stream/Quota.php index 3bf46264b8..db5691187c 100644 --- a/lib/private/Files/Stream/Quota.php +++ b/lib/private/Files/Stream/Quota.php @@ -6,7 +6,7 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/Type/Detection.php b/lib/private/Files/Type/Detection.php index f8cbd2ec72..247f6005e5 100644 --- a/lib/private/Files/Type/Detection.php +++ b/lib/private/Files/Type/Detection.php @@ -12,6 +12,7 @@ declare(strict_types=1); * @author Hendrik Leppelsack * @author Jens-Christian Fischer * @author Joas Schilling + * @author Julius Härtl * @author lui87kw * @author Lukas Reschke * @author Magnus Walbeck @@ -20,7 +21,7 @@ declare(strict_types=1); * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Tanghus - * @author Vincent Petry + * @author Vincent Petry * @author Xheni Myrtaj * * @license AGPL-3.0 diff --git a/lib/private/Files/Utils/Scanner.php b/lib/private/Files/Utils/Scanner.php index 996380037b..5509a49941 100644 --- a/lib/private/Files/Utils/Scanner.php +++ b/lib/private/Files/Utils/Scanner.php @@ -10,7 +10,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index fba412c37d..1bee09e365 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Ashod Nakashian * @author Bart Visscher * @author Björn Schießle * @author Christoph Wurst @@ -26,7 +27,7 @@ * @author Scott Dutton * @author Thomas Müller * @author Thomas Tanghus - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/ForbiddenException.php b/lib/private/ForbiddenException.php index 1ba38e3992..8a00b78291 100644 --- a/lib/private/ForbiddenException.php +++ b/lib/private/ForbiddenException.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php b/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php index a6cef00764..f6241938f8 100644 --- a/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php +++ b/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2018 * + * @author Christoph Wurst * @author Maxence Lange * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Group/Backend.php b/lib/private/Group/Backend.php index ebd8d3620d..e041254bd5 100644 --- a/lib/private/Group/Backend.php +++ b/lib/private/Group/Backend.php @@ -5,7 +5,7 @@ * @author Christoph Wurst * @author Knut Ahlers * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Group/Group.php b/lib/private/Group/Group.php index 2e16d5f124..d3f8c60312 100644 --- a/lib/private/Group/Group.php +++ b/lib/private/Group/Group.php @@ -12,7 +12,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Group/Manager.php b/lib/private/Group/Manager.php index 3d7c1ff176..4c731a9f48 100644 --- a/lib/private/Group/Manager.php +++ b/lib/private/Group/Manager.php @@ -18,7 +18,7 @@ * @author Roeland Jago Douma * @author Roman Kreisel * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * @author Vinicius Cubas Brand * @author voxsim "Simon Vocella" * diff --git a/lib/private/Group/MetaData.php b/lib/private/Group/MetaData.php index 1bf748132f..5449cdbe29 100644 --- a/lib/private/Group/MetaData.php +++ b/lib/private/Group/MetaData.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Christoph Wurst + * @author Daniel Kesselberg * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke diff --git a/lib/private/Http/Client/Client.php b/lib/private/Http/Client/Client.php index 96593ac399..3f616df0b2 100644 --- a/lib/private/Http/Client/Client.php +++ b/lib/private/Http/Client/Client.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Carlos Ferreira * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling diff --git a/lib/private/InitialStateService.php b/lib/private/InitialStateService.php index 76e64d8b01..7f9a084ef7 100644 --- a/lib/private/InitialStateService.php +++ b/lib/private/InitialStateService.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2019, Roeland Jago Douma * * @author Christoph Wurst + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Installer.php b/lib/private/Installer.php index a01f433c7a..0b020aed56 100644 --- a/lib/private/Installer.php +++ b/lib/private/Installer.php @@ -6,6 +6,7 @@ * @author Arthur Schiwon * @author Brice Maron * @author Christoph Wurst + * @author Daniel Kesselberg * @author Frank Karlitschek * @author Georg Ehrke * @author Joas Schilling diff --git a/lib/private/IntegrityCheck/Checker.php b/lib/private/IntegrityCheck/Checker.php index f5c4d6bb01..504cd391c4 100644 --- a/lib/private/IntegrityCheck/Checker.php +++ b/lib/private/IntegrityCheck/Checker.php @@ -11,7 +11,7 @@ declare(strict_types=1); * @author Morris Jobke * @author Roeland Jago Douma * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * @author Xheni Myrtaj * * @license AGPL-3.0 diff --git a/lib/private/Lock/DBLockingProvider.php b/lib/private/Lock/DBLockingProvider.php index 2ad7c162f3..c6b9cf6378 100644 --- a/lib/private/Lock/DBLockingProvider.php +++ b/lib/private/Lock/DBLockingProvider.php @@ -5,7 +5,6 @@ * @author Christoph Wurst * @author Individual IT Services * @author Joas Schilling - * @author Lukas Reschke * @author Morris Jobke * @author Ole Ostergaard * @author Robin Appelman diff --git a/lib/private/Lock/NoopLockingProvider.php b/lib/private/Lock/NoopLockingProvider.php index 4f38d5159b..728ad26de6 100644 --- a/lib/private/Lock/NoopLockingProvider.php +++ b/lib/private/Lock/NoopLockingProvider.php @@ -7,7 +7,7 @@ declare(strict_types=1); * * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Log/ErrorHandler.php b/lib/private/Log/ErrorHandler.php index b58fae60d5..3f4c9ee64b 100644 --- a/lib/private/Log/ErrorHandler.php +++ b/lib/private/Log/ErrorHandler.php @@ -5,6 +5,7 @@ * @author Bart Visscher * @author Björn Schießle * @author Christoph Wurst + * @author Julius Härtl * @author Morris Jobke * @author Thomas Müller * diff --git a/lib/private/Log/ExceptionSerializer.php b/lib/private/Log/ExceptionSerializer.php index 339a6604ed..0cb68f0891 100644 --- a/lib/private/Log/ExceptionSerializer.php +++ b/lib/private/Log/ExceptionSerializer.php @@ -8,6 +8,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma + * @author Vincent Petry * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Mail/EMailTemplate.php b/lib/private/Mail/EMailTemplate.php index a3f266bf32..d5bd27007d 100644 --- a/lib/private/Mail/EMailTemplate.php +++ b/lib/private/Mail/EMailTemplate.php @@ -15,9 +15,9 @@ declare(strict_types=1); * @author Julius Härtl * @author Liam JACK * @author Lukas Reschke + * @author medcloud <42641918+medcloud@users.noreply.github.com> * @author Morris Jobke * @author Roeland Jago Douma - * @author Simon Spannagel * @author Tomasz Paluszkiewicz * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Mail/Mailer.php b/lib/private/Mail/Mailer.php index b7a22285ea..f8dc739428 100644 --- a/lib/private/Mail/Mailer.php +++ b/lib/private/Mail/Mailer.php @@ -12,6 +12,7 @@ declare(strict_types=1); * @author Jared Boone * @author Joas Schilling * @author Julius Härtl + * @author kevin147147 * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/Memcache/Factory.php b/lib/private/Memcache/Factory.php index 030769b555..6db9b1007a 100644 --- a/lib/private/Memcache/Factory.php +++ b/lib/private/Memcache/Factory.php @@ -11,7 +11,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Stefan Weil - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Memcache/NullCache.php b/lib/private/Memcache/NullCache.php index bdb6406b24..5ad3cb2220 100644 --- a/lib/private/Memcache/NullCache.php +++ b/lib/private/Memcache/NullCache.php @@ -7,7 +7,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Migration/BackgroundRepair.php b/lib/private/Migration/BackgroundRepair.php index 679ad80b5d..5b8c7875ab 100644 --- a/lib/private/Migration/BackgroundRepair.php +++ b/lib/private/Migration/BackgroundRepair.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Daniel Kesselberg * @author Lukas Reschke * @author Roeland Jago Douma diff --git a/lib/private/NaturalSort.php b/lib/private/NaturalSort.php index 31829a84e6..d328ad0f35 100644 --- a/lib/private/NaturalSort.php +++ b/lib/private/NaturalSort.php @@ -8,7 +8,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Repair.php b/lib/private/Repair.php index 4793485a38..80a8a8a87c 100644 --- a/lib/private/Repair.php +++ b/lib/private/Repair.php @@ -14,7 +14,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Repair/AddBruteForceCleanupJob.php b/lib/private/Repair/AddBruteForceCleanupJob.php index ad66238857..b287b4baa2 100644 --- a/lib/private/Repair/AddBruteForceCleanupJob.php +++ b/lib/private/Repair/AddBruteForceCleanupJob.php @@ -1,6 +1,7 @@ * @@ -19,7 +20,7 @@ declare(strict_types=1); * 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 . + * along with this program. If not, see . * */ diff --git a/lib/private/Repair/CleanTags.php b/lib/private/Repair/CleanTags.php index f414ef09ef..5b8e44f37b 100644 --- a/lib/private/Repair/CleanTags.php +++ b/lib/private/Repair/CleanTags.php @@ -4,7 +4,6 @@ * * @author Christoph Wurst * @author Joas Schilling - * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/private/Repair/ClearFrontendCaches.php b/lib/private/Repair/ClearFrontendCaches.php index 789f73adf7..523a1fc6be 100644 --- a/lib/private/Repair/ClearFrontendCaches.php +++ b/lib/private/Repair/ClearFrontendCaches.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2018 Julius Härtl * - * @author John Molakvoæ (skjnldsv) + * @author Christoph Wurst * @author Julius Härtl * @author Roeland Jago Douma * diff --git a/lib/private/Repair/ClearGeneratedAvatarCache.php b/lib/private/Repair/ClearGeneratedAvatarCache.php index 00a5aac1ff..26d436451b 100644 --- a/lib/private/Repair/ClearGeneratedAvatarCache.php +++ b/lib/private/Repair/ClearGeneratedAvatarCache.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018 John Molakvoæ * + * @author Christoph Wurst * @author John Molakvoæ (skjnldsv) * @author Michael Weimann * diff --git a/lib/private/Repair/NC20/EncryptionLegacyCipher.php b/lib/private/Repair/NC20/EncryptionLegacyCipher.php index f887feefc9..e60a243534 100644 --- a/lib/private/Repair/NC20/EncryptionLegacyCipher.php +++ b/lib/private/Repair/NC20/EncryptionLegacyCipher.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2020, Roeland Jago Douma * + * @author Julius Härtl * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Repair/NC20/EncryptionMigration.php b/lib/private/Repair/NC20/EncryptionMigration.php index d5879073d5..45789d2317 100644 --- a/lib/private/Repair/NC20/EncryptionMigration.php +++ b/lib/private/Repair/NC20/EncryptionMigration.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2020, Roeland Jago Douma * + * @author Julius Härtl * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Repair/NC21/ValidatePhoneNumber.php b/lib/private/Repair/NC21/ValidatePhoneNumber.php index 6e25ff26b7..995c38602f 100644 --- a/lib/private/Repair/NC21/ValidatePhoneNumber.php +++ b/lib/private/Repair/NC21/ValidatePhoneNumber.php @@ -1,6 +1,7 @@ * diff --git a/lib/private/Repair/OldGroupMembershipShares.php b/lib/private/Repair/OldGroupMembershipShares.php index 3825418822..d991ef82ac 100644 --- a/lib/private/Repair/OldGroupMembershipShares.php +++ b/lib/private/Repair/OldGroupMembershipShares.php @@ -3,7 +3,6 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling - * @author Lukas Reschke * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Repair/Owncloud/CleanPreviews.php b/lib/private/Repair/Owncloud/CleanPreviews.php index 5c183451d6..267a1be798 100644 --- a/lib/private/Repair/Owncloud/CleanPreviews.php +++ b/lib/private/Repair/Owncloud/CleanPreviews.php @@ -2,7 +2,7 @@ /** * @copyright 2016 Roeland Jago Douma * - * @author Roeland Jago Douma + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * @@ -17,7 +17,7 @@ * 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 . + * along with this program. If not, see . * */ namespace OC\Repair\Owncloud; diff --git a/lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php b/lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php index e8d89c9c7a..90aa59b295 100644 --- a/lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php +++ b/lib/private/Repair/Owncloud/CleanPreviewsBackgroundJob.php @@ -2,7 +2,7 @@ /** * @copyright 2016 Roeland Jago Douma * - * @author Roeland Jago Douma + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * @@ -17,7 +17,7 @@ * 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 . + * along with this program. If not, see . * */ namespace OC\Repair\Owncloud; diff --git a/lib/private/Repair/Owncloud/InstallCoreBundle.php b/lib/private/Repair/Owncloud/InstallCoreBundle.php index 6d07ec9b96..10d5357e5d 100644 --- a/lib/private/Repair/Owncloud/InstallCoreBundle.php +++ b/lib/private/Repair/Owncloud/InstallCoreBundle.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * - * @author Lukas Reschke + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * @@ -17,7 +17,7 @@ * 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 . + * along with this program. If not, see . * */ diff --git a/lib/private/Repair/Owncloud/MoveAvatars.php b/lib/private/Repair/Owncloud/MoveAvatars.php index 53f3097aee..37c79de22a 100644 --- a/lib/private/Repair/Owncloud/MoveAvatars.php +++ b/lib/private/Repair/Owncloud/MoveAvatars.php @@ -2,8 +2,7 @@ /** * @copyright 2016 Roeland Jago Douma * - * @author Morris Jobke - * @author Roeland Jago Douma + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * @@ -18,7 +17,7 @@ * 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 . + * along with this program. If not, see . * */ namespace OC\Repair\Owncloud; diff --git a/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php b/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php index ec076d116c..e69beae7d6 100644 --- a/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php +++ b/lib/private/Repair/Owncloud/MoveAvatarsBackgroundJob.php @@ -2,9 +2,7 @@ /** * @copyright 2016 Roeland Jago Douma * - * @author Joas Schilling - * @author Morris Jobke - * @author Roeland Jago Douma + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * @@ -19,7 +17,7 @@ * 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 . + * along with this program. If not, see . * */ namespace OC\Repair\Owncloud; diff --git a/lib/private/Repair/Owncloud/SaveAccountsTableData.php b/lib/private/Repair/Owncloud/SaveAccountsTableData.php index 89c331a7d7..f11397d7ae 100644 --- a/lib/private/Repair/Owncloud/SaveAccountsTableData.php +++ b/lib/private/Repair/Owncloud/SaveAccountsTableData.php @@ -4,6 +4,7 @@ * * @author Christoph Wurst * @author Joas Schilling + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Repair/Owncloud/UpdateLanguageCodes.php b/lib/private/Repair/Owncloud/UpdateLanguageCodes.php index b7da0b0052..cd923b4e80 100644 --- a/lib/private/Repair/Owncloud/UpdateLanguageCodes.php +++ b/lib/private/Repair/Owncloud/UpdateLanguageCodes.php @@ -2,8 +2,7 @@ /** * @copyright Copyright (c) 2016 Morris Jobke * - * @author Joas Schilling - * @author Morris Jobke + * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * @@ -18,7 +17,7 @@ * 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 . + * along with this program. If not, see . * */ diff --git a/lib/private/Repair/RepairInvalidShares.php b/lib/private/Repair/RepairInvalidShares.php index 1fc98a1d46..bc03374ff9 100644 --- a/lib/private/Repair/RepairInvalidShares.php +++ b/lib/private/Repair/RepairInvalidShares.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Lukas Reschke * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Repair/RepairMimeTypes.php b/lib/private/Repair/RepairMimeTypes.php index ecf4623648..3e6fa51b19 100644 --- a/lib/private/Repair/RepairMimeTypes.php +++ b/lib/private/Repair/RepairMimeTypes.php @@ -5,15 +5,16 @@ * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling + * @author Julius Härtl * @author Morris Jobke + * @author nik gaffney * @author Olivier Paroz * @author Rello * @author Roeland Jago Douma * @author Stefan Weil * @author Thomas Ebert * @author Thomas Müller - * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Repair/SqliteAutoincrement.php b/lib/private/Repair/SqliteAutoincrement.php index 4bdd7c729b..651a3c144f 100644 --- a/lib/private/Repair/SqliteAutoincrement.php +++ b/lib/private/Repair/SqliteAutoincrement.php @@ -4,7 +4,7 @@ * * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/RepairException.php b/lib/private/RepairException.php index 002ec36fb9..c06fcc91f6 100644 --- a/lib/private/RepairException.php +++ b/lib/private/RepairException.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Route/Router.php b/lib/private/Route/Router.php index 134e2cdadf..1c77a4eb49 100644 --- a/lib/private/Route/Router.php +++ b/lib/private/Route/Router.php @@ -13,7 +13,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Security/Bruteforce/Capabilities.php b/lib/private/Security/Bruteforce/Capabilities.php index fcf05efbd7..7547348ce3 100644 --- a/lib/private/Security/Bruteforce/Capabilities.php +++ b/lib/private/Security/Bruteforce/Capabilities.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Roeland Jago Douma * + * @author Julius Härtl * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Security/Bruteforce/CleanupJob.php b/lib/private/Security/Bruteforce/CleanupJob.php index 8acc7e95f2..edf59cdcdc 100644 --- a/lib/private/Security/Bruteforce/CleanupJob.php +++ b/lib/private/Security/Bruteforce/CleanupJob.php @@ -1,6 +1,7 @@ * @@ -19,7 +20,7 @@ declare(strict_types=1); * 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 . + * along with this program. If not, see . * */ diff --git a/lib/private/Security/CredentialsManager.php b/lib/private/Security/CredentialsManager.php index 2a480ef710..7ba8a0020f 100644 --- a/lib/private/Security/CredentialsManager.php +++ b/lib/private/Security/CredentialsManager.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon - * @author Christoph Wurst + * @author Joas Schilling * @author Robin McCorkell * @author Roeland Jago Douma * diff --git a/lib/private/Security/Crypto.php b/lib/private/Security/Crypto.php index 35add2dc64..7b1e1a49b1 100644 --- a/lib/private/Security/Crypto.php +++ b/lib/private/Security/Crypto.php @@ -8,9 +8,9 @@ declare(strict_types=1); * @author Andreas Fischer * @author Christoph Wurst * @author Lukas Reschke + * @author lynn-stephenson * @author Morris Jobke * @author Roeland Jago Douma - * @author Lynn Stephenson * * @license AGPL-3.0 * diff --git a/lib/private/Security/Normalizer/IpAddress.php b/lib/private/Security/Normalizer/IpAddress.php index 1aac69d1b0..a679936e20 100644 --- a/lib/private/Security/Normalizer/IpAddress.php +++ b/lib/private/Security/Normalizer/IpAddress.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Christoph Wurst * @author Konrad Bucheli * @author Lukas Reschke * @author Roeland Jago Douma diff --git a/lib/private/Server.php b/lib/private/Server.php index b426c9c454..687eba68e7 100644 --- a/lib/private/Server.php +++ b/lib/private/Server.php @@ -33,8 +33,7 @@ * @author Thomas Müller * @author Thomas Tanghus * @author Tobia De Koninck - * @author Vincent Petry - * @author Xheni Myrtaj + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Setup.php b/lib/private/Setup.php index 369447def2..873e82e55d 100644 --- a/lib/private/Setup.php +++ b/lib/private/Setup.php @@ -28,7 +28,7 @@ * @author Serge Martin * @author Simounet * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Setup/MySQL.php b/lib/private/Setup/MySQL.php index bbd292d4e0..54542de72b 100644 --- a/lib/private/Setup/MySQL.php +++ b/lib/private/Setup/MySQL.php @@ -9,10 +9,9 @@ * @author Joas Schilling * @author Michael Göhler * @author Morris Jobke - * @author Oliver Salzburg * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Share/Constants.php b/lib/private/Share/Constants.php index 77ed317627..0a70536628 100644 --- a/lib/private/Share/Constants.php +++ b/lib/private/Share/Constants.php @@ -7,6 +7,7 @@ * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Joas Schilling + * @author Julius Härtl * @author Morris Jobke * * @license AGPL-3.0 diff --git a/lib/private/Share/Helper.php b/lib/private/Share/Helper.php index 191e410d99..6c92661fa7 100644 --- a/lib/private/Share/Helper.php +++ b/lib/private/Share/Helper.php @@ -7,10 +7,6 @@ * @author Joas Schilling * @author Miguel Prokop * @author Morris Jobke - * @author Robin Appelman - * @author Robin McCorkell - * @author Thomas Müller - * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Share/Share.php b/lib/private/Share/Share.php index fdefb3bf25..2d0d4f1cf8 100644 --- a/lib/private/Share/Share.php +++ b/lib/private/Share/Share.php @@ -5,18 +5,16 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Reiter - * @author Bjoern Schiessle * @author Björn Schießle * @author Christoph Wurst * @author Joas Schilling - * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Sebastian Döll * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * @author Volkan Gezer * * @license AGPL-3.0 diff --git a/lib/private/Share20/DefaultShareProvider.php b/lib/private/Share20/DefaultShareProvider.php index ec183cee1a..cf05e9bfbc 100644 --- a/lib/private/Share20/DefaultShareProvider.php +++ b/lib/private/Share20/DefaultShareProvider.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Bjoern Schiessle * @author Björn Schießle * @author Christoph Wurst @@ -14,7 +15,7 @@ * @author phisch * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php index 6b782237b8..0787f6d32a 100644 --- a/lib/private/Share20/Manager.php +++ b/lib/private/Share20/Manager.php @@ -19,7 +19,7 @@ * @author Pauli Järvinen * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Share20/ProviderFactory.php b/lib/private/Share20/ProviderFactory.php index 9f93df46ac..643a4fac4c 100644 --- a/lib/private/Share20/ProviderFactory.php +++ b/lib/private/Share20/ProviderFactory.php @@ -8,6 +8,7 @@ * @author Daniel Calviño Sánchez * @author Daniel Kesselberg * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Maxence Lange * @author Morris Jobke diff --git a/lib/private/SystemTag/ManagerFactory.php b/lib/private/SystemTag/ManagerFactory.php index a75a090304..f894a8fe3e 100644 --- a/lib/private/SystemTag/ManagerFactory.php +++ b/lib/private/SystemTag/ManagerFactory.php @@ -7,7 +7,7 @@ declare(strict_types=1); * * @author Joas Schilling * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/SystemTag/SystemTag.php b/lib/private/SystemTag/SystemTag.php index 14ccaffdd4..8a48e048d3 100644 --- a/lib/private/SystemTag/SystemTag.php +++ b/lib/private/SystemTag/SystemTag.php @@ -7,7 +7,7 @@ declare(strict_types=1); * * @author Joas Schilling * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/SystemTag/SystemTagManager.php b/lib/private/SystemTag/SystemTagManager.php index 26ed2f2ea1..0f700a8349 100644 --- a/lib/private/SystemTag/SystemTagManager.php +++ b/lib/private/SystemTag/SystemTagManager.php @@ -10,7 +10,7 @@ declare(strict_types=1); * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/SystemTag/SystemTagObjectMapper.php b/lib/private/SystemTag/SystemTagObjectMapper.php index 5403321e58..a13afa8c79 100644 --- a/lib/private/SystemTag/SystemTagObjectMapper.php +++ b/lib/private/SystemTag/SystemTagObjectMapper.php @@ -8,7 +8,7 @@ declare(strict_types=1); * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/TagManager.php b/lib/private/TagManager.php index 155efccfaa..f283a5d5ad 100644 --- a/lib/private/TagManager.php +++ b/lib/private/TagManager.php @@ -4,9 +4,10 @@ * * @author Bernhard Reiter * @author Christoph Wurst + * @author Joas Schilling * @author Morris Jobke * @author Thomas Tanghus - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Tags.php b/lib/private/Tags.php index 51f3b4689b..720e9dd5d7 100644 --- a/lib/private/Tags.php +++ b/lib/private/Tags.php @@ -12,7 +12,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Tanghus - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Template/Base.php b/lib/private/Template/Base.php index 21f2b33cfa..c95958ceea 100644 --- a/lib/private/Template/Base.php +++ b/lib/private/Template/Base.php @@ -4,7 +4,6 @@ * * @author Bart Visscher * @author Björn Schießle - * @author Christopher Schäpers * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Julius Härtl diff --git a/lib/private/Template/JSConfigHelper.php b/lib/private/Template/JSConfigHelper.php index 83c8d7c0e4..69624825ae 100644 --- a/lib/private/Template/JSConfigHelper.php +++ b/lib/private/Template/JSConfigHelper.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, Roeland Jago Douma * * @author Abijeet + * @author Arthur Schiwon * @author Bjoern Schiessle * @author Christoph Wurst * @author Joas Schilling diff --git a/lib/private/TemplateLayout.php b/lib/private/TemplateLayout.php index 96f8f38877..f8f6536cee 100644 --- a/lib/private/TemplateLayout.php +++ b/lib/private/TemplateLayout.php @@ -3,7 +3,6 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher - * @author Bjoern Schiessle * @author Christopher Schäpers * @author Christoph Wurst * @author Clark Tomlinson diff --git a/lib/private/Updater.php b/lib/private/Updater.php index 998fb4f221..ec0a50cc6c 100644 --- a/lib/private/Updater.php +++ b/lib/private/Updater.php @@ -9,6 +9,7 @@ * @author Frank Karlitschek * @author Georg Ehrke * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman @@ -16,7 +17,7 @@ * @author Steffen Lindner * @author Thomas Müller * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/User/Database.php b/lib/private/User/Database.php index 2353aeeb26..7c936acd0b 100644 --- a/lib/private/User/Database.php +++ b/lib/private/User/Database.php @@ -26,7 +26,7 @@ declare(strict_types=1); * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/User/Session.php b/lib/private/User/Session.php index c2294cb161..70c7f11c45 100644 --- a/lib/private/User/Session.php +++ b/lib/private/User/Session.php @@ -19,7 +19,7 @@ * @author Roeland Jago Douma * @author Sandro Lutz * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/User/User.php b/lib/private/User/User.php index c1dc8b91af..24082926b0 100644 --- a/lib/private/User/User.php +++ b/lib/private/User/User.php @@ -16,7 +16,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/OC_API.php b/lib/private/legacy/OC_API.php index cba6082619..16a144269b 100644 --- a/lib/private/legacy/OC_API.php +++ b/lib/private/legacy/OC_API.php @@ -12,7 +12,6 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Tom Needham - * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php index fdbbb1be90..32d2569d0a 100644 --- a/lib/private/legacy/OC_App.php +++ b/lib/private/legacy/OC_App.php @@ -33,7 +33,7 @@ declare(strict_types=1); * @author Sebastian Wessalowski * @author Thomas Müller * @author Thomas Tanghus - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/OC_DB.php b/lib/private/legacy/OC_DB.php index b92fd5e811..11cd1f4cae 100644 --- a/lib/private/legacy/OC_DB.php +++ b/lib/private/legacy/OC_DB.php @@ -12,7 +12,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/OC_DB_StatementWrapper.php b/lib/private/legacy/OC_DB_StatementWrapper.php index 64806cd205..667c2de967 100644 --- a/lib/private/legacy/OC_DB_StatementWrapper.php +++ b/lib/private/legacy/OC_DB_StatementWrapper.php @@ -5,10 +5,10 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Christoph Wurst + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Piotr Mrówczyński * @author Robin Appelman * @author Thomas Müller * diff --git a/lib/private/legacy/OC_FileChunking.php b/lib/private/legacy/OC_FileChunking.php index 0075d5c53f..1c24f0d806 100644 --- a/lib/private/legacy/OC_FileChunking.php +++ b/lib/private/legacy/OC_FileChunking.php @@ -11,7 +11,7 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/OC_Files.php b/lib/private/legacy/OC_Files.php index 90aff098cd..addee2358d 100644 --- a/lib/private/legacy/OC_Files.php +++ b/lib/private/legacy/OC_Files.php @@ -12,7 +12,6 @@ * @author Jörn Friedrich Dreyer * @author Julius Härtl * @author Ko- - * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Nicolai Ehemann @@ -23,7 +22,7 @@ * @author Thibaut GRIDEL * @author Thomas Müller * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/OC_Helper.php b/lib/private/legacy/OC_Helper.php index 44fbdffc09..ccb99a6ebb 100644 --- a/lib/private/legacy/OC_Helper.php +++ b/lib/private/legacy/OC_Helper.php @@ -25,7 +25,7 @@ * @author Simon Könnecke * @author Thomas Müller * @author Thomas Tanghus - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/OC_Hook.php b/lib/private/legacy/OC_Hook.php index d6062f30fb..cf0e9881e4 100644 --- a/lib/private/legacy/OC_Hook.php +++ b/lib/private/legacy/OC_Hook.php @@ -11,7 +11,7 @@ * @author Robin McCorkell * @author Sam Tuke * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/OC_JSON.php b/lib/private/legacy/OC_JSON.php index 1597955135..3094879af3 100644 --- a/lib/private/legacy/OC_JSON.php +++ b/lib/private/legacy/OC_JSON.php @@ -10,7 +10,7 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/OC_Response.php b/lib/private/legacy/OC_Response.php index 491c691346..f4c2356aec 100644 --- a/lib/private/legacy/OC_Response.php +++ b/lib/private/legacy/OC_Response.php @@ -10,7 +10,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/OC_Template.php b/lib/private/legacy/OC_Template.php index c3a7af4b20..baf2356b54 100644 --- a/lib/private/legacy/OC_Template.php +++ b/lib/private/legacy/OC_Template.php @@ -20,7 +20,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/OC_User.php b/lib/private/legacy/OC_User.php index 29c78da6ef..c8d9b51eab 100644 --- a/lib/private/legacy/OC_User.php +++ b/lib/private/legacy/OC_User.php @@ -18,7 +18,7 @@ * @author Roeland Jago Douma * @author shkdee * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php index 66d8d95b52..826d0a3112 100644 --- a/lib/private/legacy/OC_Util.php +++ b/lib/private/legacy/OC_Util.php @@ -44,7 +44,7 @@ * @author Thomas Müller * @author Thomas Tanghus * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * @author Volkan Gezer * * @license AGPL-3.0 diff --git a/lib/private/legacy/template/functions.php b/lib/private/legacy/template/functions.php index e69abbe9f6..4613e36f9f 100644 --- a/lib/private/legacy/template/functions.php +++ b/lib/private/legacy/template/functions.php @@ -14,7 +14,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/Accounts/IAccountManager.php b/lib/public/Accounts/IAccountManager.php index 63824ed94b..ae70d8963b 100644 --- a/lib/public/Accounts/IAccountManager.php +++ b/lib/public/Accounts/IAccountManager.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2018 Julius Härtl * * @author Christoph Wurst + * @author Joas Schilling * @author Julius Härtl * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/AppFramework/Bootstrap/IRegistrationContext.php b/lib/public/AppFramework/Bootstrap/IRegistrationContext.php index aaf5ef00bf..d388e07255 100644 --- a/lib/public/AppFramework/Bootstrap/IRegistrationContext.php +++ b/lib/public/AppFramework/Bootstrap/IRegistrationContext.php @@ -8,6 +8,7 @@ declare(strict_types=1); * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/AppFramework/Controller.php b/lib/public/AppFramework/Controller.php index 2d941df975..31b5ed6a4a 100644 --- a/lib/public/AppFramework/Controller.php +++ b/lib/public/AppFramework/Controller.php @@ -9,7 +9,7 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/AppFramework/Http/ContentSecurityPolicy.php b/lib/public/AppFramework/Http/ContentSecurityPolicy.php index 2026376963..e4d3125949 100644 --- a/lib/public/AppFramework/Http/ContentSecurityPolicy.php +++ b/lib/public/AppFramework/Http/ContentSecurityPolicy.php @@ -6,6 +6,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author sualko + * @author Thomas Citharel * @author Thomas Citharel * * @license AGPL-3.0 diff --git a/lib/public/AppFramework/Http/Events/BeforeTemplateRenderedEvent.php b/lib/public/AppFramework/Http/Events/BeforeTemplateRenderedEvent.php index b96b86abd5..96a9f00e8e 100644 --- a/lib/public/AppFramework/Http/Events/BeforeTemplateRenderedEvent.php +++ b/lib/public/AppFramework/Http/Events/BeforeTemplateRenderedEvent.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2020, Roeland Jago Douma * + * @author Julius Härtl * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/lib/public/AppFramework/Http/FileDisplayResponse.php b/lib/public/AppFramework/Http/FileDisplayResponse.php index 73f9b808e6..86deb1cb7f 100644 --- a/lib/public/AppFramework/Http/FileDisplayResponse.php +++ b/lib/public/AppFramework/Http/FileDisplayResponse.php @@ -2,6 +2,7 @@ /** * @copyright 2016 Roeland Jago Douma * + * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/AppFramework/Services/IInitialState.php b/lib/public/AppFramework/Services/IInitialState.php index 120ad778b5..9195fedd17 100644 --- a/lib/public/AppFramework/Services/IInitialState.php +++ b/lib/public/AppFramework/Services/IInitialState.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2020, Roeland Jago Douma * + * @author Christoph Wurst * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/lib/public/AppFramework/Services/InitialStateProvider.php b/lib/public/AppFramework/Services/InitialStateProvider.php index 53357b4882..b9dbd399d6 100644 --- a/lib/public/AppFramework/Services/InitialStateProvider.php +++ b/lib/public/AppFramework/Services/InitialStateProvider.php @@ -1,6 +1,7 @@ * @@ -19,7 +20,7 @@ declare(strict_types=1); * 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 . + * along with this program. If not, see . * */ diff --git a/lib/public/Calendar/ICalendar.php b/lib/public/Calendar/ICalendar.php index b6bd7122a7..93f5e572cf 100644 --- a/lib/public/Calendar/ICalendar.php +++ b/lib/public/Calendar/ICalendar.php @@ -2,6 +2,7 @@ /** * @copyright 2017, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Calendar/IManager.php b/lib/public/Calendar/IManager.php index 8e3207e19c..67762acdf9 100644 --- a/lib/public/Calendar/IManager.php +++ b/lib/public/Calendar/IManager.php @@ -2,6 +2,7 @@ /** * @copyright 2017, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Comments/ICommentsManager.php b/lib/public/Comments/ICommentsManager.php index c34358ddf9..aabacec920 100644 --- a/lib/public/Comments/ICommentsManager.php +++ b/lib/public/Comments/ICommentsManager.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/public/Comments/ICommentsManagerFactory.php b/lib/public/Comments/ICommentsManagerFactory.php index f7983093e8..3b93929757 100644 --- a/lib/public/Comments/ICommentsManagerFactory.php +++ b/lib/public/Comments/ICommentsManagerFactory.php @@ -5,7 +5,7 @@ * @author Arthur Schiwon * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/Constants.php b/lib/public/Constants.php index 6487282158..86e1fb6c53 100644 --- a/lib/public/Constants.php +++ b/lib/public/Constants.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke diff --git a/lib/public/DB/QueryBuilder/IExpressionBuilder.php b/lib/public/DB/QueryBuilder/IExpressionBuilder.php index 450c133584..c62221305d 100644 --- a/lib/public/DB/QueryBuilder/IExpressionBuilder.php +++ b/lib/public/DB/QueryBuilder/IExpressionBuilder.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Daniel Kesselberg * @author Joas Schilling * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/public/Federation/Exceptions/BadRequestException.php b/lib/public/Federation/Exceptions/BadRequestException.php index 72829daee0..850f84f1e9 100644 --- a/lib/public/Federation/Exceptions/BadRequestException.php +++ b/lib/public/Federation/Exceptions/BadRequestException.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2018 Bjoern Schiessle * * @author Bjoern Schiessle + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Files/Cache/CacheEntryInsertedEvent.php b/lib/public/Files/Cache/CacheEntryInsertedEvent.php index 3b7e6ef8b4..890d751e53 100644 --- a/lib/public/Files/Cache/CacheEntryInsertedEvent.php +++ b/lib/public/Files/Cache/CacheEntryInsertedEvent.php @@ -1,9 +1,12 @@ * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -17,7 +20,7 @@ declare(strict_types=1); * 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 . + * along with this program. If not, see . * */ diff --git a/lib/public/Files/Cache/CacheEntryRemovedEvent.php b/lib/public/Files/Cache/CacheEntryRemovedEvent.php index e257e1cfaa..e9a963a78a 100644 --- a/lib/public/Files/Cache/CacheEntryRemovedEvent.php +++ b/lib/public/Files/Cache/CacheEntryRemovedEvent.php @@ -1,9 +1,12 @@ * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -17,7 +20,7 @@ declare(strict_types=1); * 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 . + * along with this program. If not, see . * */ diff --git a/lib/public/Files/Cache/CacheEntryUpdatedEvent.php b/lib/public/Files/Cache/CacheEntryUpdatedEvent.php index 4966f8fdb4..37a336013f 100644 --- a/lib/public/Files/Cache/CacheEntryUpdatedEvent.php +++ b/lib/public/Files/Cache/CacheEntryUpdatedEvent.php @@ -1,9 +1,12 @@ * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -17,7 +20,7 @@ declare(strict_types=1); * 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 . + * along with this program. If not, see . * */ diff --git a/lib/public/Files/Folder.php b/lib/public/Files/Folder.php index a5d8398a3e..3e90abdd94 100644 --- a/lib/public/Files/Folder.php +++ b/lib/public/Files/Folder.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/Files/Storage.php b/lib/public/Files/Storage.php index d642512641..60a0917c04 100644 --- a/lib/public/Files/Storage.php +++ b/lib/public/Files/Storage.php @@ -10,7 +10,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * @author Vinicius Cubas Brand * * @license AGPL-3.0 diff --git a/lib/public/Files/Storage/IStorageFactory.php b/lib/public/Files/Storage/IStorageFactory.php index acd6178f48..7c5860f6b7 100644 --- a/lib/public/Files/Storage/IStorageFactory.php +++ b/lib/public/Files/Storage/IStorageFactory.php @@ -5,7 +5,7 @@ * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/Files/Storage/IWriteStreamStorage.php b/lib/public/Files/Storage/IWriteStreamStorage.php index 319453d4bb..5f8e73e0cb 100644 --- a/lib/public/Files/Storage/IWriteStreamStorage.php +++ b/lib/public/Files/Storage/IWriteStreamStorage.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 Robin Appelman * + * @author Julius Härtl * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Files/StorageNotAvailableException.php b/lib/public/Files/StorageNotAvailableException.php index ef9d22e8df..11b8d76f70 100644 --- a/lib/public/Files/StorageNotAvailableException.php +++ b/lib/public/Files/StorageNotAvailableException.php @@ -10,7 +10,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/Group/Events/SubAdminAddedEvent.php b/lib/public/Group/Events/SubAdminAddedEvent.php index d73e691bbf..d21df13be5 100644 --- a/lib/public/Group/Events/SubAdminAddedEvent.php +++ b/lib/public/Group/Events/SubAdminAddedEvent.php @@ -5,7 +5,6 @@ declare(strict_types=1); /** * @copyright 2019 Christoph Wurst * - * @author Christoph Wurst * @author Morris Jobke * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Group/Events/SubAdminRemovedEvent.php b/lib/public/Group/Events/SubAdminRemovedEvent.php index 74f88bd8a3..6f1763656a 100644 --- a/lib/public/Group/Events/SubAdminRemovedEvent.php +++ b/lib/public/Group/Events/SubAdminRemovedEvent.php @@ -5,7 +5,6 @@ declare(strict_types=1); /** * @copyright 2019 Christoph Wurst * - * @author Christoph Wurst * @author Morris Jobke * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/GroupInterface.php b/lib/public/GroupInterface.php index 0f6572da82..c73ca6836a 100644 --- a/lib/public/GroupInterface.php +++ b/lib/public/GroupInterface.php @@ -8,7 +8,7 @@ * @author Knut Ahlers * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/IGroup.php b/lib/public/IGroup.php index 51dcfb6158..ead240cc1a 100644 --- a/lib/public/IGroup.php +++ b/lib/public/IGroup.php @@ -8,7 +8,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/IServerContainer.php b/lib/public/IServerContainer.php index ed08b66b99..b3840a0cba 100644 --- a/lib/public/IServerContainer.php +++ b/lib/public/IServerContainer.php @@ -22,7 +22,7 @@ declare(strict_types=1); * @author Roeland Jago Douma * @author Thomas Müller * @author Thomas Tanghus - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/ITags.php b/lib/public/ITags.php index 723bb31e43..780e6dee85 100644 --- a/lib/public/ITags.php +++ b/lib/public/ITags.php @@ -3,11 +3,12 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Reiter + * @author Christoph Wurst * @author Daniel Kesselberg * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Tanghus - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/Lock/LockedException.php b/lib/public/Lock/LockedException.php index aa32e5dd9e..60ece6146a 100644 --- a/lib/public/Lock/LockedException.php +++ b/lib/public/Lock/LockedException.php @@ -9,7 +9,7 @@ declare(strict_types=1); * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/Log/IFileBased.php b/lib/public/Log/IFileBased.php index f7a79a0934..eeebb766cd 100644 --- a/lib/public/Log/IFileBased.php +++ b/lib/public/Log/IFileBased.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2018 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Migration/IMigrationStep.php b/lib/public/Migration/IMigrationStep.php index 3d0e23e5d3..e5e7bf6c4d 100644 --- a/lib/public/Migration/IMigrationStep.php +++ b/lib/public/Migration/IMigrationStep.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling * @author Robin Appelman * diff --git a/lib/public/Migration/IOutput.php b/lib/public/Migration/IOutput.php index 98c4b1dc69..0bab1f609b 100644 --- a/lib/public/Migration/IOutput.php +++ b/lib/public/Migration/IOutput.php @@ -4,7 +4,7 @@ * * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/Migration/IRepairStep.php b/lib/public/Migration/IRepairStep.php index afb601b2a1..83e1c17c65 100644 --- a/lib/public/Migration/IRepairStep.php +++ b/lib/public/Migration/IRepairStep.php @@ -4,7 +4,7 @@ * * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/Migration/SimpleMigrationStep.php b/lib/public/Migration/SimpleMigrationStep.php index 4abf8ea287..d592c02246 100644 --- a/lib/public/Migration/SimpleMigrationStep.php +++ b/lib/public/Migration/SimpleMigrationStep.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php index 6f2bb64929..671652cc19 100644 --- a/lib/public/RichObjectStrings/Definitions.php +++ b/lib/public/RichObjectStrings/Definitions.php @@ -7,6 +7,7 @@ * @author Maxence Lange * @author Roeland Jago Douma * @author Thomas Citharel + * @author Vincent Petry * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Route/IRouter.php b/lib/public/Route/IRouter.php index cb51cc0b64..2eeb4a3b35 100644 --- a/lib/public/Route/IRouter.php +++ b/lib/public/Route/IRouter.php @@ -2,9 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Bart Visscher * @author Christoph Wurst - * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/public/Settings/IIconSection.php b/lib/public/Settings/IIconSection.php index 1c51b26f27..3a7ef9ed12 100644 --- a/lib/public/Settings/IIconSection.php +++ b/lib/public/Settings/IIconSection.php @@ -2,9 +2,8 @@ /** * @copyright Copyright (c) 2017, Joas Schilling * - * @author Arthur Schiwon * @author Joas Schilling - * @author Lukas Reschke + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Share/IProviderFactory.php b/lib/public/Share/IProviderFactory.php index 480837404f..32f0b2bab8 100644 --- a/lib/public/Share/IProviderFactory.php +++ b/lib/public/Share/IProviderFactory.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Julius Härtl * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/lib/public/Share/IShare.php b/lib/public/Share/IShare.php index 86aceba80f..194aacac2a 100644 --- a/lib/public/Share/IShare.php +++ b/lib/public/Share/IShare.php @@ -6,6 +6,7 @@ * @author Daniel Calviño Sánchez * @author Joas Schilling * @author John Molakvoæ (skjnldsv) + * @author Julius Härtl * @author Maxence Lange * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/public/SystemTag/ISystemTag.php b/lib/public/SystemTag/ISystemTag.php index afd8d2d701..39adb39ec0 100644 --- a/lib/public/SystemTag/ISystemTag.php +++ b/lib/public/SystemTag/ISystemTag.php @@ -6,7 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/SystemTag/ISystemTagManager.php b/lib/public/SystemTag/ISystemTagManager.php index a77f25e3b1..a9973a571c 100644 --- a/lib/public/SystemTag/ISystemTagManager.php +++ b/lib/public/SystemTag/ISystemTagManager.php @@ -7,7 +7,7 @@ declare(strict_types=1); * * @author Joas Schilling * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/SystemTag/ISystemTagManagerFactory.php b/lib/public/SystemTag/ISystemTagManagerFactory.php index fdadfea9c0..88999595ca 100644 --- a/lib/public/SystemTag/ISystemTagManagerFactory.php +++ b/lib/public/SystemTag/ISystemTagManagerFactory.php @@ -6,7 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/SystemTag/ISystemTagObjectMapper.php b/lib/public/SystemTag/ISystemTagObjectMapper.php index f2562e723e..4e774102db 100644 --- a/lib/public/SystemTag/ISystemTagObjectMapper.php +++ b/lib/public/SystemTag/ISystemTagObjectMapper.php @@ -7,7 +7,7 @@ declare(strict_types=1); * * @author Joas Schilling * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/SystemTag/TagAlreadyExistsException.php b/lib/public/SystemTag/TagAlreadyExistsException.php index a59a1dd60a..e7114d52f0 100644 --- a/lib/public/SystemTag/TagAlreadyExistsException.php +++ b/lib/public/SystemTag/TagAlreadyExistsException.php @@ -6,7 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/SystemTag/TagNotFoundException.php b/lib/public/SystemTag/TagNotFoundException.php index ad64786c6a..a689a68914 100644 --- a/lib/public/SystemTag/TagNotFoundException.php +++ b/lib/public/SystemTag/TagNotFoundException.php @@ -8,7 +8,7 @@ declare(strict_types=1); * @author Joas Schilling * @author Lukas Reschke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/User/GetQuotaEvent.php b/lib/public/User/GetQuotaEvent.php index 7f1cc39e5f..d5b9f62504 100644 --- a/lib/public/User/GetQuotaEvent.php +++ b/lib/public/User/GetQuotaEvent.php @@ -1,9 +1,13 @@ * + * @author Morris Jobke + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -17,7 +21,7 @@ declare(strict_types=1); * 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 . + * along with this program. If not, see . * */ diff --git a/lib/public/Util.php b/lib/public/Util.php index 243bc4707d..48a5844ecf 100644 --- a/lib/public/Util.php +++ b/lib/public/Util.php @@ -23,7 +23,7 @@ * @author Roeland Jago Douma * @author Thomas Müller * @author Victor Dubiniuk - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/versioncheck.php b/lib/versioncheck.php index 89a43790cf..efd4e0f377 100644 --- a/lib/versioncheck.php +++ b/lib/versioncheck.php @@ -3,7 +3,7 @@ * * * @author Christoph Wurst - * @author Daniel Kesselberg + * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/ocs/v1.php b/ocs/v1.php index 3f165009f4..dccfc4d371 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -6,12 +6,11 @@ * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl - * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/public.php b/public.php index 90bfdaac5d..2bcf8cf1b4 100644 --- a/public.php +++ b/public.php @@ -13,7 +13,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/remote.php b/remote.php index 7354264b1f..1590ac70df 100644 --- a/remote.php +++ b/remote.php @@ -14,7 +14,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/status.php b/status.php index b935bce287..a92a2af776 100644 --- a/status.php +++ b/status.php @@ -4,6 +4,7 @@ * * @author Andreas Fischer * @author Christopher Schäpers + * @author Christoph Wurst * @author Frank Karlitschek * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/version.php b/version.php index 3d15dfc369..c7d560e15f 100644 --- a/version.php +++ b/version.php @@ -5,10 +5,11 @@ * @author Christoph Wurst * @author Frank Karlitschek * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma - * @author Vincent Petry + * @author Vincent Petry * * @license AGPL-3.0 *