diff --git a/.mailmap b/.mailmap index 1ef75ef6844c7..99a3aedc362ee 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 eb80517a279da..6de083414964f 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 5b59a244181a9..9b3d2ae7a3269 100644 --- a/apps/accessibility/lib/AppInfo/Application.php +++ b/apps/accessibility/lib/AppInfo/Application.php @@ -5,7 +5,6 @@ /** * @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 b1cff20fac872..30df78f9766c8 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 ab61bbbdf30b4..c10544a42f443 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 cab02ab188653..dc3ede0ae6d05 100644 --- a/apps/admin_audit/lib/Actions/Sharing.php +++ b/apps/admin_audit/lib/Actions/Sharing.php @@ -7,6 +7,7 @@ * * @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 6803887a815c2..13c031ff0ba66 100644 --- a/apps/admin_audit/lib/AppInfo/Application.php +++ b/apps/admin_audit/lib/AppInfo/Application.php @@ -8,6 +8,7 @@ * @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 5020efd2ad8ce..a6ccad4752e11 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 868f70298bb2f..3df898445058a 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 1c279097d49b8..de2ba989f8dab 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 79bd07e08356c..06e5f80d42052 100644 --- a/apps/dav/lib/AppInfo/PluginManager.php +++ b/apps/dav/lib/AppInfo/PluginManager.php @@ -9,7 +9,7 @@ * @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 33f2a14b7fdaa..093e61111d6ec 100644 --- a/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php +++ b/apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php @@ -5,6 +5,7 @@ /** * @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 325962dd73834..6ef2c8b613741 100644 --- a/apps/dav/lib/CalDAV/BirthdayService.php +++ b/apps/dav/lib/CalDAV/BirthdayService.php @@ -10,6 +10,7 @@ * @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 84294971b417a..c455eafbfeebf 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 87fdc68baf0de..3ce05476ff52f 100644 --- a/apps/dav/lib/CalDAV/Reminder/INotificationProvider.php +++ b/apps/dav/lib/CalDAV/Reminder/INotificationProvider.php @@ -5,6 +5,7 @@ /** * @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 e63f08646be25..33c0604ae2ff8 100644 --- a/apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php +++ b/apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php @@ -9,6 +9,7 @@ * @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 6182107a69ca4..d002c98d1c475 100644 --- a/apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php +++ b/apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php @@ -7,6 +7,7 @@ * @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 785ec2b7a0197..a2895fed34a31 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 bd881eb06c2a9..f256c0094496d 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 8602d3b4ed901..59e5401d058a8 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 7314aef2dac14..94a169602b86d 100644 --- a/apps/dav/lib/CardDAV/MultiGetExportPlugin.php +++ b/apps/dav/lib/CardDAV/MultiGetExportPlugin.php @@ -5,6 +5,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/dav/lib/Comments/CommentNode.php b/apps/dav/lib/Comments/CommentNode.php index 4a0cfe78028c0..0ea15d3b1d059 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 058ed968f1fac..5937a2b9afcbe 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 29f8295a7a5ec..c7de392dbb1cb 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 ad042cd96ce0d..fd741dbba36f5 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 e65b0d3b4d1cf..811ce21b923b7 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 dec9eb61e6e36..9d58b25aa5acd 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 cb9a4121d1b55..8052f81929c7b 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 36b114b88fbcb..c2b51a93b3564 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 2d9f3099733af..02ad31d9f7598 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 aac9b735839bc..3af51da65df43 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 700625a22999e..8c8a6cc3a0378 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 ad590c8cf34be..94ca86c316cc9 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 6a2bf6fe3a7d4..3087b752f0169 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 c831ab86dc749..476d049bbc3c1 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 8721613fea437..35d1d1743ae56 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 e5db244c21ff3..0e176d74a1c29 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 9d7052b5c2d56..b83e5cbcbc1b5 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 680c0e84fcad1..3a6e355805a6e 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 bf03569bd5b2a..55b63df8c677c 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 0abfe5bbfb620..6d17704b1032d 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 231a37a24fb92..5ae0fa74abf5a 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 8beabd3510bde..8c0145973f221 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 3bdbd047639c5..75633d9d88d22 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 c4b8f0a462390..98458ff8bfa29 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 9afe5f84296b6..f5e195568620b 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 ad3e0611270d2..240010eff480e 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 35f4c0dbcb506..9733c376fa848 100644 --- a/apps/dav/lib/Controller/DirectController.php +++ b/apps/dav/lib/Controller/DirectController.php @@ -5,6 +5,7 @@ /** * @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 8b9c5aa9488aa..88193cf5b5f7a 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 4187096f75e82..246ec0584b9c8 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 ba73f97d271ea..507c40108c377 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 117cef7d7bfd1..7caa53be89c9d 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 162edc2f60ce3..58096e3f3c65f 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 58e798f42c99f..0f3ed1f0ad8fb 100644 --- a/apps/dav/lib/Migration/RegisterBuildReminderIndexBackgroundJob.php +++ b/apps/dav/lib/Migration/RegisterBuildReminderIndexBackgroundJob.php @@ -6,6 +6,7 @@ * @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 9ba3b18d1d7ce..8119656159e80 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 51929d1a2f5dc..b67f2fb26d777 100644 --- a/apps/dav/lib/Migration/Version1012Date20190808122342.php +++ b/apps/dav/lib/Migration/Version1012Date20190808122342.php @@ -7,6 +7,7 @@ * * @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 b08775d80f606..18874ecf74891 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 26fb659aa186f..b9ec899712037 100644 --- a/apps/dav/lib/Search/TasksSearchProvider.php +++ b/apps/dav/lib/Search/TasksSearchProvider.php @@ -5,6 +5,7 @@ /** * @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 9942216bd5540..ba5bcf935e1b5 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 6f68cd060f7a0..414e062f3cb74 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 9b15cc9a69c7b..c588f506c3cde 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 c83fd3f048763..51d50873775c3 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 c08b7adf465aa..13b5f00948000 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 f3bed7887f75b..0bd450467a6d5 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 6ea1b6b3c5848..683162cdc9113 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 c8502af4730f1..353f5bcedfbf2 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 e42a1ceb9e5b8..3c996ffab4c62 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 9ab37d8ab7df6..878b958caeaa0 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 1b5709a1acf3c..5016b70871853 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 c243522b78e19..bb0cbf1fcc279 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 @@ * @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 42d3e2a398c1a..29a6170b1e7a9 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 9261dc4057b19..5b28e6b025b7e 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 b9633c7e10ae8..bb063f77f7feb 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 02d702e9f46ad..ebd0c43181792 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 9fca779d58a76..306da871f85fd 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 a0656fe7da99a..487fb2b628563 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 154a3ac6dac05..68bc60e1703b8 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 e292b6794dabf..3d98726cb4dc0 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 8c0a41785155d..904faa8e8c3db 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 15007689b6481..ea9bc371d51dc 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 56b83aa46b60c..23ab9f05ae709 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 188a39c89afa6..3bf8c0b642ce5 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 a4edbe6d942e7..302961d6de694 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 f48e652272257..900dee6df63ad 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 31754a95e8dbe..a0ef78c75202d 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 86a88b3ccdccb..855add1fc1dbe 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 51b73b3b0a744..ba079fb9cad8b 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 90cecea907b56..e3377afc46c1f 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 3632d7c85d485..cf0373d5e33ff 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 b4bad9e29b99b..a30ce43ba9478 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 97e140a0ab7d7..d950af3efdb2b 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 faae3626fb3ab..378545beabd1c 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 c8482ffe77ac6..54fc82876c0f7 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 4e4612001d60a..e50c30df3b945 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 ec710e8d2cacb..2660951efee6f 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 66127e5f975e8..5fd5f628de0c3 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 6674abc972d0d..ac0f2ededd246 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 802b02df82611..425d034800622 100644 --- a/apps/encryption/lib/Command/ScanLegacyFormat.php +++ b/apps/encryption/lib/Command/ScanLegacyFormat.php @@ -5,6 +5,7 @@ /** * @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 64ef1bd232c09..6dabca1729e29 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 c7493278ead5a..cfb04166635e8 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 f68e06a3de0a5..947ca27dd067b 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 1180c65a87156..d939a2681fef7 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 1ab2fde21c5e3..a418ac41dfe40 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 d79fb83a95829..5349dec2ddce5 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 0dc344ec9cf0e..d77bea1fb54d3 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 afd41c20f6474..a2891855b55d6 100644 --- a/apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php +++ b/apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php @@ -6,6 +6,7 @@ * @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 e89838c06f4bf..85da1c0f72b9f 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 c683c8de8b3d1..410c155b072de 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 fb78e83ea6878..9ab3616412b04 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 412b5b82d641e..ca4bd1496f860 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 7a2fd5f006f23..50d861cc5d782 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 274dc816731d1..dfe2e0c94161b 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 d52da3a269dd6..d5edd068cdb9e 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -17,7 +17,7 @@ * @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 aa67136147238..9bb50d6f9ab66 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 7bd3acdf8e47d..92f29bfe410ad 100644 --- a/apps/files/lib/AppInfo/Application.php +++ b/apps/files/lib/AppInfo/Application.php @@ -14,7 +14,7 @@ * @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 07165c9cf6898..bea5fc7d349c5 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 2f96e495018d7..fef6eac31d883 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 1a2f6167b2962..07d6ab6029b85 100644 --- a/apps/files/lib/Command/TransferOwnership.php +++ b/apps/files/lib/Command/TransferOwnership.php @@ -10,10 +10,11 @@ * @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 95ee1450e2b1f..a852be5dad51b 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 4a45657497321..9107573752572 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 69ab8f8f64f4b..699caec59eb72 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 a3c6120ef1374..93600119357a9 100644 --- a/apps/files/lib/Search/FilesSearchProvider.php +++ b/apps/files/lib/Search/FilesSearchProvider.php @@ -8,6 +8,7 @@ * @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 bd8520b92fc0b..870aa9f9d77c0 100644 --- a/apps/files/lib/Service/OwnershipTransferService.php +++ b/apps/files/lib/Service/OwnershipTransferService.php @@ -9,7 +9,6 @@ * @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 07fde07b4ca3c..72814f47538e2 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 e4713ae296072..872f711344a95 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 eebb5beb51ff9..404be951e261d 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 13ccc678b3613..57864ba02b78d 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 1bc449c6c6245..2b70b3bd49cf6 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 bf3ca5e5a87bc..afef351aea72d 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 c17c2ea3575a3..2b40697642cb7 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 974d1187f2adf..ec301e99b4637 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 c108eddfc97b8..202fdb6c82339 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 0cf3073c7cdaf..e61814cfb8f13 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 ecf84116da70b..f8f7d377bc717 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 9085ca9f7db30..23b692703a756 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 de83bdd2bb046..f0c66533777af 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 a43d13d3e7f5b..816b437462922 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 de2942e554add..afa869b5270a0 100644 --- a/apps/files_external/lib/Controller/ApiController.php +++ b/apps/files_external/lib/Controller/ApiController.php @@ -10,7 +10,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/files_external/lib/Controller/GlobalStoragesController.php b/apps/files_external/lib/Controller/GlobalStoragesController.php index d42facb18acac..4d8b6c4bc8f8c 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 6be833687be6a..5d9ffedf885ac 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 8c588fc967e16..c297d3db38e38 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 61302125b4fe9..7c3ba64302e08 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 47fb044f885e3..d6f2d3f844fa2 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 40573a81ab050..148074a23914e 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 b96950cca9063..9ea278d7229e5 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 60ee33facc042..48e312ecd7f0c 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 244df69318583..501d7e68e1c59 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 6921b157a201a..ec788c3bad72e 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 c7e2583f08dd2..d995a016db11f 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 b77b9e0fe4645..ba98bceda3844 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 3ecb73f54afbc..f3381117469a3 100644 --- a/apps/files_external/lib/Lib/Storage/Swift.php +++ b/apps/files_external/lib/Lib/Storage/Swift.php @@ -23,7 +23,7 @@ * @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 ca26d49521cbe..4e61d89e9a554 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 5fef0d3ac3840..4d20a9538a083 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 934a9e34783ef..0f0ce7c8ce77e 100644 --- a/apps/files_external/lib/Migration/Version1011Date20200630192246.php +++ b/apps/files_external/lib/Migration/Version1011Date20200630192246.php @@ -6,6 +6,7 @@ * @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 425fcd1b326ab..23b37544c54e2 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 abd1c6a75f38f..d21de079f6050 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 f6ccda9561f14..619cd4d71ab1f 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 782e89aeb10e2..22c366d5bb35f 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 ce0b9d61fa40b..63f0c5d52c5ab 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 411a1a54dd6ab..138876f4e1c2f 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 85ad14886f898..1280852839300 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 916c3c3d3668e..e10b671ea888e 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 45a30bca40afa..6e6aa39cda73e 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 1c4cb232ed04d..90c66470f27fa 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 b829525b51631..b2e0a6568364a 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 7572da2575211..fffac01507aa2 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 109a033514632..ed2d46b614993 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 4754431257690..a1db042d48ea5 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 53ccb8e89acd1..25f2f39b5052e 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 b1118a571402a..9817c779a311c 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 a1e92266e6b6c..c2f3f42ade856 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 b8d4dc2f5da46..c7bc660c5389f 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 3f58ce8e6859b..413956d21c47c 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 5b1c15e5a5b23..b471b2ebdf4fc 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 dcb2a79a35f06..1fcac55133044 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 e07aaacd65615..44b1c80108f7b 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 2e2983dad1b50..bd966eef16f6b 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 03b1d41eae5be..87caaa5a353b7 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 2f0a8fdba50c5..c6a7e86eeddf0 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 5f35b937df47c..a00308e6d07fc 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 7d1d5c386d880..12cdf66707fd9 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 d4190708241b9..097fa1b38ed49 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 9a757412316af..75936907fed19 100644 --- a/apps/files_sharing/lib/Controller/DeletedShareAPIController.php +++ b/apps/files_sharing/lib/Controller/DeletedShareAPIController.php @@ -9,6 +9,7 @@ * @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 16b0e8fcc68dd..c8b4e8575200c 100644 --- a/apps/files_sharing/lib/Controller/ShareAPIController.php +++ b/apps/files_sharing/lib/Controller/ShareAPIController.php @@ -19,9 +19,10 @@ * @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 3e514b3a74d37..31f13ee275692 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 70f016d81f246..c857df852293e 100644 --- a/apps/files_sharing/lib/Controller/ShareesAPIController.php +++ b/apps/files_sharing/lib/Controller/ShareesAPIController.php @@ -13,6 +13,7 @@ * @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 1e2d1ce5a8fcd..eef44cd34003a 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 eb13a13daa9fa..85a57e855b807 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 951403a93f181..8af5ca1d98db2 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 eb8f1b8fde6d6..7eb2491619fb6 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 0051a1b76bfc3..34ef65f0621cb 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 2cb69de8ee1eb..339770c860113 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 44aa490e30d63..270eb452419fa 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 67c5e04b1e31b..90fc6e996b3f0 100644 --- a/apps/files_sharing/lib/Listener/ShareInteractionListener.php +++ b/apps/files_sharing/lib/Listener/ShareInteractionListener.php @@ -6,6 +6,7 @@ * @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 dfc5bc68a07d7..687e212e9f606 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 @@ * * 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 3ab3185b95e25..05328872c15b1 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 36a412800e563..59b5c8a0b2e81 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 53810d59ebac3..fdaeb0c5814ed 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 1cedf3a2da689..be600caef4c4e 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 901634c1e9ff4..982778cf8cc7e 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 6d0c94f88f2bc..3a9bd028cbc65 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 f1dd5a1610556..59837195605b4 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 7b80bfcaaae0e..b55fba78d4287 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 b163583bf11d6..3176163c4422e 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 ff3429ca71c09..804a98f6d3fdf 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 3936a3b9da2fa..40efb20e25d5e 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 7ba01b737e78e..bbb8edd3b8a9e 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 0a5ea4ca23194..b86cf55af80ec 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 64d8c68e39bf0..e35d734f04ec8 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 b8c1db6c9dab6..eb10c73b1a75d 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 ba688f70263f9..35ebeaeb7bfa9 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 f40bd44331e5d..2033f61a97843 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 64dad2073829c..6d3dabd609f86 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 b5cb02ed3c250..2979ce0f58b69 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 bd8b18f2b89a2..815d1620f0677 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 b7a23dca561ef..21f7265069ba6 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 34924110b30fa..7f09cde0ca8fd 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 344c08bea48bd..a7a7ab3269ca3 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 fc2557530605c..75d873f6e97bc 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 36086403bb374..0806781f2de41 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 e8fc38c2a3542..92fa0bcb43b46 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 361e916e77584..74f1fde973746 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 806ce2187725f..7ae96f1b6b73c 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 91f3cec21ee78..7a7307ab47029 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 c2700bd52b592..239e24f7a6225 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 0c26a86295ef2..adef194f34fb5 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 6ca8124bff3ba..f86e0d12a9562 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 f0c3a29b05ce5..9265f5ec06a30 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 bf3400b5018e3..76d26321d1ee8 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 147edeb6726d6..aeb9c755bde3d 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 09cc64a33841a..d18a77677076c 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 e4a71fc104057..219f3cddf25d7 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 c706cd38a1031..9e386e990647b 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 735d394796b10..34c0135485f6a 100644 --- a/apps/provisioning_api/lib/Controller/UsersController.php +++ b/apps/provisioning_api/lib/Controller/UsersController.php @@ -19,6 +19,7 @@ * @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 b6f28cc4a04c9..10f5a4841d471 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 cb671f3346683..9e99f3a0ad7ec 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 b0fb813b933b6..430b0b2fd6868 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 1312346b96caf..9f01643445351 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 4ad3d7497e96c..ea9cc45b339cb 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 dba5ec69b2b8f..1b3159fdc4b70 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 6bf5fec724923..458a392a8cf8a 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 @@ * 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 e9cd9615db75b..b9a3c491d125a 100644 --- a/apps/settings/lib/Search/SectionSearch.php +++ b/apps/settings/lib/Search/SectionSearch.php @@ -7,6 +7,7 @@ * * @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 efed3242c085b..75d3f4505c1d5 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 8f7e423e200c5..ed6a6551f297b 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 9a81e41c1acdc..8fb1961719e31 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 3991822da713c..313a182501d94 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 d9f9c2b3a7d04..a853846fadd2e 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 @@ * @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 05f2c1342f418..1c1c870d8e9aa 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 965d758634382..040a0ca3500a8 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 23e3ef5ec0117..1a9af2ea8c9b5 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 8eae43fcc93e6..195ab3e7c5c14 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 e76d956007c33..e5354c4a773f4 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 61d8de42baf7c..c5ba3eb311650 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 0898cb55bcbd5..0ab6b42d55fa9 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 b5ed0ef77c8e5..313d86b370ee0 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 56eb69b1953d5..e3c2bcebaf02a 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 f0c4d2663622c..763528016284e 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 849744077ef42..001bc2d2d76aa 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 692a0f6234e86..5e21ae7b2ed6b 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 d3b5f6130e740..d5c3bdab24d6e 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 d87d11a0fe085..32aae2b2cfc05 100644 --- a/apps/theming/lib/Service/JSDataService.php +++ b/apps/theming/lib/Service/JSDataService.php @@ -5,6 +5,7 @@ /** * @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 f68a25a3faedf..6ad8f8551b874 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 242d6866ce10f..35ed32c69a306 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 57a90b026e8c3..cc2fd70333c70 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 7a43015da5fb8..c5ecc08b21106 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 2705c7a4ece3a..70d8f402afaa5 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 e34da50f5a665..4db5dad2c0d54 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 5b7f15e838ab7..8caefd180cec7 100644 --- a/apps/updatenotification/lib/UpdateChecker.php +++ b/apps/updatenotification/lib/UpdateChecker.php @@ -6,6 +6,7 @@ * @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 9b717fdbba457..c0237673d7e0e 100644 --- a/apps/updatenotification/tests/UpdateCheckerTest.php +++ b/apps/updatenotification/tests/UpdateCheckerTest.php @@ -6,6 +6,7 @@ * @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 61a3e8b673ade..0f3e28a33f3de 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 360e121766d0d..103ba3cd3848a 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 5d2e72483ba2b..b8f2d8852996b 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 efa9d34b83fa2..134f8551f7d0b 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 dc8cb8be862e6..6f620cb4e5789 100644 --- a/apps/user_ldap/lib/Events/GroupBackendRegistered.php +++ b/apps/user_ldap/lib/Events/GroupBackendRegistered.php @@ -6,6 +6,7 @@ * @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 9e40340d453ca..07b6060cb2be7 100644 --- a/apps/user_ldap/lib/Events/UserBackendRegistered.php +++ b/apps/user_ldap/lib/Events/UserBackendRegistered.php @@ -6,6 +6,7 @@ * @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 67d31516f44a4..f079345d23e47 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 3c4f483d67791..19973119eafef 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 5c70c0c23b7c9..fed8910b2e594 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 4b5e6ff63db86..6a57540e7b7e6 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 5dd33c33316d2..a64425afad0e8 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 21998d847b9d2..e07f25a54d34d 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 @@ * 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 2cf961f550a6a..2e9eeac7ca7e2 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 4ea58c45620ba..a98f9fbeb6b14 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 bf10a661edb75..7bcd1758a0ad4 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 91ad8c81be63f..8ddec8033703a 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 eb0b775345bd8..0dde8199a0242 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 bc582ab90b51b..4011d964a4045 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 97d7be48a0e74..347e2c63820e4 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 a6acdfb3ec673..ace04e6234f67 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 06b6fbbda0862..cb947c81a6f71 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 @@ * 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 5736b2664d948..65f668401736f 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 @@ * 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 fe8308fd59bfc..772370a85ba81 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 ac5530be5a5ea..c8c40d2a98bb5 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 9b3d042d86229..aa5a040161bfe 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 b34005fdadf0d..fa773ea91cdaa 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 6db8de6b485ab..2c434a1b89fb4 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 e119f950a4664..41581110bdf27 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 a856e47ef2b2a..0ec19f27c6086 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 adfc63c063497..c1db2d57e0581 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 4ce2e12e29d8f..c2d16f19e754b 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 4cc558dbdad09..a490a5e670160 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 b68048e7cc9fb..3eb6ce812ec3f 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 e4ca972dbdbef..de277b2278d01 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 c44c020d2de8f..b251790dfa2ef 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 068aa49a84a74..987358b5b9739 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 49fc16b079ad4..5cbd6ee405dd3 100644 --- a/core/Command/Db/AddMissingIndices.php +++ b/core/Command/Db/AddMissingIndices.php @@ -7,6 +7,7 @@ * * @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 a51249b1b8bdc..ef3d6a05f2ec6 100644 --- a/core/Command/Db/AddMissingPrimaryKeys.php +++ b/core/Command/Db/AddMissingPrimaryKeys.php @@ -5,13 +5,7 @@ /** * @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 6575d41d3bba2..4955dd12f8134 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 2d6c92f0f367d..83763ee79b304 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 51dc74d1eb7b6..6166a9408615b 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 caedbc12275ea..80b0fb1bd9608 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 9cb2d062b132c..ce1f3c7540828 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 b61bd6e34865a..30def540b1417 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 063213d0dd3e7..198bb099179c3 100644 --- a/core/Command/Preview/Repair.php +++ b/core/Command/Preview/Repair.php @@ -5,6 +5,7 @@ /** * @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 e134f0f58913a..34e08b5d81644 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 201ba8d4f5223..b536138219001 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 60aecca5a0cf1..de621aea1828f 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 0a29d2fa15783..63a95531e822d 100644 --- a/core/Controller/AutoCompleteController.php +++ b/core/Controller/AutoCompleteController.php @@ -8,6 +8,7 @@ * @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 ca3a739bf9fa1..69ec2f4bffeec 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 b526d3b149102..ff0a21ba5167b 100644 --- a/core/Controller/SvgController.php +++ b/core/Controller/SvgController.php @@ -5,6 +5,7 @@ /** * @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 3acdc3122e365..41492905a04b2 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 0667ea8733964..a36f05b87da61 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 767d8ee5f7dd3..358b9466ff955 100644 --- a/core/Migrations/Version14000Date20180710092004.php +++ b/core/Migrations/Version14000Date20180710092004.php @@ -7,6 +7,7 @@ * * @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 e03a11318c0ed..d780d7c84ea16 100644 --- a/core/Migrations/Version15000Date20180926101451.php +++ b/core/Migrations/Version15000Date20180926101451.php @@ -5,6 +5,7 @@ /** * @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 23c2a904741bc..09472c30eae2e 100644 --- a/core/Migrations/Version15000Date20181015062942.php +++ b/core/Migrations/Version15000Date20181015062942.php @@ -5,6 +5,7 @@ /** * @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 dc33b08035ab7..152e754455c0c 100644 --- a/core/Migrations/Version16000Date20190428150708.php +++ b/core/Migrations/Version16000Date20190428150708.php @@ -6,6 +6,7 @@ * @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 bd6ab1bc8a5bd..dda301932040f 100644 --- a/core/Migrations/Version17000Date20190514105811.php +++ b/core/Migrations/Version17000Date20190514105811.php @@ -7,6 +7,7 @@ * * @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 fca2ebe140732..f78b33b578936 100644 --- a/core/Migrations/Version18000Date20191014105105.php +++ b/core/Migrations/Version18000Date20191014105105.php @@ -6,6 +6,7 @@ * @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 49bbd79b67d3c..71c433a213829 100644 --- a/core/Migrations/Version20000Date20201109081918.php +++ b/core/Migrations/Version20000Date20201109081918.php @@ -6,6 +6,7 @@ * @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 844679b8d95c4..5ef79cf58b47c 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 6433d8c9b7a4f..3135a0a664f3e 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 ef6c0555490b0..137df3097a11f 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 46b0c06588195..dc53c72906703 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 b8202dd9a88e2..b7fe27145a17d 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 92c6ca3b9324a..9ea511c7f00bc 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 f1bd613b52d6f..61ec34e452374 100644 --- a/lib/autoloader.php +++ b/lib/autoloader.php @@ -16,7 +16,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/base.php b/lib/base.php index 3e89cbe6c54fc..bbc777d5ea8da 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 c5e7c34deaf54..d4e9637dfee85 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 f756664e4570f..7063878429a7f 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 305e3172c1008..c5d83fcb1df54 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 c1bc04afb431b..001a0ee6883bd 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 90f3b28d9c6e5..eb114adbb48aa 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 03e9c7d2767ec..f83e7cf82721a 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 a671848245ed5..84305e60a1238 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 12fca23c51fd8..88a3dd055853f 100644 --- a/lib/private/AppFramework/Bootstrap/RegistrationContext.php +++ b/lib/private/AppFramework/Bootstrap/RegistrationContext.php @@ -8,6 +8,8 @@ * @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 4a05ecaead055..47e6650c9990b 100644 --- a/lib/private/AppFramework/Http/Dispatcher.php +++ b/lib/private/AppFramework/Http/Dispatcher.php @@ -7,6 +7,7 @@ * * @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 9f26d94b8aa26..d2e8cd338bab9 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 a873ee967723a..a75890111f20d 100644 --- a/lib/private/AppFramework/Http/Request.php +++ b/lib/private/AppFramework/Http/Request.php @@ -23,7 +23,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/AppFramework/OCS/V1Response.php b/lib/private/AppFramework/OCS/V1Response.php index 8264c4ea2c0b5..97a3acce68129 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 d4d66125825e9..8511ff9ee391a 100644 --- a/lib/private/AppFramework/Routing/RouteParser.php +++ b/lib/private/AppFramework/Routing/RouteParser.php @@ -5,13 +5,7 @@ /** * @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 debadd3d15790..5f4872efd9799 100644 --- a/lib/private/AppFramework/ScopedPsrLogger.php +++ b/lib/private/AppFramework/ScopedPsrLogger.php @@ -6,6 +6,7 @@ * @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 bf69df0edc6ff..a9dd28b389b93 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 55009c317c464..0bdfa7cb39b1b 100644 --- a/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php +++ b/lib/private/Authentication/Listeners/RemoteWipeActivityListener.php @@ -6,6 +6,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/Listeners/RemoteWipeEmailListener.php b/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php index 9ba2717c97368..2f330879a2a48 100644 --- a/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php +++ b/lib/private/Authentication/Listeners/RemoteWipeEmailListener.php @@ -6,6 +6,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/Listeners/UserDeletedTokenCleanupListener.php b/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php index bb3a522556fce..2d78bd2d01c25 100644 --- a/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php +++ b/lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php @@ -6,6 +6,7 @@ * @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 9d90f09b29626..711a759fad40b 100644 --- a/lib/private/Authentication/Listeners/UserLoggedInListener.php +++ b/lib/private/Authentication/Listeners/UserLoggedInListener.php @@ -5,6 +5,7 @@ /** * @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 1848c5db09e8d..3c71c844d7228 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 49762546bc481..0889fc99b2085 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 89992dc2117f7..1810732ac3ad8 100644 --- a/lib/private/Authentication/LoginCredentials/Store.php +++ b/lib/private/Authentication/LoginCredentials/Store.php @@ -6,7 +6,7 @@ * @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 11d610bc28370..d44ff3c50dd90 100644 --- a/lib/private/Authentication/Token/PublicKeyTokenMapper.php +++ b/lib/private/Authentication/Token/PublicKeyTokenMapper.php @@ -5,6 +5,7 @@ /** * @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 8e529ccbda8bd..0a60606ad65ce 100644 --- a/lib/private/Authentication/TwoFactorAuth/Manager.php +++ b/lib/private/Authentication/TwoFactorAuth/Manager.php @@ -6,6 +6,7 @@ * @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 e0f06db565d99..d08cb71d72f20 100644 --- a/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php +++ b/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php @@ -5,6 +5,7 @@ /** * @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 ce70c54bf116b..9ef3a0718ca26 100644 --- a/lib/private/Authentication/WebAuthn/Manager.php +++ b/lib/private/Authentication/WebAuthn/Manager.php @@ -6,6 +6,7 @@ * @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 37aecd61693ed..5a89dcdeba6e7 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 be6540ff2d258..04ec33f76151d 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 1e0fd73979393..7b5789640a090 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 0b51a29ae2589..d832a42000cb2 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 1f8470005e45c..c92fd304f911e 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 6b1e79f93de66..ed251b841ed4c 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 32f19c913e8f4..86aa239bddebd 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 98c600add209e..1cc82b5c2ce6a 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 67b006bdb636c..ec2cb1e69a154 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 0a868be783284..a6c4acb7d9698 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 ebb3900f3e53e..b024989ac0432 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 7808e0c0b5121..44ea39862149c 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 b371e1a16b208..abf58ffa05319 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 c1a6b82dccd39..6a1cb4be016c4 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 7cb642401cb39..569b1a6c28222 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 c6b81ddba4ed8..62b5dd2c631fa 100644 --- a/lib/private/DB/MissingPrimaryKeyInformation.php +++ b/lib/private/DB/MissingPrimaryKeyInformation.php @@ -5,8 +5,7 @@ /** * @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 76f0c9faa7dc1..8198f3bd5e5c8 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 f2edea575a2c2..61eea80640e16 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 4ad726bc03450..c269fc03c8a42 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 a5ea08127c7d6..2f8707326de03 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 94b80a3b4a452..9f703bb14adb4 100644 --- a/lib/private/Dashboard/Manager.php +++ b/lib/private/Dashboard/Manager.php @@ -5,6 +5,7 @@ /** * @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 19bd2f8137841..fa913d3655b80 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 8aed19e708664..c0a58d1256eb3 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 248011aee5b97..a2b27de6b5146 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 ec26514c0a690..301531f89316b 100644 --- a/lib/private/EventDispatcher/ServiceEventListener.php +++ b/lib/private/EventDispatcher/ServiceEventListener.php @@ -6,6 +6,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/Federation/CloudFederationProviderManager.php b/lib/private/Federation/CloudFederationProviderManager.php index 56bc9a953224c..597227533f942 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 c917a9d5816eb..27a222c0583f3 100644 --- a/lib/private/Federation/CloudId.php +++ b/lib/private/Federation/CloudId.php @@ -5,6 +5,7 @@ /** * @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 02e3c7cd51302..0671a0bfa0229 100644 --- a/lib/private/Federation/CloudIdManager.php +++ b/lib/private/Federation/CloudIdManager.php @@ -5,7 +5,9 @@ /** * @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 be44d46193388..2a58f796814b3 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 5f31ecfbec34f..a9d2a1acbf014 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 f7fc806456d35..93906bfc93f94 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 57e43444fdc43..146961d1c51d5 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 @@ * 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 97eaa839ccfd0..cdbe8b60175a7 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 f895948574baa..1b9637ac61e5e 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 b11cd5799de61..74f5df2a5b1b5 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 8bf37514b8b3f..23d6035084de0 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 79501d910e502..04179ba0aafe0 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 d6291ca71e97c..19e17e6095986 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 4901a530799e5..cac6cfed87e0e 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 441a4a453260e..46ea139425258 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 8f42aff85bbcf..35e69ae270ff9 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 0a0707df73d2c..bf94be273f273 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 626bc32ebf27f..cbf3785c40957 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 915e336b9967b..c140c3e977bc6 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 134455dd94521..40499949110d9 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 70821e685f8f8..92635a55baa2f 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 65af837da43bd..eaf7963eb9bc7 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 f24082851e0ff..fba8a24b40fc8 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 c98c8a04cdffa..6b469860de546 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 cba8afa176e26..6a530877f43fe 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 974feee89958f..163185db54106 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 50e2f255430a4..bb97fe73875b3 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 c725076893f9e..5c35c93bfc86c 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 f0a81f48930f8..240da5954949e 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 52ddbfb2ed5e0..2e7dd732edda6 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 5e4024286c557..686600e5d21db 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 a2ef1780d6cf6..fed4d26faf5c8 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 3a97764fbb86e..d3b1880a81318 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 406f0fd464927..10edd940d7d9d 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 4584bebe076a4..227e7d8e55e55 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 76668b1400885..577d1554101c0 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 3bf46264b837d..db5691187ce3b 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 f8cbd2ec725f6..247f6005e57d3 100644 --- a/lib/private/Files/Type/Detection.php +++ b/lib/private/Files/Type/Detection.php @@ -12,6 +12,7 @@ * @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 @@ * @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 996380037b72b..5509a49941b19 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 fba412c37d4e3..1bee09e36590d 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 1ba38e3992436..8a00b78291a27 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 a6cef00764ef8..f6241938f8296 100644 --- a/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php +++ b/lib/private/FullTextSearch/Model/SearchRequestSimpleQuery.php @@ -5,6 +5,7 @@ /** * @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 ebd8d3620d433..e041254bd5af5 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 2e16d5f12421d..d3f8c60312154 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 3d7c1ff176f3b..4c731a9f48833 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 1bf748132fb5a..5449cdbe29ad8 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 96593ac399978..3f616df0b283f 100644 --- a/lib/private/Http/Client/Client.php +++ b/lib/private/Http/Client/Client.php @@ -5,6 +5,7 @@ /** * @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 76e64d8b013e3..7f9a084ef7038 100644 --- a/lib/private/InitialStateService.php +++ b/lib/private/InitialStateService.php @@ -6,6 +6,7 @@ * @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 a01f433c7abe1..0b020aed56974 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 f5c4d6bb01625..504cd391c421a 100644 --- a/lib/private/IntegrityCheck/Checker.php +++ b/lib/private/IntegrityCheck/Checker.php @@ -11,7 +11,7 @@ * @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 2ad7c162f36fe..c6b9cf63780c5 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 4f38d5159b91c..728ad26de682c 100644 --- a/lib/private/Lock/NoopLockingProvider.php +++ b/lib/private/Lock/NoopLockingProvider.php @@ -7,7 +7,7 @@ * * @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 b58fae60d5170..3f4c9ee64b100 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 339a6604ed1d2..0cb68f0891475 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 a3f266bf32834..d5bd27007dfe1 100644 --- a/lib/private/Mail/EMailTemplate.php +++ b/lib/private/Mail/EMailTemplate.php @@ -15,9 +15,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 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 b7a22285ea031..f8dc739428a45 100644 --- a/lib/private/Mail/Mailer.php +++ b/lib/private/Mail/Mailer.php @@ -12,6 +12,7 @@ * @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 030769b5557e0..6db9b1007accd 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 bdb6406b24caa..5ad3cb22201c2 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 679ad80b5dc71..5b8c7875ab73e 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 31829a84e6a41..d328ad0f3590a 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 4793485a3842f..80a8a8a87c115 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 ad66238857b8b..b287b4baa2f11 100644 --- a/lib/private/Repair/AddBruteForceCleanupJob.php +++ b/lib/private/Repair/AddBruteForceCleanupJob.php @@ -1,6 +1,7 @@ * @@ -19,7 +20,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/CleanTags.php b/lib/private/Repair/CleanTags.php index f414ef09efc17..5b8e44f37b6eb 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 789f73adf7f62..523a1fc6be543 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 00a5aac1ff37d..26d436451bf81 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 f887feefc9806..e60a243534946 100644 --- a/lib/private/Repair/NC20/EncryptionLegacyCipher.php +++ b/lib/private/Repair/NC20/EncryptionLegacyCipher.php @@ -5,6 +5,7 @@ /** * @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 d5879073d5908..45789d2317b66 100644 --- a/lib/private/Repair/NC20/EncryptionMigration.php +++ b/lib/private/Repair/NC20/EncryptionMigration.php @@ -5,6 +5,7 @@ /** * @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 6e25ff26b7efa..995c38602f3b3 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 38254188221ad..d991ef82ac9ea 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 5c183451d6745..267a1be798528 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 e8d89c9c7a0a9..90aa59b2950b9 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 6d07ec9b96257..10d5357e5d882 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 53f3097aeec06..37c79de22ab3b 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 ec076d116c53d..e69beae7d6e2a 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 89c331a7d711e..f11397d7ae531 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 b7da0b0052803..cd923b4e8022e 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 1fc98a1d466a7..bc03374ff9807 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 ecf46236483db..3e6fa51b196ec 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 4bdd7c729b484..651a3c144f340 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 002ec36fb942a..c06fcc91f6e3d 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 134e2cdadf08d..1c77a4eb494ce 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 fcf05efbd7e75..7547348ce34ac 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 8acc7e95f215f..edf59cdcdc569 100644 --- a/lib/private/Security/Bruteforce/CleanupJob.php +++ b/lib/private/Security/Bruteforce/CleanupJob.php @@ -1,6 +1,7 @@ * @@ -19,7 +20,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/Security/CredentialsManager.php b/lib/private/Security/CredentialsManager.php index 2a480ef71053b..7ba8a0020ffc8 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 35add2dc6494a..7b1e1a49b191b 100644 --- a/lib/private/Security/Crypto.php +++ b/lib/private/Security/Crypto.php @@ -8,9 +8,9 @@ * @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 1aac69d1b06ae..a679936e20cbe 100644 --- a/lib/private/Security/Normalizer/IpAddress.php +++ b/lib/private/Security/Normalizer/IpAddress.php @@ -5,6 +5,7 @@ /** * @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 b426c9c454dc6..687eba68e73c8 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 369447def2e25..873e82e55de7f 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 bbd292d4e0cbf..54542de72bffd 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 77ed31762770b..0a70536628396 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 191e410d99080..6c92661fa7629 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 fdefb3bf259dc..2d0d4f1cf87e1 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 ec183cee1a31f..cf05e9bfbc398 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 6b782237b8c45..0787f6d32aaa9 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 9f93df46ac042..643a4fac4c5fb 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 a75a090304e15..f894a8fe3ed56 100644 --- a/lib/private/SystemTag/ManagerFactory.php +++ b/lib/private/SystemTag/ManagerFactory.php @@ -7,7 +7,7 @@ * * @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 14ccaffdd4ef7..8a48e048d39b9 100644 --- a/lib/private/SystemTag/SystemTag.php +++ b/lib/private/SystemTag/SystemTag.php @@ -7,7 +7,7 @@ * * @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 26ed2f2ea1cc5..0f700a834902d 100644 --- a/lib/private/SystemTag/SystemTagManager.php +++ b/lib/private/SystemTag/SystemTagManager.php @@ -10,7 +10,7 @@ * @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 5403321e58224..a13afa8c79b89 100644 --- a/lib/private/SystemTag/SystemTagObjectMapper.php +++ b/lib/private/SystemTag/SystemTagObjectMapper.php @@ -8,7 +8,7 @@ * @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 155efccfaa703..f283a5d5ada76 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 51f3b4689bbd1..720e9dd5d7d85 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 21f2b33cfa3f5..c95958ceea11a 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 83c8d7c0e429d..69624825ae467 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 96f8f38877ce8..f8f6536cee5d6 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 998fb4f2211b9..ec0a50cc6ca39 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 2353aeeb26e4c..7c936acd0bdb6 100644 --- a/lib/private/User/Database.php +++ b/lib/private/User/Database.php @@ -26,7 +26,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/User/Session.php b/lib/private/User/Session.php index c2294cb161240..70c7f11c45f5d 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 c1dc8b91af8fd..24082926b0d94 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 cba60826196c0..16a144269b3b1 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 fdbbb1be90723..32d2569d0a0ec 100644 --- a/lib/private/legacy/OC_App.php +++ b/lib/private/legacy/OC_App.php @@ -33,7 +33,7 @@ * @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 b92fd5e8112a6..11cd1f4cae00f 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 64806cd205d92..667c2de967831 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 0075d5c53f784..1c24f0d8067cb 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 90aff098cd6e0..addee2358dd2c 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 44fbdffc09230..ccb99a6ebb881 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 d6062f30fbd34..cf0e9881e4cb0 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 1597955135e19..3094879af385f 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 491c691346392..f4c2356aecd3f 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 c3a7af4b2023c..baf2356b54902 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 29c78da6efbc0..c8d9b51eabaa7 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 66d8d95b52d1f..826d0a31129c7 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 e69abbe9f6023..4613e36f9f2c2 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 63824ed94b93e..ae70d8963b47e 100644 --- a/lib/public/Accounts/IAccountManager.php +++ b/lib/public/Accounts/IAccountManager.php @@ -6,6 +6,7 @@ * @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 aaf5ef00bfaf7..d388e072557cc 100644 --- a/lib/public/AppFramework/Bootstrap/IRegistrationContext.php +++ b/lib/public/AppFramework/Bootstrap/IRegistrationContext.php @@ -8,6 +8,7 @@ * @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 2d941df975ddb..31b5ed6a4a25f 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 2026376963064..e4d3125949ac1 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 b96b86abd5714..96a9f00e8e3eb 100644 --- a/lib/public/AppFramework/Http/Events/BeforeTemplateRenderedEvent.php +++ b/lib/public/AppFramework/Http/Events/BeforeTemplateRenderedEvent.php @@ -5,6 +5,7 @@ /** * @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 73f9b808e612e..86deb1cb7f75c 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 120ad778b52d9..9195fedd171a7 100644 --- a/lib/public/AppFramework/Services/IInitialState.php +++ b/lib/public/AppFramework/Services/IInitialState.php @@ -5,6 +5,7 @@ /** * @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 53357b488256c..b9dbd399d6b24 100644 --- a/lib/public/AppFramework/Services/InitialStateProvider.php +++ b/lib/public/AppFramework/Services/InitialStateProvider.php @@ -1,6 +1,7 @@ * @@ -19,7 +20,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/public/Calendar/ICalendar.php b/lib/public/Calendar/ICalendar.php index b6bd7122a7343..93f5e572cf624 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 8e3207e19c959..67762acdf9a18 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 c34358ddf939b..aabacec920292 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 f7983093e8ef0..3b939297573ff 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 6487282158246..86e1fb6c53807 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 450c133584453..c62221305d579 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 72829daee0dcf..850f84f1e9027 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 3b7e6ef8b4914..890d751e534b4 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 @@ * 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 e257e1cfaa22c..e9a963a78a62a 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 @@ * 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 4966f8fdb4af6..37a336013f8fb 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 @@ * 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 a5d8398a3ebd2..3e90abdd94423 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 d642512641d35..60a0917c04057 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 acd6178f48f77..7c5860f6b77b1 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 319453d4bbc93..5f8e73e0cba0e 100644 --- a/lib/public/Files/Storage/IWriteStreamStorage.php +++ b/lib/public/Files/Storage/IWriteStreamStorage.php @@ -5,6 +5,7 @@ /** * @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 ef9d22e8dff48..11b8d76f706bb 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 d73e691bbf038..d21df13be5eb3 100644 --- a/lib/public/Group/Events/SubAdminAddedEvent.php +++ b/lib/public/Group/Events/SubAdminAddedEvent.php @@ -5,7 +5,6 @@ /** * @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 74f88bd8a3c01..6f1763656a784 100644 --- a/lib/public/Group/Events/SubAdminRemovedEvent.php +++ b/lib/public/Group/Events/SubAdminRemovedEvent.php @@ -5,7 +5,6 @@ /** * @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 0f6572da8235f..c73ca6836a8e0 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 51dcfb615824a..ead240cc1a28a 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 ed08b66b99478..b3840a0cbad95 100644 --- a/lib/public/IServerContainer.php +++ b/lib/public/IServerContainer.php @@ -22,7 +22,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/ITags.php b/lib/public/ITags.php index 723bb31e43b6e..780e6dee85f6e 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 aa32e5dd9e861..60ece6146a3af 100644 --- a/lib/public/Lock/LockedException.php +++ b/lib/public/Lock/LockedException.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/public/Log/IFileBased.php b/lib/public/Log/IFileBased.php index f7a79a0934096..eeebb766cda57 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 3d0e23e5d3804..e5e7bf6c4dc77 100644 --- a/lib/public/Migration/IMigrationStep.php +++ b/lib/public/Migration/IMigrationStep.php @@ -5,6 +5,7 @@ /** * @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 98c4b1dc69439..0bab1f609bce9 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 afb601b2a14dd..83e1c17c65afb 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 4abf8ea28712e..d592c022466aa 100644 --- a/lib/public/Migration/SimpleMigrationStep.php +++ b/lib/public/Migration/SimpleMigrationStep.php @@ -5,6 +5,7 @@ /** * @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 6f2bb6492943d..671652cc190c3 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 cb51cc0b64064..2eeb4a3b35e07 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 1c51b26f27a3e..3a7ef9ed1265f 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 480837404f01d..32f0b2bab8cbc 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 86aceba80f532..194aacac2aa94 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 afd8d2d701ad7..39adb39ec0831 100644 --- a/lib/public/SystemTag/ISystemTag.php +++ b/lib/public/SystemTag/ISystemTag.php @@ -6,7 +6,7 @@ * @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 a77f25e3b17be..a9973a571c62c 100644 --- a/lib/public/SystemTag/ISystemTagManager.php +++ b/lib/public/SystemTag/ISystemTagManager.php @@ -7,7 +7,7 @@ * * @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 fdadfea9c0d1d..88999595caf30 100644 --- a/lib/public/SystemTag/ISystemTagManagerFactory.php +++ b/lib/public/SystemTag/ISystemTagManagerFactory.php @@ -6,7 +6,7 @@ * @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 f2562e723efef..4e774102db518 100644 --- a/lib/public/SystemTag/ISystemTagObjectMapper.php +++ b/lib/public/SystemTag/ISystemTagObjectMapper.php @@ -7,7 +7,7 @@ * * @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 a59a1dd60a742..e7114d52f065e 100644 --- a/lib/public/SystemTag/TagAlreadyExistsException.php +++ b/lib/public/SystemTag/TagAlreadyExistsException.php @@ -6,7 +6,7 @@ * @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 ad64786c6aa5c..a689a68914164 100644 --- a/lib/public/SystemTag/TagNotFoundException.php +++ b/lib/public/SystemTag/TagNotFoundException.php @@ -8,7 +8,7 @@ * @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 7f1cc39e5f8a4..d5b9f62504156 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 @@ * 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 243bc4707d46e..48a5844ecff8e 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 89a43790cf1f7..efd4e0f377461 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 3f165009f4b4c..dccfc4d371bd9 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 90bfdaac5d700..2bcf8cf1b4a46 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 7354264b1f834..1590ac70dfc44 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 b935bce2879e1..a92a2af776607 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 3d15dfc3693d6..c7d560e15fa43 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 *