Changeset 3487934
- Timestamp:
- 03/21/2026 07:24:56 PM (2 weeks ago)
- Location:
- owlstack/trunk
- Files:
-
- 200 added
-
LICENSE (added)
-
assets (added)
-
assets/css (added)
-
assets/css/admin.css (added)
-
assets/css/index.php (added)
-
assets/images (added)
-
assets/images/icon.svg (added)
-
assets/index.php (added)
-
assets/js (added)
-
assets/js/admin.js (added)
-
assets/js/index.php (added)
-
composer.json (added)
-
dist (added)
-
dist/owlstack-1.0.0.zip (added)
-
languages (added)
-
languages/index.php (added)
-
owlstack.php (added)
-
readme.txt (added)
-
src (added)
-
src/Activator.php (added)
-
src/Admin (added)
-
src/Admin/DeliveryLogsPage.php (added)
-
src/Admin/MetaBox.php (added)
-
src/Admin/OptionsManager.php (added)
-
src/Admin/SettingsPage.php (added)
-
src/Admin/index.php (added)
-
src/Admin/views (added)
-
src/Admin/views/delivery-logs-page.php (added)
-
src/Admin/views/index.php (added)
-
src/Admin/views/meta-box.php (added)
-
src/Admin/views/platform-settings-page.php (added)
-
src/Admin/views/settings-page.php (added)
-
src/Auth (added)
-
src/Auth/WpTokenStore.php (added)
-
src/Auth/index.php (added)
-
src/Database (added)
-
src/Database/DeliveryLog.php (added)
-
src/Database/DeliveryLogTable.php (added)
-
src/Database/index.php (added)
-
src/Deactivator.php (added)
-
src/Events (added)
-
src/Events/WpEventDispatcher.php (added)
-
src/Events/index.php (added)
-
src/Http (added)
-
src/Http/WpHttpClient.php (added)
-
src/Http/index.php (added)
-
src/Plugin.php (added)
-
src/Publishing (added)
-
src/Publishing/PostPublisher.php (added)
-
src/Publishing/SendTo.php (added)
-
src/Publishing/index.php (added)
-
src/Rest (added)
-
src/Rest/OwlstackRestController.php (added)
-
src/Rest/index.php (added)
-
src/Uninstaller.php (added)
-
src/helpers.php (added)
-
src/index.php (added)
-
uninstall.php (added)
-
vendor (added)
-
vendor/autoload.php (added)
-
vendor/composer (added)
-
vendor/composer/ClassLoader.php (added)
-
vendor/composer/InstalledVersions.php (added)
-
vendor/composer/LICENSE (added)
-
vendor/composer/autoload_classmap.php (added)
-
vendor/composer/autoload_files.php (added)
-
vendor/composer/autoload_namespaces.php (added)
-
vendor/composer/autoload_psr4.php (added)
-
vendor/composer/autoload_real.php (added)
-
vendor/composer/autoload_static.php (added)
-
vendor/composer/installed.json (added)
-
vendor/composer/installed.php (added)
-
vendor/composer/platform_check.php (added)
-
vendor/owlstack (added)
-
vendor/owlstack/owlstack-core (added)
-
vendor/owlstack/owlstack-core/.githooks (added)
-
vendor/owlstack/owlstack-core/.githooks/pre-commit (added)
-
vendor/owlstack/owlstack-core/.githooks/pre-push (added)
-
vendor/owlstack/owlstack-core/LICENSE (added)
-
vendor/owlstack/owlstack-core/composer.json (added)
-
vendor/owlstack/owlstack-core/examples (added)
-
vendor/owlstack/owlstack-core/examples/mock (added)
-
vendor/owlstack/owlstack-core/examples/mock/01_creating_posts.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/02_media_handling.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/03_formatting.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/04_platform_config.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/05_platform_registry.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/06_publishing.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/07_error_handling.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/08_events.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/09_support_utilities.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/10_auth_oauth.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/11_delivery_status.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/12_full_workflow.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/platform_discord.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/platform_instagram.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/platform_pinterest.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/platform_reddit.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/platform_slack.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/platform_tumblr.php (added)
-
vendor/owlstack/owlstack-core/examples/mock/platform_whatsapp.php (added)
-
vendor/owlstack/owlstack-core/examples/real (added)
-
vendor/owlstack/owlstack-core/examples/real/.env.example (added)
-
vendor/owlstack/owlstack-core/examples/real/helpers.php (added)
-
vendor/owlstack/owlstack-core/examples/real/platform_discord.php (added)
-
vendor/owlstack/owlstack-core/examples/real/platform_facebook.php (added)
-
vendor/owlstack/owlstack-core/examples/real/platform_instagram.php (added)
-
vendor/owlstack/owlstack-core/examples/real/platform_linkedin.php (added)
-
vendor/owlstack/owlstack-core/examples/real/platform_pinterest.php (added)
-
vendor/owlstack/owlstack-core/examples/real/platform_reddit.php (added)
-
vendor/owlstack/owlstack-core/examples/real/platform_slack.php (added)
-
vendor/owlstack/owlstack-core/examples/real/platform_telegram.php (added)
-
vendor/owlstack/owlstack-core/examples/real/platform_tumblr.php (added)
-
vendor/owlstack/owlstack-core/examples/real/platform_twitter.php (added)
-
vendor/owlstack/owlstack-core/examples/real/platform_whatsapp.php (added)
-
vendor/owlstack/owlstack-core/src (added)
-
vendor/owlstack/owlstack-core/src/Auth (added)
-
vendor/owlstack/owlstack-core/src/Auth/AccessToken.php (added)
-
vendor/owlstack/owlstack-core/src/Auth/Contracts (added)
-
vendor/owlstack/owlstack-core/src/Auth/Contracts/OAuthProviderInterface.php (added)
-
vendor/owlstack/owlstack-core/src/Auth/Contracts/TokenStoreInterface.php (added)
-
vendor/owlstack/owlstack-core/src/Auth/OAuthHandler.php (added)
-
vendor/owlstack/owlstack-core/src/Config (added)
-
vendor/owlstack/owlstack-core/src/Config/ConfigValidator.php (added)
-
vendor/owlstack/owlstack-core/src/Config/OwlstackConfig.php (added)
-
vendor/owlstack/owlstack-core/src/Config/PlatformCredentials.php (added)
-
vendor/owlstack/owlstack-core/src/Content (added)
-
vendor/owlstack/owlstack-core/src/Content/CanonicalLink.php (added)
-
vendor/owlstack/owlstack-core/src/Content/Media.php (added)
-
vendor/owlstack/owlstack-core/src/Content/MediaCollection.php (added)
-
vendor/owlstack/owlstack-core/src/Content/Post.php (added)
-
vendor/owlstack/owlstack-core/src/Delivery (added)
-
vendor/owlstack/owlstack-core/src/Delivery/DeliveryStatus.php (added)
-
vendor/owlstack/owlstack-core/src/Events (added)
-
vendor/owlstack/owlstack-core/src/Events/Contracts (added)
-
vendor/owlstack/owlstack-core/src/Events/Contracts/EventDispatcherInterface.php (added)
-
vendor/owlstack/owlstack-core/src/Events/PostFailed.php (added)
-
vendor/owlstack/owlstack-core/src/Events/PostPublished.php (added)
-
vendor/owlstack/owlstack-core/src/Exceptions (added)
-
vendor/owlstack/owlstack-core/src/Exceptions/AuthenticationException.php (added)
-
vendor/owlstack/owlstack-core/src/Exceptions/ContentTooLongException.php (added)
-
vendor/owlstack/owlstack-core/src/Exceptions/MediaValidationException.php (added)
-
vendor/owlstack/owlstack-core/src/Exceptions/OwlstackException.php (added)
-
vendor/owlstack/owlstack-core/src/Exceptions/PlatformException.php (added)
-
vendor/owlstack/owlstack-core/src/Exceptions/RateLimitException.php (added)
-
vendor/owlstack/owlstack-core/src/Formatting (added)
-
vendor/owlstack/owlstack-core/src/Formatting/CharacterTruncator.php (added)
-
vendor/owlstack/owlstack-core/src/Formatting/Contracts (added)
-
vendor/owlstack/owlstack-core/src/Formatting/Contracts/FormatterInterface.php (added)
-
vendor/owlstack/owlstack-core/src/Formatting/HashtagExtractor.php (added)
-
vendor/owlstack/owlstack-core/src/Http (added)
-
vendor/owlstack/owlstack-core/src/Http/Contracts (added)
-
vendor/owlstack/owlstack-core/src/Http/Contracts/HttpClientInterface.php (added)
-
vendor/owlstack/owlstack-core/src/Http/HttpClient.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Contracts (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Contracts/PlatformInterface.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Contracts/PlatformResponseInterface.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Discord (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Discord/DiscordFormatter.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Discord/DiscordPlatform.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Facebook (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Facebook/FacebookFormatter.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Facebook/FacebookPlatform.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Instagram (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Instagram/InstagramFormatter.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Instagram/InstagramPlatform.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/LinkedIn (added)
-
vendor/owlstack/owlstack-core/src/Platforms/LinkedIn/LinkedInFormatter.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/LinkedIn/LinkedInPlatform.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Pinterest (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Pinterest/PinterestFormatter.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Pinterest/PinterestPlatform.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/PlatformRegistry.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/PlatformResponse.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Reddit (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Reddit/RedditFormatter.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Reddit/RedditPlatform.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Slack (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Slack/SlackFormatter.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Slack/SlackPlatform.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Telegram (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Telegram/TelegramFormatter.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Telegram/TelegramPlatform.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Tumblr (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Tumblr/TumblrFormatter.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Tumblr/TumblrPlatform.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Twitter (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Twitter/TwitterFormatter.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/Twitter/TwitterPlatform.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/WhatsApp (added)
-
vendor/owlstack/owlstack-core/src/Platforms/WhatsApp/WhatsAppFormatter.php (added)
-
vendor/owlstack/owlstack-core/src/Platforms/WhatsApp/WhatsAppPlatform.php (added)
-
vendor/owlstack/owlstack-core/src/Publishing (added)
-
vendor/owlstack/owlstack-core/src/Publishing/PublishResult.php (added)
-
vendor/owlstack/owlstack-core/src/Publishing/Publisher.php (added)
-
vendor/owlstack/owlstack-core/src/Support (added)
-
vendor/owlstack/owlstack-core/src/Support/Arr.php (added)
-
vendor/owlstack/owlstack-core/src/Support/Clock.php (added)
-
vendor/owlstack/owlstack-core/src/Support/Str.php (added)
Note: See TracChangeset
for help on using the changeset viewer.