diff --git a/.mailmap b/.mailmap index 1ef75ef6844..99a3aedc362 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 eb80517a279..6de08341496 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 5b59a244181..9b3d2ae7a32 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 b1cff20fac8..30df78f9766 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 ab61bbbdf30..c10544a42f4 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 cab02ab1886..dc3ede0ae6d 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 6803887a815..13c031ff0ba 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 5020efd2ad8..a6ccad4752e 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 868f70298bb..3df89844505 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 1c279097d49..de2ba989f8d 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 79bd07e0835..06e5f80d420 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 33f2a14b7fd..093e61111d6 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 325962dd738..6ef2c8b6137 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 84294971b41..c455eafbfee 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 87fdc68baf0..3ce05476ff5 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 e63f08646be..33c0604ae2f 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 6182107a69c..d002c98d1c4 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 785ec2b7a01..a2895fed34a 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 bd881eb06c2..f256c009449 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 8602d3b4ed9..59e5401d058 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 7314aef2dac..94a169602b8 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 4a0cfe78028..0ea15d3b1d0 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 058ed968f1f..5937a2b9afc 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 29f8295a7a5..c7de392dbb1 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 ad042cd96ce..fd741dbba36 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 e65b0d3b4d1..811ce21b923 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 dec9eb61e6e..9d58b25aa5a 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 cb9a4121d1b..8052f81929c 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 36b114b88fb..c2b51a93b35 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 2d9f3099733..02ad31d9f75 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 aac9b735839..3af51da65df 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 700625a2299..8c8a6cc3a03 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 ad590c8cf34..94ca86c316c 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 6a2bf6fe3a7..3087b752f01 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 c831ab86dc7..476d049bbc3 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 8721613fea4..35d1d1743ae 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 e5db244c21f..0e176d74a1c 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 9d7052b5c2d..b83e5cbcbc1 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 680c0e84fca..3a6e355805a 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 bf03569bd5b..55b63df8c67 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 0abfe5bbfb6..6d17704b103 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 231a37a24fb..5ae0fa74abf 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 8beabd3510b..8c0145973f2 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 3bdbd047639..75633d9d88d 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 c4b8f0a4623..98458ff8bfa 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 9afe5f84296..f5e19556862 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 ad3e0611270..240010eff48 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 35f4c0dbcb5..9733c376fa8 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 8b9c5aa9488..88193cf5b5f 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 4187096f75e..246ec0584b9 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 ba73f97d271..507c40108c3 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 117cef7d7bf..7caa53be89c 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 162edc2f60c..58096e3f3c6 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 58e798f42c9..0f3ed1f0ad8 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 9ba3b18d1d7..8119656159e 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 51929d1a2f5..b67f2fb26d7 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 b08775d80f6..18874ecf748 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 26fb659aa18..b9ec8997120 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 9942216bd55..ba5bcf935e1 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 6f68cd060f7..414e062f3cb 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 9b15cc9a69c..c588f506c3c 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 c83fd3f0487..51d50873775 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 c08b7adf465..13b5f009480 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 f3bed7887f7..0bd450467a6 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 6ea1b6b3c58..683162cdc91 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 c8502af4730..353f5bcedfb 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 e42a1ceb9e5..3c996ffab4c 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 9ab37d8ab7d..878b958caea 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 1b5709a1acf..5016b708718 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 c243522b78e..bb0cbf1fcc2 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 42d3e2a398c..29a6170b1e7 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 9261dc4057b..5b28e6b025b 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 b9633c7e10a..bb063f77f7f 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 02d702e9f46..ebd0c431817 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 9fca779d58a..306da871f85 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 a0656fe7da9..487fb2b6285 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 154a3ac6dac..68bc60e1703 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 e292b6794da..3d98726cb4d 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 8c0a4178515..904faa8e8c3 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 15007689b64..ea9bc371d51 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 56b83aa46b6..23ab9f05ae7 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 188a39c89af..3bf8c0b642c 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 a4edbe6d942..302961d6de6 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 f48e6522722..900dee6df63 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 31754a95e8d..a0ef78c7520 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 86a88b3ccdc..855add1fc1d 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 51b73b3b0a7..ba079fb9cad 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 90cecea907b..e3377afc46c 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 3632d7c85d4..cf0373d5e33 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 b4bad9e29b9..a30ce43ba94 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 97e140a0ab7..d950af3efdb 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 faae3626fb3..378545beabd 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 c8482ffe77a..54fc82876c0 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 4e4612001d6..e50c30df3b9 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 ec710e8d2ca..2660951efee 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 66127e5f975..5fd5f628de0 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 6674abc972d..ac0f2ededd2 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 802b02df826..425d0348006 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 64ef1bd232c..6dabca1729e 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 c7493278ead..cfb04166635 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 f68e06a3de0..947ca27dd06 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 1180c65a871..d939a2681fe 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 1ab2fde21c5..a418ac41dfe 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 d79fb83a958..5349dec2ddc 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 0dc344ec9cf..d77bea1fb54 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 afd41c20f64..a2891855b55 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 e89838c06f4..85da1c0f72b 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 c683c8de8b3..410c155b072 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 fb78e83ea68..9ab3616412b 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 412b5b82d64..ca4bd1496f8 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 7a2fd5f006f..50d861cc5d7 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 274dc816731..dfe2e0c9416 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 d52da3a269d..d5edd068cdb 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 aa671361472..9bb50d6f9ab 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 7bd3acdf8e4..92f29bfe410 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 07165c9cf68..bea5fc7d349 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 2f96e495018..fef6eac31d8 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 1a2f6167b29..07d6ab6029b 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 95ee1450e2b..a852be5dad5 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 4a456574973..91075737525 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 69ab8f8f64f..699caec59eb 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 a3c6120ef13..93600119357 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 bd8520b92fc..870aa9f9d77 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 07fde07b4ca..72814f47538 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 e4713ae2960..872f711344a 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 eebb5beb51f..404be951e26 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 13ccc678b36..57864ba02b7 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 1bc449c6c62..2b70b3bd49c 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 bf3ca5e5a87..afef351aea7 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 c17c2ea3575..2b40697642c 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 974d1187f2a..ec301e99b46 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 c108eddfc97..202fdb6c823 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 0cf3073c7cd..e61814cfb8f 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 ecf84116da7..f8f7d377bc7 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 9085ca9f7db..23b692703a7 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 de83bdd2bb0..f0c66533777 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 a43d13d3e7f..816b4374629 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 de2942e554a..afa869b5270 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 d42facb18ac..4d8b6c4bc8f 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 6be833687be..5d9ffedf885 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 8c588fc967e..c297d3db38e 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 61302125b4f..7c3ba64302e 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 47fb044f885..d6f2d3f844f 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 40573a81ab0..148074a2391 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 b96950cca90..9ea278d7229 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 60ee33facc0..48e312ecd7f 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 244df693185..501d7e68e1c 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 6921b157a20..ec788c3bad7 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 c7e2583f08d..d995a016db1 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 b77b9e0fe46..ba98bceda38 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 3ecb73f54af..f3381117469 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 ca26d49521c..4e61d89e9a5 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 5fef0d3ac38..4d20a9538a0 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 934a9e34783..0f0ce7c8ce7 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 425fcd1b326..23b37544c54 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 abd1c6a75f3..d21de079f60 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 f6ccda9561f..619cd4d71ab 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 782e89aeb10..22c366d5bb3 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 ce0b9d61fa4..63f0c5d52c5 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 411a1a54dd6..138876f4e1c 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 85ad14886f8..12808528393 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 916c3c3d366..e10b671ea88 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 45a30bca40a..6e6aa39cda7 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 1c4cb232ed0..90c66470f27 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 b829525b516..b2e0a656836 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 7572da25752..fffac01507a 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 109a0335146..ed2d46b6149 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 47544312576..a1db042d48e 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 53ccb8e89ac..25f2f39b505 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 b1118a57140..9817c779a31 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 a1e92266e6b..c2f3f42ade8 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 b8d4dc2f5da..c7bc660c538 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 3f58ce8e685..413956d21c4 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 5b1c15e5a5b..b471b2ebdf4 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 dcb2a79a35f..1fcac551330 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 e07aaacd656..44b1c80108f 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 2e2983dad1b..bd966eef16f 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 03b1d41eae5..87caaa5a353 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 2f0a8fdba50..c6a7e86eedd 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 5f35b937df4..a00308e6d07 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 7d1d5c386d8..12cdf66707f 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 d4190708241..097fa1b38ed 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 9a757412316..75936907fed 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 16b0e8fcc68..c8b4e857520 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 3e514b3a74d..31f13ee2756 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 70f016d81f2..c857df85229 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 1e2d1ce5a8f..eef44cd3400 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 eb13a13daa9..85a57e855b8 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 951403a93f1..8af5ca1d98d 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 eb8f1b8fde6..7eb2491619f 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 0051a1b76bf..34ef65f0621 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 2cb69de8ee1..339770c8601 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 44aa490e30d..270eb452419 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 67c5e04b1e3..90fc6e996b3 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 dfc5bc68a07..687e212e9f6 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 3ab3185b95e..05328872c15 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 36a412800e5..59b5c8a0b2e 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 53810d59eba..fdaeb0c5814 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 1cedf3a2da6..be600caef4c 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 901634c1e9f..982778cf8cc 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 6d0c94f88f2..3a9bd028cbc 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 f1dd5a16105..59837195605 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 7b80bfcaaae..b55fba78d42 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 b163583bf11..3176163c442 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 ff3429ca71c..804a98f6d3f 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 3936a3b9da2..40efb20e25d 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 7ba01b737e7..bbb8edd3b8a 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 0a5ea4ca231..b86cf55af80 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 64d8c68e39b..e35d734f04e 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 b8c1db6c9da..eb10c73b1a7 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 ba688f70263..35ebeaeb7bf 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 f40bd44331e..2033f61a978 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 64dad207382..6d3dabd609f 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 b5cb02ed3c2..2979ce0f58b 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 bd8b18f2b89..815d1620f06 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 b7a23dca561..21f7265069b 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 34924110b30..7f09cde0ca8 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 344c08bea48..a7a7ab3269c 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 fc255753060..75d873f6e97 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 36086403bb3..0806781f2de 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 e8fc38c2a35..92fa0bcb43b 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 361e916e775..74f1fde9737 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 806ce218772..7ae96f1b6b7 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 91f3cec21ee..7a7307ab470 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 c2700bd52b5..239e24f7a62 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 0c26a86295e..adef194f34f 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 6ca8124bff3..f86e0d12a95 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 f0c3a29b05c..9265f5ec06a 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 bf3400b5018..76d26321d1e 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 147edeb6726..aeb9c755bde 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 09cc64a3384..d18a7767707 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 e4a71fc1040..219f3cddf25 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 c706cd38a10..9e386e99064 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 735d394796b..34c0135485f 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 b6f28cc4a04..10f5a4841d4 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 cb671f33466..9e99f3a0ad7 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 b0fb813b933..430b0b2fd68 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 1312346b96c..9f016434453 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 4ad3d7497e9..ea9cc45b339 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 dba5ec69b2b..1b3159fdc4b 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 6bf5fec7249..458a392a8cf 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 e9cd9615db7..b9a3c491d12 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 efed3242c08..75d3f4505c1 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 8f7e423e200..ed6a6551f29 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 9a81e41c1ac..8fb1961719e 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 3991822da71..313a182501d 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 d9f9c2b3a7d..a853846fadd 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 05f2c1342f4..1c1c870d8e9 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 965d7586343..040a0ca3500 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 23e3ef5ec01..1a9af2ea8c9 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 8eae43fcc93..195ab3e7c5c 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 e76d956007c..e5354c4a773 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 61d8de42baf..c5ba3eb3116 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 0898cb55bcb..0ab6b42d55f 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 b5ed0ef77c8..313d86b370e 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 56eb69b1953..e3c2bcebaf0 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 f0c4d266362..76352801628 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 849744077ef..001bc2d2d76 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 692a0f6234e..5e21ae7b2ed 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 d3b5f6130e7..d5c3bdab24d 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 d87d11a0fe0..32aae2b2cfc 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 f68a25a3fae..6ad8f8551b8 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 242d6866ce1..35ed32c69a3 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 57a90b026e8..cc2fd70333c 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 7a43015da5f..c5ecc08b211 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 2705c7a4ece..70d8f402afa 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 e34da50f5a6..4db5dad2c0d 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 5b7f15e838a..8caefd180ce 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 9b717fdbba4..c0237673d7e 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 61a3e8b673a..0f3e28a33f3 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 360e121766d..103ba3cd384 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 5d2e72483ba..b8f2d885299 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 efa9d34b83f..134f8551f7d 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 dc8cb8be862..6f620cb4e57 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 9e40340d453..07b6060cb2b 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 67d31516f44..f079345d23e 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 3c4f483d677..19973119eaf 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 5c70c0c23b7..fed8910b2e5 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 4b5e6ff63db..6a57540e7b7 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 5dd33c33316..a64425afad0 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 21998d847b9..e07f25a54d3 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 2cf961f550a..2e9eeac7ca7 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 4ea58c45620..a98f9fbeb6b 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 bf10a661edb..7bcd1758a0a 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 91ad8c81be6..8ddec803370 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 eb0b775345b..0dde8199a02 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 bc582ab90b5..4011d964a40 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 97d7be48a0e..347e2c63820 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 a6acdfb3ec6..ace04e6234f 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 06b6fbbda08..cb947c81a6f 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 5736b2664d9..65f66840173 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 fe8308fd59b..772370a85ba 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 ac5530be5a5..c8c40d2a98b 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 9b3d042d862..aa5a040161b 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 b34005fdadf..fa773ea91cd 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 6db8de6b485..2c434a1b89f 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 e119f950a46..41581110bdf 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 a856e47ef2b..0ec19f27c60 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 adfc63c0634..c1db2d57e05 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 4ce2e12e29d..c2d16f19e75 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 4cc558dbdad..a490a5e6701 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 b68048e7cc9..3eb6ce812ec 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 e4ca972dbdb..de277b2278d 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 c44c020d2de..b251790dfa2 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 068aa49a84a..987358b5b97 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 49fc16b079a..5cbd6ee405d 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 a51249b1b8b..ef3d6a05f2e 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 6575d41d3bb..4955dd12f81 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 2d6c92f0f36..83763ee79b3 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 51dc74d1eb7..6166a940861 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 caedbc12275..80b0fb1bd96 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 9cb2d062b13..ce1f3c75408 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 b61bd6e3486..30def540b14 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 063213d0dd3..198bb099179 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 e134f0f5891..34e08b5d816 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 201ba8d4f52..b5361382190 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 60aecca5a0c..de621aea182 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 0a29d2fa157..63a95531e82 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 ca3a739bf9f..69ec2f4bffe 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 b526d3b1491..ff0a21ba516 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 3acdc3122e3..41492905a04 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 0667ea87339..a36f05b87da 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 767d8ee5f7d..358b9466ff9 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 e03a11318c0..d780d7c84ea 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 23c2a904741..09472c30eae 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 dc33b08035a..152e754455c 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 bd6ab1bc8a5..dda30193204 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 fca2ebe1407..f78b33b5789 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 49bbd79b67d..71c433a2138 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 844679b8d95..5ef79cf58b4 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 6433d8c9b7a..3135a0a664f 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 ef6c0555490..137df3097a1 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 46b0c065881..dc53c729067 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 b8202dd9a88..b7fe27145a1 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 92c6ca3b932..9ea511c7f00 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 f1bd613b52d..61ec34e4523 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 3e89cbe6c54..bbc777d5ea8 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 c5e7c34deaf..d4e9637dfee 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 f756664e457..7063878429a 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 305e3172c10..c5d83fcb1df 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 c1bc04afb43..001a0ee6883 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 90f3b28d9c6..eb114adbb48 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 03e9c7d2767..f83e7cf8272 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 a671848245e..84305e60a12 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 12fca23c51f..88a3dd05585 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 4a05ecaead0..47e6650c999 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 9f26d94b8aa..d2e8cd338ba 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 a873ee96772..a75890111f2 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 8264c4ea2c0..97a3acce681 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 d4d66125825..8511ff9ee39 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 debadd3d157..5f4872efd97 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 bf69df0edc6..a9dd28b389b 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 55009c317c4..0bdfa7cb39b 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 9ba2717c973..2f330879a2a 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 bb3a522556f..2d78bd2d01c 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 9d90f09b296..711a759fad4 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 1848c5db09e..3c71c844d72 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 49762546bc4..0889fc99b20 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 89992dc2117..1810732ac3a 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 11d610bc283..d44ff3c50dd 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 8e529ccbda8..0a60606ad65 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 e0f06db565d..d08cb71d72f 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 ce70c54bf11..9ef3a0718ca 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 37aecd61693..5a89dcdeba6 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 be6540ff2d2..04ec33f7615 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 1e0fd739793..7b5789640a0 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 0b51a29ae25..d832a42000c 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 1f8470005e4..c92fd304f91 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 6b1e79f93de..ed251b841ed 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 32f19c913e8..86aa239bdde 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 98c600add20..1cc82b5c2ce 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 67b006bdb63..ec2cb1e69a1 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 0a868be7832..a6c4acb7d96 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 ebb3900f3e5..b024989ac04 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 7808e0c0b51..44ea3986214 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 b371e1a16b2..abf58ffa053 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 c1a6b82dccd..6a1cb4be016 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 7cb642401cb..569b1a6c282 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 c6b81ddba4e..62b5dd2c631 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 76f0c9faa7d..8198f3bd5e5 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 f2edea575a2..61eea80640e 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 4ad726bc034..c269fc03c8a 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 a5ea08127c7..2f8707326de 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 94b80a3b4a4..9f703bb14ad 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 19bd2f81378..fa913d3655b 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 8aed19e7086..c0a58d1256e 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 248011aee5b..a2b27de6b51 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 ec26514c0a6..301531f8931 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 56bc9a95322..597227533f9 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 c917a9d5816..27a222c0583 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 02e3c7cd513..0671a0bfa02 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 be44d461933..2a58f796814 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 5f31ecfbec3..a9d2a1acbf0 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 f7fc806456d..93906bfc93f 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 57e43444fdc..146961d1c51 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 97eaa839ccf..cdbe8b60175 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 f895948574b..1b9637ac61e 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 b11cd5799de..74f5df2a5b1 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 8bf37514b8b..23d6035084d 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 79501d910e5..04179ba0aaf 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 d6291ca71e9..19e17e60959 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 4901a530799..cac6cfed87e 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 441a4a45326..46ea1394252 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 8f42aff85bb..35e69ae270f 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 0a0707df73d..bf94be273f2 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 626bc32ebf2..cbf3785c409 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 915e336b996..c140c3e977b 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 134455dd945..40499949110 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 70821e685f8..92635a55baa 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 65af837da43..eaf7963eb9b 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 f24082851e0..fba8a24b40f 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 c98c8a04cdf..6b469860de5 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 cba8afa176e..6a530877f43 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 974feee8995..163185db541 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 50e2f255430..bb97fe73875 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 c725076893f..5c35c93bfc8 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 f0a81f48930..240da595494 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 52ddbfb2ed5..2e7dd732edd 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 5e4024286c5..686600e5d21 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 a2ef1780d6c..fed4d26faf5 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 3a97764fbb8..d3b1880a813 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 406f0fd4649..10edd940d7d 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 4584bebe076..227e7d8e55e 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 76668b14008..577d1554101 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 3bf46264b83..db5691187ce 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 f8cbd2ec725..247f6005e57 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 996380037b7..5509a49941b 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 fba412c37d4..1bee09e3659 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 1ba38e39924..8a00b78291a 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 a6cef00764e..f6241938f82 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 ebd8d3620d4..e041254bd5a 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 2e16d5f1242..d3f8c603121 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 3d7c1ff176f..4c731a9f488 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 1bf748132fb..5449cdbe29a 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 96593ac3999..3f616df0b28 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 76e64d8b013..7f9a084ef70 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 a01f433c7ab..0b020aed569 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 f5c4d6bb016..504cd391c42 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 2ad7c162f36..c6b9cf63780 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 4f38d5159b9..728ad26de68 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 b58fae60d51..3f4c9ee64b1 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 339a6604ed1..0cb68f08914 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 a3f266bf328..d5bd27007df 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 b7a22285ea0..f8dc739428a 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 030769b5557..6db9b1007ac 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 bdb6406b24c..5ad3cb22201 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 679ad80b5dc..5b8c7875ab7 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 31829a84e6a..d328ad0f359 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 4793485a384..80a8a8a87c1 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 ad66238857b..b287b4baa2f 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 f414ef09efc..5b8e44f37b6 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 789f73adf7f..523a1fc6be5 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 00a5aac1ff3..26d436451bf 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 f887feefc98..e60a2435349 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 d5879073d59..45789d2317b 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 6e25ff26b7e..995c38602f3 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 38254188221..d991ef82ac9 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 5c183451d67..267a1be7985 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 e8d89c9c7a0..90aa59b2950 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 6d07ec9b962..10d5357e5d8 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 53f3097aeec..37c79de22ab 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 ec076d116c5..e69beae7d6e 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 89c331a7d71..f11397d7ae5 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 b7da0b00528..cd923b4e802 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 1fc98a1d466..bc03374ff98 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 ecf46236483..3e6fa51b196 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 4bdd7c729b4..651a3c144f3 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 002ec36fb94..c06fcc91f6e 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 134e2cdadf0..1c77a4eb494 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 fcf05efbd7e..7547348ce34 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 8acc7e95f21..edf59cdcdc5 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 2a480ef7105..7ba8a0020ff 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 35add2dc649..7b1e1a49b19 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 1aac69d1b06..a679936e20c 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 b426c9c454d..687eba68e73 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 369447def2e..873e82e55de 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 bbd292d4e0c..54542de72bf 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 77ed3176277..0a705366283 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 191e410d990..6c92661fa76 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 fdefb3bf259..2d0d4f1cf87 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 ec183cee1a3..cf05e9bfbc3 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 6b782237b8c..0787f6d32aa 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 9f93df46ac0..643a4fac4c5 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 a75a090304e..f894a8fe3ed 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 14ccaffdd4e..8a48e048d39 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 26ed2f2ea1c..0f700a83490 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 5403321e582..a13afa8c79b 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 155efccfaa7..f283a5d5ada 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 51f3b4689bb..720e9dd5d7d 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 21f2b33cfa3..c95958ceea1 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 83c8d7c0e42..69624825ae4 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 96f8f38877c..f8f6536cee5 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 998fb4f2211..ec0a50cc6ca 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 2353aeeb26e..7c936acd0bd 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 c2294cb1612..70c7f11c45f 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 c1dc8b91af8..24082926b0d 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 cba60826196..16a144269b3 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 fdbbb1be907..32d2569d0a0 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 b92fd5e8112..11cd1f4cae0 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 64806cd205d..667c2de9678 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 0075d5c53f7..1c24f0d8067 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 90aff098cd6..addee2358dd 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 44fbdffc092..ccb99a6ebb8 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 d6062f30fbd..cf0e9881e4c 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 1597955135e..3094879af38 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 491c6913463..f4c2356aecd 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 c3a7af4b202..baf2356b549 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 29c78da6efb..c8d9b51eaba 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 66d8d95b52d..826d0a31129 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 e69abbe9f60..4613e36f9f2 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 63824ed94b9..ae70d8963b4 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 aaf5ef00bfa..d388e072557 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 2d941df975d..31b5ed6a4a2 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 20263769630..e4d3125949a 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 b96b86abd57..96a9f00e8e3 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 73f9b808e61..86deb1cb7f7 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 120ad778b52..9195fedd171 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 53357b48825..b9dbd399d6b 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 b6bd7122a73..93f5e572cf6 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 8e3207e19c9..67762acdf9a 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 c34358ddf93..aabacec9202 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 f7983093e8e..3b939297573 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 64872821582..86e1fb6c538 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 450c1335844..c62221305d5 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 72829daee0d..850f84f1e90 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 3b7e6ef8b49..890d751e534 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 e257e1cfaa2..e9a963a78a6 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 4966f8fdb4a..37a336013f8 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 a5d8398a3eb..3e90abdd944 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 d642512641d..60a0917c040 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 acd6178f48f..7c5860f6b77 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 319453d4bbc..5f8e73e0cba 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 ef9d22e8dff..11b8d76f706 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 d73e691bbf0..d21df13be5e 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 74f88bd8a3c..6f1763656a7 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 0f6572da823..c73ca6836a8 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 51dcfb61582..ead240cc1a2 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 ed08b66b994..b3840a0cbad 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 723bb31e43b..780e6dee85f 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 aa32e5dd9e8..60ece6146a3 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 f7a79a09340..eeebb766cda 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 3d0e23e5d38..e5e7bf6c4dc 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 98c4b1dc694..0bab1f609bc 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 afb601b2a14..83e1c17c65a 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 4abf8ea2871..d592c022466 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 6f2bb649294..671652cc190 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 cb51cc0b640..2eeb4a3b35e 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 1c51b26f27a..3a7ef9ed126 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 480837404f0..32f0b2bab8c 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 86aceba80f5..194aacac2aa 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 afd8d2d701a..39adb39ec08 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 a77f25e3b17..a9973a571c6 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 fdadfea9c0d..88999595caf 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 f2562e723ef..4e774102db5 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 a59a1dd60a7..e7114d52f06 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 ad64786c6aa..a689a689141 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 7f1cc39e5f8..d5b9f625041 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 243bc4707d4..48a5844ecff 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 89a43790cf1..efd4e0f3774 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 3f165009f4b..dccfc4d371b 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 90bfdaac5d7..2bcf8cf1b4a 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 7354264b1f8..1590ac70dfc 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 b935bce2879..a92a2af7766 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 3d15dfc3693..c7d560e15fa 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 *