]> source.dussan.org Git - nextcloud-server.git/commit
Update the license headers for Nextcloud 19 20241/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 31 Mar 2020 08:49:10 +0000 (10:49 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 31 Mar 2020 12:52:54 +0000 (14:52 +0200)
commit1a9330cd69631ef12b71239c4f98836e09e021ea
tree66363d9f0f22263ef5fef8c8f089c56a3841e77b
parent820e138316d1f8aa626f35dd9420a5ad994f830c
Update the license headers for Nextcloud 19

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
540 files changed:
AUTHORS
apps/accessibility/lib/AccessibilityProvider.php
apps/accessibility/lib/Controller/AccessibilityController.php
apps/accessibility/lib/Controller/ConfigController.php
apps/admin_audit/lib/AppInfo/Application.php
apps/cloud_federation_api/lib/Controller/RequestHandlerController.php
apps/comments/lib/AppInfo/Application.php
apps/comments/tests/Unit/Notification/ListenerTest.php
apps/comments/tests/Unit/Notification/NotifierTest.php
apps/dav/appinfo/app.php
apps/dav/appinfo/v1/publicwebdav.php
apps/dav/lib/AppInfo/Application.php
apps/dav/lib/AppInfo/PluginManager.php
apps/dav/lib/BackgroundJob/EventReminderJob.php
apps/dav/lib/BackgroundJob/UploadCleanup.php
apps/dav/lib/CalDAV/Activity/Backend.php
apps/dav/lib/CalDAV/Activity/Provider/Calendar.php
apps/dav/lib/CalDAV/CalDavBackend.php
apps/dav/lib/CalDAV/Calendar.php
apps/dav/lib/CalDAV/CalendarObject.php
apps/dav/lib/CalDAV/PublicCalendar.php
apps/dav/lib/CalDAV/PublicCalendarRoot.php
apps/dav/lib/CalDAV/Publishing/PublishPlugin.php
apps/dav/lib/CalDAV/Publishing/Xml/Publisher.php
apps/dav/lib/CalDAV/Reminder/Backend.php
apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php
apps/dav/lib/CalDAV/Reminder/NotificationProvider/ProviderNotAvailableException.php
apps/dav/lib/CalDAV/Reminder/NotificationProvider/PushProvider.php
apps/dav/lib/CalDAV/Reminder/NotificationProviderManager.php
apps/dav/lib/CalDAV/Reminder/NotificationTypeDoesNotExistException.php
apps/dav/lib/CalDAV/Reminder/Notifier.php
apps/dav/lib/CalDAV/Reminder/ReminderService.php
apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php
apps/dav/lib/CardDAV/AddressBookRoot.php
apps/dav/lib/CardDAV/CardDavBackend.php
apps/dav/lib/CardDAV/Integration/ExternalAddressBook.php
apps/dav/lib/CardDAV/Integration/IAddressBookProvider.php
apps/dav/lib/CardDAV/PhotoCache.php
apps/dav/lib/CardDAV/SyncService.php
apps/dav/lib/CardDAV/SystemAddressbook.php
apps/dav/lib/CardDAV/UserAddressBooks.php
apps/dav/lib/Command/CreateCalendar.php
apps/dav/lib/Command/ListCalendars.php
apps/dav/lib/Command/MoveCalendar.php
apps/dav/lib/Connector/Sabre/AnonymousOptionsPlugin.php
apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php
apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php
apps/dav/lib/Connector/Sabre/Directory.php
apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php
apps/dav/lib/Connector/Sabre/File.php
apps/dav/lib/Connector/Sabre/FilesPlugin.php
apps/dav/lib/Connector/Sabre/FilesReportPlugin.php
apps/dav/lib/Connector/Sabre/LockPlugin.php
apps/dav/lib/Connector/Sabre/MaintenancePlugin.php
apps/dav/lib/Connector/Sabre/Principal.php
apps/dav/lib/Connector/Sabre/ServerFactory.php
apps/dav/lib/Connector/Sabre/SharesPlugin.php
apps/dav/lib/Connector/Sabre/TagsPlugin.php
apps/dav/lib/DAV/CustomPropertiesBackend.php
apps/dav/lib/DAV/Sharing/Backend.php
apps/dav/lib/Files/BrowserErrorPagePlugin.php
apps/dav/lib/Files/Sharing/FilesDropPlugin.php
apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
apps/dav/lib/HookManager.php
apps/dav/lib/Migration/RemoveOrphanEventsAndContacts.php
apps/dav/lib/Provisioning/Apple/AppleProvisioningPlugin.php
apps/dav/lib/RootCollection.php
apps/dav/lib/Settings/CalDAVSettings.php
apps/dav/lib/SystemTag/SystemTagPlugin.php
apps/dav/tests/unit/AppInfo/PluginManagerTest.php
apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php
apps/dav/tests/unit/BackgroundJob/EventReminderJobTest.php
apps/dav/tests/unit/BackgroundJob/GenerateBirthdayCalendarBackgroundJobTest.php
apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php
apps/dav/tests/unit/BackgroundJob/RegisterRegenerateBirthdayCalendarsTest.php
apps/dav/tests/unit/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJobTest.php
apps/dav/tests/unit/CalDAV/Activity/BackendTest.php
apps/dav/tests/unit/CalDAV/BirthdayCalendar/EnablePluginTest.php
apps/dav/tests/unit/CalDAV/CachedSubscriptionObjectTest.php
apps/dav/tests/unit/CalDAV/CachedSubscriptionTest.php
apps/dav/tests/unit/CalDAV/CalDavBackendTest.php
apps/dav/tests/unit/CalDAV/CalendarHomeTest.php
apps/dav/tests/unit/CalDAV/CalendarImplTest.php
apps/dav/tests/unit/CalDAV/CalendarManagerTest.php
apps/dav/tests/unit/CalDAV/CalendarTest.php
apps/dav/tests/unit/CalDAV/OutboxTest.php
apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php
apps/dav/tests/unit/CalDAV/Publishing/PublisherTest.php
apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
apps/dav/tests/unit/CalDAV/Reminder/BackendTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/AbstractNotificationProviderTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/PushProviderTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotificationProviderManagerTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotifierTest.php
apps/dav/tests/unit/CalDAV/Reminder/ReminderServiceTest.php
apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php
apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php
apps/dav/tests/unit/CalDAV/Search/SearchPluginTest.php
apps/dav/tests/unit/CalDAV/WebcalCaching/PluginTest.php
apps/dav/tests/unit/CalDAV/WebcalCaching/RefreshWebcalServiceTest.php
apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php
apps/dav/tests/unit/CardDAV/Sharing/PluginTest.php
apps/dav/tests/unit/CardDAV/SyncServiceTest.php
apps/dav/tests/unit/Command/ListCalendarsTest.php
apps/dav/tests/unit/Command/MoveCalendarTest.php
apps/dav/tests/unit/Comments/CommentsNodeTest.php
apps/dav/tests/unit/Comments/CommentsPluginTest.php
apps/dav/tests/unit/Comments/EntityCollectionTest.php
apps/dav/tests/unit/Comments/RootCollectionTest.php
apps/dav/tests/unit/Connector/Sabre/BlockLegacyClientPluginTest.php
apps/dav/tests/unit/Connector/Sabre/CommentsPropertiesPluginTest.php
apps/dav/tests/unit/Connector/Sabre/CopyEtagHeaderPluginTest.php
apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php
apps/dav/tests/unit/Connector/Sabre/DirectoryTest.php
apps/dav/tests/unit/Connector/Sabre/FakeLockerPluginTest.php
apps/dav/tests/unit/Connector/Sabre/FileTest.php
apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php
apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php
apps/dav/tests/unit/Connector/Sabre/MaintenancePluginTest.php
apps/dav/tests/unit/Connector/Sabre/NodeTest.php
apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php
apps/dav/tests/unit/Connector/Sabre/PrincipalTest.php
apps/dav/tests/unit/Connector/Sabre/QuotaPluginTest.php
apps/dav/tests/unit/Connector/Sabre/RequestTest/PartFileInRootUploadTest.php
apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTestCase.php
apps/dav/tests/unit/Connector/Sabre/SharesPluginTest.php
apps/dav/tests/unit/Connector/Sabre/TagsPluginTest.php
apps/dav/tests/unit/Controller/BirthdayCalendarControllerTest.php
apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php
apps/dav/tests/unit/DAV/AnonymousOptionsTest.php
apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php
apps/dav/tests/unit/DAV/GroupPrincipalTest.php
apps/dav/tests/unit/DAV/HookManagerTest.php
apps/dav/tests/unit/DAV/Sharing/PluginTest.php
apps/dav/tests/unit/DAV/SystemPrincipalBackendTest.php
apps/dav/tests/unit/Files/FileSearchBackendTest.php
apps/dav/tests/unit/Files/Sharing/FilesDropPluginTest.php
apps/dav/tests/unit/Migration/RefreshWebcalJobRegistrarTest.php
apps/dav/tests/unit/Provisioning/Apple/AppleProvisioningPluginTest.php
apps/dav/tests/unit/SystemTag/SystemTagMappingNodeTest.php
apps/dav/tests/unit/SystemTag/SystemTagNodeTest.php
apps/dav/tests/unit/SystemTag/SystemTagPluginTest.php
apps/dav/tests/unit/SystemTag/SystemTagsByIdCollectionTest.php
apps/dav/tests/unit/SystemTag/SystemTagsObjectMappingCollectionTest.php
apps/dav/tests/unit/SystemTag/SystemTagsObjectTypeCollectionTest.php
apps/dav/tests/unit/Upload/ChunkingPluginTest.php
apps/encryption/lib/AppInfo/Application.php
apps/encryption/lib/Crypto/EncryptAll.php
apps/encryption/lib/Crypto/Encryption.php
apps/encryption/lib/Recovery.php
apps/encryption/tests/Controller/RecoveryControllerTest.php
apps/encryption/tests/Controller/SettingsControllerTest.php
apps/encryption/tests/Controller/StatusControllerTest.php
apps/encryption/tests/Crypto/CryptTest.php
apps/encryption/tests/Crypto/EncryptionTest.php
apps/encryption/tests/Hooks/UserHooksTest.php
apps/encryption/tests/KeyManagerTest.php
apps/encryption/tests/RecoveryTest.php
apps/encryption/tests/SessionTest.php
apps/encryption/tests/UtilTest.php
apps/federatedfilesharing/lib/AddressHandler.php
apps/federatedfilesharing/lib/FederatedShareProvider.php
apps/federatedfilesharing/lib/Notifications.php
apps/federatedfilesharing/lib/ocm/CloudFederationProviderFiles.php
apps/federatedfilesharing/tests/AddressHandlerTest.php
apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php
apps/federatedfilesharing/tests/FederatedShareProviderTest.php
apps/files/ajax/download.php
apps/files/ajax/list.php
apps/files/appinfo/app.php
apps/files/lib/Command/TransferOwnership.php
apps/files/lib/Controller/TransferOwnershipController.php
apps/files/lib/Helper.php
apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php
apps/files/lib/Service/OwnershipTransferService.php
apps/files/lib/Service/TagService.php
apps/files/tests/BackgroundJob/ScanFilesTest.php
apps/files/tests/HelperTest.php
apps/files/tests/Service/TagServiceTest.php
apps/files_external/ajax/applicable.php
apps/files_external/lib/Controller/AjaxController.php
apps/files_external/lib/Controller/ApiController.php
apps/files_external/lib/Controller/GlobalStoragesController.php
apps/files_external/lib/Controller/UserGlobalStoragesController.php
apps/files_external/lib/Controller/UserStoragesController.php
apps/files_external/lib/Lib/Auth/Password/UserGlobalAuth.php
apps/files_external/lib/Lib/Storage/AmazonS3.php
apps/files_external/lib/Lib/Storage/FTP.php
apps/files_external/lib/Lib/Storage/SFTP.php
apps/files_external/lib/Lib/Storage/SFTPReadStream.php
apps/files_external/lib/Lib/Storage/SFTPWriteStream.php
apps/files_external/lib/Lib/Storage/SMB.php
apps/files_external/lib/Lib/Storage/Swift.php
apps/files_external/lib/config.php
apps/files_external/tests/Auth/Password/GlobalAuth.php
apps/files_external/tests/Command/ApplicableTest.php
apps/files_external/tests/Command/CommandTest.php
apps/files_external/tests/Controller/StoragesControllerTest.php
apps/files_external/tests/Controller/UserStoragesControllerTest.php
apps/files_external/tests/FrontendDefinitionTraitTest.php
apps/files_external/tests/OwnCloudFunctionsTest.php
apps/files_external/tests/PersonalMountTest.php
apps/files_external/tests/Service/BackendServiceTest.php
apps/files_external/tests/Service/StoragesServiceTest.php
apps/files_external/tests/Service/UserGlobalStoragesServiceTest.php
apps/files_external/tests/Service/UserStoragesServiceTest.php
apps/files_external/tests/Storage/FtpTest.php
apps/files_external/tests/Storage/SmbTest.php
apps/files_external/tests/config.php
apps/files_sharing/lib/AppInfo/Application.php
apps/files_sharing/lib/Controller/ExternalSharesController.php
apps/files_sharing/lib/Controller/RemoteController.php
apps/files_sharing/lib/Controller/ShareController.php
apps/files_sharing/lib/External/Manager.php
apps/files_sharing/lib/External/Storage.php
apps/files_sharing/lib/Hooks.php
apps/files_sharing/lib/Listener/ShareInteractionListener.php
apps/files_sharing/lib/Listener/UserAddedToGroupListener.php
apps/files_sharing/lib/Listener/UserShareAcceptanceListener.php
apps/files_sharing/lib/Settings/Personal.php
apps/files_sharing/lib/ShareBackend/File.php
apps/files_sharing/lib/ShareBackend/Folder.php
apps/files_sharing/lib/SharedStorage.php
apps/files_sharing/public.php
apps/files_sharing/tests/ApiTest.php
apps/files_sharing/tests/CacheTest.php
apps/files_sharing/tests/CapabilitiesTest.php
apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
apps/files_sharing/tests/Controller/ShareControllerTest.php
apps/files_sharing/tests/Controller/ShareesAPIControllerTest.php
apps/files_sharing/tests/External/CacheTest.php
apps/files_sharing/tests/ExternalStorageTest.php
apps/files_sharing/tests/Middleware/OCSShareAPIMiddlewareTest.php
apps/files_sharing/tests/Middleware/SharingCheckMiddlewareTest.php
apps/files_sharing/tests/MountProviderTest.php
apps/files_sharing/tests/ShareTest.php
apps/files_sharing/tests/SharedMountTest.php
apps/files_sharing/tests/SharedStorageTest.php
apps/files_sharing/tests/WatcherTest.php
apps/files_trashbin/lib/Helper.php
apps/files_trashbin/tests/Command/CleanUpTest.php
apps/files_trashbin/tests/TrashbinTest.php
apps/files_versions/lib/Versions/IVersionBackend.php
apps/files_versions/tests/Command/CleanupTest.php
apps/files_versions/tests/VersioningTest.php
apps/oauth2/lib/Controller/LoginRedirectorController.php
apps/oauth2/tests/Controller/LoginRedirectorControllerTest.php
apps/oauth2/tests/Controller/OauthApiControllerTest.php
apps/oauth2/tests/Controller/SettingsControllerTest.php
apps/provisioning_api/lib/AppInfo/Application.php
apps/provisioning_api/lib/Controller/UsersController.php
apps/provisioning_api/tests/Controller/AppsControllerTest.php
apps/provisioning_api/tests/Controller/GroupsControllerTest.php
apps/provisioning_api/tests/Controller/UsersControllerTest.php
apps/provisioning_api/tests/TestCase.php
apps/settings/lib/Controller/AppSettingsController.php
apps/settings/lib/Controller/UsersController.php
apps/settings/lib/Sections/Admin/Additional.php
apps/settings/lib/Sections/Admin/Groupware.php
apps/settings/lib/Sections/Admin/Overview.php
apps/settings/lib/Sections/Admin/Security.php
apps/settings/lib/Sections/Admin/Server.php
apps/settings/lib/Sections/Admin/Sharing.php
apps/settings/lib/Sections/Personal/PersonalInfo.php
apps/settings/lib/Sections/Personal/Security.php
apps/settings/lib/Sections/Personal/SyncClients.php
apps/settings/lib/Settings/Admin/Mail.php
apps/settings/lib/Settings/Admin/Overview.php
apps/settings/lib/Settings/Admin/Server.php
apps/settings/lib/Settings/Admin/Sharing.php
apps/settings/lib/Settings/Personal/Additional.php
apps/settings/lib/Settings/Personal/PersonalInfo.php
apps/settings/lib/Settings/Personal/Security/Authtokens.php
apps/settings/lib/Settings/Personal/Security/Password.php
apps/settings/lib/Settings/Personal/Security/TwoFactor.php
apps/settings/lib/Settings/Personal/ServerDevNotice.php
apps/settings/tests/Controller/AdminSettingsControllerTest.php
apps/settings/tests/Settings/Admin/ServerTest.php
apps/settings/tests/Settings/Admin/SharingTest.php
apps/settings/tests/Settings/Personal/Security/AuthtokensTest.php
apps/settings/tests/Settings/Personal/Security/PasswordTest.php
apps/sharebymail/lib/AppInfo/Application.php
apps/sharebymail/lib/ShareByMailProvider.php
apps/sharebymail/tests/ShareByMailProviderTest.php
apps/testing/lib/AppInfo/Application.php
apps/theming/appinfo/routes.php
apps/theming/lib/Controller/ThemingController.php
apps/theming/lib/Util.php
apps/theming/tests/Controller/ThemingControllerTest.php
apps/twofactor_backupcodes/tests/Unit/BackgroundJob/CheckBackupCodeTest.php
apps/user_ldap/ajax/clearMappings.php
apps/user_ldap/ajax/deleteConfiguration.php
apps/user_ldap/ajax/getConfiguration.php
apps/user_ldap/ajax/getNewServerConfigPrefix.php
apps/user_ldap/ajax/setConfiguration.php
apps/user_ldap/ajax/testConfiguration.php
apps/user_ldap/ajax/wizard.php
apps/user_ldap/lib/Access.php
apps/user_ldap/lib/Command/ShowConfig.php
apps/user_ldap/lib/Command/TestConfig.php
apps/user_ldap/lib/Configuration.php
apps/user_ldap/lib/Connection.php
apps/user_ldap/lib/GroupPluginManager.php
apps/user_ldap/lib/Group_LDAP.php
apps/user_ldap/lib/Group_Proxy.php
apps/user_ldap/lib/Helper.php
apps/user_ldap/lib/Jobs/Sync.php
apps/user_ldap/lib/Jobs/UpdateGroups.php
apps/user_ldap/lib/LDAP.php
apps/user_ldap/lib/Mapping/AbstractMapping.php
apps/user_ldap/lib/Proxy.php
apps/user_ldap/lib/User/OfflineUser.php
apps/user_ldap/lib/User/User.php
apps/user_ldap/lib/UserPluginManager.php
apps/user_ldap/lib/User_LDAP.php
apps/user_ldap/lib/User_Proxy.php
apps/user_ldap/lib/Wizard.php
apps/user_ldap/lib/WizardResult.php
apps/user_ldap/tests/AccessTest.php
apps/user_ldap/tests/ConfigurationTest.php
apps/user_ldap/tests/ConnectionTest.php
apps/user_ldap/tests/Group_LDAPTest.php
apps/user_ldap/tests/HelperTest.php
apps/user_ldap/tests/Integration/ExceptionOnLostConnection.php
apps/user_ldap/tests/Jobs/CleanUpTest.php
apps/user_ldap/tests/LDAPTest.php
apps/user_ldap/tests/Mapping/AbstractMappingTest.php
apps/user_ldap/tests/User/ManagerTest.php
apps/user_ldap/tests/User/UserTest.php
apps/user_ldap/tests/User_LDAPTest.php
apps/user_ldap/tests/WizardTest.php
build/integration/features/bootstrap/CommentsContext.php
build/integration/features/bootstrap/Provisioning.php
build/integration/features/bootstrap/ShareesContext.php
build/integration/features/bootstrap/Sharing.php
build/integration/features/bootstrap/TagsContext.php
core/Application.php
core/Command/App/ListApps.php
core/Command/App/Update.php
core/Command/Db/AddMissingIndices.php
core/Command/Encryption/ListModules.php
core/Command/L10n/CreateJs.php
core/Command/Status.php
core/Command/Upgrade.php
core/Command/User/Report.php
core/Controller/AvatarController.php
core/Controller/CssController.php
core/Controller/JsController.php
core/Controller/LostController.php
core/Controller/OCSController.php
core/Controller/SvgController.php
core/Controller/UserController.php
core/Migrations/Version16000Date20190212081545.php
core/ajax/update.php
cron.php
index.php
lib/autoloader.php
lib/base.php
lib/private/Activity/Manager.php
lib/private/AllConfig.php
lib/private/App/AppManager.php
lib/private/App/AppStore/Bundles/BundleFetcher.php
lib/private/App/AppStore/Bundles/HubBundle.php
lib/private/App/AppStore/Fetcher/AppFetcher.php
lib/private/App/AppStore/Fetcher/CategoryFetcher.php
lib/private/App/DependencyAnalyzer.php
lib/private/App/PlatformRepository.php
lib/private/AppFramework/Http.php
lib/private/AppFramework/OCS/BaseResponse.php
lib/private/Archive/TAR.php
lib/private/Archive/ZIP.php
lib/private/Authentication/Token/RemoteWipe.php
lib/private/Avatar/Avatar.php
lib/private/BackgroundJob/Job.php
lib/private/BackgroundJob/JobList.php
lib/private/BackgroundJob/Legacy/QueuedJob.php
lib/private/Cache/File.php
lib/private/CapabilitiesManager.php
lib/private/Collaboration/Collaborators/GroupPlugin.php
lib/private/Collaboration/Collaborators/UserPlugin.php
lib/private/Config.php
lib/private/Contacts/ContactsMenu/ContactsStore.php
lib/private/ContactsManager.php
lib/private/DB/Connection.php
lib/private/DB/ConnectionFactory.php
lib/private/DB/MDB2SchemaReader.php
lib/private/DB/MySQLMigrator.php
lib/private/DB/OracleConnection.php
lib/private/DB/PgSqlTools.php
lib/private/DB/QueryBuilder/CompositeExpression.php
lib/private/DB/QueryBuilder/QueryBuilder.php
lib/private/DB/SQLiteMigrator.php
lib/private/DB/SQLiteSessionInit.php
lib/private/DB/SetTransactionIsolationLevel.php
lib/private/DateTimeFormatter.php
lib/private/DirectEditing/Manager.php
lib/private/Encryption/DecryptAll.php
lib/private/Encryption/File.php
lib/private/Encryption/Manager.php
lib/private/Encryption/Update.php
lib/private/Encryption/Util.php
lib/private/EventDispatcher/EventDispatcher.php
lib/private/Files/Cache/AbstractCacheEvent.php
lib/private/Files/Cache/HomeCache.php
lib/private/Files/Cache/Scanner.php
lib/private/Files/Cache/Storage.php
lib/private/Files/Cache/Updater.php
lib/private/Files/Cache/Watcher.php
lib/private/Files/Cache/Wrapper/CacheJail.php
lib/private/Files/Cache/Wrapper/CacheWrapper.php
lib/private/Files/Config/MountProviderCollection.php
lib/private/Files/Mount/MountPoint.php
lib/private/Files/Node/File.php
lib/private/Files/Node/Folder.php
lib/private/Files/Node/LazyRoot.php
lib/private/Files/Node/Node.php
lib/private/Files/ObjectStore/NoopScanner.php
lib/private/Files/ObjectStore/ObjectStoreStorage.php
lib/private/Files/ObjectStore/S3ConnectionTrait.php
lib/private/Files/SimpleFS/NewSimpleFile.php
lib/private/Files/SimpleFS/SimpleFolder.php
lib/private/Files/Storage/Common.php
lib/private/Files/Storage/DAV.php
lib/private/Files/Storage/Local.php
lib/private/Files/Storage/Temporary.php
lib/private/Files/Storage/Wrapper/Encryption.php
lib/private/Files/Storage/Wrapper/Wrapper.php
lib/private/Files/Stream/Encryption.php
lib/private/Files/Stream/Quota.php
lib/private/Files/Type/Detection.php
lib/private/Files/Type/Loader.php
lib/private/Files/Type/TemplateManager.php
lib/private/Files/View.php
lib/private/Group/Backend.php
lib/private/Group/Database.php
lib/private/Group/Group.php
lib/private/Group/Manager.php
lib/private/Group/MetaData.php
lib/private/Hooks/EmitterTrait.php
lib/private/Hooks/ForwardingEmitter.php
lib/private/Hooks/LegacyEmitter.php
lib/private/Http/Client/Client.php
lib/private/L10N/Factory.php
lib/private/L10N/L10N.php
lib/private/LargeFileHelper.php
lib/private/Log/ErrorHandler.php
lib/private/Log/File.php
lib/private/Log/LogDetails.php
lib/private/Mail/Mailer.php
lib/private/Mail/Message.php
lib/private/Memcache/ArrayCache.php
lib/private/Memcache/Memcached.php
lib/private/NaturalSort.php
lib/private/NavigationManager.php
lib/private/OCS/Result.php
lib/private/Preview/GeneratorHelper.php
lib/private/Repair.php
lib/private/Repair/CleanTags.php
lib/private/Repair/Collation.php
lib/private/Repair/RepairMimeTypes.php
lib/private/Route/CachingRouter.php
lib/private/Route/Route.php
lib/private/Search.php
lib/private/Search/Provider/File.php
lib/private/Security/CSP/ContentSecurityPolicy.php
lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php
lib/private/Security/CertificateManager.php
lib/private/Security/Hasher.php
lib/private/Security/Normalizer/IpAddress.php
lib/private/Server.php
lib/private/Settings/Manager.php
lib/private/Setup.php
lib/private/Setup/AbstractDatabase.php
lib/private/Setup/OCI.php
lib/private/Setup/Sqlite.php
lib/private/Share/Constants.php
lib/private/Share/Helper.php
lib/private/Share/SearchResultSorter.php
lib/private/Share/Share.php
lib/private/Share20/DefaultShareProvider.php
lib/private/SubAdmin.php
lib/private/TagManager.php
lib/private/Tagging/TagMapper.php
lib/private/Tags.php
lib/private/Template/Base.php
lib/private/Template/CSSResourceLocator.php
lib/private/Template/JSCombiner.php
lib/private/Template/ResourceLocator.php
lib/private/Template/SCSSCacher.php
lib/private/TemplateLayout.php
lib/private/URLGenerator.php
lib/private/Updater/ChangesCheck.php
lib/private/User/Backend.php
lib/private/User/User.php
lib/private/legacy/api.php
lib/private/legacy/db.php
lib/private/legacy/db/statementwrapper.php
lib/private/legacy/files.php
lib/private/legacy/helper.php
lib/private/legacy/image.php
lib/private/legacy/template/functions.php
lib/private/legacy/user.php
lib/public/AppFramework/AuthPublicShareController.php
lib/public/AppFramework/Controller.php
lib/public/AppFramework/Db/QBMapper.php
lib/public/AppFramework/Http/ContentSecurityPolicy.php
lib/public/AppFramework/Http/DataResponse.php
lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php
lib/public/AppFramework/Http/JSONResponse.php
lib/public/AppFramework/Http/Template/PublicTemplateResponse.php
lib/public/AppFramework/Http/TemplateResponse.php
lib/public/Contacts/Events/ContactInteractedWithEvent.php
lib/public/Contacts/IManager.php
lib/public/DB/QueryBuilder/ICompositeExpression.php
lib/public/DB/QueryBuilder/IQueryBuilder.php
lib/public/EventDispatcher/IEventDispatcher.php
lib/public/Files/Cache/ICacheEvent.php
lib/public/Files/LockNotAcquiredException.php
lib/public/Files/SimpleFS/ISimpleFolder.php
lib/public/FullTextSearch/Model/IIndex.php
lib/public/IDBConnection.php
lib/public/IL10N.php
lib/public/ISearch.php
lib/public/ITagManager.php
lib/public/ITags.php
lib/public/IURLGenerator.php
lib/public/L10N/IFactory.php
lib/public/Log/IDataLogger.php
lib/public/Mail/Events/BeforeMessageSent.php
lib/public/Route/IRouter.php
lib/public/Search/Provider.php
lib/public/Share/Events/VerifyMountPointEvent.php
lib/public/Share/IManager.php
lib/public/Template.php
lib/public/Util.php
public.php
remote.php