summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-06-20 11:23:52 +0200
committerGitHub <noreply@github.com>2022-06-20 11:23:52 +0200
commit7698e52613390889b791950a8e01561c04cffcdb (patch)
tree800c94e708b6063d71e11258a1804c5048aaff71
parent6504fc331237ad6f56f81ac4624c6745fff4a818 (diff)
parent9061a6812ebe03dad57968855cc0a6637193714b (diff)
Merge pull request #1430 from nextcloud/embedd-tools-lib
Embeed tools lib
-rw-r--r--composer.json1
-rw-r--r--lib/AP.php4
-rw-r--r--lib/Command/CheckInstall.php2
-rw-r--r--lib/Command/ExtendedBase.php2
-rw-r--r--lib/Command/MigrateAlpha3.php2
-rw-r--r--lib/Controller/ActivityPubController.php10
-rw-r--r--lib/Controller/ApiController.php2
-rw-r--r--lib/Controller/ConfigController.php4
-rw-r--r--lib/Controller/LocalController.php4
-rw-r--r--lib/Controller/NavigationController.php4
-rw-r--r--lib/Controller/OAuthController.php2
-rw-r--r--lib/Controller/OStatusController.php6
-rw-r--r--lib/Controller/QueueController.php2
-rw-r--r--lib/Controller/SocialPubController.php2
-rw-r--r--lib/Db/ActionsRequest.php2
-rw-r--r--lib/Db/ActionsRequestBuilder.php4
-rw-r--r--lib/Db/ActorsRequestBuilder.php2
-rw-r--r--lib/Db/CacheActorsRequestBuilder.php4
-rw-r--r--lib/Db/CacheDocumentsRequestBuilder.php2
-rw-r--r--lib/Db/ClientRequest.php2
-rw-r--r--lib/Db/ClientRequestBuilder.php4
-rw-r--r--lib/Db/CoreRequestBuilder.php44
-rw-r--r--lib/Db/FollowsRequest.php2
-rw-r--r--lib/Db/FollowsRequestBuilder.php4
-rw-r--r--lib/Db/HashtagsRequest.php2
-rw-r--r--lib/Db/HashtagsRequestBuilder.php2
-rw-r--r--lib/Db/InstancesRequest.php2
-rw-r--r--lib/Db/InstancesRequestBuilder.php4
-rw-r--r--lib/Db/RequestQueueRequestBuilder.php2
-rw-r--r--lib/Db/SocialCoreQueryBuilder.php2
-rw-r--r--lib/Db/SocialLimitsQueryBuilder.php2
-rw-r--r--lib/Db/StreamActionsRequestBuilder.php2
-rw-r--r--lib/Db/StreamDestRequest.php2
-rw-r--r--lib/Db/StreamDestRequestBuilder.php2
-rw-r--r--lib/Db/StreamQueueRequestBuilder.php2
-rw-r--r--lib/Db/StreamRequest.php4
-rw-r--r--lib/Db/StreamRequestBuilder.php6
-rw-r--r--lib/Db/StreamTagsRequest.php2
-rw-r--r--lib/Db/StreamTagsRequestBuilder.php2
-rw-r--r--lib/Interfaces/Actor/PersonInterface.php2
-rw-r--r--lib/Interfaces/Object/AnnounceInterface.php16
-rw-r--r--lib/Interfaces/Object/FollowInterface.php12
-rw-r--r--lib/Model/ActivityPub/ACore.php6
-rw-r--r--lib/Model/ActivityPub/Actor/Person.php2
-rw-r--r--lib/Model/ActivityPub/Item.php2
-rw-r--r--lib/Model/ActivityPub/Object/Follow.php2
-rw-r--r--lib/Model/ActivityPub/Stream.php6
-rw-r--r--lib/Model/Client/Options/TimelineOptions.php2
-rw-r--r--lib/Model/Client/SocialClient.php4
-rw-r--r--lib/Model/Instance.php4
-rw-r--r--lib/Model/InstancePath.php2
-rw-r--r--lib/Model/LinkedDataSignature.php2
-rw-r--r--lib/Model/Post.php2
-rw-r--r--lib/Model/RequestQueue.php4
-rw-r--r--lib/Model/StreamAction.php4
-rw-r--r--lib/Model/StreamDetails.php2
-rw-r--r--lib/Model/StreamQueue.php2
-rw-r--r--lib/Model/Test.php4
-rw-r--r--lib/Search/UnifiedSearchProvider.php6
-rw-r--r--lib/Service/AccountService.php2
-rw-r--r--lib/Service/ActivityService.php26
-rw-r--r--lib/Service/ActorService.php2
-rw-r--r--lib/Service/BoostService.php2
-rw-r--r--lib/Service/CacheActorService.php32
-rw-r--r--lib/Service/CacheDocumentService.php38
-rw-r--r--lib/Service/CheckService.php4
-rw-r--r--lib/Service/ClientService.php2
-rw-r--r--lib/Service/ConfigService.php13
-rw-r--r--lib/Service/CurlService.php51
-rw-r--r--lib/Service/DocumentService.php12
-rw-r--r--lib/Service/FollowService.php14
-rw-r--r--lib/Service/HashtagService.php4
-rw-r--r--lib/Service/ImportService.php4
-rw-r--r--lib/Service/InstanceService.php2
-rw-r--r--lib/Service/LikeService.php2
-rw-r--r--lib/Service/PostService.php12
-rw-r--r--lib/Service/PushService.php2
-rw-r--r--lib/Service/RequestQueueService.php2
-rw-r--r--lib/Service/SearchService.php6
-rw-r--r--lib/Service/SignatureService.php28
-rw-r--r--lib/Service/StreamQueueService.php16
-rw-r--r--lib/Service/StreamService.php14
-rw-r--r--lib/Service/TestService.php10
-rw-r--r--lib/Tools/Db/ExtendedQueryBuilder.php527
-rw-r--r--lib/Tools/Db/RequestBuilder.php331
-rw-r--r--lib/Tools/Exceptions/ArrayNotFoundException.php40
-rw-r--r--lib/Tools/Exceptions/CacheItemNotFoundException.php40
-rw-r--r--lib/Tools/Exceptions/DateTimeException.php40
-rw-r--r--lib/Tools/Exceptions/DependencyInjectionException.php40
-rw-r--r--lib/Tools/Exceptions/InvalidItemException.php40
-rw-r--r--lib/Tools/Exceptions/InvalidOriginException.php40
-rw-r--r--lib/Tools/Exceptions/ItemNotFoundException.php40
-rw-r--r--lib/Tools/Exceptions/JsonNotRequestedException.php41
-rw-r--r--lib/Tools/Exceptions/MalformedArrayException.php40
-rw-r--r--lib/Tools/Exceptions/RequestContentException.php40
-rw-r--r--lib/Tools/Exceptions/RequestNetworkException.php40
-rw-r--r--lib/Tools/Exceptions/RequestResultNotJsonException.php40
-rw-r--r--lib/Tools/Exceptions/RequestResultSizeException.php40
-rw-r--r--lib/Tools/Exceptions/RequestServerException.php40
-rw-r--r--lib/Tools/Exceptions/RowNotFoundException.php40
-rw-r--r--lib/Tools/Exceptions/ShellConfirmationException.php42
-rw-r--r--lib/Tools/Exceptions/ShellMissingCommandException.php42
-rw-r--r--lib/Tools/Exceptions/ShellMissingItemException.php42
-rw-r--r--lib/Tools/Exceptions/ShellUnknownCommandException.php42
-rw-r--r--lib/Tools/Exceptions/ShellUnknownItemException.php42
-rw-r--r--lib/Tools/Exceptions/SignatoryException.php40
-rw-r--r--lib/Tools/Exceptions/SignatureException.php40
-rw-r--r--lib/Tools/Exceptions/UnknownTypeException.php40
-rw-r--r--lib/Tools/Exceptions/WellKnownLinkNotFoundException.php40
-rw-r--r--lib/Tools/IDeserializable.php42
-rw-r--r--lib/Tools/IExtendedQueryBuilder.php234
-rw-r--r--lib/Tools/IInteractiveShellClient.php65
-rw-r--r--lib/Tools/IQueryRow.php48
-rw-r--r--lib/Tools/Model/Cache.php219
-rw-r--r--lib/Tools/Model/CacheItem.php209
-rw-r--r--lib/Tools/Model/NCRequest.php84
-rw-r--r--lib/Tools/Model/Request.php837