]> source.dussan.org Git - nextcloud-server.git/commit
Migrate HintException to OCP 26681/head
authorGary Kim <gary@garykim.dev>
Tue, 29 Jun 2021 23:20:33 +0000 (19:20 -0400)
committerGary Kim <gary@garykim.dev>
Wed, 30 Jun 2021 19:28:02 +0000 (15:28 -0400)
commitb78f3a57d1d05fb5f81ec8361139b64a3e54d7b0
treec2051ba8b5b03b8e4152e7597a8a3ac4457980c6
parent6da9ccc9ee1e37932c6580e9831c74bbeeac741b
Migrate HintException to OCP

Signed-off-by: Gary Kim <gary@garykim.dev>
60 files changed:
apps/encryption/lib/Command/FixEncryptedVersion.php
apps/federatedfilesharing/lib/AddressHandler.php
apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php
apps/federatedfilesharing/lib/Controller/RequestHandlerController.php
apps/federatedfilesharing/lib/FederatedShareProvider.php
apps/federatedfilesharing/lib/Notifications.php
apps/federatedfilesharing/lib/Notifier.php
apps/federatedfilesharing/lib/OCM/CloudFederationProviderFiles.php
apps/federatedfilesharing/tests/AddressHandlerTest.php
apps/federatedfilesharing/tests/Controller/MountPublicLinkControllerTest.php
apps/federation/lib/Controller/SettingsController.php
apps/federation/lib/DbHandler.php
apps/federation/lib/Middleware/AddServerMiddleware.php
apps/federation/lib/TrustedServers.php
apps/federation/tests/Controller/SettingsControllerTest.php
apps/federation/tests/Middleware/AddServerMiddlewareTest.php
apps/federation/tests/TrustedServersTest.php
apps/files_sharing/lib/Controller/ShareController.php
apps/provisioning_api/lib/Controller/UsersController.php
apps/settings/lib/Controller/ChangePasswordController.php
apps/sharebymail/lib/ShareByMailProvider.php
apps/sharebymail/tests/ShareByMailProviderTest.php
apps/user_ldap/lib/Access.php
apps/user_ldap/lib/Controller/RenewPasswordController.php
apps/user_ldap/tests/AccessTest.php
apps/user_ldap/tests/User_LDAPTest.php
core/Controller/LostController.php
index.php
lib/base.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/AppFramework/App.php
lib/private/Config.php
lib/private/DatabaseSetupException.php
lib/private/HintException.php
lib/private/Installer.php
lib/private/Log/ExceptionSerializer.php
lib/private/Log/Systemdlog.php
lib/private/Memcache/Factory.php
lib/private/Memcache/Memcached.php
lib/private/Setup.php
lib/private/Share20/Manager.php
lib/private/Updater.php
lib/private/User/Manager.php
lib/private/legacy/OC_Hook.php
lib/private/legacy/OC_Util.php
lib/public/Encryption/Exceptions/GenericEncryptionException.php
lib/public/Federation/Exceptions/ActionNotSupportedException.php
lib/public/Federation/Exceptions/AuthenticationFailedException.php
lib/public/Federation/Exceptions/BadRequestException.php
lib/public/Federation/Exceptions/ProviderAlreadyExistsException.php
lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php
lib/public/Federation/Exceptions/ProviderDoesNotExistsException.php
lib/public/Files/StorageNotAvailableException.php
lib/public/HintException.php [new file with mode: 0644]
lib/public/Share/Exceptions/GenericShareException.php
tests/Core/Controller/ChangePasswordControllerTest.php
tests/lib/Memcache/FactoryTest.php
tests/lib/Share20/ManagerTest.php
tests/lib/User/DatabaseTest.php