diff --git a/AUTHORS b/AUTHORS index eb71cd2b376..eb80517a279 100644 --- a/AUTHORS +++ b/AUTHORS @@ -112,8 +112,10 @@ Nextcloud is written by: - Individual IT Services - J0WI - Jaakko Salo + - Jacob Neplokh - Jakob Sack - Jakub Onderka + - Jan C. Borchardt - Jan-Christoph Borchardt - Jan-Philipp Litza - Janis Köhr @@ -167,6 +169,7 @@ Nextcloud is written by: - Leon Klingele - Liam Dennehy - Liam JACK + - Lionel Elie Mamane - Loki3000 - Lorenzo M. Catucci - Lukas Reschke @@ -401,7 +404,6 @@ Nextcloud is written by: - scambra - scolebrook - shkdee - - sidey79 - simonspa <1677436+simonspa@users.noreply.github.com> - sualko - tbartenstein diff --git a/apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php b/apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php index 1d3dd1df675..af036b7581b 100644 --- a/apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php +++ b/apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php @@ -1,9 +1,12 @@ * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -17,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php b/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php index 06cbe33946d..7a0fc4601fe 100644 --- a/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php +++ b/apps/dav/lib/CalDAV/Activity/Setting/Calendar.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Joas Schilling * * @author Joas Schilling + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/Activity/Setting/Event.php b/apps/dav/lib/CalDAV/Activity/Setting/Event.php index d0c1676773c..aa43f6c17e6 100644 --- a/apps/dav/lib/CalDAV/Activity/Setting/Event.php +++ b/apps/dav/lib/CalDAV/Activity/Setting/Event.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Joas Schilling * * @author Joas Schilling + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/Activity/Setting/Todo.php b/apps/dav/lib/CalDAV/Activity/Setting/Todo.php index 5ebc4ec2404..1c441e4d182 100644 --- a/apps/dav/lib/CalDAV/Activity/Setting/Todo.php +++ b/apps/dav/lib/CalDAV/Activity/Setting/Todo.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Joas Schilling * * @author Joas Schilling + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php index 56517ab28c1..e360273383e 100644 --- a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php +++ b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2017, Georg Ehrke * + * @author brad2014 * @author Brad Rubenstein * @author Christoph Wurst * @author Georg Ehrke diff --git a/apps/dav/lib/CardDAV/ImageExportPlugin.php b/apps/dav/lib/CardDAV/ImageExportPlugin.php index fa4d5ea23f2..17e544a85bc 100644 --- a/apps/dav/lib/CardDAV/ImageExportPlugin.php +++ b/apps/dav/lib/CardDAV/ImageExportPlugin.php @@ -4,6 +4,7 @@ * * @author Christoph Wurst * @author Georg Ehrke + * @author Jacob Neplokh * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/dav/lib/CardDAV/PhotoCache.php b/apps/dav/lib/CardDAV/PhotoCache.php index 6ea999444af..620a88dcfb8 100644 --- a/apps/dav/lib/CardDAV/PhotoCache.php +++ b/apps/dav/lib/CardDAV/PhotoCache.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Christoph Wurst * @author Daniel Kesselberg + * @author Jacob Neplokh * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Morris Jobke diff --git a/apps/dav/lib/Connector/Sabre/File.php b/apps/dav/lib/Connector/Sabre/File.php index 476824a2e36..ab6cd47ba5b 100644 --- a/apps/dav/lib/Connector/Sabre/File.php +++ b/apps/dav/lib/Connector/Sabre/File.php @@ -10,6 +10,7 @@ * @author Jan-Philipp Litza * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Owen Winkler diff --git a/apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php b/apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php index c116a5ff775..47606a45241 100644 --- a/apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php +++ b/apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php @@ -4,7 +4,7 @@ * * @author Christoph Wurst * @author Georg Ehrke - * @author Lukas Reschke + * @author Jacob Neplokh * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/apps/files/lib/Service/OwnershipTransferService.php b/apps/files/lib/Service/OwnershipTransferService.php index 9f3e530478d..a8a1b9bd1d6 100644 --- a/apps/files/lib/Service/OwnershipTransferService.php +++ b/apps/files/lib/Service/OwnershipTransferService.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Christoph Wurst * @author Joas Schilling + * @author Julius Härtl * @author Morris Jobke * @author rawtaz * @author Roeland Jago Douma diff --git a/apps/files_sharing/lib/External/Manager.php b/apps/files_sharing/lib/External/Manager.php index 9513fa0ce6f..526e4fcce45 100644 --- a/apps/files_sharing/lib/External/Manager.php +++ b/apps/files_sharing/lib/External/Manager.php @@ -8,6 +8,7 @@ * @author Daniel Hansson * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/apps/files_sharing/lib/SharedStorage.php b/apps/files_sharing/lib/SharedStorage.php index a90d347593f..1735cab43f6 100644 --- a/apps/files_sharing/lib/SharedStorage.php +++ b/apps/files_sharing/lib/SharedStorage.php @@ -4,7 +4,6 @@ * * @author Bart Visscher * @author Björn Schießle - * @author Christoph Wurst * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke diff --git a/apps/files_trashbin/lib/Trashbin.php b/apps/files_trashbin/lib/Trashbin.php index 6e7ef18b139..276cdf4e2d9 100644 --- a/apps/files_trashbin/lib/Trashbin.php +++ b/apps/files_trashbin/lib/Trashbin.php @@ -7,6 +7,7 @@ * @author Bjoern Schiessle * @author Björn Schießle * @author Christoph Wurst + * @author Daniel Kesselberg * @author Florin Peter * @author Georg Ehrke * @author Joas Schilling diff --git a/apps/files_trashbin/tests/TrashbinTest.php b/apps/files_trashbin/tests/TrashbinTest.php index 4835cb925cf..f0c3a29b05c 100644 --- a/apps/files_trashbin/tests/TrashbinTest.php +++ b/apps/files_trashbin/tests/TrashbinTest.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Christoph Wurst + * @author Daniel Kesselberg * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Morris Jobke diff --git a/apps/settings/appinfo/routes.php b/apps/settings/appinfo/routes.php index c927c01f1f6..c1d3938a739 100644 --- a/apps/settings/appinfo/routes.php +++ b/apps/settings/appinfo/routes.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Jan C. Borchardt * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/settings/lib/Controller/ReasonsController.php b/apps/settings/lib/Controller/ReasonsController.php index ff3cb73719c..9c897314091 100644 --- a/apps/settings/lib/Controller/ReasonsController.php +++ b/apps/settings/lib/Controller/ReasonsController.php @@ -1,10 +1,11 @@ * - * @author Roeland Jago Douma + * @author Jan C. Borchardt * * @license GNU AGPL version 3 or any later version * @@ -19,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/settings/lib/Settings/Personal/ServerDevNotice.php b/apps/settings/lib/Settings/Personal/ServerDevNotice.php index 58314691021..89c14ab722a 100644 --- a/apps/settings/lib/Settings/Personal/ServerDevNotice.php +++ b/apps/settings/lib/Settings/Personal/ServerDevNotice.php @@ -2,6 +2,7 @@ /** * @copyright 2016, Roeland Jago Douma * + * @author Jan C. Borchardt * @author Julius Härtl * @author Roeland Jago Douma * diff --git a/apps/settings/tests/Controller/AdminSettingsControllerTest.php b/apps/settings/tests/Controller/AdminSettingsControllerTest.php index 21bd29de355..e59e353c5a5 100644 --- a/apps/settings/tests/Controller/AdminSettingsControllerTest.php +++ b/apps/settings/tests/Controller/AdminSettingsControllerTest.php @@ -4,7 +4,7 @@ * * @author Arthur Schiwon * @author Christoph Wurst - * @author Julius Härtl + * @author Jan C. Borchardt * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/apps/settings/tests/Mailer/NewUserMailHelperTest.php b/apps/settings/tests/Mailer/NewUserMailHelperTest.php index 8060b69da04..f6e071135ea 100644 --- a/apps/settings/tests/Mailer/NewUserMailHelperTest.php +++ b/apps/settings/tests/Mailer/NewUserMailHelperTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Lukas Reschke * * @author Arthur Schiwon + * @author Brad Rubenstein * @author Christoph Wurst * @author Jan-Christoph Borchardt * @author Joas Schilling diff --git a/apps/user_ldap/lib/Migration/RemoveRefreshTime.php b/apps/user_ldap/lib/Migration/RemoveRefreshTime.php index b4b4e2c2628..8c8fec2253b 100644 --- a/apps/user_ldap/lib/Migration/RemoveRefreshTime.php +++ b/apps/user_ldap/lib/Migration/RemoveRefreshTime.php @@ -1,6 +1,7 @@ * @@ -19,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/user_ldap/tests/User/UserTest.php b/apps/user_ldap/tests/User/UserTest.php index 6ad69b500e7..25a896aee04 100644 --- a/apps/user_ldap/tests/User/UserTest.php +++ b/apps/user_ldap/tests/User/UserTest.php @@ -9,7 +9,6 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author Roger Szabo - * @author sidey79 * @author Thomas Müller * * @license AGPL-3.0 diff --git a/build/integration/features/bootstrap/FakeSMTPHelper.php b/build/integration/features/bootstrap/FakeSMTPHelper.php index c5e89085833..d8f6be4dc23 100644 --- a/build/integration/features/bootstrap/FakeSMTPHelper.php +++ b/build/integration/features/bootstrap/FakeSMTPHelper.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst * @author Daniel Calviño Sánchez * * @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 0347b4f5d1f..f3ab833734d 100644 --- a/lib/private/Authentication/Listeners/UserLoggedInListener.php +++ b/lib/private/Authentication/Listeners/UserLoggedInListener.php @@ -1,6 +1,7 @@ * @@ -19,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/lib/private/Authentication/LoginCredentials/Store.php b/lib/private/Authentication/LoginCredentials/Store.php index 6dd7dc3fb73..5b562dd276e 100644 --- a/lib/private/Authentication/LoginCredentials/Store.php +++ b/lib/private/Authentication/LoginCredentials/Store.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2016 Christoph Wurst * * @author Christoph Wurst + * @author Lionel Elie Mamane * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Files/Config/UserMountCache.php b/lib/private/Files/Config/UserMountCache.php index 32bfd5a71f3..0dc3e5d4529 100644 --- a/lib/private/Files/Config/UserMountCache.php +++ b/lib/private/Files/Config/UserMountCache.php @@ -4,6 +4,7 @@ * * @author Dariusz Olszewski * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Files/Filesystem.php b/lib/private/Files/Filesystem.php index b85554ae333..6352834be89 100644 --- a/lib/private/Files/Filesystem.php +++ b/lib/private/Files/Filesystem.php @@ -9,6 +9,7 @@ * @author Florin Peter * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author korelstar * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke diff --git a/lib/private/Mail/EMailTemplate.php b/lib/private/Mail/EMailTemplate.php index 3edbea72aca..ade4390cec7 100644 --- a/lib/private/Mail/EMailTemplate.php +++ b/lib/private/Mail/EMailTemplate.php @@ -8,6 +8,7 @@ declare(strict_types=1); * * @author Bjoern Schiessle * @author brad2014 + * @author Brad Rubenstein * @author Christoph Wurst * @author Jan-Christoph Borchardt * @author Joas Schilling diff --git a/lib/private/Server.php b/lib/private/Server.php index 2f28e303593..d1129c16c50 100644 --- a/lib/private/Server.php +++ b/lib/private/Server.php @@ -20,6 +20,7 @@ * @author Jörn Friedrich Dreyer * @author Julius Haertl * @author Julius Härtl + * @author Lionel Elie Mamane * @author Lukas Reschke * @author Maxence Lange * @author Michael Weimann diff --git a/lib/private/User/Session.php b/lib/private/User/Session.php index 176e384bcb6..1f2eaadc12e 100644 --- a/lib/private/User/Session.php +++ b/lib/private/User/Session.php @@ -11,6 +11,7 @@ * @author Greta Doci * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lionel Elie Mamane * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/public/Files/Config/IUserMountCache.php b/lib/public/Files/Config/IUserMountCache.php index fde4898bd39..cdb95078bc8 100644 --- a/lib/public/Files/Config/IUserMountCache.php +++ b/lib/public/Files/Config/IUserMountCache.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Julius Härtl * @author Morris Jobke * @author Robin Appelman * diff --git a/lib/public/Mail/IEMailTemplate.php b/lib/public/Mail/IEMailTemplate.php index 5f4e235a7ee..726ec05039d 100644 --- a/lib/public/Mail/IEMailTemplate.php +++ b/lib/public/Mail/IEMailTemplate.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2017, Morris Jobke * + * @author Brad Rubenstein * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/public/User/Events/PostLoginEvent.php b/lib/public/User/Events/PostLoginEvent.php index 76d9a70aac8..fb7df7677ee 100644 --- a/lib/public/User/Events/PostLoginEvent.php +++ b/lib/public/User/Events/PostLoginEvent.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2019, Roeland Jago Douma * * @author Christoph Wurst + * @author Lionel Elie Mamane * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version