From cb057829f72c70e819f456edfadbb29d72dba832 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 29 Apr 2020 11:57:22 +0200 Subject: Update license headers for 19 Signed-off-by: Christoph Wurst --- lib/private/Accounts/Account.php | 1 + lib/private/Activity/Event.php | 1 + lib/private/Activity/EventMerger.php | 1 + lib/private/App/AppStore/Bundles/Bundle.php | 1 + lib/private/App/AppStore/Bundles/BundleFetcher.php | 1 + lib/private/App/AppStore/Fetcher/Fetcher.php | 1 + lib/private/App/AppStore/Version/VersionParser.php | 1 + lib/private/App/CodeChecker/CodeChecker.php | 1 - lib/private/App/CodeChecker/MigrationSchemaChecker.php | 1 + lib/private/App/Platform.php | 1 + lib/private/AppConfig.php | 1 + lib/private/AppFramework/App.php | 1 + lib/private/AppFramework/Http/Dispatcher.php | 1 + lib/private/AppFramework/Http/Request.php | 2 -- lib/private/AppFramework/Middleware/MiddlewareDispatcher.php | 1 + lib/private/AppFramework/Middleware/OCSMiddleware.php | 1 + .../AppFramework/Middleware/Security/BruteForceMiddleware.php | 1 + lib/private/AppFramework/Middleware/Security/CSPMiddleware.php | 1 + .../Middleware/Security/Exceptions/SecurityException.php | 1 + .../AppFramework/Middleware/Security/RateLimitingMiddleware.php | 1 + .../AppFramework/Middleware/Security/SameSiteCookieMiddleware.php | 1 + lib/private/AppFramework/Middleware/SessionMiddleware.php | 1 + lib/private/AppFramework/OCS/V2Response.php | 1 + lib/private/AppFramework/Routing/RouteConfig.php | 3 +-- lib/private/AppFramework/Utility/ControllerMethodReflector.php | 1 + lib/private/AppFramework/Utility/SimpleContainer.php | 1 + lib/private/Archive/Archive.php | 2 +- lib/private/Authentication/Events/LoginFailed.php | 3 ++- lib/private/Authentication/Listeners/LoginFailedListener.php | 4 +++- lib/private/Authentication/Login/FinishRememberedLoginCommand.php | 1 + lib/private/Authentication/Login/LoggedInCheckCommand.php | 1 + lib/private/Authentication/Login/LoginData.php | 1 + lib/private/Authentication/Login/WebAuthnChain.php | 3 ++- lib/private/Authentication/Login/WebAuthnLoginCommand.php | 3 ++- lib/private/Authentication/Token/PublicKeyToken.php | 1 + lib/private/Authentication/WebAuthn/CredentialRepository.php | 3 ++- .../Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php | 4 +++- .../Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php | 2 +- lib/private/Authentication/WebAuthn/Manager.php | 4 +++- lib/private/Avatar/AvatarManager.php | 2 ++ lib/private/Avatar/UserAvatar.php | 1 + lib/private/BackgroundJob/QueuedJob.php | 1 + lib/private/BackgroundJob/TimedJob.php | 1 + lib/private/Calendar/Manager.php | 1 + lib/private/Calendar/Resource/Manager.php | 1 + lib/private/Calendar/Room/Manager.php | 1 + lib/private/Collaboration/AutoComplete/Manager.php | 1 + lib/private/Collaboration/Collaborators/GroupPlugin.php | 1 + lib/private/Collaboration/Collaborators/MailPlugin.php | 1 + lib/private/Collaboration/Collaborators/RemotePlugin.php | 1 + lib/private/Collaboration/Collaborators/Search.php | 2 ++ lib/private/Collaboration/Collaborators/SearchResult.php | 1 + lib/private/Collaboration/Collaborators/UserPlugin.php | 2 ++ lib/private/Collaboration/Resources/Collection.php | 1 + lib/private/Collaboration/Resources/Listener.php | 2 +- lib/private/Color.php | 1 + lib/private/Command/CronBus.php | 1 + lib/private/Command/FileAccess.php | 1 + lib/private/Command/QueueBus.php | 1 + lib/private/Comments/Comment.php | 1 + lib/private/Config.php | 1 + lib/private/Console/Application.php | 1 + lib/private/Contacts/ContactsMenu/ContactsStore.php | 1 + lib/private/ContactsManager.php | 1 + lib/private/DB/Adapter.php | 1 + lib/private/DB/AdapterOCI8.php | 1 + lib/private/DB/AdapterPgSql.php | 1 + lib/private/DB/AdapterSqlite.php | 1 + lib/private/DB/MDB2SchemaManager.php | 1 + lib/private/DB/MDB2SchemaWriter.php | 1 + lib/private/DB/MigrationService.php | 1 + lib/private/DB/MySqlTools.php | 1 + lib/private/DB/OracleMigrator.php | 1 + lib/private/DB/QueryBuilder/Literal.php | 1 + lib/private/DB/ReconnectWrapper.php | 1 + lib/private/DB/SchemaWrapper.php | 1 + lib/private/DateTimeZone.php | 1 + lib/private/Diagnostics/EventLogger.php | 1 + lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php | 1 + lib/private/Encryption/Exceptions/EncryptionFailedException.php | 1 + lib/private/Encryption/Keys/Storage.php | 1 + lib/private/Federation/CloudIdManager.php | 1 + lib/private/Files/Cache/Cache.php | 1 + lib/private/Files/Cache/QuerySearchHelper.php | 1 + lib/private/Files/FileInfo.php | 1 + lib/private/Files/Node/Root.php | 1 + lib/private/Files/ObjectStore/HomeObjectStoreStorage.php | 1 + lib/private/Files/ObjectStore/S3ObjectTrait.php | 1 + lib/private/Files/ObjectStore/StorageObjectStore.php | 1 + lib/private/Files/ObjectStore/SwiftFactory.php | 2 ++ lib/private/Files/SimpleFS/SimpleFile.php | 1 + lib/private/Files/SimpleFS/SimpleFolder.php | 1 + lib/private/Files/Storage/CommonTest.php | 1 + lib/private/Files/Storage/Flysystem.php | 1 + lib/private/Files/Storage/Local.php | 1 - lib/private/Files/Storage/Storage.php | 1 + lib/private/Files/Storage/Wrapper/Availability.php | 1 + lib/private/Files/Storage/Wrapper/Encoding.php | 1 + lib/private/Files/Stream/HashWrapper.php | 5 ++++- lib/private/Files/Stream/SeekableHttpStream.php | 6 ++++-- lib/private/Files/View.php | 1 + lib/private/Group/MetaData.php | 1 - lib/private/Http/Client/Client.php | 2 ++ lib/private/Http/Client/ClientService.php | 2 +- lib/private/Http/CookieHelper.php | 1 + lib/private/IntegrityCheck/Checker.php | 1 + lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php | 1 + lib/private/IntegrityCheck/Helpers/AppLocator.php | 1 + lib/private/IntegrityCheck/Helpers/FileAccessHelper.php | 1 + .../IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php | 1 + lib/private/L10N/L10N.php | 1 + lib/private/L10N/L10NString.php | 1 + lib/private/L10N/LanguageIterator.php | 1 + lib/private/Lock/AbstractLockingProvider.php | 1 + lib/private/Lock/DBLockingProvider.php | 1 + lib/private/Lock/MemcacheLockingProvider.php | 1 + lib/private/Log/ExceptionSerializer.php | 1 + lib/private/Log/LogDetails.php | 1 + lib/private/Log/LogFactory.php | 1 + lib/private/Log/PsrLoggerAdapter.php | 5 +++-- lib/private/Log/Rotate.php | 1 + lib/private/Log/Systemdlog.php | 1 + lib/private/Mail/EMailTemplate.php | 2 ++ lib/private/Mail/Mailer.php | 2 ++ lib/private/Mail/Message.php | 1 + lib/private/Memcache/APCu.php | 1 + lib/private/Memcache/Factory.php | 1 + lib/private/Memcache/NullCache.php | 1 + lib/private/Memcache/Redis.php | 1 + lib/private/MemoryInfo.php | 1 + lib/private/OCS/DiscoveryService.php | 1 + lib/private/OCS/Provider.php | 1 + lib/private/Preview/Bundled.php | 2 +- lib/private/Preview/Generator.php | 1 + lib/private/Preview/Krita.php | 2 +- lib/private/Preview/MP3.php | 1 + lib/private/Preview/OpenDocument.php | 1 + lib/private/Preview/Storage/Root.php | 3 ++- lib/private/Preview/TXT.php | 1 + lib/private/PreviewManager.php | 2 ++ lib/private/RedisFactory.php | 1 + lib/private/Remote/Api/OCS.php | 1 + lib/private/Remote/User.php | 1 + lib/private/Repair/MoveUpdaterStepFile.php | 1 + lib/private/Repair/Owncloud/SaveAccountsTableData.php | 1 + lib/private/Repair/RemoveLinkShares.php | 1 + lib/private/Repair/RepairInvalidShares.php | 1 + lib/private/Route/Router.php | 1 - lib/private/Search/Result/Audio.php | 1 + lib/private/Search/Result/File.php | 1 + lib/private/Search/Result/Folder.php | 1 + lib/private/Search/Result/Image.php | 1 + lib/private/Security/Bruteforce/Throttler.php | 1 + lib/private/Security/CSP/ContentSecurityPolicyManager.php | 1 + lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php | 1 + lib/private/Security/CSRF/CsrfToken.php | 1 + lib/private/Security/CSRF/CsrfTokenManager.php | 1 + lib/private/Security/CSRF/TokenStorage/SessionStorage.php | 1 + lib/private/Security/Certificate.php | 1 + lib/private/Security/CredentialsManager.php | 2 ++ lib/private/Security/Crypto.php | 1 + lib/private/Security/Hasher.php | 1 + lib/private/Security/IdentityProof/Manager.php | 1 + lib/private/Security/IdentityProof/Signer.php | 1 + lib/private/Security/RateLimiting/Backend/MemoryCache.php | 1 + lib/private/Security/SecureRandom.php | 1 + lib/private/Security/TrustedDomainHelper.php | 2 +- lib/private/Session/CryptoWrapper.php | 1 + lib/private/Setup/AbstractDatabase.php | 1 - lib/private/Setup/MySQL.php | 1 + lib/private/Share/Constants.php | 3 --- lib/private/Share20/Manager.php | 1 - lib/private/Share20/ProviderFactory.php | 1 - lib/private/Share20/Share.php | 1 + lib/private/Streamer.php | 1 + lib/private/SystemTag/SystemTagManager.php | 1 + lib/private/SystemTag/SystemTagObjectMapper.php | 1 + lib/private/Tagging/Tag.php | 1 + lib/private/Tags.php | 3 --- lib/private/TempManager.php | 1 + lib/private/Template/IconsCacher.php | 1 + lib/private/Template/JSConfigHelper.php | 1 - lib/private/Template/JSResourceLocator.php | 1 + lib/private/Template/TemplateFileLocator.php | 1 + lib/private/Updater.php | 1 - lib/private/Updater/ChangesCheck.php | 1 + lib/private/Updater/ChangesMapper.php | 1 + lib/private/User/NoUserException.php | 2 +- lib/private/User/User.php | 1 + lib/private/legacy/OC_Defaults.php | 1 + lib/private/legacy/OC_EventSource.php | 1 + lib/private/legacy/OC_FileChunking.php | 1 + lib/private/legacy/OC_Hook.php | 1 - lib/private/legacy/OC_JSON.php | 1 - lib/private/legacy/OC_Response.php | 1 + 195 files changed, 209 insertions(+), 42 deletions(-) (limited to 'lib/private') diff --git a/lib/private/Accounts/Account.php b/lib/private/Accounts/Account.php index 446bb01d860..e7aeb6fa1e9 100644 --- a/lib/private/Accounts/Account.php +++ b/lib/private/Accounts/Account.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 Julius Härtl * + * @author Christoph Wurst * @author Julius Härtl * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Activity/Event.php b/lib/private/Activity/Event.php index 85f896622b9..4958cdfd46e 100644 --- a/lib/private/Activity/Event.php +++ b/lib/private/Activity/Event.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling * @author Phil Davis * diff --git a/lib/private/Activity/EventMerger.php b/lib/private/Activity/EventMerger.php index 4855c0e8447..d2caad42fa7 100644 --- a/lib/private/Activity/EventMerger.php +++ b/lib/private/Activity/EventMerger.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl * diff --git a/lib/private/App/AppStore/Bundles/Bundle.php b/lib/private/App/AppStore/Bundles/Bundle.php index 16458121b36..1143558d2ef 100644 --- a/lib/private/App/AppStore/Bundles/Bundle.php +++ b/lib/private/App/AppStore/Bundles/Bundle.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Christoph Wurst * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/App/AppStore/Bundles/BundleFetcher.php b/lib/private/App/AppStore/Bundles/BundleFetcher.php index cff3368d042..3ceb049fda8 100644 --- a/lib/private/App/AppStore/Bundles/BundleFetcher.php +++ b/lib/private/App/AppStore/Bundles/BundleFetcher.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Lukas Reschke * * @author Arthur Schiwon + * @author Christoph Wurst * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/App/AppStore/Fetcher/Fetcher.php b/lib/private/App/AppStore/Fetcher/Fetcher.php index a54d149df62..8f2fb0a7084 100644 --- a/lib/private/App/AppStore/Fetcher/Fetcher.php +++ b/lib/private/App/AppStore/Fetcher/Fetcher.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Christoph Wurst * @author Daniel Kesselberg * @author Georg Ehrke * @author Joas Schilling diff --git a/lib/private/App/AppStore/Version/VersionParser.php b/lib/private/App/AppStore/Version/VersionParser.php index e851ecc31d1..b2e2f163ac4 100644 --- a/lib/private/App/AppStore/Version/VersionParser.php +++ b/lib/private/App/AppStore/Version/VersionParser.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * diff --git a/lib/private/App/CodeChecker/CodeChecker.php b/lib/private/App/CodeChecker/CodeChecker.php index 01969006af4..13d6ff887f3 100644 --- a/lib/private/App/CodeChecker/CodeChecker.php +++ b/lib/private/App/CodeChecker/CodeChecker.php @@ -5,7 +5,6 @@ * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke - * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/App/CodeChecker/MigrationSchemaChecker.php b/lib/private/App/CodeChecker/MigrationSchemaChecker.php index 778bbfc2f31..859daf25497 100644 --- a/lib/private/App/CodeChecker/MigrationSchemaChecker.php +++ b/lib/private/App/CodeChecker/MigrationSchemaChecker.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * diff --git a/lib/private/App/Platform.php b/lib/private/App/Platform.php index f03e241e9a0..4a64177232f 100644 --- a/lib/private/App/Platform.php +++ b/lib/private/App/Platform.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Christoph Wurst * @author Morris Jobke * @author Thomas Müller * diff --git a/lib/private/AppConfig.php b/lib/private/AppConfig.php index f922033bdd1..97338c1895b 100644 --- a/lib/private/AppConfig.php +++ b/lib/private/AppConfig.php @@ -5,6 +5,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/lib/private/AppFramework/App.php b/lib/private/AppFramework/App.php index c250a6e2d5d..e02f372e41c 100644 --- a/lib/private/AppFramework/App.php +++ b/lib/private/AppFramework/App.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/AppFramework/Http/Dispatcher.php b/lib/private/AppFramework/Http/Dispatcher.php index f1871e84c08..629905e5da8 100644 --- a/lib/private/AppFramework/Http/Dispatcher.php +++ b/lib/private/AppFramework/Http/Dispatcher.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Christoph Wurst * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/AppFramework/Http/Request.php b/lib/private/AppFramework/Http/Request.php index 2ef7b4a0995..12748e0dd62 100644 --- a/lib/private/AppFramework/Http/Request.php +++ b/lib/private/AppFramework/Http/Request.php @@ -9,10 +9,8 @@ declare(strict_types=1); * @author Bart Visscher * @author Bernhard Posselt * @author Christoph Wurst - * @author coderkun * @author Daniel Kesselberg * @author Joas Schilling - * @author Jörn Friedrich Dreyer * @author Juan Pablo Villafáñez * @author Julius Härtl * @author Lukas Reschke diff --git a/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php b/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php index 388e86c1e15..270058dc554 100644 --- a/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php +++ b/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/AppFramework/Middleware/OCSMiddleware.php b/lib/private/AppFramework/Middleware/OCSMiddleware.php index 875c743e972..5016fc3eec8 100644 --- a/lib/private/AppFramework/Middleware/OCSMiddleware.php +++ b/lib/private/AppFramework/Middleware/OCSMiddleware.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php b/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php index c2d1d7783ed..398c2f3f3a4 100644 --- a/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php +++ b/lib/private/AppFramework/Middleware/Security/BruteForceMiddleware.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Christoph Wurst * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/AppFramework/Middleware/Security/CSPMiddleware.php b/lib/private/AppFramework/Middleware/Security/CSPMiddleware.php index 057aa1529dc..10768a643a5 100644 --- a/lib/private/AppFramework/Middleware/Security/CSPMiddleware.php +++ b/lib/private/AppFramework/Middleware/Security/CSPMiddleware.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019, 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/Middleware/Security/Exceptions/SecurityException.php b/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php index bfa4116d12e..a28e22f5717 100644 --- a/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php +++ b/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller diff --git a/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php b/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php index 2a7cf982ff8..712becb3be5 100644 --- a/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php +++ b/lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Christoph Wurst * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php b/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php index 70d4d4b88df..7a358f6ebf2 100644 --- a/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php +++ b/lib/private/AppFramework/Middleware/Security/SameSiteCookieMiddleware.php @@ -2,6 +2,7 @@ /** * @copyright 2017, 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/Middleware/SessionMiddleware.php b/lib/private/AppFramework/Middleware/SessionMiddleware.php index 88b85468252..40b77230368 100644 --- a/lib/private/AppFramework/Middleware/SessionMiddleware.php +++ b/lib/private/AppFramework/Middleware/SessionMiddleware.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/AppFramework/OCS/V2Response.php b/lib/private/AppFramework/OCS/V2Response.php index 1d4eb741210..b6863262d81 100644 --- a/lib/private/AppFramework/OCS/V2Response.php +++ b/lib/private/AppFramework/OCS/V2Response.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/RouteConfig.php b/lib/private/AppFramework/Routing/RouteConfig.php index 957dcba453d..c10aafd55f7 100644 --- a/lib/private/AppFramework/Routing/RouteConfig.php +++ b/lib/private/AppFramework/Routing/RouteConfig.php @@ -5,10 +5,9 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Bernhard Posselt + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke - * @author Patrick Paysant * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma diff --git a/lib/private/AppFramework/Utility/ControllerMethodReflector.php b/lib/private/AppFramework/Utility/ControllerMethodReflector.php index 2b7420cd41b..97957fb5733 100644 --- a/lib/private/AppFramework/Utility/ControllerMethodReflector.php +++ b/lib/private/AppFramework/Utility/ControllerMethodReflector.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Bernhard Posselt * @author Bjoern Schiessle + * @author Christoph Wurst * @author Daniel Kesselberg * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/AppFramework/Utility/SimpleContainer.php b/lib/private/AppFramework/Utility/SimpleContainer.php index 44bda1c3e6b..60f674bbea1 100644 --- a/lib/private/AppFramework/Utility/SimpleContainer.php +++ b/lib/private/AppFramework/Utility/SimpleContainer.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/Archive/Archive.php b/lib/private/Archive/Archive.php index 43b44e5a23a..ee27009ca83 100644 --- a/lib/private/Archive/Archive.php +++ b/lib/private/Archive/Archive.php @@ -4,13 +4,13 @@ * * @author Arthur Schiwon * @author Christopher Schäpers + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Müller * * @license AGPL-3.0 * diff --git a/lib/private/Authentication/Events/LoginFailed.php b/lib/private/Authentication/Events/LoginFailed.php index 6e32e419871..7b107564e96 100644 --- a/lib/private/Authentication/Events/LoginFailed.php +++ b/lib/private/Authentication/Events/LoginFailed.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/Listeners/LoginFailedListener.php b/lib/private/Authentication/Listeners/LoginFailedListener.php index d56e24cce70..72800ad509c 100644 --- a/lib/private/Authentication/Listeners/LoginFailedListener.php +++ b/lib/private/Authentication/Listeners/LoginFailedListener.php @@ -1,9 +1,11 @@ * + * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version @@ -19,7 +21,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/lib/private/Authentication/Login/FinishRememberedLoginCommand.php b/lib/private/Authentication/Login/FinishRememberedLoginCommand.php index 8f60c893ec5..48d9e51e4b9 100644 --- a/lib/private/Authentication/Login/FinishRememberedLoginCommand.php +++ b/lib/private/Authentication/Login/FinishRememberedLoginCommand.php @@ -3,6 +3,7 @@ * @copyright 2019 Christoph Wurst * * @author Christoph Wurst + * @author Julius Härtl * * @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 5fd1f1af4ba..d2546a62d16 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 Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Authentication/Login/LoginData.php b/lib/private/Authentication/Login/LoginData.php index 162e0f362d8..1da09f1883f 100644 --- a/lib/private/Authentication/Login/LoginData.php +++ b/lib/private/Authentication/Login/LoginData.php @@ -3,6 +3,7 @@ * @copyright 2019 Christoph Wurst * * @author Christoph Wurst + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Authentication/Login/WebAuthnChain.php b/lib/private/Authentication/Login/WebAuthnChain.php index ff6dd23e1ef..1f737a1674f 100644 --- a/lib/private/Authentication/Login/WebAuthnChain.php +++ b/lib/private/Authentication/Login/WebAuthnChain.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/Login/WebAuthnLoginCommand.php b/lib/private/Authentication/Login/WebAuthnLoginCommand.php index 6aa35d43f93..c08108fe9bb 100644 --- a/lib/private/Authentication/Login/WebAuthnLoginCommand.php +++ b/lib/private/Authentication/Login/WebAuthnLoginCommand.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/Token/PublicKeyToken.php b/lib/private/Authentication/Token/PublicKeyToken.php index 0724eabc70c..320373436f1 100644 --- a/lib/private/Authentication/Token/PublicKeyToken.php +++ b/lib/private/Authentication/Token/PublicKeyToken.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * * + * @author Christoph Wurst * @author Daniel Kesselberg * @author Roeland Jago Douma * diff --git a/lib/private/Authentication/WebAuthn/CredentialRepository.php b/lib/private/Authentication/WebAuthn/CredentialRepository.php index da552b120bf..f4ff950e17b 100644 --- a/lib/private/Authentication/WebAuthn/CredentialRepository.php +++ b/lib/private/Authentication/WebAuthn/CredentialRepository.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/WebAuthn/Db/PublicKeyCredentialEntity.php b/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php index 2a4740bef4b..ae31a2ea772 100644 --- a/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php +++ b/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialEntity.php @@ -1,9 +1,11 @@ * + * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version @@ -19,7 +21,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php b/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php index a78ebee3072..9c436b38b5d 100644 --- a/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php +++ b/lib/private/Authentication/WebAuthn/Db/PublicKeyCredentialMapper.php @@ -20,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/WebAuthn/Manager.php b/lib/private/Authentication/WebAuthn/Manager.php index 7a2e4fc6b8a..cc3e9aba1cc 100644 --- a/lib/private/Authentication/WebAuthn/Manager.php +++ b/lib/private/Authentication/WebAuthn/Manager.php @@ -1,9 +1,11 @@ * + * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version @@ -19,7 +21,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/lib/private/Avatar/AvatarManager.php b/lib/private/Avatar/AvatarManager.php index 37f57c90769..5102396224d 100644 --- a/lib/private/Avatar/AvatarManager.php +++ b/lib/private/Avatar/AvatarManager.php @@ -6,7 +6,9 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author John Molakvoæ (skjnldsv) + * @author Julius Härtl * @author Lukas Reschke * @author Michael Weimann * @author Morris Jobke diff --git a/lib/private/Avatar/UserAvatar.php b/lib/private/Avatar/UserAvatar.php index a5da4a278fa..f7ace429f7d 100644 --- a/lib/private/Avatar/UserAvatar.php +++ b/lib/private/Avatar/UserAvatar.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2018, Michael Weimann * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Michael Weimann * diff --git a/lib/private/BackgroundJob/QueuedJob.php b/lib/private/BackgroundJob/QueuedJob.php index 08fae26630f..6f10ee4408d 100644 --- a/lib/private/BackgroundJob/QueuedJob.php +++ b/lib/private/BackgroundJob/QueuedJob.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/BackgroundJob/TimedJob.php b/lib/private/BackgroundJob/TimedJob.php index 0da8c4ad123..e5dfeb96c9c 100644 --- a/lib/private/BackgroundJob/TimedJob.php +++ b/lib/private/BackgroundJob/TimedJob.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Calendar/Manager.php b/lib/private/Calendar/Manager.php index 3b438dfa113..ab8af870221 100644 --- a/lib/private/Calendar/Manager.php +++ b/lib/private/Calendar/Manager.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/private/Calendar/Resource/Manager.php b/lib/private/Calendar/Resource/Manager.php index 6ae46c9530f..2c63ce990fa 100644 --- a/lib/private/Calendar/Resource/Manager.php +++ b/lib/private/Calendar/Resource/Manager.php @@ -2,6 +2,7 @@ /** * @copyright 2018, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * diff --git a/lib/private/Calendar/Room/Manager.php b/lib/private/Calendar/Room/Manager.php index 6c3d02c3597..5001b715cb0 100644 --- a/lib/private/Calendar/Room/Manager.php +++ b/lib/private/Calendar/Room/Manager.php @@ -2,6 +2,7 @@ /** * @copyright 2018, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * diff --git a/lib/private/Collaboration/AutoComplete/Manager.php b/lib/private/Collaboration/AutoComplete/Manager.php index e8d5732dec7..dc3b76f1f4d 100644 --- a/lib/private/Collaboration/AutoComplete/Manager.php +++ b/lib/private/Collaboration/AutoComplete/Manager.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Collaboration/Collaborators/GroupPlugin.php b/lib/private/Collaboration/Collaborators/GroupPlugin.php index 64db97a5235..4816fdd7c04 100644 --- a/lib/private/Collaboration/Collaborators/GroupPlugin.php +++ b/lib/private/Collaboration/Collaborators/GroupPlugin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * @author Julius Härtl * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Collaboration/Collaborators/MailPlugin.php b/lib/private/Collaboration/Collaborators/MailPlugin.php index 8266ca6794f..f912690cb72 100644 --- a/lib/private/Collaboration/Collaborators/MailPlugin.php +++ b/lib/private/Collaboration/Collaborators/MailPlugin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl * @author Tobia De Koninck diff --git a/lib/private/Collaboration/Collaborators/RemotePlugin.php b/lib/private/Collaboration/Collaborators/RemotePlugin.php index e4340f4c19b..81e05050d2e 100644 --- a/lib/private/Collaboration/Collaborators/RemotePlugin.php +++ b/lib/private/Collaboration/Collaborators/RemotePlugin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Julius Härtl diff --git a/lib/private/Collaboration/Collaborators/Search.php b/lib/private/Collaboration/Collaborators/Search.php index 11c7f87db1d..c26d5f5541f 100644 --- a/lib/private/Collaboration/Collaborators/Search.php +++ b/lib/private/Collaboration/Collaborators/Search.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Collaboration/Collaborators/SearchResult.php b/lib/private/Collaboration/Collaborators/SearchResult.php index 46d5894b6f0..8e2c5a1ff39 100644 --- a/lib/private/Collaboration/Collaborators/SearchResult.php +++ b/lib/private/Collaboration/Collaborators/SearchResult.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Collaboration/Collaborators/UserPlugin.php b/lib/private/Collaboration/Collaborators/UserPlugin.php index 189ea2f8ff6..4809585dca7 100644 --- a/lib/private/Collaboration/Collaborators/UserPlugin.php +++ b/lib/private/Collaboration/Collaborators/UserPlugin.php @@ -3,9 +3,11 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl * @author Morris Jobke + * @author Robin Appelman * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Collaboration/Resources/Collection.php b/lib/private/Collaboration/Resources/Collection.php index 7369b44866d..5bdc1489fb8 100644 --- a/lib/private/Collaboration/Resources/Collection.php +++ b/lib/private/Collaboration/Resources/Collection.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma * diff --git a/lib/private/Collaboration/Resources/Listener.php b/lib/private/Collaboration/Resources/Listener.php index 240ec7c0649..ffb5001e801 100644 --- a/lib/private/Collaboration/Resources/Listener.php +++ b/lib/private/Collaboration/Resources/Listener.php @@ -5,8 +5,8 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling - * @author Julius Härtl * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Color.php b/lib/private/Color.php index 6238831c41b..34ae487bfa7 100644 --- a/lib/private/Color.php +++ b/lib/private/Color.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, John Molakvoæ * + * @author Christoph Wurst * @author Morris Jobke * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Command/CronBus.php b/lib/private/Command/CronBus.php index 86fa919d5f3..5bb8e4b0045 100644 --- a/lib/private/Command/CronBus.php +++ b/lib/private/Command/CronBus.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * diff --git a/lib/private/Command/FileAccess.php b/lib/private/Command/FileAccess.php index edad7882ef9..b6bfa47e98b 100644 --- a/lib/private/Command/FileAccess.php +++ b/lib/private/Command/FileAccess.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/Command/QueueBus.php b/lib/private/Command/QueueBus.php index 2ca8f948b69..1955da70fd9 100644 --- a/lib/private/Command/QueueBus.php +++ b/lib/private/Command/QueueBus.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Julius Härtl * @author Robin Appelman * diff --git a/lib/private/Comments/Comment.php b/lib/private/Comments/Comment.php index 2fd5f20edb8..7c553c25a1c 100644 --- a/lib/private/Comments/Comment.php +++ b/lib/private/Comments/Comment.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/Config.php b/lib/private/Config.php index d44f713f361..cbdbc5b2e64 100644 --- a/lib/private/Config.php +++ b/lib/private/Config.php @@ -12,6 +12,7 @@ * @author Jakob Sack * @author Jan-Christoph Borchardt * @author Joas Schilling + * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke diff --git a/lib/private/Console/Application.php b/lib/private/Console/Application.php index 94f51c2a4be..10c578f41e0 100644 --- a/lib/private/Console/Application.php +++ b/lib/private/Console/Application.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/lib/private/Contacts/ContactsMenu/ContactsStore.php b/lib/private/Contacts/ContactsMenu/ContactsStore.php index 0542d60ad3c..b0bd99b844e 100644 --- a/lib/private/Contacts/ContactsMenu/ContactsStore.php +++ b/lib/private/Contacts/ContactsMenu/ContactsStore.php @@ -4,6 +4,7 @@ * @copyright 2017 Lukas Reschke * * @author Christoph Wurst + * @author Daniel Calviño Sánchez * @author Georg Ehrke * @author Julius Härtl * @author Lukas Reschke diff --git a/lib/private/ContactsManager.php b/lib/private/ContactsManager.php index fca0a6e5ba3..4084205b06d 100644 --- a/lib/private/ContactsManager.php +++ b/lib/private/ContactsManager.php @@ -7,6 +7,7 @@ * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) + * @author Julius Härtl * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller diff --git a/lib/private/DB/Adapter.php b/lib/private/DB/Adapter.php index 0755fa14619..f27a90dd690 100644 --- a/lib/private/DB/Adapter.php +++ b/lib/private/DB/Adapter.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Jonny007-MKD <1-23-4-5@web.de> * @author Morris Jobke diff --git a/lib/private/DB/AdapterOCI8.php b/lib/private/DB/AdapterOCI8.php index 33a30b8348d..553945691a6 100644 --- a/lib/private/DB/AdapterOCI8.php +++ b/lib/private/DB/AdapterOCI8.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller diff --git a/lib/private/DB/AdapterPgSql.php b/lib/private/DB/AdapterPgSql.php index bc7fa7698ee..7f7f5150780 100644 --- a/lib/private/DB/AdapterPgSql.php +++ b/lib/private/DB/AdapterPgSql.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Morris Jobke * @author Ole Ostergaard * @author Ole Ostergaard diff --git a/lib/private/DB/AdapterSqlite.php b/lib/private/DB/AdapterSqlite.php index 66c3aca1d9c..43ec4a90c62 100644 --- a/lib/private/DB/AdapterSqlite.php +++ b/lib/private/DB/AdapterSqlite.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/DB/MDB2SchemaManager.php b/lib/private/DB/MDB2SchemaManager.php index 36184b51252..145272619b4 100644 --- a/lib/private/DB/MDB2SchemaManager.php +++ b/lib/private/DB/MDB2SchemaManager.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/DB/MDB2SchemaWriter.php b/lib/private/DB/MDB2SchemaWriter.php index 4af68709387..2c1f6a5e545 100644 --- a/lib/private/DB/MDB2SchemaWriter.php +++ b/lib/private/DB/MDB2SchemaWriter.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author tbelau666 diff --git a/lib/private/DB/MigrationService.php b/lib/private/DB/MigrationService.php index 18993cadd50..6685c1917f5 100644 --- a/lib/private/DB/MigrationService.php +++ b/lib/private/DB/MigrationService.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Joas Schilling * @copyright Copyright (c) 2017, ownCloud GmbH * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/DB/MySqlTools.php b/lib/private/DB/MySqlTools.php index 957afbaa06f..007388d5615 100644 --- a/lib/private/DB/MySqlTools.php +++ b/lib/private/DB/MySqlTools.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017, ownCloud GmbH * + * @author Christoph Wurst * @author Joas Schilling * @author Thomas Müller * diff --git a/lib/private/DB/OracleMigrator.php b/lib/private/DB/OracleMigrator.php index 8c8a91f9b1b..cad5390f092 100644 --- a/lib/private/DB/OracleMigrator.php +++ b/lib/private/DB/OracleMigrator.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/private/DB/QueryBuilder/Literal.php b/lib/private/DB/QueryBuilder/Literal.php index 8c8114209ff..02fd232ff0b 100644 --- a/lib/private/DB/QueryBuilder/Literal.php +++ b/lib/private/DB/QueryBuilder/Literal.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * * @license AGPL-3.0 diff --git a/lib/private/DB/ReconnectWrapper.php b/lib/private/DB/ReconnectWrapper.php index df3a0518e35..9599d6b0fe6 100644 --- a/lib/private/DB/ReconnectWrapper.php +++ b/lib/private/DB/ReconnectWrapper.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018 Robin Appelman * + * @author Christoph Wurst * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/DB/SchemaWrapper.php b/lib/private/DB/SchemaWrapper.php index eb24cc6f7aa..e42535d64ab 100644 --- a/lib/private/DB/SchemaWrapper.php +++ b/lib/private/DB/SchemaWrapper.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/DateTimeZone.php b/lib/private/DateTimeZone.php index 971a1a97334..7bb4a861b15 100644 --- a/lib/private/DateTimeZone.php +++ b/lib/private/DateTimeZone.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/lib/private/Diagnostics/EventLogger.php b/lib/private/Diagnostics/EventLogger.php index eccdd037f95..115a8ebba92 100644 --- a/lib/private/Diagnostics/EventLogger.php +++ b/lib/private/Diagnostics/EventLogger.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Morris Jobke * @author Piotr Mrówczyński * @author Robin Appelman diff --git a/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php b/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php index 7a3be2a01bd..a421914dcb2 100644 --- a/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php +++ b/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Clark Tomlinson * @author Thomas Müller * diff --git a/lib/private/Encryption/Exceptions/EncryptionFailedException.php b/lib/private/Encryption/Exceptions/EncryptionFailedException.php index 581d8fb7b56..405e2d5bb23 100644 --- a/lib/private/Encryption/Exceptions/EncryptionFailedException.php +++ b/lib/private/Encryption/Exceptions/EncryptionFailedException.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Clark Tomlinson * @author Thomas Müller * diff --git a/lib/private/Encryption/Keys/Storage.php b/lib/private/Encryption/Keys/Storage.php index 38cbfbfdd9f..cee32691261 100644 --- a/lib/private/Encryption/Keys/Storage.php +++ b/lib/private/Encryption/Keys/Storage.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/Federation/CloudIdManager.php b/lib/private/Federation/CloudIdManager.php index 6d4df7a66c5..a5ebc98c1fd 100644 --- a/lib/private/Federation/CloudIdManager.php +++ b/lib/private/Federation/CloudIdManager.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2017, Robin Appelman * + * @author Christoph Wurst * @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 78749da0cac..de807421d26 100644 --- a/lib/private/Files/Cache/Cache.php +++ b/lib/private/Files/Cache/Cache.php @@ -6,6 +6,7 @@ * @author Ari Selseng * @author Artem Kochnev * @author Björn Schießle + * @author Christoph Wurst * @author Florin Peter * @author Frédéric Fortier * @author Jens-Christian Fischer diff --git a/lib/private/Files/Cache/QuerySearchHelper.php b/lib/private/Files/Cache/QuerySearchHelper.php index e1ecad50733..574b4c18d5d 100644 --- a/lib/private/Files/Cache/QuerySearchHelper.php +++ b/lib/private/Files/Cache/QuerySearchHelper.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Christoph Wurst * @author Robin Appelman * @author Roeland Jago Douma * @author Tobias Kaminsky diff --git a/lib/private/Files/FileInfo.php b/lib/private/Files/FileInfo.php index b73e11f84b8..3c6bdd3b5a0 100644 --- a/lib/private/Files/FileInfo.php +++ b/lib/private/Files/FileInfo.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl * @author Lukas Reschke diff --git a/lib/private/Files/Node/Root.php b/lib/private/Files/Node/Root.php index 13c715816ef..f24082851e0 100644 --- a/lib/private/Files/Node/Root.php +++ b/lib/private/Files/Node/Root.php @@ -6,6 +6,7 @@ * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php b/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php index efe3f7c12d0..7a95665b10d 100644 --- a/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php +++ b/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/Files/ObjectStore/S3ObjectTrait.php b/lib/private/Files/ObjectStore/S3ObjectTrait.php index a0a19954a8d..f749769cd09 100644 --- a/lib/private/Files/ObjectStore/S3ObjectTrait.php +++ b/lib/private/Files/ObjectStore/S3ObjectTrait.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/private/Files/ObjectStore/StorageObjectStore.php b/lib/private/Files/ObjectStore/StorageObjectStore.php index 6151214ca70..a7551385b34 100644 --- a/lib/private/Files/ObjectStore/StorageObjectStore.php +++ b/lib/private/Files/ObjectStore/StorageObjectStore.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Robin Appelman * + * @author Christoph Wurst * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Files/ObjectStore/SwiftFactory.php b/lib/private/Files/ObjectStore/SwiftFactory.php index 7c8a1b995b4..58d10d446b7 100644 --- a/lib/private/Files/ObjectStore/SwiftFactory.php +++ b/lib/private/Files/ObjectStore/SwiftFactory.php @@ -5,6 +5,8 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 Robin Appelman * + * @author Christoph Wurst + * @author Julien Lutran * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/private/Files/SimpleFS/SimpleFile.php b/lib/private/Files/SimpleFS/SimpleFile.php index e3a581b25d7..108f53ee9c7 100644 --- a/lib/private/Files/SimpleFS/SimpleFile.php +++ b/lib/private/Files/SimpleFS/SimpleFile.php @@ -2,6 +2,7 @@ /** * @copyright 2016 Roeland Jago Douma * + * @author Christoph Wurst * @author Julius Härtl * @author Roeland Jago Douma * diff --git a/lib/private/Files/SimpleFS/SimpleFolder.php b/lib/private/Files/SimpleFS/SimpleFolder.php index aa5c200f5bd..dc8d6554e72 100644 --- a/lib/private/Files/SimpleFS/SimpleFolder.php +++ b/lib/private/Files/SimpleFS/SimpleFolder.php @@ -2,6 +2,7 @@ /** * @copyright 2016 Roeland Jago Douma * + * @author Christoph Wurst * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/lib/private/Files/Storage/CommonTest.php b/lib/private/Files/Storage/CommonTest.php index f3a127b635a..b59090893d4 100644 --- a/lib/private/Files/Storage/CommonTest.php +++ b/lib/private/Files/Storage/CommonTest.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Christopher Schäpers + * @author Christoph Wurst * @author Felix Moeller * @author Michael Gapczynski * @author Morris Jobke diff --git a/lib/private/Files/Storage/Flysystem.php b/lib/private/Files/Storage/Flysystem.php index fba64c64250..a7747823acc 100644 --- a/lib/private/Files/Storage/Flysystem.php +++ b/lib/private/Files/Storage/Flysystem.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/lib/private/Files/Storage/Local.php b/lib/private/Files/Storage/Local.php index 2019c67bede..6da019178c0 100644 --- a/lib/private/Files/Storage/Local.php +++ b/lib/private/Files/Storage/Local.php @@ -12,7 +12,6 @@ * @author Jörn Friedrich Dreyer * @author Klaas Freitag * @author Lukas Reschke - * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Files/Storage/Storage.php b/lib/private/Files/Storage/Storage.php index 76dab07b6a7..56d997ab974 100644 --- a/lib/private/Files/Storage/Storage.php +++ b/lib/private/Files/Storage/Storage.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller diff --git a/lib/private/Files/Storage/Wrapper/Availability.php b/lib/private/Files/Storage/Wrapper/Availability.php index ea210128e8f..61814a0d087 100644 --- a/lib/private/Files/Storage/Wrapper/Availability.php +++ b/lib/private/Files/Storage/Wrapper/Availability.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Lukas Reschke * @author Robin Appelman * @author Robin McCorkell diff --git a/lib/private/Files/Storage/Wrapper/Encoding.php b/lib/private/Files/Storage/Wrapper/Encoding.php index 4e81588de80..a2ef1780d6c 100644 --- a/lib/private/Files/Storage/Wrapper/Encoding.php +++ b/lib/private/Files/Storage/Wrapper/Encoding.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke + * @author Robin Appelman * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/lib/private/Files/Stream/HashWrapper.php b/lib/private/Files/Stream/HashWrapper.php index 937ee521c80..059dd117555 100644 --- a/lib/private/Files/Stream/HashWrapper.php +++ b/lib/private/Files/Stream/HashWrapper.php @@ -1,9 +1,12 @@ * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -17,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/lib/private/Files/Stream/SeekableHttpStream.php b/lib/private/Files/Stream/SeekableHttpStream.php index 113ba19a17a..efbfd293ad5 100644 --- a/lib/private/Files/Stream/SeekableHttpStream.php +++ b/lib/private/Files/Stream/SeekableHttpStream.php @@ -1,8 +1,10 @@ + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -16,7 +18,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/View.php b/lib/private/Files/View.php index 0453064ae52..ef8656258d1 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -23,6 +23,7 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Sam Tuke + * @author Scott Dutton * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry diff --git a/lib/private/Group/MetaData.php b/lib/private/Group/MetaData.php index 6950a239678..21857b6c8f0 100644 --- a/lib/private/Group/MetaData.php +++ b/lib/private/Group/MetaData.php @@ -8,7 +8,6 @@ * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke * @author Morris Jobke - * @author Robin Appelman * @author Roeland Jago Douma * @author Stephan Peijnik * @author Thomas Müller diff --git a/lib/private/Http/Client/Client.php b/lib/private/Http/Client/Client.php index d21ce413f1a..d19f1124a23 100644 --- a/lib/private/Http/Client/Client.php +++ b/lib/private/Http/Client/Client.php @@ -5,7 +5,9 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Daniel Kesselberg + * @author Joas Schilling * @author Lukas Reschke * @author Mohammed Abdellatif * @author Robin Appelman diff --git a/lib/private/Http/Client/ClientService.php b/lib/private/Http/Client/ClientService.php index 55f03f30399..3858032308a 100644 --- a/lib/private/Http/Client/ClientService.php +++ b/lib/private/Http/Client/ClientService.php @@ -5,7 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Daniel Kesselberg + * @author Joas Schilling * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/lib/private/Http/CookieHelper.php b/lib/private/Http/CookieHelper.php index 8c20ddb9f65..f7b871c5001 100644 --- a/lib/private/Http/CookieHelper.php +++ b/lib/private/Http/CookieHelper.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018, Roeland Jago Douma * + * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/IntegrityCheck/Checker.php b/lib/private/IntegrityCheck/Checker.php index af1e3555c32..f5c4d6bb016 100644 --- a/lib/private/IntegrityCheck/Checker.php +++ b/lib/private/IntegrityCheck/Checker.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php b/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php index 0e55afa9a40..daef60ac1fc 100644 --- a/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php +++ b/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * * @license AGPL-3.0 diff --git a/lib/private/IntegrityCheck/Helpers/AppLocator.php b/lib/private/IntegrityCheck/Helpers/AppLocator.php index 6faff0a8982..fdfc81de859 100644 --- a/lib/private/IntegrityCheck/Helpers/AppLocator.php +++ b/lib/private/IntegrityCheck/Helpers/AppLocator.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php b/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php index de2a560223c..2a0c0dd2017 100644 --- a/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php +++ b/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Roeland Jago Douma * @author Victor Dubiniuk diff --git a/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php b/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php index 7127742b531..51b134059d5 100644 --- a/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php +++ b/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author RealRancor * @author Roeland Jago Douma diff --git a/lib/private/L10N/L10N.php b/lib/private/L10N/L10N.php index fc50e7a8b43..3b32ec2827f 100644 --- a/lib/private/L10N/L10N.php +++ b/lib/private/L10N/L10N.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author Roeland Jago Douma diff --git a/lib/private/L10N/L10NString.php b/lib/private/L10N/L10NString.php index 683cd902ab6..a82228189b6 100644 --- a/lib/private/L10N/L10NString.php +++ b/lib/private/L10N/L10NString.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Bernhard Posselt + * @author Christoph Wurst * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/lib/private/L10N/LanguageIterator.php b/lib/private/L10N/LanguageIterator.php index a03ec114ef9..cbbafde92ff 100644 --- a/lib/private/L10N/LanguageIterator.php +++ b/lib/private/L10N/LanguageIterator.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @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/private/Lock/AbstractLockingProvider.php b/lib/private/Lock/AbstractLockingProvider.php index 81d949d2a06..e23e8566c13 100644 --- a/lib/private/Lock/AbstractLockingProvider.php +++ b/lib/private/Lock/AbstractLockingProvider.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/lib/private/Lock/DBLockingProvider.php b/lib/private/Lock/DBLockingProvider.php index d68535e3e9b..c32d7b4877a 100644 --- a/lib/private/Lock/DBLockingProvider.php +++ b/lib/private/Lock/DBLockingProvider.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Individual IT Services * @author Joas Schilling * @author Lukas Reschke diff --git a/lib/private/Lock/MemcacheLockingProvider.php b/lib/private/Lock/MemcacheLockingProvider.php index 2c2d8a95938..3d7510f43ff 100644 --- a/lib/private/Lock/MemcacheLockingProvider.php +++ b/lib/private/Lock/MemcacheLockingProvider.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/lib/private/Log/ExceptionSerializer.php b/lib/private/Log/ExceptionSerializer.php index 237d33cfefa..a13c97aa0c5 100644 --- a/lib/private/Log/ExceptionSerializer.php +++ b/lib/private/Log/ExceptionSerializer.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2018 Robin Appelman * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Log/LogDetails.php b/lib/private/Log/LogDetails.php index dcaa5919d73..1175b475302 100644 --- a/lib/private/Log/LogDetails.php +++ b/lib/private/Log/LogDetails.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2019 Julius Härtl * * @author Arthur Schiwon + * @author Christoph Wurst * @author Julius Härtl * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Log/LogFactory.php b/lib/private/Log/LogFactory.php index 9a55b155f39..7064fe324e6 100644 --- a/lib/private/Log/LogFactory.php +++ b/lib/private/Log/LogFactory.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2018 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * @author Johannes Ernst * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Log/PsrLoggerAdapter.php b/lib/private/Log/PsrLoggerAdapter.php index bdaeda9f129..531f8d8105b 100644 --- a/lib/private/Log/PsrLoggerAdapter.php +++ b/lib/private/Log/PsrLoggerAdapter.php @@ -5,7 +5,7 @@ declare(strict_types=1); /** * @copyright 2020 Christoph Wurst * - * @author 2020 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * @@ -20,7 +20,8 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . + * */ namespace OC\Log; diff --git a/lib/private/Log/Rotate.php b/lib/private/Log/Rotate.php index 8cafc6e639c..76d026bc854 100644 --- a/lib/private/Log/Rotate.php +++ b/lib/private/Log/Rotate.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * diff --git a/lib/private/Log/Systemdlog.php b/lib/private/Log/Systemdlog.php index 692af7d8ecf..979befbdae1 100644 --- a/lib/private/Log/Systemdlog.php +++ b/lib/private/Log/Systemdlog.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018, Johannes Ernst * + * @author Christoph Wurst * @author Johannes Ernst * @author Julius Härtl * @author Roeland Jago Douma diff --git a/lib/private/Mail/EMailTemplate.php b/lib/private/Mail/EMailTemplate.php index b2024915397..9148995aaa0 100644 --- a/lib/private/Mail/EMailTemplate.php +++ b/lib/private/Mail/EMailTemplate.php @@ -8,8 +8,10 @@ declare(strict_types=1); * * @author Bjoern Schiessle * @author brad2014 + * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl + * @author Liam JACK * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/Mail/Mailer.php b/lib/private/Mail/Mailer.php index 120cbdfe6ab..fc8de9ccd0b 100644 --- a/lib/private/Mail/Mailer.php +++ b/lib/private/Mail/Mailer.php @@ -8,12 +8,14 @@ declare(strict_types=1); * @author Arne Hamann * @author Branko Kokanovic * @author Carsten Wiedmann + * @author Christoph Wurst * @author Jared Boone * @author Joas Schilling * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma + * @author Tekhnee * * @license AGPL-3.0 * diff --git a/lib/private/Mail/Message.php b/lib/private/Mail/Message.php index c8c48518d52..bd7c01bd358 100644 --- a/lib/private/Mail/Message.php +++ b/lib/private/Mail/Message.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arne Hamann + * @author Christoph Wurst * @author Jared Boone * @author Joas Schilling * @author Lukas Reschke diff --git a/lib/private/Memcache/APCu.php b/lib/private/Memcache/APCu.php index 5886f75731a..87d72ec1968 100644 --- a/lib/private/Memcache/APCu.php +++ b/lib/private/Memcache/APCu.php @@ -4,6 +4,7 @@ * * @author Andreas Fischer * @author Bart Visscher + * @author Christoph Wurst * @author Clark Tomlinson * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/Memcache/Factory.php b/lib/private/Memcache/Factory.php index 52c5af4ef98..030769b5557 100644 --- a/lib/private/Memcache/Factory.php +++ b/lib/private/Memcache/Factory.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Markus Goetz diff --git a/lib/private/Memcache/NullCache.php b/lib/private/Memcache/NullCache.php index 6ea90e9045b..bdb6406b24c 100644 --- a/lib/private/Memcache/NullCache.php +++ b/lib/private/Memcache/NullCache.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell diff --git a/lib/private/Memcache/Redis.php b/lib/private/Memcache/Redis.php index af1a6864b43..dfbdd029565 100644 --- a/lib/private/Memcache/Redis.php +++ b/lib/private/Memcache/Redis.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/private/MemoryInfo.php b/lib/private/MemoryInfo.php index 88ba69aae95..f227d38df9f 100644 --- a/lib/private/MemoryInfo.php +++ b/lib/private/MemoryInfo.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018, Michael Weimann () * + * @author Christoph Wurst * @author Michael Weimann * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/OCS/DiscoveryService.php b/lib/private/OCS/DiscoveryService.php index d30cf1d980c..1c69d1ecc9a 100644 --- a/lib/private/OCS/DiscoveryService.php +++ b/lib/private/OCS/DiscoveryService.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2017 Bjoern Schiessle * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/lib/private/OCS/Provider.php b/lib/private/OCS/Provider.php index 33386c0e946..68100c64819 100644 --- a/lib/private/OCS/Provider.php +++ b/lib/private/OCS/Provider.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * diff --git a/lib/private/Preview/Bundled.php b/lib/private/Preview/Bundled.php index 4e89682dc6c..f3441b5211c 100644 --- a/lib/private/Preview/Bundled.php +++ b/lib/private/Preview/Bundled.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/lib/private/Preview/Generator.php b/lib/private/Preview/Generator.php index 650c3a6ba9f..f7aed987d89 100644 --- a/lib/private/Preview/Generator.php +++ b/lib/private/Preview/Generator.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, Roeland Jago Douma * + * @author Christoph Wurst * @author John Molakvoæ (skjnldsv) * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Preview/Krita.php b/lib/private/Preview/Krita.php index 39449145a14..b14d1a3f17b 100644 --- a/lib/private/Preview/Krita.php +++ b/lib/private/Preview/Krita.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/lib/private/Preview/MP3.php b/lib/private/Preview/MP3.php index 0986cf8c5c3..868078aa012 100644 --- a/lib/private/Preview/MP3.php +++ b/lib/private/Preview/MP3.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke diff --git a/lib/private/Preview/OpenDocument.php b/lib/private/Preview/OpenDocument.php index 1db7b0be521..01e191c2789 100644 --- a/lib/private/Preview/OpenDocument.php +++ b/lib/private/Preview/OpenDocument.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Joas Schilling + * @author Julius Härtl * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/lib/private/Preview/Storage/Root.php b/lib/private/Preview/Storage/Root.php index 0e9d92a44c2..a9a72026a51 100644 --- a/lib/private/Preview/Storage/Root.php +++ b/lib/private/Preview/Storage/Root.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/Preview/TXT.php b/lib/private/Preview/TXT.php index d116726c683..4004b0a0647 100644 --- a/lib/private/Preview/TXT.php +++ b/lib/private/Preview/TXT.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Georg Ehrke * @author Jan-Christoph Borchardt * @author Joas Schilling diff --git a/lib/private/PreviewManager.php b/lib/private/PreviewManager.php index a9db2b1a60c..546d495b47d 100644 --- a/lib/private/PreviewManager.php +++ b/lib/private/PreviewManager.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) + * @author Julius Härtl * @author Morris Jobke * @author Olivier Paroz * @author Robin Appelman diff --git a/lib/private/RedisFactory.php b/lib/private/RedisFactory.php index cd3ab39bdd7..52e69a18778 100644 --- a/lib/private/RedisFactory.php +++ b/lib/private/RedisFactory.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Alejandro Varela + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Remote/Api/OCS.php b/lib/private/Remote/Api/OCS.php index 1ebf1e4a0df..770dce3545f 100644 --- a/lib/private/Remote/Api/OCS.php +++ b/lib/private/Remote/Api/OCS.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Christoph Wurst * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Remote/User.php b/lib/private/Remote/User.php index 31ded598b7c..fbf30b384cd 100644 --- a/lib/private/Remote/User.php +++ b/lib/private/Remote/User.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Christoph Wurst * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Repair/MoveUpdaterStepFile.php b/lib/private/Repair/MoveUpdaterStepFile.php index 6be54bbb576..e912838f50a 100644 --- a/lib/private/Repair/MoveUpdaterStepFile.php +++ b/lib/private/Repair/MoveUpdaterStepFile.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Morris Jobke * + * @author Christoph Wurst * @author Morris Jobke * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Repair/Owncloud/SaveAccountsTableData.php b/lib/private/Repair/Owncloud/SaveAccountsTableData.php index 6eccf53c5a8..6ca46934d71 100644 --- a/lib/private/Repair/Owncloud/SaveAccountsTableData.php +++ b/lib/private/Repair/Owncloud/SaveAccountsTableData.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Repair/RemoveLinkShares.php b/lib/private/Repair/RemoveLinkShares.php index 319fb80277c..3a0dd6f2884 100644 --- a/lib/private/Repair/RemoveLinkShares.php +++ b/lib/private/Repair/RemoveLinkShares.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019, Roeland Jago Douma * + * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling * @author John Molakvoæ (skjnldsv) diff --git a/lib/private/Repair/RepairInvalidShares.php b/lib/private/Repair/RepairInvalidShares.php index a0fe246571a..27defdeda01 100644 --- a/lib/private/Repair/RepairInvalidShares.php +++ b/lib/private/Repair/RepairInvalidShares.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Thomas Müller diff --git a/lib/private/Route/Router.php b/lib/private/Route/Router.php index 075b81224ad..0e436339013 100644 --- a/lib/private/Route/Router.php +++ b/lib/private/Route/Router.php @@ -5,7 +5,6 @@ * @author Bart Visscher * @author Bernhard Posselt * @author Christoph Wurst - * @author Felix Epp * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/lib/private/Search/Result/Audio.php b/lib/private/Search/Result/Audio.php index 67a6add04bf..ef0d3bf9d20 100644 --- a/lib/private/Search/Result/Audio.php +++ b/lib/private/Search/Result/Audio.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andrew Brown + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Morris Jobke * diff --git a/lib/private/Search/Result/File.php b/lib/private/Search/Result/File.php index 242bf7cb953..cfff54e0692 100644 --- a/lib/private/Search/Result/File.php +++ b/lib/private/Search/Result/File.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andrew Brown + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/Search/Result/Folder.php b/lib/private/Search/Result/Folder.php index aa166cff8fc..8110d61bead 100644 --- a/lib/private/Search/Result/Folder.php +++ b/lib/private/Search/Result/Folder.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andrew Brown + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Morris Jobke * diff --git a/lib/private/Search/Result/Image.php b/lib/private/Search/Result/Image.php index 21123a4de13..e569c91ea02 100644 --- a/lib/private/Search/Result/Image.php +++ b/lib/private/Search/Result/Image.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andrew Brown + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Morris Jobke * diff --git a/lib/private/Security/Bruteforce/Throttler.php b/lib/private/Security/Bruteforce/Throttler.php index d1fead6759f..1bece6a05d5 100644 --- a/lib/private/Security/Bruteforce/Throttler.php +++ b/lib/private/Security/Bruteforce/Throttler.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Lukas Reschke * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Lukas Reschke * @author Mark Berezovsky * @author Morris Jobke diff --git a/lib/private/Security/CSP/ContentSecurityPolicyManager.php b/lib/private/Security/CSP/ContentSecurityPolicyManager.php index 4245fdcb2de..e0403e77936 100644 --- a/lib/private/Security/CSP/ContentSecurityPolicyManager.php +++ b/lib/private/Security/CSP/ContentSecurityPolicyManager.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php b/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php index 06f8faece13..cc5a3c2d8fb 100644 --- a/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php +++ b/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Pavel Krasikov diff --git a/lib/private/Security/CSRF/CsrfToken.php b/lib/private/Security/CSRF/CsrfToken.php index a0ecdbd1008..25ec8572a66 100644 --- a/lib/private/Security/CSRF/CsrfToken.php +++ b/lib/private/Security/CSRF/CsrfToken.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Leon Klingele * @author Lukas Reschke * @author Roeland Jago Douma diff --git a/lib/private/Security/CSRF/CsrfTokenManager.php b/lib/private/Security/CSRF/CsrfTokenManager.php index 2f64aeb24f4..f0536c770b5 100644 --- a/lib/private/Security/CSRF/CsrfTokenManager.php +++ b/lib/private/Security/CSRF/CsrfTokenManager.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/lib/private/Security/CSRF/TokenStorage/SessionStorage.php b/lib/private/Security/CSRF/TokenStorage/SessionStorage.php index 34adc566bf7..ed9b068faa2 100644 --- a/lib/private/Security/CSRF/TokenStorage/SessionStorage.php +++ b/lib/private/Security/CSRF/TokenStorage/SessionStorage.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Roeland Jago Douma diff --git a/lib/private/Security/Certificate.php b/lib/private/Security/Certificate.php index cc4baeaa658..c89122f9a4b 100644 --- a/lib/private/Security/Certificate.php +++ b/lib/private/Security/Certificate.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Security/CredentialsManager.php b/lib/private/Security/CredentialsManager.php index d187acdf02b..ace8e6889ec 100644 --- a/lib/private/Security/CredentialsManager.php +++ b/lib/private/Security/CredentialsManager.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon + * @author Christoph Wurst * @author Robin McCorkell * @author Roeland Jago Douma * diff --git a/lib/private/Security/Crypto.php b/lib/private/Security/Crypto.php index 19258d2018e..10a52d9fc8f 100644 --- a/lib/private/Security/Crypto.php +++ b/lib/private/Security/Crypto.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andreas Fischer + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/Security/Hasher.php b/lib/private/Security/Hasher.php index 8c081414353..7a6c66d8f87 100644 --- a/lib/private/Security/Hasher.php +++ b/lib/private/Security/Hasher.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/Security/IdentityProof/Manager.php b/lib/private/Security/IdentityProof/Manager.php index abbda2f11eb..2fa09da3189 100644 --- a/lib/private/Security/IdentityProof/Manager.php +++ b/lib/private/Security/IdentityProof/Manager.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016 Lukas Reschke * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Roeland Jago Douma diff --git a/lib/private/Security/IdentityProof/Signer.php b/lib/private/Security/IdentityProof/Signer.php index 9f6b27d358f..26293a5ec4a 100644 --- a/lib/private/Security/IdentityProof/Signer.php +++ b/lib/private/Security/IdentityProof/Signer.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Christoph Wurst * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/lib/private/Security/RateLimiting/Backend/MemoryCache.php b/lib/private/Security/RateLimiting/Backend/MemoryCache.php index ce8bacfb588..2893d31ece2 100644 --- a/lib/private/Security/RateLimiting/Backend/MemoryCache.php +++ b/lib/private/Security/RateLimiting/Backend/MemoryCache.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/Security/SecureRandom.php b/lib/private/Security/SecureRandom.php index 4826399ff5b..815b70caa03 100644 --- a/lib/private/Security/SecureRandom.php +++ b/lib/private/Security/SecureRandom.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/Security/TrustedDomainHelper.php b/lib/private/Security/TrustedDomainHelper.php index 320646e1b7f..8004bf7dc6f 100644 --- a/lib/private/Security/TrustedDomainHelper.php +++ b/lib/private/Security/TrustedDomainHelper.php @@ -2,8 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Johannes Ernst - * @author Johannes Koenig * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/Session/CryptoWrapper.php b/lib/private/Session/CryptoWrapper.php index f4d30bee145..f7f26bb10d2 100644 --- a/lib/private/Session/CryptoWrapper.php +++ b/lib/private/Session/CryptoWrapper.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Phil Davis diff --git a/lib/private/Setup/AbstractDatabase.php b/lib/private/Setup/AbstractDatabase.php index 649afbe27cb..b2c290eb874 100644 --- a/lib/private/Setup/AbstractDatabase.php +++ b/lib/private/Setup/AbstractDatabase.php @@ -5,7 +5,6 @@ * @author Bart Visscher * @author Christoph Wurst * @author Joas Schilling - * @author Manish Bisht * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/private/Setup/MySQL.php b/lib/private/Setup/MySQL.php index 9d48bbca488..6a5513eab43 100644 --- a/lib/private/Setup/MySQL.php +++ b/lib/private/Setup/MySQL.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Hemanth Kumar Veeranki * @author Joas Schilling * @author Michael Göhler diff --git a/lib/private/Share/Constants.php b/lib/private/Share/Constants.php index 18f6864b6c9..2310859c5be 100644 --- a/lib/private/Share/Constants.php +++ b/lib/private/Share/Constants.php @@ -2,14 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Bjoern Schiessle * @author Björn Schießle * @author Christopher Schäpers * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Joas Schilling - * @author Lukas Reschke - * @author Maxence Lange * @author Morris Jobke * * @license AGPL-3.0 diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php index 2718879dc99..004076db493 100644 --- a/lib/private/Share20/Manager.php +++ b/lib/private/Share20/Manager.php @@ -18,7 +18,6 @@ * @author Pauli Järvinen * @author Robin Appelman * @author Roeland Jago Douma - * @author Stephan Müller * @author Thibault Coupin * @author Vincent Petry * diff --git a/lib/private/Share20/ProviderFactory.php b/lib/private/Share20/ProviderFactory.php index 6186d1c37cf..891a5d2c31c 100644 --- a/lib/private/Share20/ProviderFactory.php +++ b/lib/private/Share20/ProviderFactory.php @@ -9,7 +9,6 @@ * @author Joas Schilling * @author Lukas Reschke * @author Maxence Lange - * @author Maxence Lange * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/lib/private/Share20/Share.php b/lib/private/Share20/Share.php index fb4fc4c4078..69f36edf4f3 100644 --- a/lib/private/Share20/Share.php +++ b/lib/private/Share20/Share.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Joas Schilling * @author John Molakvoæ (skjnldsv) diff --git a/lib/private/Streamer.php b/lib/private/Streamer.php index f4d5cc221ac..a05f77f3cbd 100644 --- a/lib/private/Streamer.php +++ b/lib/private/Streamer.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Joas Schilling * @author Roeland Jago Douma diff --git a/lib/private/SystemTag/SystemTagManager.php b/lib/private/SystemTag/SystemTagManager.php index a718a007e34..5941400883b 100644 --- a/lib/private/SystemTag/SystemTagManager.php +++ b/lib/private/SystemTag/SystemTagManager.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Roeland Jago Douma diff --git a/lib/private/SystemTag/SystemTagObjectMapper.php b/lib/private/SystemTag/SystemTagObjectMapper.php index c6d6d09b95a..5403321e582 100644 --- a/lib/private/SystemTag/SystemTagObjectMapper.php +++ b/lib/private/SystemTag/SystemTagObjectMapper.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma * @author Vincent Petry diff --git a/lib/private/Tagging/Tag.php b/lib/private/Tagging/Tag.php index 73b3f57ca15..55fa996013c 100644 --- a/lib/private/Tagging/Tag.php +++ b/lib/private/Tagging/Tag.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Reiter + * @author Christoph Wurst * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/lib/private/Tags.php b/lib/private/Tags.php index 6d06b3a4829..92263ca4fbe 100644 --- a/lib/private/Tags.php +++ b/lib/private/Tags.php @@ -8,11 +8,8 @@ * @author Daniel Kesselberg * @author derkostka * @author Joas Schilling - * @author Jörn Friedrich Dreyer - * @author Julius Härtl * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Tanghus * @author Vincent Petry diff --git a/lib/private/TempManager.php b/lib/private/TempManager.php index 8b47193feaa..49d4ee94cf6 100644 --- a/lib/private/TempManager.php +++ b/lib/private/TempManager.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lars * @author Lukas Reschke * @author Martin Mattel diff --git a/lib/private/Template/IconsCacher.php b/lib/private/Template/IconsCacher.php index 00654b5f8fc..f9497c9a144 100644 --- a/lib/private/Template/IconsCacher.php +++ b/lib/private/Template/IconsCacher.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018, John Molakvoæ (skjnldsv@protonmail.com) * + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Julius Härtl diff --git a/lib/private/Template/JSConfigHelper.php b/lib/private/Template/JSConfigHelper.php index 49cf5f46d81..7c9abeefa24 100644 --- a/lib/private/Template/JSConfigHelper.php +++ b/lib/private/Template/JSConfigHelper.php @@ -5,7 +5,6 @@ * @author Abijeet * @author Bjoern Schiessle * @author Christoph Wurst - * @author Felix Heidecke * @author Joas Schilling * @author Julius Härtl * @author Morris Jobke diff --git a/lib/private/Template/JSResourceLocator.php b/lib/private/Template/JSResourceLocator.php index 0b6cf4e306e..50af5fd34cc 100644 --- a/lib/private/Template/JSResourceLocator.php +++ b/lib/private/Template/JSResourceLocator.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Kyle Fazzari * @author Morris Jobke diff --git a/lib/private/Template/TemplateFileLocator.php b/lib/private/Template/TemplateFileLocator.php index 3c7631ba2b5..ae73b4d0dde 100644 --- a/lib/private/Template/TemplateFileLocator.php +++ b/lib/private/Template/TemplateFileLocator.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Thomas Müller diff --git a/lib/private/Updater.php b/lib/private/Updater.php index edbf43ea972..4b5d02aeb64 100644 --- a/lib/private/Updater.php +++ b/lib/private/Updater.php @@ -9,7 +9,6 @@ * @author Frank Karlitschek * @author Georg Ehrke * @author Joas Schilling - * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Updater/ChangesCheck.php b/lib/private/Updater/ChangesCheck.php index cde7517d3c5..62b1e04aae8 100644 --- a/lib/private/Updater/ChangesCheck.php +++ b/lib/private/Updater/ChangesCheck.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2018 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * @author Daniel Kesselberg * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Updater/ChangesMapper.php b/lib/private/Updater/ChangesMapper.php index b3b578f61e1..83a695b571f 100644 --- a/lib/private/Updater/ChangesMapper.php +++ b/lib/private/Updater/ChangesMapper.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @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/private/User/NoUserException.php b/lib/private/User/NoUserException.php index 6ae22eb1e58..57bb47109f1 100644 --- a/lib/private/User/NoUserException.php +++ b/lib/private/User/NoUserException.php @@ -2,8 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Jörn Friedrich Dreyer - * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/User/User.php b/lib/private/User/User.php index ccf5936c659..08bbce4701b 100644 --- a/lib/private/User/User.php +++ b/lib/private/User/User.php @@ -9,6 +9,7 @@ * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Jörn Friedrich Dreyer + * @author Julius Härtl * @author Leon Klingele * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/legacy/OC_Defaults.php b/lib/private/legacy/OC_Defaults.php index 3b40b815112..a9f588eb6e9 100644 --- a/lib/private/legacy/OC_Defaults.php +++ b/lib/private/legacy/OC_Defaults.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Daniel Kesselberg * @author Jan-Christoph Borchardt * @author Jörn Friedrich Dreyer diff --git a/lib/private/legacy/OC_EventSource.php b/lib/private/legacy/OC_EventSource.php index b8c4389f985..2d29f3109cf 100644 --- a/lib/private/legacy/OC_EventSource.php +++ b/lib/private/legacy/OC_EventSource.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Christian Oliff + * @author Christoph Wurst * @author Felix Moeller * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/legacy/OC_FileChunking.php b/lib/private/legacy/OC_FileChunking.php index 188023a960a..8aef29541fe 100644 --- a/lib/private/legacy/OC_FileChunking.php +++ b/lib/private/legacy/OC_FileChunking.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Felix Moeller * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/private/legacy/OC_Hook.php b/lib/private/legacy/OC_Hook.php index 980eb609259..1da03df3a1f 100644 --- a/lib/private/legacy/OC_Hook.php +++ b/lib/private/legacy/OC_Hook.php @@ -6,7 +6,6 @@ * @author Christoph Wurst * @author Jakob Sack * @author Jörn Friedrich Dreyer - * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell diff --git a/lib/private/legacy/OC_JSON.php b/lib/private/legacy/OC_JSON.php index d3a33e3a0f3..a0b9868a023 100644 --- a/lib/private/legacy/OC_JSON.php +++ b/lib/private/legacy/OC_JSON.php @@ -8,7 +8,6 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Sebastian Wessalowski * @author Thomas Müller * @author Thomas Tanghus * @author Vincent Petry diff --git a/lib/private/legacy/OC_Response.php b/lib/private/legacy/OC_Response.php index 89f0ee5247b..491c6913463 100644 --- a/lib/private/legacy/OC_Response.php +++ b/lib/private/legacy/OC_Response.php @@ -4,6 +4,7 @@ * * @author Andreas Fischer * @author Bart Visscher + * @author Christoph Wurst * @author J0WI * @author Lukas Reschke * @author Morris Jobke -- cgit v1.2.3