From 1a9330cd69631ef12b71239c4f98836e09e021ea Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 31 Mar 2020 10:49:10 +0200 Subject: [PATCH] Update the license headers for Nextcloud 19 Signed-off-by: Christoph Wurst --- AUTHORS | 19 +++++++++++++---- .../lib/AccessibilityProvider.php | 2 ++ .../Controller/AccessibilityController.php | 4 +++- .../lib/Controller/ConfigController.php | 1 + apps/admin_audit/lib/AppInfo/Application.php | 2 ++ .../Controller/RequestHandlerController.php | 1 + apps/comments/lib/AppInfo/Application.php | 1 + .../tests/Unit/Notification/ListenerTest.php | 1 + .../tests/Unit/Notification/NotifierTest.php | 1 + apps/dav/appinfo/app.php | 2 +- apps/dav/appinfo/v1/publicwebdav.php | 1 + apps/dav/lib/AppInfo/Application.php | 2 +- apps/dav/lib/AppInfo/PluginManager.php | 2 ++ .../lib/BackgroundJob/EventReminderJob.php | 2 +- apps/dav/lib/BackgroundJob/UploadCleanup.php | 1 + apps/dav/lib/CalDAV/Activity/Backend.php | 2 +- .../lib/CalDAV/Activity/Provider/Calendar.php | 2 +- apps/dav/lib/CalDAV/CalDavBackend.php | 4 +++- apps/dav/lib/CalDAV/Calendar.php | 3 ++- apps/dav/lib/CalDAV/CalendarObject.php | 2 +- apps/dav/lib/CalDAV/PublicCalendar.php | 1 + apps/dav/lib/CalDAV/PublicCalendarRoot.php | 2 +- .../lib/CalDAV/Publishing/PublishPlugin.php | 2 +- .../lib/CalDAV/Publishing/Xml/Publisher.php | 2 +- apps/dav/lib/CalDAV/Reminder/Backend.php | 2 +- .../NotificationProvider/EmailProvider.php | 2 +- .../ProviderNotAvailableException.php | 2 +- .../NotificationProvider/PushProvider.php | 2 +- .../Reminder/NotificationProviderManager.php | 2 +- .../NotificationTypeDoesNotExistException.php | 2 +- apps/dav/lib/CalDAV/Reminder/Notifier.php | 2 +- .../lib/CalDAV/Reminder/ReminderService.php | 2 +- apps/dav/lib/CalDAV/Schedule/IMipPlugin.php | 1 + .../WebcalCaching/RefreshWebcalService.php | 1 - apps/dav/lib/CardDAV/AddressBookRoot.php | 1 + apps/dav/lib/CardDAV/CardDavBackend.php | 3 ++- .../Integration/ExternalAddressBook.php | 21 +++++++++++++++++++ .../Integration/IAddressBookProvider.php | 21 +++++++++++++++++++ apps/dav/lib/CardDAV/PhotoCache.php | 1 + apps/dav/lib/CardDAV/SyncService.php | 2 +- apps/dav/lib/CardDAV/SystemAddressbook.php | 1 + apps/dav/lib/CardDAV/UserAddressBooks.php | 1 + apps/dav/lib/Command/CreateCalendar.php | 2 +- apps/dav/lib/Command/ListCalendars.php | 2 +- apps/dav/lib/Command/MoveCalendar.php | 2 +- .../Sabre/AnonymousOptionsPlugin.php | 2 ++ .../lib/Connector/Sabre/AppEnabledPlugin.php | 2 +- .../Sabre/BlockLegacyClientPlugin.php | 1 + .../Sabre/CommentPropertiesPlugin.php | 1 + apps/dav/lib/Connector/Sabre/Directory.php | 1 + .../Connector/Sabre/ExceptionLoggerPlugin.php | 1 + apps/dav/lib/Connector/Sabre/File.php | 1 + apps/dav/lib/Connector/Sabre/FilesPlugin.php | 1 + .../lib/Connector/Sabre/FilesReportPlugin.php | 1 + apps/dav/lib/Connector/Sabre/LockPlugin.php | 1 + .../lib/Connector/Sabre/MaintenancePlugin.php | 1 + apps/dav/lib/Connector/Sabre/Principal.php | 1 + .../dav/lib/Connector/Sabre/ServerFactory.php | 1 + apps/dav/lib/Connector/Sabre/SharesPlugin.php | 1 + apps/dav/lib/Connector/Sabre/TagsPlugin.php | 3 ++- apps/dav/lib/DAV/CustomPropertiesBackend.php | 6 ++---- apps/dav/lib/DAV/Sharing/Backend.php | 2 +- apps/dav/lib/Files/BrowserErrorPagePlugin.php | 2 ++ .../dav/lib/Files/Sharing/FilesDropPlugin.php | 1 + .../Files/Sharing/PublicLinkCheckPlugin.php | 1 + apps/dav/lib/HookManager.php | 2 +- .../RemoveOrphanEventsAndContacts.php | 3 ++- .../Apple/AppleProvisioningPlugin.php | 1 + apps/dav/lib/RootCollection.php | 1 + apps/dav/lib/Settings/CalDAVSettings.php | 2 +- apps/dav/lib/SystemTag/SystemTagPlugin.php | 1 + .../tests/unit/AppInfo/PluginManagerTest.php | 2 ++ .../CleanupInvitationTokenJobTest.php | 1 + .../BackgroundJob/EventReminderJobTest.php | 2 +- ...erateBirthdayCalendarBackgroundJobTest.php | 1 + .../BackgroundJob/RefreshWebcalJobTest.php | 1 + ...egisterRegenerateBirthdayCalendarsTest.php | 1 + ...alendarResourcesRoomsBackgroundJobTest.php | 1 + .../unit/CalDAV/Activity/BackendTest.php | 2 +- .../BirthdayCalendar/EnablePluginTest.php | 1 + .../CalDAV/CachedSubscriptionObjectTest.php | 1 + .../unit/CalDAV/CachedSubscriptionTest.php | 1 + .../tests/unit/CalDAV/CalDavBackendTest.php | 4 +++- .../tests/unit/CalDAV/CalendarHomeTest.php | 1 + .../tests/unit/CalDAV/CalendarImplTest.php | 1 + .../tests/unit/CalDAV/CalendarManagerTest.php | 1 + apps/dav/tests/unit/CalDAV/CalendarTest.php | 3 ++- apps/dav/tests/unit/CalDAV/OutboxTest.php | 1 + .../unit/CalDAV/PublicCalendarRootTest.php | 2 +- .../unit/CalDAV/Publishing/PublisherTest.php | 2 +- .../unit/CalDAV/Publishing/PublishingTest.php | 3 ++- .../unit/CalDAV/Reminder/BackendTest.php | 2 +- .../AbstractNotificationProviderTest.php | 2 +- .../EmailProviderTest.php | 3 ++- .../NotificationProvider/PushProviderTest.php | 2 +- .../NotificationProviderManagerTest.php | 2 +- .../unit/CalDAV/Reminder/NotifierTest.php | 2 +- .../CalDAV/Reminder/ReminderServiceTest.php | 2 +- .../AbstractPrincipalBackendTest.php | 1 + .../unit/CalDAV/Schedule/IMipPluginTest.php | 1 + .../unit/CalDAV/Search/SearchPluginTest.php | 1 + .../unit/CalDAV/WebcalCaching/PluginTest.php | 1 + .../RefreshWebcalServiceTest.php | 2 +- .../unit/CardDAV/BirthdayServiceTest.php | 1 + .../tests/unit/CardDAV/Sharing/PluginTest.php | 1 + .../tests/unit/CardDAV/SyncServiceTest.php | 2 +- .../tests/unit/Command/ListCalendarsTest.php | 2 +- .../tests/unit/Command/MoveCalendarTest.php | 2 +- .../tests/unit/Comments/CommentsNodeTest.php | 1 + .../unit/Comments/CommentsPluginTest.php | 1 + .../unit/Comments/EntityCollectionTest.php | 1 + .../unit/Comments/RootCollectionTest.php | 1 + .../Sabre/BlockLegacyClientPluginTest.php | 1 + .../Sabre/CommentsPropertiesPluginTest.php | 1 + .../Sabre/CopyEtagHeaderPluginTest.php | 1 + .../Sabre/CustomPropertiesBackendTest.php | 2 ++ .../unit/Connector/Sabre/DirectoryTest.php | 1 + .../Connector/Sabre/FakeLockerPluginTest.php | 2 ++ .../tests/unit/Connector/Sabre/FileTest.php | 1 + .../unit/Connector/Sabre/FilesPluginTest.php | 1 + .../Connector/Sabre/FilesReportPluginTest.php | 1 + .../Connector/Sabre/MaintenancePluginTest.php | 1 + .../tests/unit/Connector/Sabre/NodeTest.php | 2 +- .../unit/Connector/Sabre/ObjectTreeTest.php | 1 + .../unit/Connector/Sabre/PrincipalTest.php | 3 ++- .../unit/Connector/Sabre/QuotaPluginTest.php | 2 ++ .../RequestTest/PartFileInRootUploadTest.php | 1 + .../Sabre/RequestTest/RequestTestCase.php | 1 + .../unit/Connector/Sabre/SharesPluginTest.php | 1 + .../unit/Connector/Sabre/TagsPluginTest.php | 1 + .../BirthdayCalendarControllerTest.php | 1 + .../InvitationResponseControllerTest.php | 1 + .../tests/unit/DAV/AnonymousOptionsTest.php | 1 + .../unit/DAV/CustomPropertiesBackendTest.php | 2 ++ .../dav/tests/unit/DAV/GroupPrincipalTest.php | 1 + apps/dav/tests/unit/DAV/HookManagerTest.php | 2 +- .../dav/tests/unit/DAV/Sharing/PluginTest.php | 1 + .../unit/DAV/SystemPrincipalBackendTest.php | 2 +- .../unit/Files/FileSearchBackendTest.php | 1 + .../Files/Sharing/FilesDropPluginTest.php | 2 ++ .../RefreshWebcalJobRegistrarTest.php | 1 + .../Apple/AppleProvisioningPluginTest.php | 1 + .../SystemTag/SystemTagMappingNodeTest.php | 1 + .../unit/SystemTag/SystemTagNodeTest.php | 1 + .../unit/SystemTag/SystemTagPluginTest.php | 1 + .../SystemTagsByIdCollectionTest.php | 1 + .../SystemTagsObjectMappingCollectionTest.php | 1 + .../SystemTagsObjectTypeCollectionTest.php | 1 + .../tests/unit/Upload/ChunkingPluginTest.php | 1 + apps/encryption/lib/AppInfo/Application.php | 1 + apps/encryption/lib/Crypto/EncryptAll.php | 1 + apps/encryption/lib/Crypto/Encryption.php | 1 + apps/encryption/lib/Recovery.php | 1 + .../Controller/RecoveryControllerTest.php | 1 + .../Controller/SettingsControllerTest.php | 1 + .../tests/Controller/StatusControllerTest.php | 1 + apps/encryption/tests/Crypto/CryptTest.php | 1 + .../tests/Crypto/EncryptionTest.php | 1 + apps/encryption/tests/Hooks/UserHooksTest.php | 1 + apps/encryption/tests/KeyManagerTest.php | 1 + apps/encryption/tests/RecoveryTest.php | 1 + apps/encryption/tests/SessionTest.php | 1 + apps/encryption/tests/UtilTest.php | 1 + .../lib/AddressHandler.php | 1 + .../lib/FederatedShareProvider.php | 2 ++ .../lib/Notifications.php | 1 + .../lib/ocm/CloudFederationProviderFiles.php | 1 + .../tests/AddressHandlerTest.php | 1 + .../RequestHandlerControllerTest.php | 1 - .../tests/FederatedShareProviderTest.php | 2 ++ apps/files/ajax/download.php | 2 +- apps/files/ajax/list.php | 1 + apps/files/appinfo/app.php | 1 + apps/files/lib/Command/TransferOwnership.php | 1 + .../TransferOwnershipController.php | 2 ++ apps/files/lib/Helper.php | 1 + .../LegacyLoadAdditionalScriptsAdapter.php | 2 +- .../lib/Service/OwnershipTransferService.php | 2 ++ apps/files/lib/Service/TagService.php | 2 ++ .../tests/BackgroundJob/ScanFilesTest.php | 1 + apps/files/tests/HelperTest.php | 1 + apps/files/tests/Service/TagServiceTest.php | 2 ++ apps/files_external/ajax/applicable.php | 1 + .../lib/Controller/AjaxController.php | 1 + .../lib/Controller/ApiController.php | 1 + .../Controller/GlobalStoragesController.php | 1 + .../UserGlobalStoragesController.php | 1 + .../lib/Controller/UserStoragesController.php | 1 + .../lib/Lib/Auth/Password/UserGlobalAuth.php | 1 + .../lib/Lib/Storage/AmazonS3.php | 1 + apps/files_external/lib/Lib/Storage/FTP.php | 1 + apps/files_external/lib/Lib/Storage/SFTP.php | 1 + .../lib/Lib/Storage/SFTPReadStream.php | 9 ++++++-- .../lib/Lib/Storage/SFTPWriteStream.php | 9 ++++++-- apps/files_external/lib/Lib/Storage/SMB.php | 1 + apps/files_external/lib/Lib/Storage/Swift.php | 1 + apps/files_external/lib/config.php | 2 +- .../tests/Auth/Password/GlobalAuth.php | 1 + .../tests/Command/ApplicableTest.php | 1 + .../tests/Command/CommandTest.php | 1 + .../Controller/StoragesControllerTest.php | 2 ++ .../Controller/UserStoragesControllerTest.php | 1 + .../tests/FrontendDefinitionTraitTest.php | 1 + .../tests/OwnCloudFunctionsTest.php | 1 + .../tests/PersonalMountTest.php | 1 + .../tests/Service/BackendServiceTest.php | 1 + .../tests/Service/StoragesServiceTest.php | 1 + .../Service/UserGlobalStoragesServiceTest.php | 1 + .../tests/Service/UserStoragesServiceTest.php | 1 + apps/files_external/tests/Storage/FtpTest.php | 1 + apps/files_external/tests/Storage/SmbTest.php | 1 + apps/files_external/tests/config.php | 1 + .../files_sharing/lib/AppInfo/Application.php | 1 + .../Controller/ExternalSharesController.php | 1 + .../lib/Controller/RemoteController.php | 1 + .../lib/Controller/ShareController.php | 1 + apps/files_sharing/lib/External/Manager.php | 1 + apps/files_sharing/lib/External/Storage.php | 1 + apps/files_sharing/lib/Hooks.php | 1 - .../lib/Listener/ShareInteractionListener.php | 5 +++-- .../lib/Listener/UserAddedToGroupListener.php | 4 +++- .../Listener/UserShareAcceptanceListener.php | 1 + apps/files_sharing/lib/Settings/Personal.php | 1 + apps/files_sharing/lib/ShareBackend/File.php | 1 + .../files_sharing/lib/ShareBackend/Folder.php | 1 + apps/files_sharing/lib/SharedStorage.php | 1 + apps/files_sharing/public.php | 2 ++ apps/files_sharing/tests/ApiTest.php | 1 + apps/files_sharing/tests/CacheTest.php | 2 +- apps/files_sharing/tests/CapabilitiesTest.php | 1 + .../Controller/ShareAPIControllerTest.php | 1 + .../tests/Controller/ShareControllerTest.php | 1 + .../Controller/ShareesAPIControllerTest.php | 1 + .../tests/External/CacheTest.php | 1 + .../tests/ExternalStorageTest.php | 1 + .../Middleware/OCSShareAPIMiddlewareTest.php | 1 + .../Middleware/SharingCheckMiddlewareTest.php | 1 + .../files_sharing/tests/MountProviderTest.php | 1 + apps/files_sharing/tests/ShareTest.php | 1 + apps/files_sharing/tests/SharedMountTest.php | 1 + .../files_sharing/tests/SharedStorageTest.php | 1 + apps/files_sharing/tests/WatcherTest.php | 1 + apps/files_trashbin/lib/Helper.php | 1 + .../tests/Command/CleanUpTest.php | 1 + apps/files_trashbin/tests/TrashbinTest.php | 1 + .../lib/Versions/IVersionBackend.php | 1 + .../tests/Command/CleanupTest.php | 1 + apps/files_versions/tests/VersioningTest.php | 1 + .../Controller/LoginRedirectorController.php | 1 + .../LoginRedirectorControllerTest.php | 1 + .../Controller/OauthApiControllerTest.php | 1 + .../Controller/SettingsControllerTest.php | 1 + .../lib/AppInfo/Application.php | 1 + .../lib/Controller/UsersController.php | 2 +- .../tests/Controller/AppsControllerTest.php | 1 + .../tests/Controller/GroupsControllerTest.php | 1 + .../tests/Controller/UsersControllerTest.php | 2 +- apps/provisioning_api/tests/TestCase.php | 1 + .../lib/Controller/AppSettingsController.php | 2 ++ .../lib/Controller/UsersController.php | 1 + .../lib/Sections/Admin/Additional.php | 4 +++- .../settings/lib/Sections/Admin/Groupware.php | 4 +++- apps/settings/lib/Sections/Admin/Overview.php | 4 +++- apps/settings/lib/Sections/Admin/Security.php | 4 +++- apps/settings/lib/Sections/Admin/Server.php | 4 +++- apps/settings/lib/Sections/Admin/Sharing.php | 4 +++- .../lib/Sections/Personal/PersonalInfo.php | 4 +++- .../lib/Sections/Personal/Security.php | 4 +++- .../lib/Sections/Personal/SyncClients.php | 4 +++- apps/settings/lib/Settings/Admin/Mail.php | 1 - apps/settings/lib/Settings/Admin/Overview.php | 2 +- apps/settings/lib/Settings/Admin/Server.php | 4 +--- apps/settings/lib/Settings/Admin/Sharing.php | 2 +- .../lib/Settings/Personal/Additional.php | 2 +- .../lib/Settings/Personal/PersonalInfo.php | 2 +- .../Settings/Personal/Security/Authtokens.php | 1 - .../Settings/Personal/Security/Password.php | 3 ++- .../Settings/Personal/Security/TwoFactor.php | 2 +- .../lib/Settings/Personal/ServerDevNotice.php | 1 - .../AdminSettingsControllerTest.php | 2 +- .../tests/Settings/Admin/ServerTest.php | 2 ++ .../tests/Settings/Admin/SharingTest.php | 2 ++ .../Personal/Security/AuthtokensTest.php | 1 - .../Personal/Security/PasswordTest.php | 2 +- apps/sharebymail/lib/AppInfo/Application.php | 1 + apps/sharebymail/lib/ShareByMailProvider.php | 1 + .../tests/ShareByMailProviderTest.php | 1 + apps/testing/lib/AppInfo/Application.php | 1 + apps/theming/appinfo/routes.php | 1 + .../lib/Controller/ThemingController.php | 3 ++- apps/theming/lib/Util.php | 2 +- .../Controller/ThemingControllerTest.php | 1 + .../BackgroundJob/CheckBackupCodeTest.php | 1 + apps/user_ldap/ajax/clearMappings.php | 1 + apps/user_ldap/ajax/deleteConfiguration.php | 1 + apps/user_ldap/ajax/getConfiguration.php | 1 + .../ajax/getNewServerConfigPrefix.php | 1 + apps/user_ldap/ajax/setConfiguration.php | 2 +- apps/user_ldap/ajax/testConfiguration.php | 2 +- apps/user_ldap/ajax/wizard.php | 1 + apps/user_ldap/lib/Access.php | 1 + apps/user_ldap/lib/Command/ShowConfig.php | 1 + apps/user_ldap/lib/Command/TestConfig.php | 1 + apps/user_ldap/lib/Configuration.php | 1 + apps/user_ldap/lib/Connection.php | 1 + apps/user_ldap/lib/GroupPluginManager.php | 1 + apps/user_ldap/lib/Group_LDAP.php | 1 + apps/user_ldap/lib/Group_Proxy.php | 1 + apps/user_ldap/lib/Helper.php | 1 + apps/user_ldap/lib/Jobs/Sync.php | 1 + apps/user_ldap/lib/Jobs/UpdateGroups.php | 1 + apps/user_ldap/lib/LDAP.php | 1 + .../user_ldap/lib/Mapping/AbstractMapping.php | 1 + apps/user_ldap/lib/Proxy.php | 1 + apps/user_ldap/lib/User/OfflineUser.php | 1 + apps/user_ldap/lib/User/User.php | 2 ++ apps/user_ldap/lib/UserPluginManager.php | 1 + apps/user_ldap/lib/User_LDAP.php | 1 + apps/user_ldap/lib/User_Proxy.php | 1 + apps/user_ldap/lib/Wizard.php | 2 +- apps/user_ldap/lib/WizardResult.php | 1 + apps/user_ldap/tests/AccessTest.php | 1 + apps/user_ldap/tests/ConfigurationTest.php | 1 + apps/user_ldap/tests/ConnectionTest.php | 1 + apps/user_ldap/tests/Group_LDAPTest.php | 1 + apps/user_ldap/tests/HelperTest.php | 1 + .../Integration/ExceptionOnLostConnection.php | 1 + apps/user_ldap/tests/Jobs/CleanUpTest.php | 1 + apps/user_ldap/tests/LDAPTest.php | 1 + .../tests/Mapping/AbstractMappingTest.php | 1 + apps/user_ldap/tests/User/ManagerTest.php | 1 + apps/user_ldap/tests/User/UserTest.php | 1 + apps/user_ldap/tests/User_LDAPTest.php | 1 + apps/user_ldap/tests/WizardTest.php | 1 + .../features/bootstrap/CommentsContext.php | 1 + .../features/bootstrap/Provisioning.php | 1 + .../features/bootstrap/ShareesContext.php | 2 -- .../features/bootstrap/Sharing.php | 1 + .../features/bootstrap/TagsContext.php | 1 + core/Application.php | 2 +- core/Command/App/ListApps.php | 1 + core/Command/App/Update.php | 1 + core/Command/Db/AddMissingIndices.php | 2 +- core/Command/Encryption/ListModules.php | 1 + core/Command/L10n/CreateJs.php | 1 + core/Command/Status.php | 1 + core/Command/Upgrade.php | 1 + core/Command/User/Report.php | 1 + core/Controller/AvatarController.php | 1 + core/Controller/CssController.php | 2 +- core/Controller/JsController.php | 2 +- core/Controller/LostController.php | 2 +- core/Controller/OCSController.php | 1 + core/Controller/SvgController.php | 2 +- core/Controller/UserController.php | 1 + .../Version16000Date20190212081545.php | 1 + core/ajax/update.php | 1 + cron.php | 2 ++ index.php | 2 +- lib/autoloader.php | 1 + lib/base.php | 2 ++ lib/private/Activity/Manager.php | 1 + lib/private/AllConfig.php | 1 + lib/private/App/AppManager.php | 1 + .../App/AppStore/Bundles/BundleFetcher.php | 1 + .../App/AppStore/Bundles/HubBundle.php | 4 +++- .../App/AppStore/Fetcher/AppFetcher.php | 1 + .../App/AppStore/Fetcher/CategoryFetcher.php | 1 + lib/private/App/DependencyAnalyzer.php | 1 + lib/private/App/PlatformRepository.php | 1 + lib/private/AppFramework/Http.php | 1 + lib/private/AppFramework/OCS/BaseResponse.php | 2 ++ lib/private/Archive/TAR.php | 2 +- lib/private/Archive/ZIP.php | 1 + .../Authentication/Token/RemoteWipe.php | 1 + lib/private/Avatar/Avatar.php | 3 ++- lib/private/BackgroundJob/Job.php | 1 + lib/private/BackgroundJob/JobList.php | 1 + .../BackgroundJob/Legacy/QueuedJob.php | 1 + lib/private/Cache/File.php | 1 + lib/private/CapabilitiesManager.php | 1 + .../Collaborators/GroupPlugin.php | 1 + .../Collaborators/UserPlugin.php | 3 ++- lib/private/Config.php | 1 + .../Contacts/ContactsMenu/ContactsStore.php | 1 + lib/private/ContactsManager.php | 1 + lib/private/DB/Connection.php | 2 +- lib/private/DB/ConnectionFactory.php | 1 + lib/private/DB/MDB2SchemaReader.php | 2 +- lib/private/DB/MySQLMigrator.php | 1 + lib/private/DB/OracleConnection.php | 1 + lib/private/DB/PgSqlTools.php | 1 + .../DB/QueryBuilder/CompositeExpression.php | 1 + lib/private/DB/QueryBuilder/QueryBuilder.php | 1 + lib/private/DB/SQLiteMigrator.php | 1 + lib/private/DB/SQLiteSessionInit.php | 1 + .../DB/SetTransactionIsolationLevel.php | 2 +- lib/private/DateTimeFormatter.php | 1 + lib/private/DirectEditing/Manager.php | 1 + lib/private/Encryption/DecryptAll.php | 2 ++ lib/private/Encryption/File.php | 1 + lib/private/Encryption/Manager.php | 1 + lib/private/Encryption/Update.php | 1 + lib/private/Encryption/Util.php | 1 + .../EventDispatcher/EventDispatcher.php | 1 + .../Files/Cache/AbstractCacheEvent.php | 1 + lib/private/Files/Cache/HomeCache.php | 1 + lib/private/Files/Cache/Scanner.php | 1 + lib/private/Files/Cache/Storage.php | 1 + lib/private/Files/Cache/Updater.php | 1 + lib/private/Files/Cache/Watcher.php | 1 + lib/private/Files/Cache/Wrapper/CacheJail.php | 1 + .../Files/Cache/Wrapper/CacheWrapper.php | 1 + .../Files/Config/MountProviderCollection.php | 1 + lib/private/Files/Mount/MountPoint.php | 1 + lib/private/Files/Node/File.php | 1 + lib/private/Files/Node/Folder.php | 1 + lib/private/Files/Node/LazyRoot.php | 1 + lib/private/Files/Node/Node.php | 1 + lib/private/Files/ObjectStore/NoopScanner.php | 1 + .../Files/ObjectStore/ObjectStoreStorage.php | 1 + .../Files/ObjectStore/S3ConnectionTrait.php | 1 + lib/private/Files/SimpleFS/NewSimpleFile.php | 9 ++++++-- lib/private/Files/SimpleFS/SimpleFolder.php | 1 + lib/private/Files/Storage/Common.php | 1 + lib/private/Files/Storage/DAV.php | 1 + lib/private/Files/Storage/Local.php | 1 + lib/private/Files/Storage/Temporary.php | 1 + .../Files/Storage/Wrapper/Encryption.php | 1 + lib/private/Files/Storage/Wrapper/Wrapper.php | 1 + lib/private/Files/Stream/Encryption.php | 1 + lib/private/Files/Stream/Quota.php | 1 + lib/private/Files/Type/Detection.php | 1 + lib/private/Files/Type/Loader.php | 1 - lib/private/Files/Type/TemplateManager.php | 1 + lib/private/Files/View.php | 1 + lib/private/Group/Backend.php | 1 + lib/private/Group/Database.php | 1 + lib/private/Group/Group.php | 1 + lib/private/Group/Manager.php | 1 + lib/private/Group/MetaData.php | 1 + lib/private/Hooks/EmitterTrait.php | 1 + lib/private/Hooks/ForwardingEmitter.php | 1 + lib/private/Hooks/LegacyEmitter.php | 1 + lib/private/Http/Client/Client.php | 1 + lib/private/L10N/Factory.php | 2 +- lib/private/L10N/L10N.php | 2 +- lib/private/LargeFileHelper.php | 1 + lib/private/Log/ErrorHandler.php | 1 + lib/private/Log/File.php | 1 + lib/private/Log/LogDetails.php | 1 + lib/private/Mail/Mailer.php | 3 ++- lib/private/Mail/Message.php | 2 +- lib/private/Memcache/ArrayCache.php | 1 + lib/private/Memcache/Memcached.php | 1 + lib/private/NaturalSort.php | 1 + lib/private/NavigationManager.php | 1 + lib/private/OCS/Result.php | 1 + lib/private/Preview/GeneratorHelper.php | 1 + lib/private/Repair.php | 1 + lib/private/Repair/CleanTags.php | 1 + lib/private/Repair/Collation.php | 1 + lib/private/Repair/RepairMimeTypes.php | 1 + lib/private/Route/CachingRouter.php | 1 + lib/private/Route/Route.php | 1 + lib/private/Search.php | 1 + lib/private/Search/Provider/File.php | 1 + .../Security/CSP/ContentSecurityPolicy.php | 2 +- .../CSP/ContentSecurityPolicyNonceManager.php | 1 + lib/private/Security/CertificateManager.php | 1 + lib/private/Security/Hasher.php | 1 + lib/private/Security/Normalizer/IpAddress.php | 2 +- lib/private/Server.php | 1 + lib/private/Settings/Manager.php | 1 - lib/private/Setup.php | 1 + lib/private/Setup/AbstractDatabase.php | 1 + lib/private/Setup/OCI.php | 2 +- lib/private/Setup/Sqlite.php | 1 + lib/private/Share/Constants.php | 1 + lib/private/Share/Helper.php | 1 + lib/private/Share/SearchResultSorter.php | 1 + lib/private/Share/Share.php | 1 + lib/private/Share20/DefaultShareProvider.php | 2 +- lib/private/SubAdmin.php | 1 + lib/private/TagManager.php | 1 + lib/private/Tagging/TagMapper.php | 1 + lib/private/Tags.php | 2 ++ lib/private/Template/Base.php | 1 + lib/private/Template/CSSResourceLocator.php | 1 + lib/private/Template/JSCombiner.php | 1 + lib/private/Template/ResourceLocator.php | 1 + lib/private/Template/SCSSCacher.php | 1 + lib/private/TemplateLayout.php | 3 ++- lib/private/URLGenerator.php | 1 + lib/private/Updater/ChangesCheck.php | 1 + lib/private/User/Backend.php | 1 + lib/private/User/User.php | 1 + lib/private/legacy/api.php | 1 + lib/private/legacy/db.php | 1 + lib/private/legacy/db/statementwrapper.php | 1 + lib/private/legacy/files.php | 1 + lib/private/legacy/helper.php | 1 + lib/private/legacy/image.php | 1 + lib/private/legacy/template/functions.php | 1 + lib/private/legacy/user.php | 1 - .../AuthPublicShareController.php | 2 ++ lib/public/AppFramework/Controller.php | 1 + lib/public/AppFramework/Db/QBMapper.php | 1 + .../Http/ContentSecurityPolicy.php | 2 +- lib/public/AppFramework/Http/DataResponse.php | 1 + .../Http/EmptyContentSecurityPolicy.php | 3 ++- lib/public/AppFramework/Http/JSONResponse.php | 1 + .../Http/Template/PublicTemplateResponse.php | 1 + .../AppFramework/Http/TemplateResponse.php | 1 + .../Events/ContactInteractedWithEvent.php | 5 +++-- lib/public/Contacts/IManager.php | 1 + .../DB/QueryBuilder/ICompositeExpression.php | 1 + lib/public/DB/QueryBuilder/IQueryBuilder.php | 1 + .../EventDispatcher/IEventDispatcher.php | 1 + lib/public/Files/Cache/ICacheEvent.php | 1 + lib/public/Files/LockNotAcquiredException.php | 1 + lib/public/Files/SimpleFS/ISimpleFolder.php | 1 + lib/public/FullTextSearch/Model/IIndex.php | 1 + lib/public/IDBConnection.php | 1 + lib/public/IL10N.php | 2 +- lib/public/ISearch.php | 1 + lib/public/ITagManager.php | 2 +- lib/public/ITags.php | 1 + lib/public/IURLGenerator.php | 1 + lib/public/L10N/IFactory.php | 2 +- lib/public/Log/IDataLogger.php | 4 +++- lib/public/Mail/Events/BeforeMessageSent.php | 2 +- lib/public/Route/IRouter.php | 1 + lib/public/Search/Provider.php | 1 + .../Share/Events/VerifyMountPointEvent.php | 2 ++ lib/public/Share/IManager.php | 1 + lib/public/Template.php | 1 + lib/public/Util.php | 1 + public.php | 1 + remote.php | 2 ++ 540 files changed, 682 insertions(+), 145 deletions(-) diff --git a/AUTHORS b/AUTHORS index 583bd61724..d52deea4ce 100644 --- a/AUTHORS +++ b/AUTHORS @@ -16,7 +16,6 @@ Nextcloud is written by: - Andreas Fischer - Andreas Pflug - Andrew Brown - - Andrius - André Gaul - Ardinis - Ari Selseng @@ -53,7 +52,6 @@ Nextcloud is written by: - Christian Jürges - Christian Kampka - Christian Oliff - - Christian Weiske - Christoph Schaefer "christophł@wolkesicher.de" - Christoph Seitz - Christoph Wickert @@ -97,7 +95,9 @@ Nextcloud is written by: - François Kubler - Frederic Werner - Frédéric Fortier + - Gary Kim - Georg Ehrke + - GrayFix - Greta Doci - Guillaume COMPAGNON - Hemanth Kumar Veeranki @@ -128,6 +128,7 @@ Nextcloud is written by: - Jonas Sulzer - Jonny007-MKD <1-23-4-5@web.de> - Jos Poortvliet + - Jose Quinteiro - Juan Pablo Villafañez - Juan Pablo Villafáñez - Juan Pablo Villafáñez @@ -191,6 +192,7 @@ Nextcloud is written by: - Michael Gapczynski - Michael Göhler - Michael Jobst + - Michael Kuhn - Michael Letzgus - Michael Roitzsch - Michael Roth @@ -199,10 +201,12 @@ Nextcloud is written by: - Michał Węgrzynek - Miguel Prokop - Mitar + - Mohammed Abdellatif - Morris Jobke - Nicolai Ehemann - Nicolas Grekas - Nils + - Nils Wittenbrink - Nmz - Noveen Sachdeva - Ole Ostergaard @@ -218,11 +222,13 @@ Nextcloud is written by: - Patrick Paysant - Patrik Kernstock - Pauli Järvinen + - Pavel Krasikov - Pellaeon Lin - Peter Kubica - Phil Davis - Philipp Kapfer - Philipp Schaffrath + - Philipp Staiger - Philippe Jung - Pierre Ozoux - Pierre Rudloff @@ -274,9 +280,11 @@ Nextcloud is written by: - Senorsen - Serge Martin - Sergej Nikolaev + - Sergey Shliakhov - Sergio Bertolin - Sergio Bertolín - Simon Könnecke + - Simounet - Sjors van der Pluijm - Stefan Rado - Stefan Schneider @@ -292,18 +300,20 @@ Nextcloud is written by: - Temtaime - Thibault Coupin - Thibaut GRIDEL - - Thomas Citharel + - Thomas Citharel - Thomas Ebert - Thomas Müller - Thomas Pulzer - Thomas Tanghus + - Tiago Flores - Tigran Mkrtchyan - Tim Dettrick + - Tim Obert - Tim Terhorst + - TimObert - Timo Förster - Tobia De Koninck - Tobia De Koninck - - Tobias Brunner - Tobias Kaminsky - Tom Needham - Tomasz Paluszkiewicz @@ -370,6 +380,7 @@ Nextcloud is written by: - root "root@oc.(none)" - root - rubo77 + - sammo2828 - scambra - scolebrook - shkdee diff --git a/apps/accessibility/lib/AccessibilityProvider.php b/apps/accessibility/lib/AccessibilityProvider.php index c922c7e285..159cde37e3 100644 --- a/apps/accessibility/lib/AccessibilityProvider.php +++ b/apps/accessibility/lib/AccessibilityProvider.php @@ -3,9 +3,11 @@ * @copyright Copyright (c) 2018 John Molakvoæ * @copyright Copyright (c) 2019 Janis Köhr * + * @author Christoph Wurst * @author Greta Doci * @author Jan-Christoph Borchardt * @author Janis Köhr + * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * * @license GNU AGPL version 3 or any later version diff --git a/apps/accessibility/lib/Controller/AccessibilityController.php b/apps/accessibility/lib/Controller/AccessibilityController.php index d2ec6e4d84..81212ad98d 100644 --- a/apps/accessibility/lib/Controller/AccessibilityController.php +++ b/apps/accessibility/lib/Controller/AccessibilityController.php @@ -7,11 +7,13 @@ declare(strict_types=1); * @copyright Copyright (c) 2019 Janis Köhr * * @author Alexey Pyltsyn + * @author Christoph Wurst * @author Janis Köhr + * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Julius Härtl * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/accessibility/lib/Controller/ConfigController.php b/apps/accessibility/lib/Controller/ConfigController.php index fe2dfbb512..dd070d291b 100644 --- a/apps/accessibility/lib/Controller/ConfigController.php +++ b/apps/accessibility/lib/Controller/ConfigController.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2018 John Molakvoæ (skjnldsv) * @copyright Copyright (c) 2019 Janis Köhr * + * @author Christoph Wurst * @author Janis Köhr * @author John Molakvoæ (skjnldsv) * @author Roeland Jago Douma diff --git a/apps/admin_audit/lib/AppInfo/Application.php b/apps/admin_audit/lib/AppInfo/Application.php index 6d7eff012f..46dbf35cfc 100644 --- a/apps/admin_audit/lib/AppInfo/Application.php +++ b/apps/admin_audit/lib/AppInfo/Application.php @@ -7,9 +7,11 @@ declare(strict_types=1); * * @author Arthur Schiwon * @author Bjoern Schiessle + * @author GrayFix * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma + * @author Tiago Flores * * @license GNU AGPL version 3 or any later version * diff --git a/apps/cloud_federation_api/lib/Controller/RequestHandlerController.php b/apps/cloud_federation_api/lib/Controller/RequestHandlerController.php index db5f48adf2..d99e6c2d00 100644 --- a/apps/cloud_federation_api/lib/Controller/RequestHandlerController.php +++ b/apps/cloud_federation_api/lib/Controller/RequestHandlerController.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2018 Bjoern Schiessle * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/comments/lib/AppInfo/Application.php b/apps/comments/lib/AppInfo/Application.php index 9a9df25edf..811f91475e 100644 --- a/apps/comments/lib/AppInfo/Application.php +++ b/apps/comments/lib/AppInfo/Application.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Roeland Jago Douma diff --git a/apps/comments/tests/Unit/Notification/ListenerTest.php b/apps/comments/tests/Unit/Notification/ListenerTest.php index 1972244a38..8fb717e425 100644 --- a/apps/comments/tests/Unit/Notification/ListenerTest.php +++ b/apps/comments/tests/Unit/Notification/ListenerTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/comments/tests/Unit/Notification/NotifierTest.php b/apps/comments/tests/Unit/Notification/NotifierTest.php index 2924c10c85..390624c2c8 100644 --- a/apps/comments/tests/Unit/Notification/NotifierTest.php +++ b/apps/comments/tests/Unit/Notification/NotifierTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/appinfo/app.php b/apps/dav/appinfo/app.php index 4b4c0824ef..4127877f5a 100644 --- a/apps/dav/appinfo/app.php +++ b/apps/dav/appinfo/app.php @@ -8,7 +8,7 @@ * @author Joas Schilling * @author Julius Härtl * @author Lukas Reschke - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * @author Tobia De Koninck * diff --git a/apps/dav/appinfo/v1/publicwebdav.php b/apps/dav/appinfo/v1/publicwebdav.php index 53f1b0d62b..e7bd867898 100644 --- a/apps/dav/appinfo/v1/publicwebdav.php +++ b/apps/dav/appinfo/v1/publicwebdav.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl * @author Lukas Reschke diff --git a/apps/dav/lib/AppInfo/Application.php b/apps/dav/lib/AppInfo/Application.php index 45d725ffda..7cee070c6d 100644 --- a/apps/dav/lib/AppInfo/Application.php +++ b/apps/dav/lib/AppInfo/Application.php @@ -7,7 +7,7 @@ * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * @author Tobia De Koninck * diff --git a/apps/dav/lib/AppInfo/PluginManager.php b/apps/dav/lib/AppInfo/PluginManager.php index f123648cd3..db54e05749 100644 --- a/apps/dav/lib/AppInfo/PluginManager.php +++ b/apps/dav/lib/AppInfo/PluginManager.php @@ -5,6 +5,8 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud GmbH. * + * @author Christoph Wurst + * @author Georg Ehrke * @author Julius Härtl * @author Roeland Jago Douma * @author Vincent Petry diff --git a/apps/dav/lib/BackgroundJob/EventReminderJob.php b/apps/dav/lib/BackgroundJob/EventReminderJob.php index 79a8f64e70..ee6a920431 100644 --- a/apps/dav/lib/BackgroundJob/EventReminderJob.php +++ b/apps/dav/lib/BackgroundJob/EventReminderJob.php @@ -4,7 +4,7 @@ * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/BackgroundJob/UploadCleanup.php b/apps/dav/lib/BackgroundJob/UploadCleanup.php index bb8125a01d..484d0b4d79 100644 --- a/apps/dav/lib/BackgroundJob/UploadCleanup.php +++ b/apps/dav/lib/BackgroundJob/UploadCleanup.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018, Roeland Jago Douma * + * @author Julius Härtl * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/lib/CalDAV/Activity/Backend.php b/apps/dav/lib/CalDAV/Activity/Backend.php index 05368e6233..cb9c546b82 100644 --- a/apps/dav/lib/CalDAV/Activity/Backend.php +++ b/apps/dav/lib/CalDAV/Activity/Backend.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php b/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php index 9ed0bd9329..68814e88bc 100644 --- a/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php +++ b/apps/dav/lib/CalDAV/Activity/Provider/Calendar.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Julius Härtl * @author Morris Jobke - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/CalDavBackend.php b/apps/dav/lib/CalDAV/CalDavBackend.php index 7280288c02..bef0a9e719 100644 --- a/apps/dav/lib/CalDAV/CalDavBackend.php +++ b/apps/dav/lib/CalDAV/CalDavBackend.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2018 Georg Ehrke * + * @author Christoph Wurst + * @author dartcafe * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke @@ -11,7 +13,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * @author Vinicius Cubas Brand * diff --git a/apps/dav/lib/CalDAV/Calendar.php b/apps/dav/lib/CalDAV/Calendar.php index 7a46060290..ca8534a76b 100644 --- a/apps/dav/lib/CalDAV/Calendar.php +++ b/apps/dav/lib/CalDAV/Calendar.php @@ -2,11 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Gary Kim * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CalDAV/CalendarObject.php b/apps/dav/lib/CalDAV/CalendarObject.php index dd2684ffa9..6aee57809f 100644 --- a/apps/dav/lib/CalDAV/CalendarObject.php +++ b/apps/dav/lib/CalDAV/CalendarObject.php @@ -4,9 +4,9 @@ * @copyright Copyright (c) 2017, Georg Ehrke * @copyright Copyright (c) 2020, Gary Kim * + * @author Gary Kim * @author Georg Ehrke * @author Thomas Müller - * @author Gary Kim * * @license AGPL-3.0 * diff --git a/apps/dav/lib/CalDAV/PublicCalendar.php b/apps/dav/lib/CalDAV/PublicCalendar.php index 62b07521ec..064d011f69 100644 --- a/apps/dav/lib/CalDAV/PublicCalendar.php +++ b/apps/dav/lib/CalDAV/PublicCalendar.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017, Georg Ehrke * + * @author Gary Kim * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/lib/CalDAV/PublicCalendarRoot.php b/apps/dav/lib/CalDAV/PublicCalendarRoot.php index 3cc2e0e249..17d0d06711 100644 --- a/apps/dav/lib/CalDAV/PublicCalendarRoot.php +++ b/apps/dav/lib/CalDAV/PublicCalendarRoot.php @@ -5,7 +5,7 @@ * @author Georg Ehrke * @author Lukas Reschke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php b/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php index e8f6e03464..28e96e9b1d 100644 --- a/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php +++ b/apps/dav/lib/CalDAV/Publishing/PublishPlugin.php @@ -4,7 +4,7 @@ * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php b/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php index 9e355e018d..2a750c5a32 100644 --- a/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php +++ b/apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016 Thomas Citharel * * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/Reminder/Backend.php b/apps/dav/lib/CalDAV/Reminder/Backend.php index dcf2b37739..62d9c5b134 100644 --- a/apps/dav/lib/CalDAV/Reminder/Backend.php +++ b/apps/dav/lib/CalDAV/Reminder/Backend.php @@ -8,7 +8,7 @@ declare(strict_types=1); * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php b/apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php index 74c5d2348f..3893d24d80 100644 --- a/apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php +++ b/apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php @@ -8,7 +8,7 @@ declare(strict_types=1); * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/Reminder/NotificationProvider/ProviderNotAvailableException.php b/apps/dav/lib/CalDAV/Reminder/NotificationProvider/ProviderNotAvailableException.php index 520a989ed0..c83865d1ee 100644 --- a/apps/dav/lib/CalDAV/Reminder/NotificationProvider/ProviderNotAvailableException.php +++ b/apps/dav/lib/CalDAV/Reminder/NotificationProvider/ProviderNotAvailableException.php @@ -6,7 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2018 Thomas Citharel * * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/Reminder/NotificationProvider/PushProvider.php b/apps/dav/lib/CalDAV/Reminder/NotificationProvider/PushProvider.php index 7e56015995..0074b5c201 100644 --- a/apps/dav/lib/CalDAV/Reminder/NotificationProvider/PushProvider.php +++ b/apps/dav/lib/CalDAV/Reminder/NotificationProvider/PushProvider.php @@ -8,7 +8,7 @@ declare(strict_types=1); * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/Reminder/NotificationProviderManager.php b/apps/dav/lib/CalDAV/Reminder/NotificationProviderManager.php index b37ed7f7e7..b9b500c36f 100644 --- a/apps/dav/lib/CalDAV/Reminder/NotificationProviderManager.php +++ b/apps/dav/lib/CalDAV/Reminder/NotificationProviderManager.php @@ -8,7 +8,7 @@ declare(strict_types=1); * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/Reminder/NotificationTypeDoesNotExistException.php b/apps/dav/lib/CalDAV/Reminder/NotificationTypeDoesNotExistException.php index 9bf07f371f..2f182937a9 100644 --- a/apps/dav/lib/CalDAV/Reminder/NotificationTypeDoesNotExistException.php +++ b/apps/dav/lib/CalDAV/Reminder/NotificationTypeDoesNotExistException.php @@ -5,7 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019, Thomas Citharel * - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/Reminder/Notifier.php b/apps/dav/lib/CalDAV/Reminder/Notifier.php index ce27722d5b..c436d4fc32 100644 --- a/apps/dav/lib/CalDAV/Reminder/Notifier.php +++ b/apps/dav/lib/CalDAV/Reminder/Notifier.php @@ -8,7 +8,7 @@ declare(strict_types=1); * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/Reminder/ReminderService.php b/apps/dav/lib/CalDAV/Reminder/ReminderService.php index 17c2d02a71..fe4153fccf 100644 --- a/apps/dav/lib/CalDAV/Reminder/ReminderService.php +++ b/apps/dav/lib/CalDAV/Reminder/ReminderService.php @@ -8,7 +8,7 @@ declare(strict_types=1); * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php index 3b66e84fc2..cb3bfb4f43 100644 --- a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php +++ b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php @@ -5,6 +5,7 @@ * * @author brad2014 * @author Brad Rubenstein + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author Leon Klingele diff --git a/apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php b/apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php index 3b53487fac..d25018c129 100644 --- a/apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php +++ b/apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php @@ -6,7 +6,6 @@ declare(strict_types=1); * @copyright Copyright (c) 2020, Thomas Citharel * * @author Georg Ehrke - * @author Roeland Jago Douma * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/lib/CardDAV/AddressBookRoot.php b/apps/dav/lib/CardDAV/AddressBookRoot.php index 4436775653..254f3e0a8e 100644 --- a/apps/dav/lib/CardDAV/AddressBookRoot.php +++ b/apps/dav/lib/CardDAV/AddressBookRoot.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/dav/lib/CardDAV/CardDavBackend.php b/apps/dav/lib/CardDAV/CardDavBackend.php index bd89b233ae..8925fcdbd0 100644 --- a/apps/dav/lib/CardDAV/CardDavBackend.php +++ b/apps/dav/lib/CardDAV/CardDavBackend.php @@ -6,6 +6,7 @@ * @author Arthur Schiwon * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author John Molakvoæ (skjnldsv) @@ -14,7 +15,7 @@ * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php b/apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php index 6ac36fea44..1bcd3fbe41 100644 --- a/apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php +++ b/apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php @@ -2,6 +2,27 @@ declare(strict_types=1); +/** + * + * + * @author Christoph Wurst + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\DAV\CardDAV\Integration; use Sabre\CardDAV\IAddressBook; diff --git a/apps/dav/lib/CardDAV/Integration/IAddressBookProvider.php b/apps/dav/lib/CardDAV/Integration/IAddressBookProvider.php index 1299d935c5..b999cc7168 100644 --- a/apps/dav/lib/CardDAV/Integration/IAddressBookProvider.php +++ b/apps/dav/lib/CardDAV/Integration/IAddressBookProvider.php @@ -2,6 +2,27 @@ declare(strict_types=1); +/** + * + * + * @author Christoph Wurst + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ namespace OCA\DAV\CardDAV\Integration; diff --git a/apps/dav/lib/CardDAV/PhotoCache.php b/apps/dav/lib/CardDAV/PhotoCache.php index 99c0d1817c..2244e99170 100644 --- a/apps/dav/lib/CardDAV/PhotoCache.php +++ b/apps/dav/lib/CardDAV/PhotoCache.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Daniel Kesselberg + * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/lib/CardDAV/SyncService.php b/apps/dav/lib/CardDAV/SyncService.php index 9ca50b5ee2..5306797874 100644 --- a/apps/dav/lib/CardDAV/SyncService.php +++ b/apps/dav/lib/CardDAV/SyncService.php @@ -7,7 +7,7 @@ * @author Björn Schießle * @author Joas Schilling * @author Morris Jobke - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/CardDAV/SystemAddressbook.php b/apps/dav/lib/CardDAV/SystemAddressbook.php index 8246a8eebf..61a0b57a4d 100644 --- a/apps/dav/lib/CardDAV/SystemAddressbook.php +++ b/apps/dav/lib/CardDAV/SystemAddressbook.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018, Roeland Jago Douma * + * @author Julius Härtl * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/lib/CardDAV/UserAddressBooks.php b/apps/dav/lib/CardDAV/UserAddressBooks.php index 625eb2c0b8..4b4ec4e12e 100644 --- a/apps/dav/lib/CardDAV/UserAddressBooks.php +++ b/apps/dav/lib/CardDAV/UserAddressBooks.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 Thomas Müller diff --git a/apps/dav/lib/Command/CreateCalendar.php b/apps/dav/lib/Command/CreateCalendar.php index 7c2085b890..d2e19ef99d 100644 --- a/apps/dav/lib/Command/CreateCalendar.php +++ b/apps/dav/lib/Command/CreateCalendar.php @@ -5,7 +5,7 @@ * @author Georg Ehrke * @author Joas Schilling * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/Command/ListCalendars.php b/apps/dav/lib/Command/ListCalendars.php index 768486a07e..00f14605ec 100644 --- a/apps/dav/lib/Command/ListCalendars.php +++ b/apps/dav/lib/Command/ListCalendars.php @@ -4,7 +4,7 @@ * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/Command/MoveCalendar.php b/apps/dav/lib/Command/MoveCalendar.php index f74a5062c2..9efd63722d 100644 --- a/apps/dav/lib/Command/MoveCalendar.php +++ b/apps/dav/lib/Command/MoveCalendar.php @@ -4,7 +4,7 @@ * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/Connector/Sabre/AnonymousOptionsPlugin.php b/apps/dav/lib/Connector/Sabre/AnonymousOptionsPlugin.php index 79999f968a..b693b50f8e 100644 --- a/apps/dav/lib/Connector/Sabre/AnonymousOptionsPlugin.php +++ b/apps/dav/lib/Connector/Sabre/AnonymousOptionsPlugin.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2018 Robin Appelman * * @author Bastien Durel + * @author Christoph Wurst + * @author Georg Ehrke * @author Julius Härtl * @author Robin Appelman * diff --git a/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php b/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php index 896a6a5518..ee15d137b6 100644 --- a/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php +++ b/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php @@ -2,10 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller - * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php index 07c7aad0d1..1ddebe06ee 100644 --- a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php +++ b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke * @author Lukas Reschke * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php b/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php index 22f0104940..a479d0ff96 100644 --- a/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/dav/lib/Connector/Sabre/Directory.php b/apps/dav/lib/Connector/Sabre/Directory.php index 9b44997fb6..71b7e33d28 100644 --- a/apps/dav/lib/Connector/Sabre/Directory.php +++ b/apps/dav/lib/Connector/Sabre/Directory.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle + * @author Christoph Wurst * @author Jakob Sack * @author Joas Schilling * @author Morris Jobke diff --git a/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php b/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php index cf617152eb..dc65837c74 100644 --- a/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php +++ b/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/lib/Connector/Sabre/File.php b/apps/dav/lib/Connector/Sabre/File.php index 0bd01de408..40075f68a7 100644 --- a/apps/dav/lib/Connector/Sabre/File.php +++ b/apps/dav/lib/Connector/Sabre/File.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Björn Schießle + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Jakob Sack * @author Jan-Philipp Litza diff --git a/apps/dav/lib/Connector/Sabre/FilesPlugin.php b/apps/dav/lib/Connector/Sabre/FilesPlugin.php index a35db1e77e..fd432a2137 100644 --- a/apps/dav/lib/Connector/Sabre/FilesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FilesPlugin.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Michael Jobst diff --git a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php index a2de82fa9c..1f7c78a553 100644 --- a/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php +++ b/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/lib/Connector/Sabre/LockPlugin.php b/apps/dav/lib/Connector/Sabre/LockPlugin.php index 077086c40d..a8e3818c5c 100644 --- a/apps/dav/lib/Connector/Sabre/LockPlugin.php +++ b/apps/dav/lib/Connector/Sabre/LockPlugin.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke * @author Robin Appelman * @author Roeland Jago Douma * @author Stefan Weil diff --git a/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php b/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php index 67e57e788b..0885edd11a 100644 --- a/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php +++ b/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Georg Ehrke * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller diff --git a/apps/dav/lib/Connector/Sabre/Principal.php b/apps/dav/lib/Connector/Sabre/Principal.php index 6be21eda3f..4b068dafda 100644 --- a/apps/dav/lib/Connector/Sabre/Principal.php +++ b/apps/dav/lib/Connector/Sabre/Principal.php @@ -7,6 +7,7 @@ * @author Christoph Seitz * @author Georg Ehrke * @author Jakob Sack + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/lib/Connector/Sabre/ServerFactory.php b/apps/dav/lib/Connector/Sabre/ServerFactory.php index d26e19c67c..7f5bc6baea 100644 --- a/apps/dav/lib/Connector/Sabre/ServerFactory.php +++ b/apps/dav/lib/Connector/Sabre/ServerFactory.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Brandon Kirsch + * @author Georg Ehrke * @author Joas Schilling * @author Julius Härtl * @author Lukas Reschke diff --git a/apps/dav/lib/Connector/Sabre/SharesPlugin.php b/apps/dav/lib/Connector/Sabre/SharesPlugin.php index 9d543e55a4..8b81122673 100644 --- a/apps/dav/lib/Connector/Sabre/SharesPlugin.php +++ b/apps/dav/lib/Connector/Sabre/SharesPlugin.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/dav/lib/Connector/Sabre/TagsPlugin.php b/apps/dav/lib/Connector/Sabre/TagsPlugin.php index 2ac7c01f42..9cefe682de 100644 --- a/apps/dav/lib/Connector/Sabre/TagsPlugin.php +++ b/apps/dav/lib/Connector/Sabre/TagsPlugin.php @@ -2,10 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Morris Jobke * @author Roeland Jago Douma * @author Sergio Bertolín - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/dav/lib/DAV/CustomPropertiesBackend.php b/apps/dav/lib/DAV/CustomPropertiesBackend.php index 81fb63dd85..a50f171f6f 100644 --- a/apps/dav/lib/DAV/CustomPropertiesBackend.php +++ b/apps/dav/lib/DAV/CustomPropertiesBackend.php @@ -3,11 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2017, Georg Ehrke * - * @author Aaron Wood - * @author Lukas Reschke - * @author Roeland Jago Douma + * @author Georg Ehrke + * @author Robin Appelman * @author Thomas Müller - * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/lib/DAV/Sharing/Backend.php b/apps/dav/lib/DAV/Sharing/Backend.php index 079e62f4f8..1a813daa2e 100644 --- a/apps/dav/lib/DAV/Sharing/Backend.php +++ b/apps/dav/lib/DAV/Sharing/Backend.php @@ -6,7 +6,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/Files/BrowserErrorPagePlugin.php b/apps/dav/lib/Files/BrowserErrorPagePlugin.php index 7b0d39f2fb..9589ea11e0 100644 --- a/apps/dav/lib/Files/BrowserErrorPagePlugin.php +++ b/apps/dav/lib/Files/BrowserErrorPagePlugin.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon + * @author Christoph Wurst * @author Lukas Reschke * @author Thomas Müller * diff --git a/apps/dav/lib/Files/Sharing/FilesDropPlugin.php b/apps/dav/lib/Files/Sharing/FilesDropPlugin.php index 4542d0b52d..57c81ba15f 100644 --- a/apps/dav/lib/Files/Sharing/FilesDropPlugin.php +++ b/apps/dav/lib/Files/Sharing/FilesDropPlugin.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, Roeland Jago Douma * + * @author Georg Ehrke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php b/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php index 4c45a29902..eaa3d78b66 100644 --- a/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php +++ b/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke * @author Robin Appelman * * @license AGPL-3.0 diff --git a/apps/dav/lib/HookManager.php b/apps/dav/lib/HookManager.php index 43c6f91248..72d20eb281 100644 --- a/apps/dav/lib/HookManager.php +++ b/apps/dav/lib/HookManager.php @@ -9,7 +9,7 @@ * @author John Molakvoæ (skjnldsv) * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/lib/Migration/RemoveOrphanEventsAndContacts.php b/apps/dav/lib/Migration/RemoveOrphanEventsAndContacts.php index f580b7fe47..3e18c4586e 100644 --- a/apps/dav/lib/Migration/RemoveOrphanEventsAndContacts.php +++ b/apps/dav/lib/Migration/RemoveOrphanEventsAndContacts.php @@ -5,8 +5,9 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019 Joas Schilling * + * @author Christoph Wurst * @author Joas Schilling - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php b/apps/dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php index 0f31dd420b..99f4564056 100644 --- a/apps/dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php +++ b/apps/dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php @@ -4,6 +4,7 @@ * * @author Georg Ehrke * @author Morris Jobke + * @author Nils Wittenbrink * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/RootCollection.php b/apps/dav/lib/RootCollection.php index 6f8e74692c..271b7f6c86 100644 --- a/apps/dav/lib/RootCollection.php +++ b/apps/dav/lib/RootCollection.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author Roeland Jago Douma diff --git a/apps/dav/lib/Settings/CalDAVSettings.php b/apps/dav/lib/Settings/CalDAVSettings.php index 748ccb86ff..f7bad2e2e2 100644 --- a/apps/dav/lib/Settings/CalDAVSettings.php +++ b/apps/dav/lib/Settings/CalDAVSettings.php @@ -4,7 +4,7 @@ * * @author Georg Ehrke * @author Julius Härtl - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/lib/SystemTag/SystemTagPlugin.php b/apps/dav/lib/SystemTag/SystemTagPlugin.php index d44b21b24c..6d1668acf0 100644 --- a/apps/dav/lib/SystemTag/SystemTagPlugin.php +++ b/apps/dav/lib/SystemTag/SystemTagPlugin.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/dav/tests/unit/AppInfo/PluginManagerTest.php b/apps/dav/tests/unit/AppInfo/PluginManagerTest.php index 2fbf127134..9ab37d8ab7 100644 --- a/apps/dav/tests/unit/AppInfo/PluginManagerTest.php +++ b/apps/dav/tests/unit/AppInfo/PluginManagerTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud GmbH. * + * @author Christoph Wurst + * @author Georg Ehrke * @author Joas Schilling * @author Julius Härtl * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php b/apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php index 9134186390..e97ef8adfd 100644 --- a/apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php +++ b/apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2018, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/BackgroundJob/EventReminderJobTest.php b/apps/dav/tests/unit/BackgroundJob/EventReminderJobTest.php index 945f75fbe3..0704bf1e9d 100644 --- a/apps/dav/tests/unit/BackgroundJob/EventReminderJobTest.php +++ b/apps/dav/tests/unit/BackgroundJob/EventReminderJobTest.php @@ -7,7 +7,7 @@ declare(strict_types=1); * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/BackgroundJob/GenerateBirthdayCalendarBackgroundJobTest.php b/apps/dav/tests/unit/BackgroundJob/GenerateBirthdayCalendarBackgroundJobTest.php index 4529383c37..2bd142fb08 100644 --- a/apps/dav/tests/unit/BackgroundJob/GenerateBirthdayCalendarBackgroundJobTest.php +++ b/apps/dav/tests/unit/BackgroundJob/GenerateBirthdayCalendarBackgroundJobTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php b/apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php index fd0301c778..f65675bccb 100644 --- a/apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php +++ b/apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * @author Thomas Citharel diff --git a/apps/dav/tests/unit/BackgroundJob/RegisterRegenerateBirthdayCalendarsTest.php b/apps/dav/tests/unit/BackgroundJob/RegisterRegenerateBirthdayCalendarsTest.php index 19b3cd64d7..e4db329393 100644 --- a/apps/dav/tests/unit/BackgroundJob/RegisterRegenerateBirthdayCalendarsTest.php +++ b/apps/dav/tests/unit/BackgroundJob/RegisterRegenerateBirthdayCalendarsTest.php @@ -2,6 +2,7 @@ /** * @copyright 2019 Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJobTest.php b/apps/dav/tests/unit/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJobTest.php index bd232ff852..002a3fd94b 100644 --- a/apps/dav/tests/unit/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJobTest.php +++ b/apps/dav/tests/unit/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJobTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/CalDAV/Activity/BackendTest.php b/apps/dav/tests/unit/CalDAV/Activity/BackendTest.php index 49a1987152..9e09cda936 100644 --- a/apps/dav/tests/unit/CalDAV/Activity/BackendTest.php +++ b/apps/dav/tests/unit/CalDAV/Activity/BackendTest.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/CalDAV/BirthdayCalendar/EnablePluginTest.php b/apps/dav/tests/unit/CalDAV/BirthdayCalendar/EnablePluginTest.php index f687555a7e..345fd9cbe1 100644 --- a/apps/dav/tests/unit/CalDAV/BirthdayCalendar/EnablePluginTest.php +++ b/apps/dav/tests/unit/CalDAV/BirthdayCalendar/EnablePluginTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/CalDAV/CachedSubscriptionObjectTest.php b/apps/dav/tests/unit/CalDAV/CachedSubscriptionObjectTest.php index 0640af32fc..bb0e9aa22c 100644 --- a/apps/dav/tests/unit/CalDAV/CachedSubscriptionObjectTest.php +++ b/apps/dav/tests/unit/CalDAV/CachedSubscriptionObjectTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018 Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/CalDAV/CachedSubscriptionTest.php b/apps/dav/tests/unit/CalDAV/CachedSubscriptionTest.php index 9cb4676737..d0df178cc7 100644 --- a/apps/dav/tests/unit/CalDAV/CachedSubscriptionTest.php +++ b/apps/dav/tests/unit/CalDAV/CachedSubscriptionTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018 Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php index cc942b5662..fb48e5fac4 100644 --- a/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php +++ b/apps/dav/tests/unit/CalDAV/CalDavBackendTest.php @@ -3,11 +3,13 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2017 Georg Ehrke * + * @author Christoph Wurst + * @author dartcafe * @author Georg Ehrke * @author Joas Schilling * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/CalDAV/CalendarHomeTest.php b/apps/dav/tests/unit/CalDAV/CalendarHomeTest.php index efe56da8b3..6f35b09014 100644 --- a/apps/dav/tests/unit/CalDAV/CalendarHomeTest.php +++ b/apps/dav/tests/unit/CalDAV/CalendarHomeTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2017, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/CalDAV/CalendarImplTest.php b/apps/dav/tests/unit/CalDAV/CalendarImplTest.php index c32d812887..efd9353d1d 100644 --- a/apps/dav/tests/unit/CalDAV/CalendarImplTest.php +++ b/apps/dav/tests/unit/CalDAV/CalendarImplTest.php @@ -2,6 +2,7 @@ /** * @copyright 2017, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/CalDAV/CalendarManagerTest.php b/apps/dav/tests/unit/CalDAV/CalendarManagerTest.php index 146bfe24ff..94cb169648 100644 --- a/apps/dav/tests/unit/CalDAV/CalendarManagerTest.php +++ b/apps/dav/tests/unit/CalDAV/CalendarManagerTest.php @@ -2,6 +2,7 @@ /** * @copyright 2017, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/CalDAV/CalendarTest.php b/apps/dav/tests/unit/CalDAV/CalendarTest.php index 42cbeb1c0b..80ab0ff5af 100644 --- a/apps/dav/tests/unit/CalDAV/CalendarTest.php +++ b/apps/dav/tests/unit/CalDAV/CalendarTest.php @@ -3,12 +3,13 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2020, Gary Kim * + * @author Christoph Wurst + * @author Gary Kim * @author Georg Ehrke * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Gary Kim * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/CalDAV/OutboxTest.php b/apps/dav/tests/unit/CalDAV/OutboxTest.php index 91e03182be..6e18b76841 100644 --- a/apps/dav/tests/unit/CalDAV/OutboxTest.php +++ b/apps/dav/tests/unit/CalDAV/OutboxTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php b/apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php index f63c047a2d..2560fec981 100644 --- a/apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php +++ b/apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php @@ -7,7 +7,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * @author Vinicius Cubas Brand * diff --git a/apps/dav/tests/unit/CalDAV/Publishing/PublisherTest.php b/apps/dav/tests/unit/CalDAV/Publishing/PublisherTest.php index 99feb5ebfa..1e3ccc8075 100644 --- a/apps/dav/tests/unit/CalDAV/Publishing/PublisherTest.php +++ b/apps/dav/tests/unit/CalDAV/Publishing/PublisherTest.php @@ -5,7 +5,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php b/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php index f7972d37d4..12278a8054 100644 --- a/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php +++ b/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php @@ -2,9 +2,10 @@ /** * * + * @author Georg Ehrke * @author Morris Jobke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/CalDAV/Reminder/BackendTest.php b/apps/dav/tests/unit/CalDAV/Reminder/BackendTest.php index 6a49909902..c8e29bb874 100644 --- a/apps/dav/tests/unit/CalDAV/Reminder/BackendTest.php +++ b/apps/dav/tests/unit/CalDAV/Reminder/BackendTest.php @@ -8,7 +8,7 @@ declare(strict_types=1); * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/AbstractNotificationProviderTest.php b/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/AbstractNotificationProviderTest.php index 75ecc63c06..077819ece0 100644 --- a/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/AbstractNotificationProviderTest.php +++ b/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/AbstractNotificationProviderTest.php @@ -7,7 +7,7 @@ declare(strict_types=1); * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php b/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php index 2a6a7f0dbb..796ac38e1b 100644 --- a/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php +++ b/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php @@ -6,9 +6,10 @@ declare(strict_types=1); * @copyright Copyright (c) 2019, Thomas Citharel * @copyright Copyright (c) 2019, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/PushProviderTest.php b/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/PushProviderTest.php index 0003b5bb6b..76a8b5befd 100644 --- a/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/PushProviderTest.php +++ b/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/PushProviderTest.php @@ -8,7 +8,7 @@ declare(strict_types=1); * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/CalDAV/Reminder/NotificationProviderManagerTest.php b/apps/dav/tests/unit/CalDAV/Reminder/NotificationProviderManagerTest.php index 7a501defe9..f0bd91bf00 100644 --- a/apps/dav/tests/unit/CalDAV/Reminder/NotificationProviderManagerTest.php +++ b/apps/dav/tests/unit/CalDAV/Reminder/NotificationProviderManagerTest.php @@ -8,7 +8,7 @@ declare(strict_types=1); * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/CalDAV/Reminder/NotifierTest.php b/apps/dav/tests/unit/CalDAV/Reminder/NotifierTest.php index ff10ebc920..3824018227 100644 --- a/apps/dav/tests/unit/CalDAV/Reminder/NotifierTest.php +++ b/apps/dav/tests/unit/CalDAV/Reminder/NotifierTest.php @@ -8,7 +8,7 @@ declare(strict_types=1); * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/CalDAV/Reminder/ReminderServiceTest.php b/apps/dav/tests/unit/CalDAV/Reminder/ReminderServiceTest.php index 28f44fbf1c..76ff0a6a33 100644 --- a/apps/dav/tests/unit/CalDAV/Reminder/ReminderServiceTest.php +++ b/apps/dav/tests/unit/CalDAV/Reminder/ReminderServiceTest.php @@ -7,7 +7,7 @@ declare(strict_types=1); * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php b/apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php index 14294af11b..b2fdc7f0a8 100644 --- a/apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php +++ b/apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php b/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php index ee7d7e1957..226db0578c 100644 --- a/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php +++ b/apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php @@ -5,6 +5,7 @@ * * @author brad2014 * @author Brad Rubenstein + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author Morris Jobke diff --git a/apps/dav/tests/unit/CalDAV/Search/SearchPluginTest.php b/apps/dav/tests/unit/CalDAV/Search/SearchPluginTest.php index a5662519a7..a789753065 100644 --- a/apps/dav/tests/unit/CalDAV/Search/SearchPluginTest.php +++ b/apps/dav/tests/unit/CalDAV/Search/SearchPluginTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/CalDAV/WebcalCaching/PluginTest.php b/apps/dav/tests/unit/CalDAV/WebcalCaching/PluginTest.php index 2002bccbd3..82c8442324 100644 --- a/apps/dav/tests/unit/CalDAV/WebcalCaching/PluginTest.php +++ b/apps/dav/tests/unit/CalDAV/WebcalCaching/PluginTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018 Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/tests/unit/CalDAV/WebcalCaching/RefreshWebcalServiceTest.php b/apps/dav/tests/unit/CalDAV/WebcalCaching/RefreshWebcalServiceTest.php index 04f2a3ccea..c5af8952b9 100644 --- a/apps/dav/tests/unit/CalDAV/WebcalCaching/RefreshWebcalServiceTest.php +++ b/apps/dav/tests/unit/CalDAV/WebcalCaching/RefreshWebcalServiceTest.php @@ -2,8 +2,8 @@ /** * @copyright Copyright (c) 2020, Thomas Citharel * + * @author Christoph Wurst * @author Georg Ehrke - * @author Roeland Jago Douma * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php b/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php index 0bb4a8c4a3..3d36b76e6e 100644 --- a/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php +++ b/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php b/apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php index b8cdb70b7f..d5ad784d70 100644 --- a/apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php +++ b/apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/CardDAV/SyncServiceTest.php b/apps/dav/tests/unit/CardDAV/SyncServiceTest.php index 86f7c7fb2e..40243020e9 100644 --- a/apps/dav/tests/unit/CardDAV/SyncServiceTest.php +++ b/apps/dav/tests/unit/CardDAV/SyncServiceTest.php @@ -6,7 +6,7 @@ * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Command/ListCalendarsTest.php b/apps/dav/tests/unit/Command/ListCalendarsTest.php index 7d2fdc6b15..72c76ecc7a 100644 --- a/apps/dav/tests/unit/Command/ListCalendarsTest.php +++ b/apps/dav/tests/unit/Command/ListCalendarsTest.php @@ -4,7 +4,7 @@ * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/Command/MoveCalendarTest.php b/apps/dav/tests/unit/Command/MoveCalendarTest.php index e286c4f292..ff6cdbd033 100644 --- a/apps/dav/tests/unit/Command/MoveCalendarTest.php +++ b/apps/dav/tests/unit/Command/MoveCalendarTest.php @@ -4,7 +4,7 @@ * * @author Georg Ehrke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/dav/tests/unit/Comments/CommentsNodeTest.php b/apps/dav/tests/unit/Comments/CommentsNodeTest.php index 9d0e56041d..0555d09379 100644 --- a/apps/dav/tests/unit/Comments/CommentsNodeTest.php +++ b/apps/dav/tests/unit/Comments/CommentsNodeTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/Comments/CommentsPluginTest.php b/apps/dav/tests/unit/Comments/CommentsPluginTest.php index 4929eac3ec..4844aab6b1 100644 --- a/apps/dav/tests/unit/Comments/CommentsPluginTest.php +++ b/apps/dav/tests/unit/Comments/CommentsPluginTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/Comments/EntityCollectionTest.php b/apps/dav/tests/unit/Comments/EntityCollectionTest.php index 50f7a42d22..b7e8f3c5e5 100644 --- a/apps/dav/tests/unit/Comments/EntityCollectionTest.php +++ b/apps/dav/tests/unit/Comments/EntityCollectionTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/Comments/RootCollectionTest.php b/apps/dav/tests/unit/Comments/RootCollectionTest.php index 1a7a3fb128..5191c735a6 100644 --- a/apps/dav/tests/unit/Comments/RootCollectionTest.php +++ b/apps/dav/tests/unit/Comments/RootCollectionTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php index 605b365475..37663ebc0d 100644 --- a/apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php index 9260acd949..c5150d8a58 100644 --- a/apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php index 29b549f3b4..a0656fe7da 100644 --- a/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php b/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php index 518c0b9402..154a3ac6da 100644 --- a/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke + * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry diff --git a/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php b/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php index 9ace061fd0..94ef048eb5 100644 --- a/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php index d24b4dfe96..d47ff00d0b 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst + * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/dav/tests/unit/Connector/Sabre/FileTest.php b/apps/dav/tests/unit/Connector/Sabre/FileTest.php index a898ba5dee..4c87351116 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FileTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FileTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Joas Schilling * @author Morris Jobke diff --git a/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php index 06495ccd5e..2b8d145059 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Markus Goetz * @author Morris Jobke diff --git a/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php index 2614640ba0..ae678c7e9d 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php b/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php index 9564ad0cec..be14400fad 100644 --- a/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/Connector/Sabre/NodeTest.php b/apps/dav/tests/unit/Connector/Sabre/NodeTest.php index 93542f8036..00d2ff8245 100644 --- a/apps/dav/tests/unit/Connector/Sabre/NodeTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/NodeTest.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle - * @author Daniel Calviño Sánchez + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php b/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php index 3a2c8d8c43..c047c72762 100644 --- a/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php b/apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php index 55528a0f87..8f2ee2b664 100644 --- a/apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php @@ -3,13 +3,14 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2018, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php index 5ff1316752..6d1763dc87 100644 --- a/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst + * @author Georg Ehrke * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php index 9771b3f76b..3297b7278c 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTestCase.php b/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTestCase.php index 3624a9cc30..bcc0ea75fa 100644 --- a/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTestCase.php +++ b/apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTestCase.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke * @author Joas Schilling * @author Julius Härtl * @author Lukas Reschke diff --git a/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php index c3566ccc33..e7a1d5073e 100644 --- a/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Joas Schilling * @author Maxence Lange diff --git a/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php index c0450d3bbb..37dd72ab88 100644 --- a/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php +++ b/apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/Controller/BirthdayCalendarControllerTest.php b/apps/dav/tests/unit/Controller/BirthdayCalendarControllerTest.php index bfb789678b..b3b21d2f32 100644 --- a/apps/dav/tests/unit/Controller/BirthdayCalendarControllerTest.php +++ b/apps/dav/tests/unit/Controller/BirthdayCalendarControllerTest.php @@ -3,6 +3,7 @@ * @copyright 2017, Georg Ehrke * * @author Arthur Schiwon + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php b/apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php index c4cea80b64..b703ef930e 100644 --- a/apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php +++ b/apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2018, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/DAV/AnonymousOptionsTest.php b/apps/dav/tests/unit/DAV/AnonymousOptionsTest.php index a61c8e1e55..9dcf39d70f 100644 --- a/apps/dav/tests/unit/DAV/AnonymousOptionsTest.php +++ b/apps/dav/tests/unit/DAV/AnonymousOptionsTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2018 Robin Appelman * * @author Bastien Durel + * @author Julius Härtl * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php b/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php index f9a1b6d59e..42c38cf5ce 100644 --- a/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php +++ b/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2017, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke + * @author Robin Appelman * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/tests/unit/DAV/GroupPrincipalTest.php b/apps/dav/tests/unit/DAV/GroupPrincipalTest.php index 6a78c2a086..faf4fba7ee 100644 --- a/apps/dav/tests/unit/DAV/GroupPrincipalTest.php +++ b/apps/dav/tests/unit/DAV/GroupPrincipalTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2018, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author John Molakvoæ (skjnldsv) diff --git a/apps/dav/tests/unit/DAV/HookManagerTest.php b/apps/dav/tests/unit/DAV/HookManagerTest.php index 7b3388b9e7..836e66cd0d 100644 --- a/apps/dav/tests/unit/DAV/HookManagerTest.php +++ b/apps/dav/tests/unit/DAV/HookManagerTest.php @@ -9,7 +9,7 @@ * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/DAV/Sharing/PluginTest.php b/apps/dav/tests/unit/DAV/Sharing/PluginTest.php index 9776d17642..4063aac5f0 100644 --- a/apps/dav/tests/unit/DAV/Sharing/PluginTest.php +++ b/apps/dav/tests/unit/DAV/Sharing/PluginTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php b/apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php index 8240e8f646..eec2558ee9 100644 --- a/apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php +++ b/apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php @@ -4,7 +4,7 @@ * * @author Joas Schilling * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/apps/dav/tests/unit/Files/FileSearchBackendTest.php b/apps/dav/tests/unit/Files/FileSearchBackendTest.php index 633d4695a5..a5841da2c6 100644 --- a/apps/dav/tests/unit/Files/FileSearchBackendTest.php +++ b/apps/dav/tests/unit/Files/FileSearchBackendTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Robin Appelman * + * @author Christoph Wurst * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php b/apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php index 82a4515c7e..ef2634403e 100644 --- a/apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php +++ b/apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, Roeland Jago Douma * + * @author Christoph Wurst + * @author Georg Ehrke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/tests/unit/Migration/RefreshWebcalJobRegistrarTest.php b/apps/dav/tests/unit/Migration/RefreshWebcalJobRegistrarTest.php index dc6c64f2ab..84dbe56a76 100644 --- a/apps/dav/tests/unit/Migration/RefreshWebcalJobRegistrarTest.php +++ b/apps/dav/tests/unit/Migration/RefreshWebcalJobRegistrarTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018, Georg Ehrke * + * @author Christoph Wurst * @author Georg Ehrke * @author Roeland Jago Douma * diff --git a/apps/dav/tests/unit/Provisioning/Apple/AppleProvisioningPluginTest.php b/apps/dav/tests/unit/Provisioning/Apple/AppleProvisioningPluginTest.php index 6f538008e8..8d1b36f46c 100644 --- a/apps/dav/tests/unit/Provisioning/Apple/AppleProvisioningPluginTest.php +++ b/apps/dav/tests/unit/Provisioning/Apple/AppleProvisioningPluginTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2018 Georg Ehrke * * @author Georg Ehrke + * @author Nils Wittenbrink * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php b/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php index 8e6cd85817..3632d7c85d 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php b/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php index b8f45fdae3..efdf15dac3 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php b/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php index ecd65e7587..24fc561cd9 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php b/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php index 1761622708..938549c664 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php b/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php index b28590a596..d0023dbe91 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php b/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php index 0a98cfdc4e..b2af802408 100644 --- a/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php +++ b/apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/dav/tests/unit/Upload/ChunkingPluginTest.php b/apps/dav/tests/unit/Upload/ChunkingPluginTest.php index d338c5b31f..98337bbfa6 100644 --- a/apps/dav/tests/unit/Upload/ChunkingPluginTest.php +++ b/apps/dav/tests/unit/Upload/ChunkingPluginTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017, ownCloud GmbH * + * @author Christoph Wurst * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/encryption/lib/AppInfo/Application.php b/apps/encryption/lib/AppInfo/Application.php index 745dfe59aa..6c75a1912a 100644 --- a/apps/encryption/lib/AppInfo/Application.php +++ b/apps/encryption/lib/AppInfo/Application.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Clark Tomlinson * @author Joas Schilling * @author Roeland Jago Douma diff --git a/apps/encryption/lib/Crypto/EncryptAll.php b/apps/encryption/lib/Crypto/EncryptAll.php index 1820140337..5c90631e85 100644 --- a/apps/encryption/lib/Crypto/EncryptAll.php +++ b/apps/encryption/lib/Crypto/EncryptAll.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Kenneth Newwood * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/encryption/lib/Crypto/Encryption.php b/apps/encryption/lib/Crypto/Encryption.php index edeb04ce85..421e5f02ee 100644 --- a/apps/encryption/lib/Crypto/Encryption.php +++ b/apps/encryption/lib/Crypto/Encryption.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Clark Tomlinson * @author Jan-Christoph Borchardt * @author Joas Schilling diff --git a/apps/encryption/lib/Recovery.php b/apps/encryption/lib/Recovery.php index 335e6c13d7..1feb575958 100644 --- a/apps/encryption/lib/Recovery.php +++ b/apps/encryption/lib/Recovery.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Clark Tomlinson * @author Joas Schilling * @author Lukas Reschke diff --git a/apps/encryption/tests/Controller/RecoveryControllerTest.php b/apps/encryption/tests/Controller/RecoveryControllerTest.php index c6f7a8649b..3c8b239631 100644 --- a/apps/encryption/tests/Controller/RecoveryControllerTest.php +++ b/apps/encryption/tests/Controller/RecoveryControllerTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Clark Tomlinson * @author Joas Schilling * @author Morris Jobke diff --git a/apps/encryption/tests/Controller/SettingsControllerTest.php b/apps/encryption/tests/Controller/SettingsControllerTest.php index c2f67478bb..4ac26cde64 100644 --- a/apps/encryption/tests/Controller/SettingsControllerTest.php +++ b/apps/encryption/tests/Controller/SettingsControllerTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/encryption/tests/Controller/StatusControllerTest.php b/apps/encryption/tests/Controller/StatusControllerTest.php index f93be96398..d9db99989d 100644 --- a/apps/encryption/tests/Controller/StatusControllerTest.php +++ b/apps/encryption/tests/Controller/StatusControllerTest.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/encryption/tests/Crypto/CryptTest.php b/apps/encryption/tests/Crypto/CryptTest.php index 31b61ee066..43704c95d5 100644 --- a/apps/encryption/tests/Crypto/CryptTest.php +++ b/apps/encryption/tests/Crypto/CryptTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/encryption/tests/Crypto/EncryptionTest.php b/apps/encryption/tests/Crypto/EncryptionTest.php index cebb27580e..26e32c3a18 100644 --- a/apps/encryption/tests/Crypto/EncryptionTest.php +++ b/apps/encryption/tests/Crypto/EncryptionTest.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/encryption/tests/Hooks/UserHooksTest.php b/apps/encryption/tests/Hooks/UserHooksTest.php index 53548c7ccd..3cfeb2362a 100644 --- a/apps/encryption/tests/Hooks/UserHooksTest.php +++ b/apps/encryption/tests/Hooks/UserHooksTest.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Clark Tomlinson * @author Joas Schilling * @author Morris Jobke diff --git a/apps/encryption/tests/KeyManagerTest.php b/apps/encryption/tests/KeyManagerTest.php index c7b9d62690..2696698eab 100644 --- a/apps/encryption/tests/KeyManagerTest.php +++ b/apps/encryption/tests/KeyManagerTest.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Clark Tomlinson * @author Joas Schilling * @author Lukas Reschke diff --git a/apps/encryption/tests/RecoveryTest.php b/apps/encryption/tests/RecoveryTest.php index 414e8d895b..a41c2ff9fe 100644 --- a/apps/encryption/tests/RecoveryTest.php +++ b/apps/encryption/tests/RecoveryTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Clark Tomlinson * @author Joas Schilling * @author Lukas Reschke diff --git a/apps/encryption/tests/SessionTest.php b/apps/encryption/tests/SessionTest.php index daa05b140d..4b5cd9f0cb 100644 --- a/apps/encryption/tests/SessionTest.php +++ b/apps/encryption/tests/SessionTest.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Clark Tomlinson * @author Joas Schilling * @author Roeland Jago Douma diff --git a/apps/encryption/tests/UtilTest.php b/apps/encryption/tests/UtilTest.php index e9133055f4..6f3aea38a9 100644 --- a/apps/encryption/tests/UtilTest.php +++ b/apps/encryption/tests/UtilTest.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Clark Tomlinson * @author Joas Schilling * @author Morris Jobke diff --git a/apps/federatedfilesharing/lib/AddressHandler.php b/apps/federatedfilesharing/lib/AddressHandler.php index 113978bab8..2999ade6ab 100644 --- a/apps/federatedfilesharing/lib/AddressHandler.php +++ b/apps/federatedfilesharing/lib/AddressHandler.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * diff --git a/apps/federatedfilesharing/lib/FederatedShareProvider.php b/apps/federatedfilesharing/lib/FederatedShareProvider.php index 5d44643899..e1392b7a83 100644 --- a/apps/federatedfilesharing/lib/FederatedShareProvider.php +++ b/apps/federatedfilesharing/lib/FederatedShareProvider.php @@ -5,6 +5,8 @@ * @author Arthur Schiwon * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst + * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke * @author Maxence Lange diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php index 70cf11c767..ae0c2d524a 100644 --- a/apps/federatedfilesharing/lib/Notifications.php +++ b/apps/federatedfilesharing/lib/Notifications.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Lukas Reschke * * @license AGPL-3.0 diff --git a/apps/federatedfilesharing/lib/ocm/CloudFederationProviderFiles.php b/apps/federatedfilesharing/lib/ocm/CloudFederationProviderFiles.php index c87d4e273f..8af95e888b 100644 --- a/apps/federatedfilesharing/lib/ocm/CloudFederationProviderFiles.php +++ b/apps/federatedfilesharing/lib/ocm/CloudFederationProviderFiles.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2018 Bjoern Schiessle * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Maxence Lange * @author Roeland Jago Douma * diff --git a/apps/federatedfilesharing/tests/AddressHandlerTest.php b/apps/federatedfilesharing/tests/AddressHandlerTest.php index f69bc4209d..22466fbc48 100644 --- a/apps/federatedfilesharing/tests/AddressHandlerTest.php +++ b/apps/federatedfilesharing/tests/AddressHandlerTest.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php b/apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php index a99dfb5580..f8de6919be 100644 --- a/apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php +++ b/apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php @@ -4,7 +4,6 @@ * * @author Bjoern Schiessle * @author Björn Schießle - * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/federatedfilesharing/tests/FederatedShareProviderTest.php b/apps/federatedfilesharing/tests/FederatedShareProviderTest.php index ecac809d43..227f816c82 100644 --- a/apps/federatedfilesharing/tests/FederatedShareProviderTest.php +++ b/apps/federatedfilesharing/tests/FederatedShareProviderTest.php @@ -4,6 +4,8 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst + * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/files/ajax/download.php b/apps/files/ajax/download.php index d5ea0f634f..e6be330c9b 100644 --- a/apps/files/ajax/download.php +++ b/apps/files/ajax/download.php @@ -4,8 +4,8 @@ * * @author Andreas Fischer * @author Björn Schießle + * @author Christoph Wurst * @author Frank Karlitschek - * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/files/ajax/list.php b/apps/files/ajax/list.php index 8cbe5841aa..274dc81673 100644 --- a/apps/files/ajax/list.php +++ b/apps/files/ajax/list.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index bb98613377..261ad53b48 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Jörn Friedrich Dreyer diff --git a/apps/files/lib/Command/TransferOwnership.php b/apps/files/lib/Command/TransferOwnership.php index 2675a7dd1b..7ada9ce882 100644 --- a/apps/files/lib/Command/TransferOwnership.php +++ b/apps/files/lib/Command/TransferOwnership.php @@ -12,6 +12,7 @@ declare(strict_types=1); * @author Roeland Jago Douma * @author Sujith H * @author Thomas Müller + * @author Tobia De Koninck * @author Vincent Petry * * @license AGPL-3.0 diff --git a/apps/files/lib/Controller/TransferOwnershipController.php b/apps/files/lib/Controller/TransferOwnershipController.php index 0b33e12e88..43b198fe18 100644 --- a/apps/files/lib/Controller/TransferOwnershipController.php +++ b/apps/files/lib/Controller/TransferOwnershipController.php @@ -5,6 +5,8 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019, Roeland Jago Douma * + * @author Christoph Wurst + * @author Julius Härtl * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/files/lib/Helper.php b/apps/files/lib/Helper.php index c46d302855..325ff89e6c 100644 --- a/apps/files/lib/Helper.php +++ b/apps/files/lib/Helper.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author brumsel + * @author Christoph Wurst * @author John Molakvoæ (skjnldsv) * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php b/apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php index 938eb5a481..8dddb079eb 100644 --- a/apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php +++ b/apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php @@ -5,7 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019, Roeland Jago Douma * - * @author Robin Appelman + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/files/lib/Service/OwnershipTransferService.php b/apps/files/lib/Service/OwnershipTransferService.php index f316216814..e1b26c6449 100644 --- a/apps/files/lib/Service/OwnershipTransferService.php +++ b/apps/files/lib/Service/OwnershipTransferService.php @@ -6,7 +6,9 @@ declare(strict_types=1); * @copyright 2019 Christoph Wurst * * @author Christoph Wurst + * @author Roeland Jago Douma * @author Sascha Wiswedel + * @author Tobia De Koninck * * @license GNU AGPL version 3 or any later version * diff --git a/apps/files/lib/Service/TagService.php b/apps/files/lib/Service/TagService.php index 5df00ae5c5..07fde07b4c 100644 --- a/apps/files/lib/Service/TagService.php +++ b/apps/files/lib/Service/TagService.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst + * @author Daniel Kesselberg * @author Joas Schilling * @author Morris Jobke * @author Vincent Petry diff --git a/apps/files/tests/BackgroundJob/ScanFilesTest.php b/apps/files/tests/BackgroundJob/ScanFilesTest.php index 5686fbc749..f2220e6276 100644 --- a/apps/files/tests/BackgroundJob/ScanFilesTest.php +++ b/apps/files/tests/BackgroundJob/ScanFilesTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/files/tests/HelperTest.php b/apps/files/tests/HelperTest.php index 74dad8b6f3..6b824e8ead 100644 --- a/apps/files/tests/HelperTest.php +++ b/apps/files/tests/HelperTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author brumsel + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/apps/files/tests/Service/TagServiceTest.php b/apps/files/tests/Service/TagServiceTest.php index a2792a3864..8870c31594 100644 --- a/apps/files/tests/Service/TagServiceTest.php +++ b/apps/files/tests/Service/TagServiceTest.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst + * @author Daniel Kesselberg * @author Joas Schilling * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/files_external/ajax/applicable.php b/apps/files_external/ajax/applicable.php index bda2c91959..b0ecdfd934 100644 --- a/apps/files_external/ajax/applicable.php +++ b/apps/files_external/ajax/applicable.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Robin McCorkell diff --git a/apps/files_external/lib/Controller/AjaxController.php b/apps/files_external/lib/Controller/AjaxController.php index b9e414a410..b864ff451b 100644 --- a/apps/files_external/lib/Controller/AjaxController.php +++ b/apps/files_external/lib/Controller/AjaxController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Martin Mattel * @author Morris Jobke diff --git a/apps/files_external/lib/Controller/ApiController.php b/apps/files_external/lib/Controller/ApiController.php index aa0c8ddb6a..9da869ce5a 100644 --- a/apps/files_external/lib/Controller/ApiController.php +++ b/apps/files_external/lib/Controller/ApiController.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Jesús Macias * @author Joas Schilling * @author Morris Jobke diff --git a/apps/files_external/lib/Controller/GlobalStoragesController.php b/apps/files_external/lib/Controller/GlobalStoragesController.php index a3c9fbb284..4f4b42e96b 100644 --- a/apps/files_external/lib/Controller/GlobalStoragesController.php +++ b/apps/files_external/lib/Controller/GlobalStoragesController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Juan Pablo Villafáñez * @author Robin Appelman diff --git a/apps/files_external/lib/Controller/UserGlobalStoragesController.php b/apps/files_external/lib/Controller/UserGlobalStoragesController.php index a3a258c599..3773461d00 100644 --- a/apps/files_external/lib/Controller/UserGlobalStoragesController.php +++ b/apps/files_external/lib/Controller/UserGlobalStoragesController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Juan Pablo Villafáñez * @author Robin Appelman diff --git a/apps/files_external/lib/Controller/UserStoragesController.php b/apps/files_external/lib/Controller/UserStoragesController.php index df42198aeb..87c6d7ef6d 100644 --- a/apps/files_external/lib/Controller/UserStoragesController.php +++ b/apps/files_external/lib/Controller/UserStoragesController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Juan Pablo Villafáñez * @author Robin Appelman diff --git a/apps/files_external/lib/Lib/Auth/Password/UserGlobalAuth.php b/apps/files_external/lib/Lib/Auth/Password/UserGlobalAuth.php index 9231e5b6a4..80829b6a07 100644 --- a/apps/files_external/lib/Lib/Auth/Password/UserGlobalAuth.php +++ b/apps/files_external/lib/Lib/Auth/Password/UserGlobalAuth.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019 Robin Appelman * + * @author Arthur Schiwon * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/apps/files_external/lib/Lib/Storage/AmazonS3.php b/apps/files_external/lib/Lib/Storage/AmazonS3.php index 0d7cbacd8b..b8155e2866 100644 --- a/apps/files_external/lib/Lib/Storage/AmazonS3.php +++ b/apps/files_external/lib/Lib/Storage/AmazonS3.php @@ -6,6 +6,7 @@ * @author Arthur Schiwon * @author Christian Berendt * @author Christopher T. Johnson + * @author Christoph Wurst * @author Daniel Kesselberg * @author enoch * @author Johan Björk diff --git a/apps/files_external/lib/Lib/Storage/FTP.php b/apps/files_external/lib/Lib/Storage/FTP.php index adf7f29a3d..96e557f48f 100644 --- a/apps/files_external/lib/Lib/Storage/FTP.php +++ b/apps/files_external/lib/Lib/Storage/FTP.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Felix Moeller * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php index eaead3eea4..180458b2b3 100644 --- a/apps/files_external/lib/Lib/Storage/SFTP.php +++ b/apps/files_external/lib/Lib/Storage/SFTP.php @@ -4,6 +4,7 @@ * * @author Andreas Fischer * @author Bart Visscher + * @author Christoph Wurst * @author hkjolhede * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/apps/files_external/lib/Lib/Storage/SFTPReadStream.php b/apps/files_external/lib/Lib/Storage/SFTPReadStream.php index 7a59cbf489..455b4a7cf2 100644 --- a/apps/files_external/lib/Lib/Storage/SFTPReadStream.php +++ b/apps/files_external/lib/Lib/Storage/SFTPReadStream.php @@ -1,7 +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 @@ -15,7 +20,7 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/files_external/lib/Lib/Storage/SFTPWriteStream.php b/apps/files_external/lib/Lib/Storage/SFTPWriteStream.php index 42b38ead1c..cb693f82f7 100644 --- a/apps/files_external/lib/Lib/Storage/SFTPWriteStream.php +++ b/apps/files_external/lib/Lib/Storage/SFTPWriteStream.php @@ -1,7 +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 @@ -15,7 +20,7 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/files_external/lib/Lib/Storage/SMB.php b/apps/files_external/lib/Lib/Storage/SMB.php index e2b925e07a..9cca8b7221 100644 --- a/apps/files_external/lib/Lib/Storage/SMB.php +++ b/apps/files_external/lib/Lib/Storage/SMB.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Jesús Macias * @author Jörn Friedrich Dreyer * @author Juan Pablo Villafañez diff --git a/apps/files_external/lib/Lib/Storage/Swift.php b/apps/files_external/lib/Lib/Storage/Swift.php index daa222def0..5a4b607bb6 100644 --- a/apps/files_external/lib/Lib/Storage/Swift.php +++ b/apps/files_external/lib/Lib/Storage/Swift.php @@ -10,6 +10,7 @@ declare(strict_types=1); * @author Benjamin Liles * @author Christian Berendt * @author Christopher Bartz + * @author Christoph Wurst * @author Felix Moeller * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index a65b3b3a9c..432bb6702f 100644 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -6,7 +6,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle - * @author Daniel Kesselberg + * @author Christoph Wurst * @author Frank Karlitschek * @author Jesús Macias * @author Joas Schilling diff --git a/apps/files_external/tests/Auth/Password/GlobalAuth.php b/apps/files_external/tests/Auth/Password/GlobalAuth.php index 88569c9cac..f6e6b0b55a 100644 --- a/apps/files_external/tests/Auth/Password/GlobalAuth.php +++ b/apps/files_external/tests/Auth/Password/GlobalAuth.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/apps/files_external/tests/Command/ApplicableTest.php b/apps/files_external/tests/Command/ApplicableTest.php index 49fae6e001..668be67dc8 100644 --- a/apps/files_external/tests/Command/ApplicableTest.php +++ b/apps/files_external/tests/Command/ApplicableTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/apps/files_external/tests/Command/CommandTest.php b/apps/files_external/tests/Command/CommandTest.php index 2e7e377c28..27ceb67beb 100644 --- a/apps/files_external/tests/Command/CommandTest.php +++ b/apps/files_external/tests/Command/CommandTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Robin Appelman * diff --git a/apps/files_external/tests/Controller/StoragesControllerTest.php b/apps/files_external/tests/Controller/StoragesControllerTest.php index 56311a7be4..4e07751fb3 100644 --- a/apps/files_external/tests/Controller/StoragesControllerTest.php +++ b/apps/files_external/tests/Controller/StoragesControllerTest.php @@ -2,8 +2,10 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke + * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma * @author Vincent Petry diff --git a/apps/files_external/tests/Controller/UserStoragesControllerTest.php b/apps/files_external/tests/Controller/UserStoragesControllerTest.php index 5f82121cf7..2c3da44b3b 100644 --- a/apps/files_external/tests/Controller/UserStoragesControllerTest.php +++ b/apps/files_external/tests/Controller/UserStoragesControllerTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Robin Appelman * @author Robin McCorkell diff --git a/apps/files_external/tests/FrontendDefinitionTraitTest.php b/apps/files_external/tests/FrontendDefinitionTraitTest.php index e6a62991f3..9b61a32c3c 100644 --- a/apps/files_external/tests/FrontendDefinitionTraitTest.php +++ b/apps/files_external/tests/FrontendDefinitionTraitTest.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/apps/files_external/tests/OwnCloudFunctionsTest.php b/apps/files_external/tests/OwnCloudFunctionsTest.php index 060f8c61a4..35c3637ecf 100644 --- a/apps/files_external/tests/OwnCloudFunctionsTest.php +++ b/apps/files_external/tests/OwnCloudFunctionsTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell diff --git a/apps/files_external/tests/PersonalMountTest.php b/apps/files_external/tests/PersonalMountTest.php index 621894138f..092379cf06 100644 --- a/apps/files_external/tests/PersonalMountTest.php +++ b/apps/files_external/tests/PersonalMountTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Robin Appelman * diff --git a/apps/files_external/tests/Service/BackendServiceTest.php b/apps/files_external/tests/Service/BackendServiceTest.php index 2191060444..2c4587923d 100644 --- a/apps/files_external/tests/Service/BackendServiceTest.php +++ b/apps/files_external/tests/Service/BackendServiceTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Morris Jobke * @author Robin McCorkell * @author Roeland Jago Douma diff --git a/apps/files_external/tests/Service/StoragesServiceTest.php b/apps/files_external/tests/Service/StoragesServiceTest.php index dd35ee8f92..049c0a2989 100644 --- a/apps/files_external/tests/Service/StoragesServiceTest.php +++ b/apps/files_external/tests/Service/StoragesServiceTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php b/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php index ebdc2e01d5..9fb7b2a62a 100644 --- a/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php +++ b/apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Robin Appelman * @author Robin McCorkell diff --git a/apps/files_external/tests/Service/UserStoragesServiceTest.php b/apps/files_external/tests/Service/UserStoragesServiceTest.php index cc000c28a8..7d177f7690 100644 --- a/apps/files_external/tests/Service/UserStoragesServiceTest.php +++ b/apps/files_external/tests/Service/UserStoragesServiceTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Robin Appelman * @author Robin McCorkell diff --git a/apps/files_external/tests/Storage/FtpTest.php b/apps/files_external/tests/Storage/FtpTest.php index 6b9ce2d5b3..db57b5e6bf 100644 --- a/apps/files_external/tests/Storage/FtpTest.php +++ b/apps/files_external/tests/Storage/FtpTest.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/apps/files_external/tests/Storage/SmbTest.php b/apps/files_external/tests/Storage/SmbTest.php index 87a5668be4..2e2983dad1 100644 --- a/apps/files_external/tests/Storage/SmbTest.php +++ b/apps/files_external/tests/Storage/SmbTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Juan Pablo Villafáñez * @author Morris Jobke diff --git a/apps/files_external/tests/config.php b/apps/files_external/tests/config.php index d6d3731c5a..fbf4304d82 100644 --- a/apps/files_external/tests/config.php +++ b/apps/files_external/tests/config.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christian Berendt + * @author Christoph Wurst * @author hkjolhede * @author Michael Gapczynski * @author Robin Appelman diff --git a/apps/files_sharing/lib/AppInfo/Application.php b/apps/files_sharing/lib/AppInfo/Application.php index 51f7ab75a1..14bbe68b44 100644 --- a/apps/files_sharing/lib/AppInfo/Application.php +++ b/apps/files_sharing/lib/AppInfo/Application.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Julius Härtl diff --git a/apps/files_sharing/lib/Controller/ExternalSharesController.php b/apps/files_sharing/lib/Controller/ExternalSharesController.php index 122ad0f7cf..0a26f8f9f5 100644 --- a/apps/files_sharing/lib/Controller/ExternalSharesController.php +++ b/apps/files_sharing/lib/Controller/ExternalSharesController.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/apps/files_sharing/lib/Controller/RemoteController.php b/apps/files_sharing/lib/Controller/RemoteController.php index 499c6d9c2e..72eb8667b9 100644 --- a/apps/files_sharing/lib/Controller/RemoteController.php +++ b/apps/files_sharing/lib/Controller/RemoteController.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bjoern Schiessle + * @author Joas Schilling * @author Roeland Jago Douma * * @license AGPL-3.0 diff --git a/apps/files_sharing/lib/Controller/ShareController.php b/apps/files_sharing/lib/Controller/ShareController.php index 1022788ed2..a7c936f28a 100644 --- a/apps/files_sharing/lib/Controller/ShareController.php +++ b/apps/files_sharing/lib/Controller/ShareController.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Georg Ehrke * @author Joas Schilling diff --git a/apps/files_sharing/lib/External/Manager.php b/apps/files_sharing/lib/External/Manager.php index c89bb2c2f4..31cc7135c0 100644 --- a/apps/files_sharing/lib/External/Manager.php +++ b/apps/files_sharing/lib/External/Manager.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Daniel Hansson * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/apps/files_sharing/lib/External/Storage.php b/apps/files_sharing/lib/External/Storage.php index e405d8c447..9500857462 100644 --- a/apps/files_sharing/lib/External/Storage.php +++ b/apps/files_sharing/lib/External/Storage.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/files_sharing/lib/Hooks.php b/apps/files_sharing/lib/Hooks.php index cb9e20bb86..9b547ea295 100644 --- a/apps/files_sharing/lib/Hooks.php +++ b/apps/files_sharing/lib/Hooks.php @@ -5,7 +5,6 @@ * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling - * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/files_sharing/lib/Listener/ShareInteractionListener.php b/apps/files_sharing/lib/Listener/ShareInteractionListener.php index de4753d3da..0e409773e5 100644 --- a/apps/files_sharing/lib/Listener/ShareInteractionListener.php +++ b/apps/files_sharing/lib/Listener/ShareInteractionListener.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 OCA\Files_Sharing\Listener; diff --git a/apps/files_sharing/lib/Listener/UserAddedToGroupListener.php b/apps/files_sharing/lib/Listener/UserAddedToGroupListener.php index bae8faafeb..a1a20ad5f4 100644 --- a/apps/files_sharing/lib/Listener/UserAddedToGroupListener.php +++ b/apps/files_sharing/lib/Listener/UserAddedToGroupListener.php @@ -1,5 +1,7 @@ * @@ -18,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/files_sharing/lib/Listener/UserShareAcceptanceListener.php b/apps/files_sharing/lib/Listener/UserShareAcceptanceListener.php index 382f0b6179..010fdd9f88 100644 --- a/apps/files_sharing/lib/Listener/UserShareAcceptanceListener.php +++ b/apps/files_sharing/lib/Listener/UserShareAcceptanceListener.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019, Roeland Jago Douma * + * @author Julius Härtl * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/files_sharing/lib/Settings/Personal.php b/apps/files_sharing/lib/Settings/Personal.php index d6fd7f5f9c..3e83869a58 100644 --- a/apps/files_sharing/lib/Settings/Personal.php +++ b/apps/files_sharing/lib/Settings/Personal.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019, Roeland Jago Douma * + * @author Julius Härtl * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/files_sharing/lib/ShareBackend/File.php b/apps/files_sharing/lib/ShareBackend/File.php index 7bde5979ce..f811d7f6bd 100644 --- a/apps/files_sharing/lib/ShareBackend/File.php +++ b/apps/files_sharing/lib/ShareBackend/File.php @@ -6,6 +6,7 @@ * @author Bart Visscher * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Michael Gapczynski diff --git a/apps/files_sharing/lib/ShareBackend/Folder.php b/apps/files_sharing/lib/ShareBackend/Folder.php index 0c1ea18667..f2f1e24cc0 100644 --- a/apps/files_sharing/lib/ShareBackend/Folder.php +++ b/apps/files_sharing/lib/ShareBackend/Folder.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke diff --git a/apps/files_sharing/lib/SharedStorage.php b/apps/files_sharing/lib/SharedStorage.php index ea0163e80b..d40e94e36d 100644 --- a/apps/files_sharing/lib/SharedStorage.php +++ b/apps/files_sharing/lib/SharedStorage.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Michael Gapczynski * @author Morris Jobke diff --git a/apps/files_sharing/public.php b/apps/files_sharing/public.php index 99cdb88220..6e3530d26b 100644 --- a/apps/files_sharing/public.php +++ b/apps/files_sharing/public.php @@ -2,6 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst + * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke * @author Morris Jobke * diff --git a/apps/files_sharing/tests/ApiTest.php b/apps/files_sharing/tests/ApiTest.php index a356525260..789902bdcd 100644 --- a/apps/files_sharing/tests/ApiTest.php +++ b/apps/files_sharing/tests/ApiTest.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Jan-Christoph Borchardt * @author Joas Schilling diff --git a/apps/files_sharing/tests/CacheTest.php b/apps/files_sharing/tests/CacheTest.php index cba90e8f9e..c5ce0107f8 100644 --- a/apps/files_sharing/tests/CacheTest.php +++ b/apps/files_sharing/tests/CacheTest.php @@ -3,12 +3,12 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Stefan Weil * @author Thomas Müller * @author Vincent Petry * diff --git a/apps/files_sharing/tests/CapabilitiesTest.php b/apps/files_sharing/tests/CapabilitiesTest.php index a75b474cca..e4c1588763 100644 --- a/apps/files_sharing/tests/CapabilitiesTest.php +++ b/apps/files_sharing/tests/CapabilitiesTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php index e8fb3454e1..c2d4c7641e 100644 --- a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Joas Schilling * @author John Molakvoæ (skjnldsv) diff --git a/apps/files_sharing/tests/Controller/ShareControllerTest.php b/apps/files_sharing/tests/Controller/ShareControllerTest.php index c560595a7b..c9a187116b 100644 --- a/apps/files_sharing/tests/Controller/ShareControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareControllerTest.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Georg Ehrke * @author Joas Schilling diff --git a/apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php b/apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php index 7319a1bd42..0f3f53a26f 100644 --- a/apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php @@ -6,6 +6,7 @@ * @author Bjoern Schiessle * @author Christoph Wurst * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/files_sharing/tests/External/CacheTest.php b/apps/files_sharing/tests/External/CacheTest.php index 42cd05ebdf..466806e09c 100644 --- a/apps/files_sharing/tests/External/CacheTest.php +++ b/apps/files_sharing/tests/External/CacheTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Robin Appelman * @author Roeland Jago Douma diff --git a/apps/files_sharing/tests/ExternalStorageTest.php b/apps/files_sharing/tests/ExternalStorageTest.php index 2a9577bccb..bec6d5e546 100644 --- a/apps/files_sharing/tests/ExternalStorageTest.php +++ b/apps/files_sharing/tests/ExternalStorageTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/files_sharing/tests/Middleware/OCSShareAPIMiddlewareTest.php b/apps/files_sharing/tests/Middleware/OCSShareAPIMiddlewareTest.php index e4d6cefac4..e7457b4096 100644 --- a/apps/files_sharing/tests/Middleware/OCSShareAPIMiddlewareTest.php +++ b/apps/files_sharing/tests/Middleware/OCSShareAPIMiddlewareTest.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php b/apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php index 4a6d3859b0..b978658b42 100644 --- a/apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php +++ b/apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/files_sharing/tests/MountProviderTest.php b/apps/files_sharing/tests/MountProviderTest.php index fafed2123f..66df03101a 100644 --- a/apps/files_sharing/tests/MountProviderTest.php +++ b/apps/files_sharing/tests/MountProviderTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Maxence Lange * @author Morris Jobke diff --git a/apps/files_sharing/tests/ShareTest.php b/apps/files_sharing/tests/ShareTest.php index dddeb5cf55..63c2f2d19e 100644 --- a/apps/files_sharing/tests/ShareTest.php +++ b/apps/files_sharing/tests/ShareTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/apps/files_sharing/tests/SharedMountTest.php b/apps/files_sharing/tests/SharedMountTest.php index e63cb59795..e70ac84f66 100644 --- a/apps/files_sharing/tests/SharedMountTest.php +++ b/apps/files_sharing/tests/SharedMountTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/files_sharing/tests/SharedStorageTest.php b/apps/files_sharing/tests/SharedStorageTest.php index 1c222055d4..936295f45b 100644 --- a/apps/files_sharing/tests/SharedStorageTest.php +++ b/apps/files_sharing/tests/SharedStorageTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/apps/files_sharing/tests/WatcherTest.php b/apps/files_sharing/tests/WatcherTest.php index 0386828c4c..e483b2e1d9 100644 --- a/apps/files_sharing/tests/WatcherTest.php +++ b/apps/files_sharing/tests/WatcherTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/apps/files_trashbin/lib/Helper.php b/apps/files_trashbin/lib/Helper.php index 3cc096decb..8f292ac33c 100644 --- a/apps/files_trashbin/lib/Helper.php +++ b/apps/files_trashbin/lib/Helper.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/apps/files_trashbin/tests/Command/CleanUpTest.php b/apps/files_trashbin/tests/Command/CleanUpTest.php index a906bf7585..4fa4287aae 100644 --- a/apps/files_trashbin/tests/Command/CleanUpTest.php +++ b/apps/files_trashbin/tests/Command/CleanUpTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma * @author Thomas Müller diff --git a/apps/files_trashbin/tests/TrashbinTest.php b/apps/files_trashbin/tests/TrashbinTest.php index bde05e9b9a..2e9e130244 100644 --- a/apps/files_trashbin/tests/TrashbinTest.php +++ b/apps/files_trashbin/tests/TrashbinTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Morris Jobke diff --git a/apps/files_versions/lib/Versions/IVersionBackend.php b/apps/files_versions/lib/Versions/IVersionBackend.php index dd7e5f9639..3173233e2d 100644 --- a/apps/files_versions/lib/Versions/IVersionBackend.php +++ b/apps/files_versions/lib/Versions/IVersionBackend.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 Robin Appelman * + * @author Christoph Wurst * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/apps/files_versions/tests/Command/CleanupTest.php b/apps/files_versions/tests/Command/CleanupTest.php index 94f54f96d8..125985a2f9 100644 --- a/apps/files_versions/tests/Command/CleanupTest.php +++ b/apps/files_versions/tests/Command/CleanupTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/apps/files_versions/tests/VersioningTest.php b/apps/files_versions/tests/VersioningTest.php index 89688958e6..aa572a36ea 100644 --- a/apps/files_versions/tests/VersioningTest.php +++ b/apps/files_versions/tests/VersioningTest.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Björn Schießle + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/apps/oauth2/lib/Controller/LoginRedirectorController.php b/apps/oauth2/lib/Controller/LoginRedirectorController.php index b5568b824d..4254c9880b 100644 --- a/apps/oauth2/lib/Controller/LoginRedirectorController.php +++ b/apps/oauth2/lib/Controller/LoginRedirectorController.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Daniel Kesselberg * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/apps/oauth2/tests/Controller/LoginRedirectorControllerTest.php b/apps/oauth2/tests/Controller/LoginRedirectorControllerTest.php index 9bea0b328c..8ed4afaf27 100644 --- a/apps/oauth2/tests/Controller/LoginRedirectorControllerTest.php +++ b/apps/oauth2/tests/Controller/LoginRedirectorControllerTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Daniel Kesselberg * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/apps/oauth2/tests/Controller/OauthApiControllerTest.php b/apps/oauth2/tests/Controller/OauthApiControllerTest.php index 820c8e041a..cf4fdbce32 100644 --- a/apps/oauth2/tests/Controller/OauthApiControllerTest.php +++ b/apps/oauth2/tests/Controller/OauthApiControllerTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Christoph Wurst * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/apps/oauth2/tests/Controller/SettingsControllerTest.php b/apps/oauth2/tests/Controller/SettingsControllerTest.php index 1a6f20fcf8..1c486f2a43 100644 --- a/apps/oauth2/tests/Controller/SettingsControllerTest.php +++ b/apps/oauth2/tests/Controller/SettingsControllerTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Christoph Wurst * @author Lukas Reschke * @author rakekniven * @author Roeland Jago Douma diff --git a/apps/provisioning_api/lib/AppInfo/Application.php b/apps/provisioning_api/lib/AppInfo/Application.php index a2dfa5bac4..96ec5242ee 100644 --- a/apps/provisioning_api/lib/AppInfo/Application.php +++ b/apps/provisioning_api/lib/AppInfo/Application.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/provisioning_api/lib/Controller/UsersController.php b/apps/provisioning_api/lib/Controller/UsersController.php index ee939f587b..8905f1348a 100644 --- a/apps/provisioning_api/lib/Controller/UsersController.php +++ b/apps/provisioning_api/lib/Controller/UsersController.php @@ -18,7 +18,7 @@ declare(strict_types=1); * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * @author Tom Needham * diff --git a/apps/provisioning_api/tests/Controller/AppsControllerTest.php b/apps/provisioning_api/tests/Controller/AppsControllerTest.php index e54025856f..5a4a1e5b15 100644 --- a/apps/provisioning_api/tests/Controller/AppsControllerTest.php +++ b/apps/provisioning_api/tests/Controller/AppsControllerTest.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/provisioning_api/tests/Controller/GroupsControllerTest.php b/apps/provisioning_api/tests/Controller/GroupsControllerTest.php index bb50786ee8..f512502df4 100644 --- a/apps/provisioning_api/tests/Controller/GroupsControllerTest.php +++ b/apps/provisioning_api/tests/Controller/GroupsControllerTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke diff --git a/apps/provisioning_api/tests/Controller/UsersControllerTest.php b/apps/provisioning_api/tests/Controller/UsersControllerTest.php index 05c9506d6e..0a02378cba 100644 --- a/apps/provisioning_api/tests/Controller/UsersControllerTest.php +++ b/apps/provisioning_api/tests/Controller/UsersControllerTest.php @@ -14,7 +14,7 @@ * @author michag86 * @author Morris Jobke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * @author Tom Needham * @author zulan diff --git a/apps/provisioning_api/tests/TestCase.php b/apps/provisioning_api/tests/TestCase.php index 3d1310ca5d..f2495cdba6 100644 --- a/apps/provisioning_api/tests/TestCase.php +++ b/apps/provisioning_api/tests/TestCase.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/settings/lib/Controller/AppSettingsController.php b/apps/settings/lib/Controller/AppSettingsController.php index fc92fe8c77..e822436702 100644 --- a/apps/settings/lib/Controller/AppSettingsController.php +++ b/apps/settings/lib/Controller/AppSettingsController.php @@ -3,7 +3,9 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, Lukas Reschke * + * @author Arthur Schiwon * @author Christoph Wurst + * @author Daniel Kesselberg * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Julius Härtl diff --git a/apps/settings/lib/Controller/UsersController.php b/apps/settings/lib/Controller/UsersController.php index e58d1ea732..395412cbb6 100644 --- a/apps/settings/lib/Controller/UsersController.php +++ b/apps/settings/lib/Controller/UsersController.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bjoern Schiessle * @author Christoph Wurst + * @author Daniel Kesselberg * @author John Molakvoæ (skjnldsv) * @author Roeland Jago Douma * diff --git a/apps/settings/lib/Sections/Admin/Additional.php b/apps/settings/lib/Sections/Admin/Additional.php index ebe9297572..9f0bed8261 100644 --- a/apps/settings/lib/Sections/Admin/Additional.php +++ b/apps/settings/lib/Sections/Admin/Additional.php @@ -1,5 +1,7 @@ * @@ -18,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/settings/lib/Sections/Admin/Groupware.php b/apps/settings/lib/Sections/Admin/Groupware.php index 5f26b00304..4e027dee3f 100644 --- a/apps/settings/lib/Sections/Admin/Groupware.php +++ b/apps/settings/lib/Sections/Admin/Groupware.php @@ -1,5 +1,7 @@ * @@ -18,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/settings/lib/Sections/Admin/Overview.php b/apps/settings/lib/Sections/Admin/Overview.php index c5dd8174c8..7d4acfff88 100644 --- a/apps/settings/lib/Sections/Admin/Overview.php +++ b/apps/settings/lib/Sections/Admin/Overview.php @@ -1,5 +1,7 @@ * @@ -18,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/settings/lib/Sections/Admin/Security.php b/apps/settings/lib/Sections/Admin/Security.php index e674d6f045..b430d07d09 100644 --- a/apps/settings/lib/Sections/Admin/Security.php +++ b/apps/settings/lib/Sections/Admin/Security.php @@ -1,5 +1,7 @@ * @@ -18,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/settings/lib/Sections/Admin/Server.php b/apps/settings/lib/Sections/Admin/Server.php index d30f0a8132..8a3d2ce67b 100644 --- a/apps/settings/lib/Sections/Admin/Server.php +++ b/apps/settings/lib/Sections/Admin/Server.php @@ -1,5 +1,7 @@ * @@ -18,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/settings/lib/Sections/Admin/Sharing.php b/apps/settings/lib/Sections/Admin/Sharing.php index 0eeb95c87d..ad086c5ace 100644 --- a/apps/settings/lib/Sections/Admin/Sharing.php +++ b/apps/settings/lib/Sections/Admin/Sharing.php @@ -1,5 +1,7 @@ * @@ -18,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/settings/lib/Sections/Personal/PersonalInfo.php b/apps/settings/lib/Sections/Personal/PersonalInfo.php index 9457da5ff0..bc0ceb1f96 100644 --- a/apps/settings/lib/Sections/Personal/PersonalInfo.php +++ b/apps/settings/lib/Sections/Personal/PersonalInfo.php @@ -1,5 +1,7 @@ * @@ -18,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/settings/lib/Sections/Personal/Security.php b/apps/settings/lib/Sections/Personal/Security.php index 31a1bb2e09..0cb47afb58 100644 --- a/apps/settings/lib/Sections/Personal/Security.php +++ b/apps/settings/lib/Sections/Personal/Security.php @@ -1,5 +1,7 @@ * @@ -18,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/settings/lib/Sections/Personal/SyncClients.php b/apps/settings/lib/Sections/Personal/SyncClients.php index 7670d387d3..d99c007b3f 100644 --- a/apps/settings/lib/Sections/Personal/SyncClients.php +++ b/apps/settings/lib/Sections/Personal/SyncClients.php @@ -1,5 +1,7 @@ * @@ -18,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/settings/lib/Settings/Admin/Mail.php b/apps/settings/lib/Settings/Admin/Mail.php index 4ad22cbc21..2e2146a9a9 100644 --- a/apps/settings/lib/Settings/Admin/Mail.php +++ b/apps/settings/lib/Settings/Admin/Mail.php @@ -3,7 +3,6 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon - * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling * @author Julius Härtl diff --git a/apps/settings/lib/Settings/Admin/Overview.php b/apps/settings/lib/Settings/Admin/Overview.php index 3399a425ee..81232fcd87 100644 --- a/apps/settings/lib/Settings/Admin/Overview.php +++ b/apps/settings/lib/Settings/Admin/Overview.php @@ -2,9 +2,9 @@ /** * @copyright Copyright (c) 2018 Julius Härtl * - * @author Christoph Wurst * @author Julius Härtl * @author Morris Jobke + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/settings/lib/Settings/Admin/Server.php b/apps/settings/lib/Settings/Admin/Server.php index d82c9e7c25..95658b3ce1 100644 --- a/apps/settings/lib/Settings/Admin/Server.php +++ b/apps/settings/lib/Settings/Admin/Server.php @@ -3,10 +3,8 @@ * @copyright Copyright (c) 2016 Arthur Schiwon * * @author Arthur Schiwon - * @author Christoph Wurst * @author Joas Schilling - * @author Lukas Reschke - * @author Morris Jobke + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/settings/lib/Settings/Admin/Sharing.php b/apps/settings/lib/Settings/Admin/Sharing.php index 080f866ae5..98977a9cd4 100644 --- a/apps/settings/lib/Settings/Admin/Sharing.php +++ b/apps/settings/lib/Settings/Admin/Sharing.php @@ -4,7 +4,7 @@ * * @author Arthur Schiwon * @author Bjoern Schiessle - * @author Christoph Wurst + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/settings/lib/Settings/Personal/Additional.php b/apps/settings/lib/Settings/Personal/Additional.php index ab128afe9a..93c5df2dc1 100644 --- a/apps/settings/lib/Settings/Personal/Additional.php +++ b/apps/settings/lib/Settings/Personal/Additional.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon - * @author Christoph Wurst + * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/settings/lib/Settings/Personal/PersonalInfo.php b/apps/settings/lib/Settings/Personal/PersonalInfo.php index 69363cdd08..3bf1f23d75 100644 --- a/apps/settings/lib/Settings/Personal/PersonalInfo.php +++ b/apps/settings/lib/Settings/Personal/PersonalInfo.php @@ -10,7 +10,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/settings/lib/Settings/Personal/Security/Authtokens.php b/apps/settings/lib/Settings/Personal/Security/Authtokens.php index 9301976666..3e33723a62 100644 --- a/apps/settings/lib/Settings/Personal/Security/Authtokens.php +++ b/apps/settings/lib/Settings/Personal/Security/Authtokens.php @@ -5,7 +5,6 @@ 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/apps/settings/lib/Settings/Personal/Security/Password.php b/apps/settings/lib/Settings/Personal/Security/Password.php index 06e82f6e4c..a3a5ae35ce 100644 --- a/apps/settings/lib/Settings/Personal/Security/Password.php +++ b/apps/settings/lib/Settings/Personal/Security/Password.php @@ -1,11 +1,12 @@ * * @author Arthur Schiwon * @author Christoph Wurst - * @author Greta Doci * @author Julius Härtl * @author Roeland Jago Douma * diff --git a/apps/settings/lib/Settings/Personal/Security/TwoFactor.php b/apps/settings/lib/Settings/Personal/Security/TwoFactor.php index b51e4942b8..4db8f6f8ab 100644 --- a/apps/settings/lib/Settings/Personal/Security/TwoFactor.php +++ b/apps/settings/lib/Settings/Personal/Security/TwoFactor.php @@ -1,10 +1,10 @@ * - * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/settings/lib/Settings/Personal/ServerDevNotice.php b/apps/settings/lib/Settings/Personal/ServerDevNotice.php index 578211dcc0..717c78150b 100644 --- a/apps/settings/lib/Settings/Personal/ServerDevNotice.php +++ b/apps/settings/lib/Settings/Personal/ServerDevNotice.php @@ -2,7 +2,6 @@ /** * @copyright 2016, Roeland Jago Douma * - * @author Christoph Wurst * @author Julius Härtl * @author Roeland Jago Douma * diff --git a/apps/settings/tests/Controller/AdminSettingsControllerTest.php b/apps/settings/tests/Controller/AdminSettingsControllerTest.php index c20067ddfc..137540c52d 100644 --- a/apps/settings/tests/Controller/AdminSettingsControllerTest.php +++ b/apps/settings/tests/Controller/AdminSettingsControllerTest.php @@ -4,8 +4,8 @@ * * @author Arthur Schiwon * @author Christoph Wurst + * @author Julius Härtl * @author Lukas Reschke - * @author Morris Jobke * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/settings/tests/Settings/Admin/ServerTest.php b/apps/settings/tests/Settings/Admin/ServerTest.php index 9657ec2d2d..3758d8635d 100644 --- a/apps/settings/tests/Settings/Admin/ServerTest.php +++ b/apps/settings/tests/Settings/Admin/ServerTest.php @@ -1,5 +1,7 @@ * diff --git a/apps/settings/tests/Settings/Admin/SharingTest.php b/apps/settings/tests/Settings/Admin/SharingTest.php index 3afa91e076..72e5034d51 100644 --- a/apps/settings/tests/Settings/Admin/SharingTest.php +++ b/apps/settings/tests/Settings/Admin/SharingTest.php @@ -5,6 +5,8 @@ * @author Arthur Schiwon * @author Bjoern Schiessle * @author Christoph Wurst + * @author Daniel Kesselberg + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/settings/tests/Settings/Personal/Security/AuthtokensTest.php b/apps/settings/tests/Settings/Personal/Security/AuthtokensTest.php index 1f85f49106..ad0b710842 100644 --- a/apps/settings/tests/Settings/Personal/Security/AuthtokensTest.php +++ b/apps/settings/tests/Settings/Personal/Security/AuthtokensTest.php @@ -5,7 +5,6 @@ declare(strict_types=1); /** * @copyright 2019 Christoph Wurst * - * @author Christoph Wurst * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/settings/tests/Settings/Personal/Security/PasswordTest.php b/apps/settings/tests/Settings/Personal/Security/PasswordTest.php index 8eb4c022e7..7785338d86 100644 --- a/apps/settings/tests/Settings/Personal/Security/PasswordTest.php +++ b/apps/settings/tests/Settings/Personal/Security/PasswordTest.php @@ -1,11 +1,11 @@ * * @author Christoph Wurst - * @author Greta Doci * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/apps/sharebymail/lib/AppInfo/Application.php b/apps/sharebymail/lib/AppInfo/Application.php index e24743aa40..8e5cd4b35c 100644 --- a/apps/sharebymail/lib/AppInfo/Application.php +++ b/apps/sharebymail/lib/AppInfo/Application.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Bjoern Schiessle * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/apps/sharebymail/lib/ShareByMailProvider.php b/apps/sharebymail/lib/ShareByMailProvider.php index 9f0362f190..220f3e6454 100644 --- a/apps/sharebymail/lib/ShareByMailProvider.php +++ b/apps/sharebymail/lib/ShareByMailProvider.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bjoern Schiessle + * @author Christoph Wurst * @author comradekingu * @author Daniel Calviño Sánchez * @author exner104 <59639860+exner104@users.noreply.github.com> diff --git a/apps/sharebymail/tests/ShareByMailProviderTest.php b/apps/sharebymail/tests/ShareByMailProviderTest.php index cc3c460428..7bdadd79c2 100644 --- a/apps/sharebymail/tests/ShareByMailProviderTest.php +++ b/apps/sharebymail/tests/ShareByMailProviderTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Bjoern Schiessle * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Joas Schilling * @author Lukas Reschke diff --git a/apps/testing/lib/AppInfo/Application.php b/apps/testing/lib/AppInfo/Application.php index 79ee279170..e57531a8d2 100644 --- a/apps/testing/lib/AppInfo/Application.php +++ b/apps/testing/lib/AppInfo/Application.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud GmbH * + * @author Christoph Wurst * @author Roeland Jago Douma * @author Vincent Petry * diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php index c61f776ac0..fe7a5a9465 100644 --- a/apps/theming/appinfo/routes.php +++ b/apps/theming/appinfo/routes.php @@ -4,6 +4,7 @@ * @copyright Copyright (c) 2016 Lukas Reschke * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Joas Schilling * @author Julius Haertl * @author Julius Härtl diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index 6a17b23722..e1fbb22777 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -6,6 +6,7 @@ * @author Arthur Schiwon * @author Bjoern Schiessle * @author Daniel Calviño Sánchez + * @author Daniel Kesselberg * @author Jan-Christoph Borchardt * @author Joas Schilling * @author Julius Haertl @@ -16,7 +17,7 @@ * @author rakekniven * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/lib/Util.php b/apps/theming/lib/Util.php index 0a60d9f38f..d66aeb3db2 100644 --- a/apps/theming/lib/Util.php +++ b/apps/theming/lib/Util.php @@ -2,12 +2,12 @@ /** * @copyright Copyright (c) 2016 Julius Härtl * + * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling * @author Julius Haertl * @author Julius Härtl * @author Michael Weimann - * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version * diff --git a/apps/theming/tests/Controller/ThemingControllerTest.php b/apps/theming/tests/Controller/ThemingControllerTest.php index 8d38c13962..240cca776c 100644 --- a/apps/theming/tests/Controller/ThemingControllerTest.php +++ b/apps/theming/tests/Controller/ThemingControllerTest.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bjoern Schiessle + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Jan-Christoph Borchardt * @author Joas Schilling diff --git a/apps/twofactor_backupcodes/tests/Unit/BackgroundJob/CheckBackupCodeTest.php b/apps/twofactor_backupcodes/tests/Unit/BackgroundJob/CheckBackupCodeTest.php index 141e6d1320..21e8f85382 100644 --- a/apps/twofactor_backupcodes/tests/Unit/BackgroundJob/CheckBackupCodeTest.php +++ b/apps/twofactor_backupcodes/tests/Unit/BackgroundJob/CheckBackupCodeTest.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/apps/user_ldap/ajax/clearMappings.php b/apps/user_ldap/ajax/clearMappings.php index f847b818db..6375966281 100644 --- a/apps/user_ldap/ajax/clearMappings.php +++ b/apps/user_ldap/ajax/clearMappings.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Christopher Schäpers + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/user_ldap/ajax/deleteConfiguration.php b/apps/user_ldap/ajax/deleteConfiguration.php index c2bf4f265d..32b86f75fb 100644 --- a/apps/user_ldap/ajax/deleteConfiguration.php +++ b/apps/user_ldap/ajax/deleteConfiguration.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/apps/user_ldap/ajax/getConfiguration.php b/apps/user_ldap/ajax/getConfiguration.php index 8c9a3a6c3f..e3181d9c7f 100644 --- a/apps/user_ldap/ajax/getConfiguration.php +++ b/apps/user_ldap/ajax/getConfiguration.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Juan Pablo Villafáñez * @author Lukas Reschke diff --git a/apps/user_ldap/ajax/getNewServerConfigPrefix.php b/apps/user_ldap/ajax/getNewServerConfigPrefix.php index 9d93b2b897..6bf2572941 100644 --- a/apps/user_ldap/ajax/getNewServerConfigPrefix.php +++ b/apps/user_ldap/ajax/getNewServerConfigPrefix.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/user_ldap/ajax/setConfiguration.php b/apps/user_ldap/ajax/setConfiguration.php index fd8a2b0c1b..f696c107a4 100644 --- a/apps/user_ldap/ajax/setConfiguration.php +++ b/apps/user_ldap/ajax/setConfiguration.php @@ -3,8 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling - * @author Lennart Rosam * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/user_ldap/ajax/testConfiguration.php b/apps/user_ldap/ajax/testConfiguration.php index a21cb40755..3fe2337c86 100644 --- a/apps/user_ldap/ajax/testConfiguration.php +++ b/apps/user_ldap/ajax/testConfiguration.php @@ -2,8 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Allan Nordhøy * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Juan Pablo Villafáñez * @author Morris Jobke diff --git a/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php index 1756e978de..ccd7e5937c 100644 --- a/apps/user_ldap/ajax/wizard.php +++ b/apps/user_ldap/ajax/wizard.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Juan Pablo Villafáñez * @author Lukas Reschke diff --git a/apps/user_ldap/lib/Access.php b/apps/user_ldap/lib/Access.php index 6f6e3648e3..fecc3b4d4d 100644 --- a/apps/user_ldap/lib/Access.php +++ b/apps/user_ldap/lib/Access.php @@ -10,6 +10,7 @@ * @author Benjamin Diele * @author bline * @author Christopher Schäpers + * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/apps/user_ldap/lib/Command/ShowConfig.php b/apps/user_ldap/lib/Command/ShowConfig.php index 46d0898661..005798c7a0 100644 --- a/apps/user_ldap/lib/Command/ShowConfig.php +++ b/apps/user_ldap/lib/Command/ShowConfig.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Laurens Post * @author Morris Jobke diff --git a/apps/user_ldap/lib/Command/TestConfig.php b/apps/user_ldap/lib/Command/TestConfig.php index b38d2e972a..98dd25a108 100644 --- a/apps/user_ldap/lib/Command/TestConfig.php +++ b/apps/user_ldap/lib/Command/TestConfig.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/user_ldap/lib/Configuration.php b/apps/user_ldap/lib/Configuration.php index 9fa386a821..a04ea638d0 100644 --- a/apps/user_ldap/lib/Configuration.php +++ b/apps/user_ldap/lib/Configuration.php @@ -6,6 +6,7 @@ * @author Alex Weirig * @author Arthur Schiwon * @author blizzz + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lennart Rosam diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index 5e2d7fb858..58afcf9672 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Jarkko Lehtoranta * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/apps/user_ldap/lib/GroupPluginManager.php b/apps/user_ldap/lib/GroupPluginManager.php index f1b36923ad..799e290f85 100644 --- a/apps/user_ldap/lib/GroupPluginManager.php +++ b/apps/user_ldap/lib/GroupPluginManager.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br) * + * @author Christoph Wurst * @author Vinicius Cubas Brand * * @license GNU AGPL version 3 or any later version diff --git a/apps/user_ldap/lib/Group_LDAP.php b/apps/user_ldap/lib/Group_LDAP.php index c19f6ac4ed..f119780f2c 100644 --- a/apps/user_ldap/lib/Group_LDAP.php +++ b/apps/user_ldap/lib/Group_LDAP.php @@ -10,6 +10,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Christopher Schäpers + * @author Christoph Wurst * @author Frédéric Fortier * @author Joas Schilling * @author Lukas Reschke diff --git a/apps/user_ldap/lib/Group_Proxy.php b/apps/user_ldap/lib/Group_Proxy.php index 441bf141a3..b492e96530 100644 --- a/apps/user_ldap/lib/Group_Proxy.php +++ b/apps/user_ldap/lib/Group_Proxy.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Christopher Schäpers + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin McCorkell diff --git a/apps/user_ldap/lib/Helper.php b/apps/user_ldap/lib/Helper.php index 6962a3cb97..93dc92f334 100644 --- a/apps/user_ldap/lib/Helper.php +++ b/apps/user_ldap/lib/Helper.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Brice Maron + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/apps/user_ldap/lib/Jobs/Sync.php b/apps/user_ldap/lib/Jobs/Sync.php index 7b95950bda..02b50c83a6 100644 --- a/apps/user_ldap/lib/Jobs/Sync.php +++ b/apps/user_ldap/lib/Jobs/Sync.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/apps/user_ldap/lib/Jobs/UpdateGroups.php b/apps/user_ldap/lib/Jobs/UpdateGroups.php index bf5d730c3b..35edaccc6a 100644 --- a/apps/user_ldap/lib/Jobs/UpdateGroups.php +++ b/apps/user_ldap/lib/Jobs/UpdateGroups.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/apps/user_ldap/lib/LDAP.php b/apps/user_ldap/lib/LDAP.php index 8c8a6bfbf1..7b6b520620 100644 --- a/apps/user_ldap/lib/LDAP.php +++ b/apps/user_ldap/lib/LDAP.php @@ -4,6 +4,7 @@ * * @author Alexander Bergolth * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/apps/user_ldap/lib/Mapping/AbstractMapping.php b/apps/user_ldap/lib/Mapping/AbstractMapping.php index fecc25da92..e16829e09d 100644 --- a/apps/user_ldap/lib/Mapping/AbstractMapping.php +++ b/apps/user_ldap/lib/Mapping/AbstractMapping.php @@ -4,6 +4,7 @@ * * @author Aaron Wood * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * diff --git a/apps/user_ldap/lib/Proxy.php b/apps/user_ldap/lib/Proxy.php index 4515e53c6c..b077b0d5a8 100644 --- a/apps/user_ldap/lib/Proxy.php +++ b/apps/user_ldap/lib/Proxy.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Christopher Schäpers + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/apps/user_ldap/lib/User/OfflineUser.php b/apps/user_ldap/lib/User/OfflineUser.php index c75a144e90..60a39e9502 100644 --- a/apps/user_ldap/lib/User/OfflineUser.php +++ b/apps/user_ldap/lib/User/OfflineUser.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * diff --git a/apps/user_ldap/lib/User/User.php b/apps/user_ldap/lib/User/User.php index eb126b94bf..f092f44e04 100644 --- a/apps/user_ldap/lib/User/User.php +++ b/apps/user_ldap/lib/User/User.php @@ -3,10 +3,12 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Juan Pablo Villafáñez * @author Morris Jobke + * @author Philipp Staiger * @author Roger Szabo * @author Thomas Müller * @author Victor Dubiniuk diff --git a/apps/user_ldap/lib/UserPluginManager.php b/apps/user_ldap/lib/UserPluginManager.php index 6301257b1a..f240d4493c 100644 --- a/apps/user_ldap/lib/UserPluginManager.php +++ b/apps/user_ldap/lib/UserPluginManager.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br) * + * @author Christoph Wurst * @author Filis Futsarov * @author Vinicius Cubas Brand * diff --git a/apps/user_ldap/lib/User_LDAP.php b/apps/user_ldap/lib/User_LDAP.php index fec3b25a78..b4ceb8f1f4 100644 --- a/apps/user_ldap/lib/User_LDAP.php +++ b/apps/user_ldap/lib/User_LDAP.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Daniel Kesselberg * @author Dominik Schmidt * @author felixboehm diff --git a/apps/user_ldap/lib/User_Proxy.php b/apps/user_ldap/lib/User_Proxy.php index 2edc0d2d64..27e8c42ae7 100644 --- a/apps/user_ldap/lib/User_Proxy.php +++ b/apps/user_ldap/lib/User_Proxy.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Christopher Schäpers + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/user_ldap/lib/Wizard.php b/apps/user_ldap/lib/Wizard.php index 4e3f41d6fc..181a58c11b 100644 --- a/apps/user_ldap/lib/Wizard.php +++ b/apps/user_ldap/lib/Wizard.php @@ -6,6 +6,7 @@ * @author Allan Nordhøy * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Jean-Louis Dupond * @author Joas Schilling * @author Jörn Friedrich Dreyer @@ -16,7 +17,6 @@ * @author Robin McCorkell * @author Roeland Jago Douma * @author Stefan Weil - * @author Tobias Brunner * @author Victor Dubiniuk * @author Xuanwo * diff --git a/apps/user_ldap/lib/WizardResult.php b/apps/user_ldap/lib/WizardResult.php index ae90cfe437..4c0c555ca5 100644 --- a/apps/user_ldap/lib/WizardResult.php +++ b/apps/user_ldap/lib/WizardResult.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/apps/user_ldap/tests/AccessTest.php b/apps/user_ldap/tests/AccessTest.php index 0397a85155..35d38b2492 100644 --- a/apps/user_ldap/tests/AccessTest.php +++ b/apps/user_ldap/tests/AccessTest.php @@ -5,6 +5,7 @@ * * @author Andreas Fischer * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/apps/user_ldap/tests/ConfigurationTest.php b/apps/user_ldap/tests/ConfigurationTest.php index c44f8a0177..45c01e4b0f 100644 --- a/apps/user_ldap/tests/ConfigurationTest.php +++ b/apps/user_ldap/tests/ConfigurationTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma * diff --git a/apps/user_ldap/tests/ConnectionTest.php b/apps/user_ldap/tests/ConnectionTest.php index 778a666317..59e6476ab4 100644 --- a/apps/user_ldap/tests/ConnectionTest.php +++ b/apps/user_ldap/tests/ConnectionTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Jarkko Lehtoranta * @author Joas Schilling * @author Julius Härtl diff --git a/apps/user_ldap/tests/Group_LDAPTest.php b/apps/user_ldap/tests/Group_LDAPTest.php index d5a6f3b712..fb5840f0dd 100644 --- a/apps/user_ldap/tests/Group_LDAPTest.php +++ b/apps/user_ldap/tests/Group_LDAPTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Frédéric Fortier * @author Joas Schilling * @author Morris Jobke diff --git a/apps/user_ldap/tests/HelperTest.php b/apps/user_ldap/tests/HelperTest.php index a9b889dbc5..c0fa693ff4 100644 --- a/apps/user_ldap/tests/HelperTest.php +++ b/apps/user_ldap/tests/HelperTest.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php b/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php index 6912fc2d9a..7c62a20165 100644 --- a/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php +++ b/apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/user_ldap/tests/Jobs/CleanUpTest.php b/apps/user_ldap/tests/Jobs/CleanUpTest.php index f08a5440c4..75bd6f0b08 100644 --- a/apps/user_ldap/tests/Jobs/CleanUpTest.php +++ b/apps/user_ldap/tests/Jobs/CleanUpTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/user_ldap/tests/LDAPTest.php b/apps/user_ldap/tests/LDAPTest.php index c06017f4be..56ee04906b 100644 --- a/apps/user_ldap/tests/LDAPTest.php +++ b/apps/user_ldap/tests/LDAPTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Lukas Reschke * * @author Arthur Schiwon + * @author Christoph Wurst * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/apps/user_ldap/tests/Mapping/AbstractMappingTest.php b/apps/user_ldap/tests/Mapping/AbstractMappingTest.php index e4aadb3ea9..a298c8b4bc 100644 --- a/apps/user_ldap/tests/Mapping/AbstractMappingTest.php +++ b/apps/user_ldap/tests/Mapping/AbstractMappingTest.php @@ -4,6 +4,7 @@ * * @author Aaron Wood * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/user_ldap/tests/User/ManagerTest.php b/apps/user_ldap/tests/User/ManagerTest.php index ad73d096ef..f71f50377f 100644 --- a/apps/user_ldap/tests/User/ManagerTest.php +++ b/apps/user_ldap/tests/User/ManagerTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Philippe Jung diff --git a/apps/user_ldap/tests/User/UserTest.php b/apps/user_ldap/tests/User/UserTest.php index 54a35f032b..4e8dacaeda 100644 --- a/apps/user_ldap/tests/User/UserTest.php +++ b/apps/user_ldap/tests/User/UserTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Juan Pablo Villafáñez * @author Morris Jobke diff --git a/apps/user_ldap/tests/User_LDAPTest.php b/apps/user_ldap/tests/User_LDAPTest.php index baa307b2e6..3f0259692a 100644 --- a/apps/user_ldap/tests/User_LDAPTest.php +++ b/apps/user_ldap/tests/User_LDAPTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/apps/user_ldap/tests/WizardTest.php b/apps/user_ldap/tests/WizardTest.php index 50931c75ff..4a7fbb6bba 100644 --- a/apps/user_ldap/tests/WizardTest.php +++ b/apps/user_ldap/tests/WizardTest.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/build/integration/features/bootstrap/CommentsContext.php b/build/integration/features/bootstrap/CommentsContext.php index cbf09fcda8..c3577658f0 100644 --- a/build/integration/features/bootstrap/CommentsContext.php +++ b/build/integration/features/bootstrap/CommentsContext.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/build/integration/features/bootstrap/Provisioning.php b/build/integration/features/bootstrap/Provisioning.php index 73354d3b76..1301d5551f 100644 --- a/build/integration/features/bootstrap/Provisioning.php +++ b/build/integration/features/bootstrap/Provisioning.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Joas Schilling * @author John Molakvoæ (skjnldsv) diff --git a/build/integration/features/bootstrap/ShareesContext.php b/build/integration/features/bootstrap/ShareesContext.php index cf472e0321..64896a8200 100644 --- a/build/integration/features/bootstrap/ShareesContext.php +++ b/build/integration/features/bootstrap/ShareesContext.php @@ -4,8 +4,6 @@ * * @author Arthur Schiwon * @author Joas Schilling - * @author John Molakvoæ (skjnldsv) - * @author Robin Appelman * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/build/integration/features/bootstrap/Sharing.php b/build/integration/features/bootstrap/Sharing.php index 3d6ca27f2a..b76e846191 100644 --- a/build/integration/features/bootstrap/Sharing.php +++ b/build/integration/features/bootstrap/Sharing.php @@ -3,6 +3,7 @@ * * * @author Arthur Schiwon + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Joas Schilling * @author John Molakvoæ (skjnldsv) diff --git a/build/integration/features/bootstrap/TagsContext.php b/build/integration/features/bootstrap/TagsContext.php index 6f3d8008a2..c5a18198f0 100644 --- a/build/integration/features/bootstrap/TagsContext.php +++ b/build/integration/features/bootstrap/TagsContext.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/core/Application.php b/core/Application.php index c2da7f8d19..c1ac897153 100644 --- a/core/Application.php +++ b/core/Application.php @@ -10,7 +10,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Victor Dubiniuk * * @license AGPL-3.0 diff --git a/core/Command/App/ListApps.php b/core/Command/App/ListApps.php index 6c3d4bb743..84fdf7f8f4 100644 --- a/core/Command/App/ListApps.php +++ b/core/Command/App/ListApps.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/core/Command/App/Update.php b/core/Command/App/Update.php index 19d0251d82..8aa7bccb1a 100644 --- a/core/Command/App/Update.php +++ b/core/Command/App/Update.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018, michag86 (michag86@arcor.de) * + * @author Christoph Wurst * @author michag86 * @author Morris Jobke * @author Roeland Jago Douma diff --git a/core/Command/Db/AddMissingIndices.php b/core/Command/Db/AddMissingIndices.php index 0152df2173..b1763575cc 100644 --- a/core/Command/Db/AddMissingIndices.php +++ b/core/Command/Db/AddMissingIndices.php @@ -10,7 +10,7 @@ declare(strict_types=1); * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/core/Command/Encryption/ListModules.php b/core/Command/Encryption/ListModules.php index dd9290eea8..e8b7809c82 100644 --- a/core/Command/Encryption/ListModules.php +++ b/core/Command/Encryption/ListModules.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Ruben Homs * diff --git a/core/Command/L10n/CreateJs.php b/core/Command/L10n/CreateJs.php index 3e67e1329f..ac6e733942 100644 --- a/core/Command/L10n/CreateJs.php +++ b/core/Command/L10n/CreateJs.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Thomas Müller diff --git a/core/Command/Status.php b/core/Command/Status.php index 25632a313f..7702a672fc 100644 --- a/core/Command/Status.php +++ b/core/Command/Status.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php index 0a66d63fd3..7782496c76 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -4,6 +4,7 @@ * * @author Andreas Fischer * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Jürgen Haas * @author Lukas Reschke diff --git a/core/Command/User/Report.php b/core/Command/User/Report.php index 77fbcc124f..7f4562fc42 100644 --- a/core/Command/User/Report.php +++ b/core/Command/User/Report.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma diff --git a/core/Controller/AvatarController.php b/core/Controller/AvatarController.php index ac07129a04..c279edf25a 100644 --- a/core/Controller/AvatarController.php +++ b/core/Controller/AvatarController.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Daniel Kesselberg * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke diff --git a/core/Controller/CssController.php b/core/Controller/CssController.php index 3e7215966b..741d443157 100644 --- a/core/Controller/CssController.php +++ b/core/Controller/CssController.php @@ -9,7 +9,7 @@ declare(strict_types=1); * @author John Molakvoæ (skjnldsv) * @author Morris Jobke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/core/Controller/JsController.php b/core/Controller/JsController.php index f2accc21b4..05e7bce336 100644 --- a/core/Controller/JsController.php +++ b/core/Controller/JsController.php @@ -9,7 +9,7 @@ declare(strict_types=1); * @author John Molakvoæ (skjnldsv) * @author Morris Jobke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/core/Controller/LostController.php b/core/Controller/LostController.php index cdeec469e0..a210f3de54 100644 --- a/core/Controller/LostController.php +++ b/core/Controller/LostController.php @@ -5,7 +5,7 @@ * @author Arthur Schiwon * @author Bernhard Posselt * @author Bjoern Schiessle - * @author Björn Schießle + * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling * @author Julius Haertl diff --git a/core/Controller/OCSController.php b/core/Controller/OCSController.php index 60ea12f017..2ae2e0ee64 100644 --- a/core/Controller/OCSController.php +++ b/core/Controller/OCSController.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl * @author Lukas Reschke diff --git a/core/Controller/SvgController.php b/core/Controller/SvgController.php index 63105e1c0f..ba0e77602f 100644 --- a/core/Controller/SvgController.php +++ b/core/Controller/SvgController.php @@ -10,7 +10,7 @@ declare(strict_types=1); * @author Julius Härtl * @author Michael Weimann * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/core/Controller/UserController.php b/core/Controller/UserController.php index 54c5202a59..2b78ba1aae 100644 --- a/core/Controller/UserController.php +++ b/core/Controller/UserController.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/core/Migrations/Version16000Date20190212081545.php b/core/Migrations/Version16000Date20190212081545.php index feb271b1f0..71ad253453 100644 --- a/core/Migrations/Version16000Date20190212081545.php +++ b/core/Migrations/Version16000Date20190212081545.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2018 Roeland Jago Douma * + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma * diff --git a/core/ajax/update.php b/core/ajax/update.php index fd0e2c80d6..7a127e76b6 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Ko- * @author Lukas Reschke diff --git a/cron.php b/cron.php index 7822c8e8ba..bef8b134f2 100644 --- a/cron.php +++ b/cron.php @@ -5,12 +5,14 @@ * @author Artem Sidorenko * @author Bernhard Posselt * @author Christopher Schäpers + * @author Christoph Wurst * @author Damjan Georgievski * @author Daniel Kesselberg * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Ko- + * @author Michael Kuhn * @author Morris Jobke * @author Oliver Kohl D.Sc. * @author Robin Appelman diff --git a/index.php b/index.php index 76a414d9c5..f94a153b2c 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Georg Ehrke + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/lib/autoloader.php b/lib/autoloader.php index 07e81f37ae..a89cba4f6c 100644 --- a/lib/autoloader.php +++ b/lib/autoloader.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Andreas Fischer * @author Arthur Schiwon + * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke diff --git a/lib/base.php b/lib/base.php index d3b0c42f1b..63d311db58 100644 --- a/lib/base.php +++ b/lib/base.php @@ -11,6 +11,7 @@ * @author Björn Schießle * @author Christoph Wurst * @author Damjan Georgievski + * @author Daniel Kesselberg * @author davidgumberg * @author Eric Masseran * @author Florin Peter @@ -22,6 +23,7 @@ * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Jörn Friedrich Dreyer + * @author Jose Quinteiro * @author Juan Pablo Villafáñez * @author Julius Härtl * @author Ko- diff --git a/lib/private/Activity/Manager.php b/lib/private/Activity/Manager.php index 6d9b6b3cd2..c1b0930003 100644 --- a/lib/private/Activity/Manager.php +++ b/lib/private/Activity/Manager.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016 Joas Schilling * + * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling * @author Morris Jobke diff --git a/lib/private/AllConfig.php b/lib/private/AllConfig.php index 0111fad246..a41230e4a9 100644 --- a/lib/private/AllConfig.php +++ b/lib/private/AllConfig.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Loki3000 diff --git a/lib/private/App/AppManager.php b/lib/private/App/AppManager.php index 1fcf4e8281..eaa203417b 100644 --- a/lib/private/App/AppManager.php +++ b/lib/private/App/AppManager.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bjoern Schiessle * @author Christoph Schaefer "christophł@wolkesicher.de" + * @author Christoph Wurst * @author Daniel Kesselberg * @author Daniel Rudolf * @author Greta Doci diff --git a/lib/private/App/AppStore/Bundles/BundleFetcher.php b/lib/private/App/AppStore/Bundles/BundleFetcher.php index 5a36907094..3925042a09 100644 --- a/lib/private/App/AppStore/Bundles/BundleFetcher.php +++ b/lib/private/App/AppStore/Bundles/BundleFetcher.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2017 Lukas Reschke * + * @author Arthur Schiwon * @author Lukas Reschke * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/App/AppStore/Bundles/HubBundle.php b/lib/private/App/AppStore/Bundles/HubBundle.php index cef0c6302e..cf2f44b7ea 100644 --- a/lib/private/App/AppStore/Bundles/HubBundle.php +++ b/lib/private/App/AppStore/Bundles/HubBundle.php @@ -1,5 +1,7 @@ * @@ -18,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/App/AppStore/Fetcher/AppFetcher.php b/lib/private/App/AppStore/Fetcher/AppFetcher.php index c0917b1746..889facb370 100644 --- a/lib/private/App/AppStore/Fetcher/AppFetcher.php +++ b/lib/private/App/AppStore/Fetcher/AppFetcher.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Christoph Wurst + * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/App/AppStore/Fetcher/CategoryFetcher.php b/lib/private/App/AppStore/Fetcher/CategoryFetcher.php index 7fd3969cd0..e34fbee8c5 100644 --- a/lib/private/App/AppStore/Fetcher/CategoryFetcher.php +++ b/lib/private/App/AppStore/Fetcher/CategoryFetcher.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Lukas Reschke * + * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/App/DependencyAnalyzer.php b/lib/private/App/DependencyAnalyzer.php index 06af62af24..f950a5bd91 100644 --- a/lib/private/App/DependencyAnalyzer.php +++ b/lib/private/App/DependencyAnalyzer.php @@ -4,6 +4,7 @@ * @copyright Copyright (c) 2016, Lukas Reschke * * @author Bernhard Posselt + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/App/PlatformRepository.php b/lib/private/App/PlatformRepository.php index 61def8ff43..816470e120 100644 --- a/lib/private/App/PlatformRepository.php +++ b/lib/private/App/PlatformRepository.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/lib/private/AppFramework/Http.php b/lib/private/AppFramework/Http.php index 05eae74264..56503ce959 100644 --- a/lib/private/AppFramework/Http.php +++ b/lib/private/AppFramework/Http.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Julius Härtl * @author Lukas Reschke diff --git a/lib/private/AppFramework/OCS/BaseResponse.php b/lib/private/AppFramework/OCS/BaseResponse.php index d6a30c900c..6c49a68598 100644 --- a/lib/private/AppFramework/OCS/BaseResponse.php +++ b/lib/private/AppFramework/OCS/BaseResponse.php @@ -2,6 +2,8 @@ /** * @copyright 2016 Roeland Jago Douma * + * @author Christoph Wurst + * @author Daniel Kesselberg * @author Joas Schilling * @author Roeland Jago Douma * diff --git a/lib/private/Archive/TAR.php b/lib/private/Archive/TAR.php index 08c9d23863..d90e21305c 100644 --- a/lib/private/Archive/TAR.php +++ b/lib/private/Archive/TAR.php @@ -3,8 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher - * @author Christian Weiske * @author Christopher Schäpers + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/private/Archive/ZIP.php b/lib/private/Archive/ZIP.php index cb04b572c0..cca6fd68c4 100644 --- a/lib/private/Archive/ZIP.php +++ b/lib/private/Archive/ZIP.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Christopher Schäpers + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/private/Authentication/Token/RemoteWipe.php b/lib/private/Authentication/Token/RemoteWipe.php index b16246319e..b1fc757f74 100644 --- a/lib/private/Authentication/Token/RemoteWipe.php +++ b/lib/private/Authentication/Token/RemoteWipe.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2019 Christoph Wurst * * @author Christoph Wurst + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Avatar/Avatar.php b/lib/private/Avatar/Avatar.php index 86df8aada7..a097db286f 100644 --- a/lib/private/Avatar/Avatar.php +++ b/lib/private/Avatar/Avatar.php @@ -6,8 +6,8 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright 2018 John Molakvoæ * - * @author Arthur Schiwon * @author Christopher Schäpers + * @author Christoph Wurst * @author Jan-Christoph Borchardt * @author Joas Schilling * @author John Molakvoæ (skjnldsv) @@ -17,6 +17,7 @@ declare(strict_types=1); * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma + * @author Sergey Shliakhov * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/BackgroundJob/Job.php b/lib/private/BackgroundJob/Job.php index 26c69a2486..f0b780d0c7 100644 --- a/lib/private/BackgroundJob/Job.php +++ b/lib/private/BackgroundJob/Job.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Daniel Kesselberg * @author Lukas Reschke * @author Morris Jobke * @author Noveen Sachdeva diff --git a/lib/private/BackgroundJob/JobList.php b/lib/private/BackgroundJob/JobList.php index 23695bfbe0..1adecb5b32 100644 --- a/lib/private/BackgroundJob/JobList.php +++ b/lib/private/BackgroundJob/JobList.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Christoph Wurst + * @author Georg Ehrke * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/lib/private/BackgroundJob/Legacy/QueuedJob.php b/lib/private/BackgroundJob/Legacy/QueuedJob.php index 64c9972ae0..9adaeff89e 100644 --- a/lib/private/BackgroundJob/Legacy/QueuedJob.php +++ b/lib/private/BackgroundJob/Legacy/QueuedJob.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * diff --git a/lib/private/Cache/File.php b/lib/private/Cache/File.php index 6e4c790a1f..be6540ff2d 100644 --- a/lib/private/Cache/File.php +++ b/lib/private/Cache/File.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Robin Appelman diff --git a/lib/private/CapabilitiesManager.php b/lib/private/CapabilitiesManager.php index 55e0b0c896..d49c55bb80 100644 --- a/lib/private/CapabilitiesManager.php +++ b/lib/private/CapabilitiesManager.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Julius Härtl * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/Collaboration/Collaborators/GroupPlugin.php b/lib/private/Collaboration/Collaborators/GroupPlugin.php index 694dd16131..404d4da8ca 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 Julius Härtl * @author Morris Jobke * @author Robin Appelman * diff --git a/lib/private/Collaboration/Collaborators/UserPlugin.php b/lib/private/Collaboration/Collaborators/UserPlugin.php index cb9d598401..bf2c1cfeda 100644 --- a/lib/private/Collaboration/Collaborators/UserPlugin.php +++ b/lib/private/Collaboration/Collaborators/UserPlugin.php @@ -4,8 +4,9 @@ * * @author Arthur Schiwon * @author Joas Schilling + * @author Julius Härtl * @author Morris Jobke - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Config.php b/lib/private/Config.php index 5366cd295d..e93a888223 100644 --- a/lib/private/Config.php +++ b/lib/private/Config.php @@ -6,6 +6,7 @@ * @author Aldo "xoen" Giambelluca * @author Bart Visscher * @author Brice Maron + * @author Christoph Wurst * @author Daniel Kesselberg * @author Frank Karlitschek * @author Jakob Sack diff --git a/lib/private/Contacts/ContactsMenu/ContactsStore.php b/lib/private/Contacts/ContactsMenu/ContactsStore.php index 9dfc803c49..961bb3147c 100644 --- a/lib/private/Contacts/ContactsMenu/ContactsStore.php +++ b/lib/private/Contacts/ContactsMenu/ContactsStore.php @@ -5,6 +5,7 @@ * * @author Christoph Wurst * @author Georg Ehrke + * @author Julius Härtl * @author Lukas Reschke * @author Roeland Jago Douma * @author Tobia De Koninck diff --git a/lib/private/ContactsManager.php b/lib/private/ContactsManager.php index ca4a7d885c..2913e2b586 100644 --- a/lib/private/ContactsManager.php +++ b/lib/private/ContactsManager.php @@ -4,6 +4,7 @@ * * @author Arne Hamann * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Morris Jobke diff --git a/lib/private/DB/Connection.php b/lib/private/DB/Connection.php index 555dbd6082..ed00bcd0e0 100644 --- a/lib/private/DB/Connection.php +++ b/lib/private/DB/Connection.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher - * @author Daniel Kesselberg + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/DB/ConnectionFactory.php b/lib/private/DB/ConnectionFactory.php index 3722aa9a05..fe97048aaa 100644 --- a/lib/private/DB/ConnectionFactory.php +++ b/lib/private/DB/ConnectionFactory.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andreas Fischer + * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/lib/private/DB/MDB2SchemaReader.php b/lib/private/DB/MDB2SchemaReader.php index 874537298e..7265c97861 100644 --- a/lib/private/DB/MDB2SchemaReader.php +++ b/lib/private/DB/MDB2SchemaReader.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher - * @author Jörn Friedrich Dreyer + * @author Christoph Wurst * @author Morris Jobke * @author Oliver Gasser * @author Robin Appelman diff --git a/lib/private/DB/MySQLMigrator.php b/lib/private/DB/MySQLMigrator.php index 73122fb071..e178cfb55d 100644 --- a/lib/private/DB/MySQLMigrator.php +++ b/lib/private/DB/MySQLMigrator.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/DB/OracleConnection.php b/lib/private/DB/OracleConnection.php index 4c906a0107..cc1bf66d87 100644 --- a/lib/private/DB/OracleConnection.php +++ b/lib/private/DB/OracleConnection.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/DB/PgSqlTools.php b/lib/private/DB/PgSqlTools.php index 72e1dfe1b2..5a9128bc5b 100644 --- a/lib/private/DB/PgSqlTools.php +++ b/lib/private/DB/PgSqlTools.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andreas Fischer + * @author Christoph Wurst * @author Morris Jobke * @author tbelau666 * @author Thomas Müller diff --git a/lib/private/DB/QueryBuilder/CompositeExpression.php b/lib/private/DB/QueryBuilder/CompositeExpression.php index 1e96910af4..b6546f3c80 100644 --- a/lib/private/DB/QueryBuilder/CompositeExpression.php +++ b/lib/private/DB/QueryBuilder/CompositeExpression.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/QueryBuilder/QueryBuilder.php b/lib/private/DB/QueryBuilder/QueryBuilder.php index 9871e9284f..bd0869673a 100644 --- a/lib/private/DB/QueryBuilder/QueryBuilder.php +++ b/lib/private/DB/QueryBuilder/QueryBuilder.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Robin Appelman diff --git a/lib/private/DB/SQLiteMigrator.php b/lib/private/DB/SQLiteMigrator.php index 244bbd6f62..16f18be135 100644 --- a/lib/private/DB/SQLiteMigrator.php +++ b/lib/private/DB/SQLiteMigrator.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/DB/SQLiteSessionInit.php b/lib/private/DB/SQLiteSessionInit.php index ed4d75cb27..0c53a0587f 100644 --- a/lib/private/DB/SQLiteSessionInit.php +++ b/lib/private/DB/SQLiteSessionInit.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/private/DB/SetTransactionIsolationLevel.php b/lib/private/DB/SetTransactionIsolationLevel.php index 0a65cbbf46..eb15bf11fb 100644 --- a/lib/private/DB/SetTransactionIsolationLevel.php +++ b/lib/private/DB/SetTransactionIsolationLevel.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/DateTimeFormatter.php b/lib/private/DateTimeFormatter.php index b2b628090b..bb9e018b58 100644 --- a/lib/private/DateTimeFormatter.php +++ b/lib/private/DateTimeFormatter.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author dartcafe * @author Joas Schilling * @author Morris Jobke diff --git a/lib/private/DirectEditing/Manager.php b/lib/private/DirectEditing/Manager.php index e342863d52..d2c927360b 100644 --- a/lib/private/DirectEditing/Manager.php +++ b/lib/private/DirectEditing/Manager.php @@ -4,6 +4,7 @@ * * @author Christoph Wurst * @author Julius Härtl + * @author Robin Appelman * @author Tobias Kaminsky * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Encryption/DecryptAll.php b/lib/private/Encryption/DecryptAll.php index 63eb40dd09..3f6e4131d6 100644 --- a/lib/private/Encryption/DecryptAll.php +++ b/lib/private/Encryption/DecryptAll.php @@ -5,8 +5,10 @@ * @author Bjoern Schiessle * @author Björn Schießle * @author Christian Jürges + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma + * @author sammo2828 * @author Vincent Petry * * @license AGPL-3.0 diff --git a/lib/private/Encryption/File.php b/lib/private/Encryption/File.php index 0fc9dcc686..578fdeea5e 100644 --- a/lib/private/Encryption/File.php +++ b/lib/private/Encryption/File.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/Encryption/Manager.php b/lib/private/Encryption/Manager.php index c75210564d..63d35e6dd8 100644 --- a/lib/private/Encryption/Manager.php +++ b/lib/private/Encryption/Manager.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma * @author Thomas Müller diff --git a/lib/private/Encryption/Update.php b/lib/private/Encryption/Update.php index 4f4d9555fd..f5128abd0b 100644 --- a/lib/private/Encryption/Update.php +++ b/lib/private/Encryption/Update.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Roeland Jago Douma * @author Thomas Müller * diff --git a/lib/private/Encryption/Util.php b/lib/private/Encryption/Util.php index 98652e1ecc..9cc78e7ba7 100644 --- a/lib/private/Encryption/Util.php +++ b/lib/private/Encryption/Util.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Jan-Christoph Borchardt * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/EventDispatcher/EventDispatcher.php b/lib/private/EventDispatcher/EventDispatcher.php index 4f83d15bff..91b3e078b2 100644 --- a/lib/private/EventDispatcher/EventDispatcher.php +++ b/lib/private/EventDispatcher/EventDispatcher.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2019 Christoph Wurst * * @author Christoph Wurst + * @author Joas Schilling * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Files/Cache/AbstractCacheEvent.php b/lib/private/Files/Cache/AbstractCacheEvent.php index 741c06f349..a4029476fa 100644 --- a/lib/private/Files/Cache/AbstractCacheEvent.php +++ b/lib/private/Files/Cache/AbstractCacheEvent.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019 Robin Appelman * + * @author Joas Schilling * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/lib/private/Files/Cache/HomeCache.php b/lib/private/Files/Cache/HomeCache.php index 0691c1d1e4..b86a31fe4d 100644 --- a/lib/private/Files/Cache/HomeCache.php +++ b/lib/private/Files/Cache/HomeCache.php @@ -4,6 +4,7 @@ * * @author Andreas Fischer * @author Björn Schießle + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Files/Cache/Scanner.php b/lib/private/Files/Cache/Scanner.php index b481a9918b..564428bb6a 100644 --- a/lib/private/Files/Cache/Scanner.php +++ b/lib/private/Files/Cache/Scanner.php @@ -5,6 +5,7 @@ * @author Ari Selseng * @author Arthur Schiwon * @author Björn Schießle + * @author Christoph Wurst * @author Daniel Jagszent * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/lib/private/Files/Cache/Storage.php b/lib/private/Files/Cache/Storage.php index 439ed30890..ca573be798 100644 --- a/lib/private/Files/Cache/Storage.php +++ b/lib/private/Files/Cache/Storage.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/private/Files/Cache/Updater.php b/lib/private/Files/Cache/Updater.php index b093b591d4..378cadfcac 100644 --- a/lib/private/Files/Cache/Updater.php +++ b/lib/private/Files/Cache/Updater.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Daniel Jagszent * @author Michael Gapczynski * @author Morris Jobke diff --git a/lib/private/Files/Cache/Watcher.php b/lib/private/Files/Cache/Watcher.php index 884054c9a0..cd375572b0 100644 --- a/lib/private/Files/Cache/Watcher.php +++ b/lib/private/Files/Cache/Watcher.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Daniel Jagszent * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Files/Cache/Wrapper/CacheJail.php b/lib/private/Files/Cache/Wrapper/CacheJail.php index e2ed62b444..a77270329a 100644 --- a/lib/private/Files/Cache/Wrapper/CacheJail.php +++ b/lib/private/Files/Cache/Wrapper/CacheJail.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Ari Selseng + * @author Christoph Wurst * @author Daniel Jagszent * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Files/Cache/Wrapper/CacheWrapper.php b/lib/private/Files/Cache/Wrapper/CacheWrapper.php index 27aa203655..302758bbc2 100644 --- a/lib/private/Files/Cache/Wrapper/CacheWrapper.php +++ b/lib/private/Files/Cache/Wrapper/CacheWrapper.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Ari Selseng + * @author Christoph Wurst * @author Daniel Jagszent * @author Joas Schilling * @author Morris Jobke diff --git a/lib/private/Files/Config/MountProviderCollection.php b/lib/private/Files/Config/MountProviderCollection.php index 4b723cc764..34db652290 100644 --- a/lib/private/Files/Config/MountProviderCollection.php +++ b/lib/private/Files/Config/MountProviderCollection.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/private/Files/Mount/MountPoint.php b/lib/private/Files/Mount/MountPoint.php index 93f9941d38..2cb25f0704 100644 --- a/lib/private/Files/Mount/MountPoint.php +++ b/lib/private/Files/Mount/MountPoint.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Björn Schießle + * @author Christoph Wurst * @author Georg Ehrke * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/private/Files/Node/File.php b/lib/private/Files/Node/File.php index fd5e996627..915e336b99 100644 --- a/lib/private/Files/Node/File.php +++ b/lib/private/Files/Node/File.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl * @author Morris Jobke diff --git a/lib/private/Files/Node/Folder.php b/lib/private/Files/Node/Folder.php index f910eb27fd..c005e4f777 100644 --- a/lib/private/Files/Node/Folder.php +++ b/lib/private/Files/Node/Folder.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl * @author Morris Jobke diff --git a/lib/private/Files/Node/LazyRoot.php b/lib/private/Files/Node/LazyRoot.php index 654badbd9d..6c92764aff 100644 --- a/lib/private/Files/Node/LazyRoot.php +++ b/lib/private/Files/Node/LazyRoot.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/Node/Node.php b/lib/private/Files/Node/Node.php index a8b5fea6be..f859108084 100644 --- a/lib/private/Files/Node/Node.php +++ b/lib/private/Files/Node/Node.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bernhard Posselt + * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl * @author Morris Jobke diff --git a/lib/private/Files/ObjectStore/NoopScanner.php b/lib/private/Files/ObjectStore/NoopScanner.php index c25594ccb3..2625703b5c 100644 --- a/lib/private/Files/ObjectStore/NoopScanner.php +++ b/lib/private/Files/ObjectStore/NoopScanner.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/Files/ObjectStore/ObjectStoreStorage.php b/lib/private/Files/ObjectStore/ObjectStoreStorage.php index 0f2d1f244a..5dfd835fb9 100644 --- a/lib/private/Files/ObjectStore/ObjectStoreStorage.php +++ b/lib/private/Files/ObjectStore/ObjectStoreStorage.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Marcel Klehr diff --git a/lib/private/Files/ObjectStore/S3ConnectionTrait.php b/lib/private/Files/ObjectStore/S3ConnectionTrait.php index f4ed8c5b5c..5a61918223 100644 --- a/lib/private/Files/ObjectStore/S3ConnectionTrait.php +++ b/lib/private/Files/ObjectStore/S3ConnectionTrait.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Robin Appelman * * @author Arthur Schiwon + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * @author S. Cat <33800996+sparrowjack63@users.noreply.github.com> diff --git a/lib/private/Files/SimpleFS/NewSimpleFile.php b/lib/private/Files/SimpleFS/NewSimpleFile.php index 2c74a16fa9..b8e50941e5 100644 --- a/lib/private/Files/SimpleFS/NewSimpleFile.php +++ b/lib/private/Files/SimpleFS/NewSimpleFile.php @@ -1,7 +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 @@ -15,7 +20,7 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/lib/private/Files/SimpleFS/SimpleFolder.php b/lib/private/Files/SimpleFS/SimpleFolder.php index a4ebc6b4e5..169a8d96fd 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 Robin Appelman * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Files/Storage/Common.php b/lib/private/Files/Storage/Common.php index c976174f8c..f2d427227c 100644 --- a/lib/private/Files/Storage/Common.php +++ b/lib/private/Files/Storage/Common.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle + * @author Christoph Wurst * @author Greta Doci * @author hkjolhede * @author Joas Schilling diff --git a/lib/private/Files/Storage/DAV.php b/lib/private/Files/Storage/DAV.php index 970f3f8c15..3654ef1285 100644 --- a/lib/private/Files/Storage/DAV.php +++ b/lib/private/Files/Storage/DAV.php @@ -6,6 +6,7 @@ * @author Bart Visscher * @author Björn Schießle * @author Carlos Cerrillo + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/lib/private/Files/Storage/Local.php b/lib/private/Files/Storage/Local.php index e186d29c34..a85cf1a734 100644 --- a/lib/private/Files/Storage/Local.php +++ b/lib/private/Files/Storage/Local.php @@ -6,6 +6,7 @@ * @author Bart Visscher * @author Boris Rybalkin * @author Brice Maron + * @author Christoph Wurst * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/lib/private/Files/Storage/Temporary.php b/lib/private/Files/Storage/Temporary.php index 2e1d1e33be..5e4f834990 100644 --- a/lib/private/Files/Storage/Temporary.php +++ b/lib/private/Files/Storage/Temporary.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/Encryption.php b/lib/private/Files/Storage/Wrapper/Encryption.php index cbe9b87450..eb92f07d97 100644 --- a/lib/private/Files/Storage/Wrapper/Encryption.php +++ b/lib/private/Files/Storage/Wrapper/Encryption.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/Files/Storage/Wrapper/Wrapper.php b/lib/private/Files/Storage/Wrapper/Wrapper.php index 3030fa8c7e..d67af5cb22 100644 --- a/lib/private/Files/Storage/Wrapper/Wrapper.php +++ b/lib/private/Files/Storage/Wrapper/Wrapper.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/Files/Stream/Encryption.php b/lib/private/Files/Stream/Encryption.php index 2ae872de33..527453c32e 100644 --- a/lib/private/Files/Stream/Encryption.php +++ b/lib/private/Files/Stream/Encryption.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author jknockaert * @author Lukas Reschke * @author martink-p <47943787+martink-p@users.noreply.github.com> diff --git a/lib/private/Files/Stream/Quota.php b/lib/private/Files/Stream/Quota.php index f07c0c2b67..7d5337d3a7 100644 --- a/lib/private/Files/Stream/Quota.php +++ b/lib/private/Files/Stream/Quota.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Files/Type/Detection.php b/lib/private/Files/Type/Detection.php index 0db564032a..b36f8a70b9 100644 --- a/lib/private/Files/Type/Detection.php +++ b/lib/private/Files/Type/Detection.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Andreas Fischer + * @author Christoph Wurst * @author Daniel Kesselberg * @author Hendrik Leppelsack * @author Jens-Christian Fischer diff --git a/lib/private/Files/Type/Loader.php b/lib/private/Files/Type/Loader.php index 348de2d884..fded04b546 100644 --- a/lib/private/Files/Type/Loader.php +++ b/lib/private/Files/Type/Loader.php @@ -6,7 +6,6 @@ * @author Rello * @author Robin Appelman * @author Robin McCorkell - * @author Roeland Jago Douma * * @license AGPL-3.0 * diff --git a/lib/private/Files/Type/TemplateManager.php b/lib/private/Files/Type/TemplateManager.php index d9afe13817..5cd6b61f82 100644 --- a/lib/private/Files/Type/TemplateManager.php +++ b/lib/private/Files/Type/TemplateManager.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Julius Härtl * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index abfde63be5..e3f704a7cb 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle + * @author Christoph Wurst * @author Florin Peter * @author Jesús Macias * @author Joas Schilling diff --git a/lib/private/Group/Backend.php b/lib/private/Group/Backend.php index dca3a0ed04..024366a46b 100644 --- a/lib/private/Group/Backend.php +++ b/lib/private/Group/Backend.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Knut Ahlers * @author Roeland Jago Douma * @author Vincent Petry diff --git a/lib/private/Group/Database.php b/lib/private/Group/Database.php index 27dad809f8..8afd2c4aed 100644 --- a/lib/private/Group/Database.php +++ b/lib/private/Group/Database.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Loki3000 diff --git a/lib/private/Group/Group.php b/lib/private/Group/Group.php index b14489fe0d..90b4221b41 100644 --- a/lib/private/Group/Group.php +++ b/lib/private/Group/Group.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke diff --git a/lib/private/Group/Manager.php b/lib/private/Group/Manager.php index f789e0d358..f0acacdd0c 100644 --- a/lib/private/Group/Manager.php +++ b/lib/private/Group/Manager.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Posselt + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Jörn Friedrich Dreyer diff --git a/lib/private/Group/MetaData.php b/lib/private/Group/MetaData.php index a48baa15cf..97d71b51f9 100644 --- a/lib/private/Group/MetaData.php +++ b/lib/private/Group/MetaData.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke diff --git a/lib/private/Hooks/EmitterTrait.php b/lib/private/Hooks/EmitterTrait.php index 58b8242ec5..85efa218f6 100644 --- a/lib/private/Hooks/EmitterTrait.php +++ b/lib/private/Hooks/EmitterTrait.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * diff --git a/lib/private/Hooks/ForwardingEmitter.php b/lib/private/Hooks/ForwardingEmitter.php index 431c0333c7..3ac6cca096 100644 --- a/lib/private/Hooks/ForwardingEmitter.php +++ b/lib/private/Hooks/ForwardingEmitter.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * diff --git a/lib/private/Hooks/LegacyEmitter.php b/lib/private/Hooks/LegacyEmitter.php index 84f8b7b413..470c5e0b11 100644 --- a/lib/private/Hooks/LegacyEmitter.php +++ b/lib/private/Hooks/LegacyEmitter.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/Http/Client/Client.php b/lib/private/Http/Client/Client.php index 657bfb8d53..a73ae2c2be 100644 --- a/lib/private/Http/Client/Client.php +++ b/lib/private/Http/Client/Client.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Daniel Kesselberg * @author Lukas Reschke + * @author Mohammed Abdellatif * @author Robin Appelman * @author Roeland Jago Douma * @author Scott Shambarger diff --git a/lib/private/L10N/Factory.php b/lib/private/L10N/Factory.php index 8cb4bfacca..91420b8d76 100644 --- a/lib/private/L10N/Factory.php +++ b/lib/private/L10N/Factory.php @@ -16,7 +16,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license AGPL-3.0 * diff --git a/lib/private/L10N/L10N.php b/lib/private/L10N/L10N.php index bc05bd8184..519ff45292 100644 --- a/lib/private/L10N/L10N.php +++ b/lib/private/L10N/L10N.php @@ -8,7 +8,7 @@ declare(strict_types=1); * @author Georg Ehrke * @author Joas Schilling * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license AGPL-3.0 * diff --git a/lib/private/LargeFileHelper.php b/lib/private/LargeFileHelper.php index 2706e2ec2c..7f6a329c22 100755 --- a/lib/private/LargeFileHelper.php +++ b/lib/private/LargeFileHelper.php @@ -4,6 +4,7 @@ * @copyright Copyright (c) 2016, Lukas Reschke * * @author Andreas Fischer + * @author Christoph Wurst * @author Lukas Reschke * @author marco44 * @author Michael Roitzsch diff --git a/lib/private/Log/ErrorHandler.php b/lib/private/Log/ErrorHandler.php index 5d846da17c..2d2cf7abd6 100644 --- a/lib/private/Log/ErrorHandler.php +++ b/lib/private/Log/ErrorHandler.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Björn Schießle + * @author Christoph Wurst * @author Morris Jobke * @author Thomas Müller * diff --git a/lib/private/Log/File.php b/lib/private/Log/File.php index 80e0beeba0..5fccb36acb 100644 --- a/lib/private/Log/File.php +++ b/lib/private/Log/File.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author duritong * @author Georg Ehrke * @author Joas Schilling diff --git a/lib/private/Log/LogDetails.php b/lib/private/Log/LogDetails.php index b1dc6e4311..5ed486195c 100644 --- a/lib/private/Log/LogDetails.php +++ b/lib/private/Log/LogDetails.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2019 Julius Härtl * + * @author Arthur Schiwon * @author Julius Härtl * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/Mail/Mailer.php b/lib/private/Mail/Mailer.php index 47a7f8a7c9..f8af68faad 100644 --- a/lib/private/Mail/Mailer.php +++ b/lib/private/Mail/Mailer.php @@ -5,14 +5,15 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arne Hamann * @author Branko Kokanovic * @author Carsten Wiedmann * @author Jared Boone * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma - * @author Arne Hamann * * @license AGPL-3.0 * diff --git a/lib/private/Mail/Message.php b/lib/private/Mail/Message.php index 9437bd0216..e5a31b5cbe 100644 --- a/lib/private/Mail/Message.php +++ b/lib/private/Mail/Message.php @@ -5,13 +5,13 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arne Hamann * @author Jared Boone * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Müller - * @author Arne Hamann * * @license AGPL-3.0 * diff --git a/lib/private/Memcache/ArrayCache.php b/lib/private/Memcache/ArrayCache.php index 4bd2263004..407f4af06f 100644 --- a/lib/private/Memcache/ArrayCache.php +++ b/lib/private/Memcache/ArrayCache.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Memcache/Memcached.php b/lib/private/Memcache/Memcached.php index 83828c9526..e3fc1b35f1 100644 --- a/lib/private/Memcache/Memcached.php +++ b/lib/private/Memcache/Memcached.php @@ -4,6 +4,7 @@ * * @author Andreas Fischer * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/private/NaturalSort.php b/lib/private/NaturalSort.php index 32ed9abb06..aefa5d5a92 100644 --- a/lib/private/NaturalSort.php +++ b/lib/private/NaturalSort.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author AW-UC + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell diff --git a/lib/private/NavigationManager.php b/lib/private/NavigationManager.php index 1de5b1d6a1..310201e812 100644 --- a/lib/private/NavigationManager.php +++ b/lib/private/NavigationManager.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Daniel Kesselberg * @author Joas Schilling * @author John Molakvoæ (skjnldsv) diff --git a/lib/private/OCS/Result.php b/lib/private/OCS/Result.php index 8f42179f1a..b16d83e041 100644 --- a/lib/private/OCS/Result.php +++ b/lib/private/OCS/Result.php @@ -5,6 +5,7 @@ * @author Bart Visscher * @author Björn Schießle * @author Christopher Schäpers + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Robin McCorkell diff --git a/lib/private/Preview/GeneratorHelper.php b/lib/private/Preview/GeneratorHelper.php index 28611005b2..843aa0ed42 100644 --- a/lib/private/Preview/GeneratorHelper.php +++ b/lib/private/Preview/GeneratorHelper.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, Roeland Jago Douma * + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/lib/private/Repair.php b/lib/private/Repair.php index e042ca193c..4084a9efb8 100644 --- a/lib/private/Repair.php +++ b/lib/private/Repair.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Daniel Kesselberg * @author Georg Ehrke * @author Joas Schilling diff --git a/lib/private/Repair/CleanTags.php b/lib/private/Repair/CleanTags.php index 1c50ee2505..959eb50e5a 100644 --- a/lib/private/Repair/CleanTags.php +++ b/lib/private/Repair/CleanTags.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/Repair/Collation.php b/lib/private/Repair/Collation.php index 8477d5d0bc..fb0e019269 100644 --- a/lib/private/Repair/Collation.php +++ b/lib/private/Repair/Collation.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Repair/RepairMimeTypes.php b/lib/private/Repair/RepairMimeTypes.php index 0ced7848df..67dd1ca971 100644 --- a/lib/private/Repair/RepairMimeTypes.php +++ b/lib/private/Repair/RepairMimeTypes.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Olivier Paroz diff --git a/lib/private/Route/CachingRouter.php b/lib/private/Route/CachingRouter.php index 6c3bb1fb71..e94039cce1 100644 --- a/lib/private/Route/CachingRouter.php +++ b/lib/private/Route/CachingRouter.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/Route/Route.php b/lib/private/Route/Route.php index 38107737a7..60b14efc7d 100644 --- a/lib/private/Route/Route.php +++ b/lib/private/Route/Route.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author David Prévot * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Search.php b/lib/private/Search.php index e8f012c546..ca9024bdd7 100644 --- a/lib/private/Search.php +++ b/lib/private/Search.php @@ -4,6 +4,7 @@ * * @author Andrew Brown * @author Bart Visscher + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/Search/Provider/File.php b/lib/private/Search/Provider/File.php index 4e9a253675..afd37cfe70 100644 --- a/lib/private/Search/Provider/File.php +++ b/lib/private/Search/Provider/File.php @@ -4,6 +4,7 @@ * * @author Andrew Brown * @author Bart Visscher + * @author Christoph Wurst * @author Jakob Sack * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/private/Security/CSP/ContentSecurityPolicy.php b/lib/private/Security/CSP/ContentSecurityPolicy.php index e2660dbb41..4db1314e78 100644 --- a/lib/private/Security/CSP/ContentSecurityPolicy.php +++ b/lib/private/Security/CSP/ContentSecurityPolicy.php @@ -7,7 +7,7 @@ declare(strict_types=1); * * @author Lukas Reschke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license AGPL-3.0 * diff --git a/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php b/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php index 7298fbe2ed..9dec2907b2 100644 --- a/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php +++ b/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Joas Schilling * @author Lukas Reschke + * @author Pavel Krasikov * @author Roeland Jago Douma * @author Sam Bull * diff --git a/lib/private/Security/CertificateManager.php b/lib/private/Security/CertificateManager.php index 9c47076787..86df38625e 100644 --- a/lib/private/Security/CertificateManager.php +++ b/lib/private/Security/CertificateManager.php @@ -4,6 +4,7 @@ * * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/Security/Hasher.php b/lib/private/Security/Hasher.php index 21271fffbd..9850dbe146 100644 --- a/lib/private/Security/Hasher.php +++ b/lib/private/Security/Hasher.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/private/Security/Normalizer/IpAddress.php b/lib/private/Security/Normalizer/IpAddress.php index ef9dba6503..b471c49944 100644 --- a/lib/private/Security/Normalizer/IpAddress.php +++ b/lib/private/Security/Normalizer/IpAddress.php @@ -8,7 +8,7 @@ declare(strict_types=1); * @author Konrad Bucheli * @author Lukas Reschke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/Server.php b/lib/private/Server.php index 27268981c2..8d548e938c 100644 --- a/lib/private/Server.php +++ b/lib/private/Server.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, Lukas Reschke * + * @author Arne Hamann * @author Arthur Schiwon * @author Bart Visscher * @author Bernhard Posselt diff --git a/lib/private/Settings/Manager.php b/lib/private/Settings/Manager.php index d9f5018562..81b2902028 100644 --- a/lib/private/Settings/Manager.php +++ b/lib/private/Settings/Manager.php @@ -5,7 +5,6 @@ * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling - * @author John Molakvoæ (skjnldsv) * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/Setup.php b/lib/private/Setup.php index 809d5b1e15..afdc881b48 100644 --- a/lib/private/Setup.php +++ b/lib/private/Setup.php @@ -25,6 +25,7 @@ * @author Roeland Jago Douma * @author Sean Comeau * @author Serge Martin + * @author Simounet * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/Setup/AbstractDatabase.php b/lib/private/Setup/AbstractDatabase.php index c3c873f2d8..db6b182be6 100644 --- a/lib/private/Setup/AbstractDatabase.php +++ b/lib/private/Setup/AbstractDatabase.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Manish Bisht * @author Morris Jobke diff --git a/lib/private/Setup/OCI.php b/lib/private/Setup/OCI.php index f1dcf6c3b5..ab00c8a47b 100644 --- a/lib/private/Setup/OCI.php +++ b/lib/private/Setup/OCI.php @@ -4,9 +4,9 @@ * * @author Andreas Fischer * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Manish Bisht * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller diff --git a/lib/private/Setup/Sqlite.php b/lib/private/Setup/Sqlite.php index 9bb482229e..b7d985786a 100644 --- a/lib/private/Setup/Sqlite.php +++ b/lib/private/Setup/Sqlite.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Daniel Kesselberg * * @license AGPL-3.0 diff --git a/lib/private/Share/Constants.php b/lib/private/Share/Constants.php index 4ec0a306a9..d1b47f1dd4 100644 --- a/lib/private/Share/Constants.php +++ b/lib/private/Share/Constants.php @@ -5,6 +5,7 @@ * @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 diff --git a/lib/private/Share/Helper.php b/lib/private/Share/Helper.php index ef37b3b342..1574bd726c 100644 --- a/lib/private/Share/Helper.php +++ b/lib/private/Share/Helper.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Miguel Prokop * @author Morris Jobke diff --git a/lib/private/Share/SearchResultSorter.php b/lib/private/Share/SearchResultSorter.php index e16150b8e6..54232b828c 100644 --- a/lib/private/Share/SearchResultSorter.php +++ b/lib/private/Share/SearchResultSorter.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Morris Jobke * @author Robin McCorkell * @author Roeland Jago Douma diff --git a/lib/private/Share/Share.php b/lib/private/Share/Share.php index c9bd67b113..2bc2afbea2 100644 --- a/lib/private/Share/Share.php +++ b/lib/private/Share/Share.php @@ -7,6 +7,7 @@ * @author Bernhard Reiter * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/Share20/DefaultShareProvider.php b/lib/private/Share20/DefaultShareProvider.php index 0778eda904..065d06de37 100644 --- a/lib/private/Share20/DefaultShareProvider.php +++ b/lib/private/Share20/DefaultShareProvider.php @@ -2,9 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Andrius * @author Bjoern Schiessle * @author Björn Schießle + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Jan-Philipp Litza * @author Joas Schilling diff --git a/lib/private/SubAdmin.php b/lib/private/SubAdmin.php index 0c9d7bdd84..ce2a38ccbf 100644 --- a/lib/private/SubAdmin.php +++ b/lib/private/SubAdmin.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Georg Ehrke * @author John Molakvoæ (skjnldsv) * @author Lukas Reschke diff --git a/lib/private/TagManager.php b/lib/private/TagManager.php index 900bd13e84..ccb2e79615 100644 --- a/lib/private/TagManager.php +++ b/lib/private/TagManager.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Reiter + * @author Christoph Wurst * @author Morris Jobke * @author Thomas Tanghus * @author Vincent Petry diff --git a/lib/private/Tagging/TagMapper.php b/lib/private/Tagging/TagMapper.php index 500a0a353d..c021c3646a 100644 --- a/lib/private/Tagging/TagMapper.php +++ b/lib/private/Tagging/TagMapper.php @@ -4,6 +4,7 @@ * * @author Bernhard Posselt * @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 13618ff518..8e26cccb40 100644 --- a/lib/private/Tags.php +++ b/lib/private/Tags.php @@ -4,6 +4,8 @@ * * @author Arthur Schiwon * @author Bernhard Reiter + * @author Christoph Wurst + * @author Daniel Kesselberg * @author derkostka * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/lib/private/Template/Base.php b/lib/private/Template/Base.php index cbad438cd2..9ac74ffc60 100644 --- a/lib/private/Template/Base.php +++ b/lib/private/Template/Base.php @@ -5,6 +5,7 @@ * @author Bart Visscher * @author Björn Schießle * @author Christopher Schäpers + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Julius Härtl * @author Lukas Reschke diff --git a/lib/private/Template/CSSResourceLocator.php b/lib/private/Template/CSSResourceLocator.php index ab063dbbdc..c931a62420 100644 --- a/lib/private/Template/CSSResourceLocator.php +++ b/lib/private/Template/CSSResourceLocator.php @@ -4,6 +4,7 @@ * * @author Axel Helmert * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Kyle Fazzari diff --git a/lib/private/Template/JSCombiner.php b/lib/private/Template/JSCombiner.php index e96505b6d4..96d5a1e777 100644 --- a/lib/private/Template/JSCombiner.php +++ b/lib/private/Template/JSCombiner.php @@ -2,6 +2,7 @@ /** * @copyright 2017, Roeland Jago Douma * + * @author Christoph Wurst * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/Template/ResourceLocator.php b/lib/private/Template/ResourceLocator.php index 7761e11535..c99df06358 100755 --- a/lib/private/Template/ResourceLocator.php +++ b/lib/private/Template/ResourceLocator.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Jörn Friedrich Dreyer diff --git a/lib/private/Template/SCSSCacher.php b/lib/private/Template/SCSSCacher.php index f571967ea1..427588dddd 100644 --- a/lib/private/Template/SCSSCacher.php +++ b/lib/private/Template/SCSSCacher.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, John Molakvoæ (skjnldsv@protonmail.com) * + * @author Christoph Wurst * @author John Molakvoæ (skjnldsv) * @author Julius Haertl * @author Julius Härtl diff --git a/lib/private/TemplateLayout.php b/lib/private/TemplateLayout.php index 691f90b788..5562d4b5e2 100644 --- a/lib/private/TemplateLayout.php +++ b/lib/private/TemplateLayout.php @@ -5,6 +5,7 @@ * @author Bart Visscher * @author Bjoern Schiessle * @author Christopher Schäpers + * @author Christoph Wurst * @author Clark Tomlinson * @author Daniel Calviño Sánchez * @author Guillaume COMPAGNON @@ -22,7 +23,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/URLGenerator.php b/lib/private/URLGenerator.php index 1a12132cf0..62eafaafed 100644 --- a/lib/private/URLGenerator.php +++ b/lib/private/URLGenerator.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Felix Epp * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/lib/private/Updater/ChangesCheck.php b/lib/private/Updater/ChangesCheck.php index 259fb750c0..138e3bed9c 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 Daniel Kesselberg * * @license GNU AGPL version 3 or any later version * diff --git a/lib/private/User/Backend.php b/lib/private/User/Backend.php index a616183dce..8fa2f3018b 100644 --- a/lib/private/User/Backend.php +++ b/lib/private/User/Backend.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Roeland Jago Douma * diff --git a/lib/private/User/User.php b/lib/private/User/User.php index d3ad6dd579..0f17af3063 100644 --- a/lib/private/User/User.php +++ b/lib/private/User/User.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Jörn Friedrich Dreyer diff --git a/lib/private/legacy/api.php b/lib/private/legacy/api.php index 660ca885dd..47590a0091 100644 --- a/lib/private/legacy/api.php +++ b/lib/private/legacy/api.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Björn Schießle + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski diff --git a/lib/private/legacy/db.php b/lib/private/legacy/db.php index 1cef0d50e0..34cc39f26a 100644 --- a/lib/private/legacy/db.php +++ b/lib/private/legacy/db.php @@ -5,6 +5,7 @@ * @author Andreas Fischer * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/lib/private/legacy/db/statementwrapper.php b/lib/private/legacy/db/statementwrapper.php index cdcf3ad951..872e8f64e7 100644 --- a/lib/private/legacy/db/statementwrapper.php +++ b/lib/private/legacy/db/statementwrapper.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Bart Visscher + * @author Christoph Wurst * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/legacy/files.php b/lib/private/legacy/files.php index d44fd72eb0..249d3e5154 100644 --- a/lib/private/legacy/files.php +++ b/lib/private/legacy/files.php @@ -4,6 +4,7 @@ * * @author Arthur Schiwon * @author Björn Schießle + * @author Christoph Wurst * @author Daniel Calviño Sánchez * @author Frank Karlitschek * @author Jakob Sack diff --git a/lib/private/legacy/helper.php b/lib/private/legacy/helper.php index 02002d40f1..67d70e10bc 100644 --- a/lib/private/legacy/helper.php +++ b/lib/private/legacy/helper.php @@ -6,6 +6,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle + * @author Christoph Wurst * @author Clark Tomlinson * @author Daniel Kesselberg * @author Felix Moeller diff --git a/lib/private/legacy/image.php b/lib/private/legacy/image.php index 4e16b0d8ed..7d23ece7ff 100644 --- a/lib/private/legacy/image.php +++ b/lib/private/legacy/image.php @@ -7,6 +7,7 @@ * @author Björn Schießle * @author Byron Marohn * @author Christopher Schäpers + * @author Christoph Wurst * @author Georg Ehrke * @author j-ed * @author Joas Schilling diff --git a/lib/private/legacy/template/functions.php b/lib/private/legacy/template/functions.php index 9184da21bd..f2f737baf9 100644 --- a/lib/private/legacy/template/functions.php +++ b/lib/private/legacy/template/functions.php @@ -4,6 +4,7 @@ * * @author Bart Visscher * @author Bernhard Posselt + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Julius Härtl diff --git a/lib/private/legacy/user.php b/lib/private/legacy/user.php index 736fc2d970..d96400ad1d 100644 --- a/lib/private/legacy/user.php +++ b/lib/private/legacy/user.php @@ -6,7 +6,6 @@ * @author Andreas Fischer * @author Arthur Schiwon * @author Bartek Przybylski - * @author Bjoern Schiessle * @author Björn Schießle * @author Christoph Wurst * @author Georg Ehrke diff --git a/lib/public/AppFramework/AuthPublicShareController.php b/lib/public/AppFramework/AuthPublicShareController.php index 9e8daa8d34..e9d5c766c5 100644 --- a/lib/public/AppFramework/AuthPublicShareController.php +++ b/lib/public/AppFramework/AuthPublicShareController.php @@ -3,6 +3,8 @@ * @copyright 2018, Roeland Jago Douma * * @author Roeland Jago Douma + * @author Tim Obert + * @author TimObert * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/AppFramework/Controller.php b/lib/public/AppFramework/Controller.php index f9d53bf112..2e442c4976 100644 --- a/lib/public/AppFramework/Controller.php +++ b/lib/public/AppFramework/Controller.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Christoph Wurst * @author Donquixote * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/public/AppFramework/Db/QBMapper.php b/lib/public/AppFramework/Db/QBMapper.php index 5fa367491b..487128b730 100644 --- a/lib/public/AppFramework/Db/QBMapper.php +++ b/lib/public/AppFramework/Db/QBMapper.php @@ -7,6 +7,7 @@ declare(strict_types=1); * * @author Christoph Wurst * @author Daniel Kesselberg + * @author Joas Schilling * @author Marius David Wieschollek * @author Roeland Jago Douma * diff --git a/lib/public/AppFramework/Http/ContentSecurityPolicy.php b/lib/public/AppFramework/Http/ContentSecurityPolicy.php index 81bd3d1b63..818053bbf1 100644 --- a/lib/public/AppFramework/Http/ContentSecurityPolicy.php +++ b/lib/public/AppFramework/Http/ContentSecurityPolicy.php @@ -6,7 +6,7 @@ * @author Morris Jobke * @author Roeland Jago Douma * @author sualko - * @author Thomas Citharel + * @author Thomas Citharel * * @license AGPL-3.0 * diff --git a/lib/public/AppFramework/Http/DataResponse.php b/lib/public/AppFramework/Http/DataResponse.php index 29c042def7..700fe1f418 100644 --- a/lib/public/AppFramework/Http/DataResponse.php +++ b/lib/public/AppFramework/Http/DataResponse.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Christoph Wurst * @author Morris Jobke * @author Roeland Jago Douma * diff --git a/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php b/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php index 066569d63c..0133608889 100644 --- a/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php +++ b/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php @@ -3,9 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Lukas Reschke + * @author Pavel Krasikov * @author Pierre Rudloff * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license AGPL-3.0 * diff --git a/lib/public/AppFramework/Http/JSONResponse.php b/lib/public/AppFramework/Http/JSONResponse.php index e84042dbe1..9451ef6677 100644 --- a/lib/public/AppFramework/Http/JSONResponse.php +++ b/lib/public/AppFramework/Http/JSONResponse.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Christoph Wurst * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/public/AppFramework/Http/Template/PublicTemplateResponse.php b/lib/public/AppFramework/Http/Template/PublicTemplateResponse.php index 801c0a2347..9965ca6bd3 100644 --- a/lib/public/AppFramework/Http/Template/PublicTemplateResponse.php +++ b/lib/public/AppFramework/Http/Template/PublicTemplateResponse.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2018 Julius Härtl * + * @author Christoph Wurst * @author Julius Härtl * @author Roeland Jago Douma * diff --git a/lib/public/AppFramework/Http/TemplateResponse.php b/lib/public/AppFramework/Http/TemplateResponse.php index fb02c9d265..4a77d4844e 100644 --- a/lib/public/AppFramework/Http/TemplateResponse.php +++ b/lib/public/AppFramework/Http/TemplateResponse.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Posselt + * @author Christoph Wurst * @author Julius Härtl * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/public/Contacts/Events/ContactInteractedWithEvent.php b/lib/public/Contacts/Events/ContactInteractedWithEvent.php index a21e17124c..d2cf19a8d7 100644 --- a/lib/public/Contacts/Events/ContactInteractedWithEvent.php +++ b/lib/public/Contacts/Events/ContactInteractedWithEvent.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 OCP\Contacts\Events; diff --git a/lib/public/Contacts/IManager.php b/lib/public/Contacts/IManager.php index 7fcd59f571..45baa127ee 100644 --- a/lib/public/Contacts/IManager.php +++ b/lib/public/Contacts/IManager.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arne Hamann + * @author Christoph Wurst * @author John Molakvoæ (skjnldsv) * @author Morris Jobke * @author Roeland Jago Douma diff --git a/lib/public/DB/QueryBuilder/ICompositeExpression.php b/lib/public/DB/QueryBuilder/ICompositeExpression.php index 4752616d41..905465ba9e 100644 --- a/lib/public/DB/QueryBuilder/ICompositeExpression.php +++ b/lib/public/DB/QueryBuilder/ICompositeExpression.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Roeland Jago Douma * diff --git a/lib/public/DB/QueryBuilder/IQueryBuilder.php b/lib/public/DB/QueryBuilder/IQueryBuilder.php index 3cee49e3aa..ece5d36c3e 100644 --- a/lib/public/DB/QueryBuilder/IQueryBuilder.php +++ b/lib/public/DB/QueryBuilder/IQueryBuilder.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Robin Appelman diff --git a/lib/public/EventDispatcher/IEventDispatcher.php b/lib/public/EventDispatcher/IEventDispatcher.php index e6e1bc5ce6..045c8ed360 100644 --- a/lib/public/EventDispatcher/IEventDispatcher.php +++ b/lib/public/EventDispatcher/IEventDispatcher.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright 2019 Christoph Wurst * * @author Christoph Wurst + * @author Joas Schilling * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Files/Cache/ICacheEvent.php b/lib/public/Files/Cache/ICacheEvent.php index 54ef15b039..634666f594 100644 --- a/lib/public/Files/Cache/ICacheEvent.php +++ b/lib/public/Files/Cache/ICacheEvent.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019 Robin Appelman * + * @author Joas Schilling * @author Robin Appelman * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/Files/LockNotAcquiredException.php b/lib/public/Files/LockNotAcquiredException.php index 23a6b554ce..47539c4979 100644 --- a/lib/public/Files/LockNotAcquiredException.php +++ b/lib/public/Files/LockNotAcquiredException.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Morris Jobke * @author Owen Winkler * @author Robin Appelman diff --git a/lib/public/Files/SimpleFS/ISimpleFolder.php b/lib/public/Files/SimpleFS/ISimpleFolder.php index 22f8c90849..3fc08e56cc 100644 --- a/lib/public/Files/SimpleFS/ISimpleFolder.php +++ b/lib/public/Files/SimpleFS/ISimpleFolder.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016 Roeland Jago Douma * + * @author Robin Appelman * @author Roeland Jago Douma * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/FullTextSearch/Model/IIndex.php b/lib/public/FullTextSearch/Model/IIndex.php index c63ddc1990..0f3f718d7b 100644 --- a/lib/public/FullTextSearch/Model/IIndex.php +++ b/lib/public/FullTextSearch/Model/IIndex.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright 2018 * + * @author Christoph Wurst * @author Maxence Lange * * @license GNU AGPL version 3 or any later version diff --git a/lib/public/IDBConnection.php b/lib/public/IDBConnection.php index 30010bb4ce..0cc29d3be4 100644 --- a/lib/public/IDBConnection.php +++ b/lib/public/IDBConnection.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Morris Jobke * @author Ole Ostergaard diff --git a/lib/public/IL10N.php b/lib/public/IL10N.php index 0df21639c6..88b9fbb191 100644 --- a/lib/public/IL10N.php +++ b/lib/public/IL10N.php @@ -11,7 +11,7 @@ declare(strict_types=1); * @author Joas Schilling * @author Morris Jobke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license AGPL-3.0 * diff --git a/lib/public/ISearch.php b/lib/public/ISearch.php index d92beab0b4..bdfe8431f1 100644 --- a/lib/public/ISearch.php +++ b/lib/public/ISearch.php @@ -4,6 +4,7 @@ * * @author Andrew Brown * @author Bart Visscher + * @author Christoph Wurst * @author Jakob Sack * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/public/ITagManager.php b/lib/public/ITagManager.php index f45ac25965..960ae6f2f3 100644 --- a/lib/public/ITagManager.php +++ b/lib/public/ITagManager.php @@ -3,10 +3,10 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Reiter + * @author Christoph Wurst * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Tanghus - * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/public/ITags.php b/lib/public/ITags.php index 35469f4f80..f35b684af5 100644 --- a/lib/public/ITags.php +++ b/lib/public/ITags.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bernhard Reiter + * @author Daniel Kesselberg * @author Morris Jobke * @author Roeland Jago Douma * @author Thomas Tanghus diff --git a/lib/public/IURLGenerator.php b/lib/public/IURLGenerator.php index 52fde15d03..81f5d44948 100644 --- a/lib/public/IURLGenerator.php +++ b/lib/public/IURLGenerator.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Joas Schilling * @author Julius Härtl * @author Morris Jobke diff --git a/lib/public/L10N/IFactory.php b/lib/public/L10N/IFactory.php index 44f800bc26..b9e6e603aa 100644 --- a/lib/public/L10N/IFactory.php +++ b/lib/public/L10N/IFactory.php @@ -9,7 +9,7 @@ * @author Julius Härtl * @author Morris Jobke * @author Roeland Jago Douma - * @author Thomas Citharel + * @author Thomas Citharel * * @license AGPL-3.0 * diff --git a/lib/public/Log/IDataLogger.php b/lib/public/Log/IDataLogger.php index b5d3aa3075..c6a7d28935 100644 --- a/lib/public/Log/IDataLogger.php +++ b/lib/public/Log/IDataLogger.php @@ -1,5 +1,7 @@ * @@ -18,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/lib/public/Mail/Events/BeforeMessageSent.php b/lib/public/Mail/Events/BeforeMessageSent.php index e14a35750f..0fb59adc2b 100644 --- a/lib/public/Mail/Events/BeforeMessageSent.php +++ b/lib/public/Mail/Events/BeforeMessageSent.php @@ -5,7 +5,7 @@ declare(strict_types=1); /** * @copyright 2020 Arne Hamann * - * @author Arne Hamann + * @author Arne Hamann * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Route/IRouter.php b/lib/public/Route/IRouter.php index f2c43cf8c7..121a9f1417 100644 --- a/lib/public/Route/IRouter.php +++ b/lib/public/Route/IRouter.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/public/Search/Provider.php b/lib/public/Search/Provider.php index 3bf8d59ecc..bc6f76a11c 100644 --- a/lib/public/Search/Provider.php +++ b/lib/public/Search/Provider.php @@ -4,6 +4,7 @@ * * @author Andrew Brown * @author Bart Visscher + * @author Christoph Wurst * @author Jakob Sack * @author Jörn Friedrich Dreyer * @author Morris Jobke diff --git a/lib/public/Share/Events/VerifyMountPointEvent.php b/lib/public/Share/Events/VerifyMountPointEvent.php index 75914f9416..d27d02e686 100644 --- a/lib/public/Share/Events/VerifyMountPointEvent.php +++ b/lib/public/Share/Events/VerifyMountPointEvent.php @@ -1,5 +1,7 @@ * diff --git a/lib/public/Share/IManager.php b/lib/public/Share/IManager.php index 820835365d..df82e785af 100644 --- a/lib/public/Share/IManager.php +++ b/lib/public/Share/IManager.php @@ -6,6 +6,7 @@ * @author Daniel Calviño Sánchez * @author Joas Schilling * @author John Molakvoæ (skjnldsv) + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman diff --git a/lib/public/Template.php b/lib/public/Template.php index a19c9fae99..9ce269dad9 100644 --- a/lib/public/Template.php +++ b/lib/public/Template.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Bart Visscher + * @author Christoph Wurst * @author Frank Karlitschek * @author Joas Schilling * @author Lukas Reschke diff --git a/lib/public/Util.php b/lib/public/Util.php index d28eda7201..f1008ad77c 100644 --- a/lib/public/Util.php +++ b/lib/public/Util.php @@ -5,6 +5,7 @@ * @author Arthur Schiwon * @author Bart Visscher * @author Björn Schießle + * @author Christoph Wurst * @author Frank Karlitschek * @author Georg Ehrke * @author Individual IT Services diff --git a/public.php b/public.php index 41753dc8a1..0f74892c9d 100644 --- a/public.php +++ b/public.php @@ -4,6 +4,7 @@ * * @author Björn Schießle * @author Christopher Schäpers + * @author Christoph Wurst * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/remote.php b/remote.php index b1777e92f7..a83238d883 100644 --- a/remote.php +++ b/remote.php @@ -4,6 +4,8 @@ * * @author Brice Maron * @author Christopher Schäpers + * @author Christoph Wurst + * @author Georg Ehrke * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke