Jonathan Miller
6ad536c0ef
chore: remove Makefile -- builds handled by CI
Universal: Auto Version Bump / Version Bump (push) Successful in 14s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 21s
2026-06-23 08:24:33 -05:00
gitea-actions[bot]
eb1b112a93
chore(version): pre-release bump to 01.04.06-dev [skip ci]
Publish to Composer / Publish Package (release) Failing after 37s
2026-06-23 13:21:41 +00:00
Jonathan Miller
4918879eec
feat: delete/unpublish from remote platforms ( closes #131 )
...
Universal: Auto Version Bump / Version Bump (push) Successful in 8s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 18s
New MokoSuiteCrossDeleteInterface (separate from main interface to avoid
breaking all 38 plugins). Plugins that support deletion implement both.
deletePost() implemented for 7 platforms:
- Twitter: DELETE /2/tweets/{id} with OAuth 1.0a
- Mastodon: DELETE /api/v1/statuses/{id}
- Bluesky: com.atproto.repo.deleteRecord
- Facebook: DELETE /{post_id} via Graph API
- LinkedIn: DELETE /v2/ugcPosts/{urn}
- Telegram: POST /deleteMessage
- Discord: DELETE webhook /messages/{id}
Infrastructure:
- CrossPostDispatcher::deleteFromPlatforms() finds posted entries and
calls deletePost() on plugins that implement the delete interface
- Content plugin hooks onContentChangeState for unpublish/trash
- New component config: 'Delete from Platforms on Unpublish'
- Post status 'deleted' added to schema
Closes #131
2026-06-23 08:21:18 -05:00
gitea-actions[bot]
add973771b
chore(version): pre-release bump to 01.04.05-dev [skip ci]
Publish to Composer / Publish Package (release) Failing after 7s
2026-06-23 13:07:08 +00:00
Jonathan Miller
5753c307c6
feat: Mailchimp template support + responsive email wrapper ( closes #142 )
...
Universal: Auto Version Bump / Version Bump (push) Successful in 14s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 19s
- Add template_id and template_section config fields
- When template_id set, inject content into Mailchimp template sections
- When empty, wrap HTML in responsive email skeleton (600px table layout)
- Fix broken ${CLASS_NAME} namespace placeholder in mailchimp.xml
- New language strings for template fieldset
Closes #142
2026-06-23 08:06:34 -05:00
gitea-actions[bot]
bfe4432c78
chore(version): pre-release bump to 01.04.04-dev [skip ci]
Publish to Composer / Publish Package (release) Failing after 8s
2026-06-23 12:58:31 +00:00
Jonathan Miller
3c1f3a2421
feat: add per-article Share Content panel with platform-specific placeholders
...
Universal: Auto Version Bump / Version Bump (push) Successful in 8s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 13s
New article editor fieldset 'Share Content' with fields:
- Social Media Text ({social}) - Facebook, LinkedIn, Threads, Mastodon
- Short Text ({short}) - Twitter/X (280), Bluesky (300)
- Chat Text ({chat}) - Telegram, Discord, Slack, Teams
- Email Subject ({email_subject}) + Email Body ({email_body}) - Mailchimp, SendGrid, Brevo
- Share Image picker (intro/fulltext/custom/none)
All placeholders fall back gracefully to introtext/title if empty.
Default templates updated to use platform-specific placeholders.
2026-06-23 07:58:08 -05:00
gitea-actions[bot]
9017b06c7d
chore(version): pre-release bump to 01.04.03-dev [skip ci]
Publish to Composer / Publish Package (release) Failing after 26s
2026-06-23 12:39:07 +00:00
Jonathan Miller
1cb5c77bec
feat: add Instagram + YouTube plugins, re-apply deep scan fixes ( #140 , #141 )
...
Universal: Auto Version Bump / Version Bump (push) Successful in 12s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 11s
New plugins:
- plg_mokosuitecross_instagram: Meta Content Publishing API (2-step flow)
- plg_mokosuitecross_youtube: YouTube Data API v3 channel bulletins
Bug fixes (re-applied after rebase loss):
- ConvertKit/Brevo/ConstantContact: duplicate curl_setopt_array removed
- Mailchimp: campaign creation accepts 2xx range (not just 200)
- Medium: getUserId() returns '' on error (not array)
- Bluesky: sha256 instead of md5 for cache key
- ServiceController: generic error message instead of exception details
Closes #140 , closes #141
2026-06-23 07:38:41 -05:00
jmiller
c2b88e9a94
chore: sync auto-release.yml from Template-Joomla [skip ci]
2026-06-22 00:35:32 +00:00
jmiller
845ed4b53d
chore: remove unused Makefile - builds handled by CI auto-release
2026-06-21 23:55:27 +00:00
gitea-actions[bot]
dc5feaa9aa
chore(version): pre-release bump to 01.04.02-dev [skip ci]
Publish to Composer / Publish Package (release) Failing after 48s
2026-06-21 23:40:48 +00:00
gitea-actions[bot]
7281cd1500
chore: promote changelog [Unreleased] → [01.04.01]
Universal: Auto Version Bump / Version Bump (push) Successful in 11s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 24s
2026-06-21 23:25:06 +00:00
gitea-actions[bot]
a1b2bf40ce
chore(release): build 01.04.01 [skip ci]
Publish to Composer / Publish Package (release) Failing after 5s
2026-06-21 23:25:01 +00:00
jmiller
854dbc6350
chore: sync issue-branch.yml from Template-Joomla [skip ci]
2026-06-21 23:24:00 +00:00
jmiller
1bcbe800e9
Merge pull request 'chore: remove automation directory' ( #148 ) from fix/remove-automation into main
2026-06-21 23:10:38 +00:00
gitea-actions[bot]
c8918df03e
chore(version): pre-release bump to 01.04.01-dev [skip ci]
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 25s
Publish to Composer / Publish Package (release) Failing after 49s
Branch Cleanup / Delete merged branch (pull_request) Failing after 1s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 4s
2026-06-21 23:09:49 +00:00
Jonathan Miller
54236c0d73
chore: remove automation directory
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 18s
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 11s
Universal: PR Check / Branch Policy (pull_request) Failing after 1s
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 4s
Universal: PR Check / Secret Scan (pull_request) Successful in 8s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Universal: PR Check / Validate PR (pull_request) Failing after 16s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Successful in 50s
Universal: Build & Release / Promote to RC (pull_request) Failing after 13s
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been skipped
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report Issues (pull_request) Has been cancelled
2026-06-21 18:03:44 -05:00
jmiller
33ce9784cc
chore: sync repo-health.yml from Template-Joomla [skip ci]
2026-06-21 22:55:54 +00:00
jmiller
582a16e132
chore: sync pre-release.yml from Template-Joomla [skip ci]
2026-06-21 22:55:53 +00:00
jmiller
e97388c119
chore: sync pr-check.yml from Template-Joomla [skip ci]
2026-06-21 22:55:52 +00:00
jmiller
954cdaa2ae
chore: sync issue-branch.yml from Template-Joomla [skip ci]
2026-06-21 22:55:51 +00:00
jmiller
c60be2bf3c
chore: sync auto-release.yml from Template-Joomla [skip ci]
2026-06-21 22:55:50 +00:00
gitea-actions[bot]
cec436f90e
chore(release): build 01.04.00 [skip ci]
Publish to Composer / Publish Package (release) Failing after 4s
2026-06-21 22:48:33 +00:00
jmiller
a4e39df6ed
Fix: add missing system plugins to package manifest, remove old src/ ( #137 , #145 )
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
2026-06-21 22:48:16 +00:00
gitea-actions[bot]
70dbb65173
chore(version): auto-bump 01.03.01-dev [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 4s
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 17s
2026-06-21 22:46:05 +00:00
Jonathan Miller
6a00d7ddf9
fix: add missing events/gallery system plugins to package manifest ( #137 )
...
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Universal: Auto Version Bump / Version Bump (push) Successful in 9s
Update Server / Update Server (push) Successful in 11s
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
Added plg_system_mokosuitecross_events and plg_system_mokosuitecross_gallery
to pkg_mokosuitecross.xml. These content source plugins hook into Joomla
system events to cross-post calendar events and gallery images but were
not being installed with the package.
Also removed the old src/ directory (pre-rename mokojoomcross cruft).
Closes #137
2026-06-21 17:45:31 -05:00
gitea-actions[bot]
78c7b99c6a
chore(release): build 01.03.00 [skip ci]
Publish to Composer / Publish Package (release) Failing after 55s
2026-06-21 22:26:57 +00:00
jmiller
6d56949452
Release 01.02.00: MokoSuiteCross rebrand, bug fixes, infrastructure ( #144 )
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
2026-06-21 22:24:22 +00:00
gitea-actions[bot]
137b2556ac
chore(release): build 01.02.00-rc [skip ci]
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Failing after 1s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 5s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 22s
2026-06-21 17:23:04 -05:00
Jonathan Miller
9b711d2309
docs: update CHANGELOG with PR workflow check, fix duplicate header
2026-06-21 17:23:04 -05:00
Jonathan Miller
122c7b630a
feat: Telegram @mokosuite_bot default, wiki folders, README/CHANGELOG update
...
- Telegram: updated default bot from @MokoWaaSBot to @mokosuite_bot
- Telegram: embedded obfuscated bot token in plugin PHP (XOR + base64)
- Telegram: added <config> section to plugin XML for parse_mode/preview
- Telegram: removed bot token from admin-visible plugin params
- Branding: replaced all MokoWaaS references with MokoSuite
- Wiki: reorganized into getting-started/, user-guide/, services/, developer/
- README: updated with all 36 service plugins and current features
- CHANGELOG: added entries for recent fixes and changes
2026-06-21 17:23:03 -05:00
gitea-actions[bot]
8ab62abf29
chore(version): auto-bump 01.01.02-dev [skip ci]
2026-06-21 17:23:03 -05:00
Jonathan Miller
27505f7501
fix: rename all MOKOJOOMCROSS language keys and events to MOKOSUITECROSS ( #128 , #138 )
...
Completes the MokoJoomCross → MokoSuiteCross rebrand across all language
string keys, Joomla event names, documentation, and wiki pages.
- 1,151 language key references renamed (COM_, PLG_, PKG_ prefixes)
- Event names renamed (onMokoJoomCross* → onMokoSuiteCross*)
- CLAUDE.md, CHANGELOG.md, wiki docs updated
- Zero mokojoomcross references remaining in codebase
Closes #128 , closes #138
2026-06-21 17:23:02 -05:00
gitea-actions[bot]
65bba1f561
chore(version): auto-bump patch 01.01.01-dev [skip ci]
2026-06-21 17:22:32 -05:00
Jonathan Miller
28db9a67b6
fix: remove duplicate curl_setopt_array calls in 4 service plugins ( #139 )
...
SendGrid and Reddit had a second curl_setopt_array that referenced an
undefined $token variable, silently breaking auth. TikTok and Pinterest
had identical duplicates (no variable bug but dead code).
Removes the duplicate block from each plugin's publish() method.
2026-06-21 17:22:31 -05:00
jmiller
b9b0c88ad5
chore: sync auto-release.yml from Template-Generic [skip ci]
2026-06-21 22:03:18 +00:00
jmiller
370fa86f59
chore: sync pre-release.yml from Template-Generic [skip ci]
2026-06-21 16:05:59 +00:00
jmiller
b6bed1e6df
chore: sync composer-publish.yml from Template-Generic [skip ci]
2026-06-21 06:35:21 +00:00
jmiller
acf599b25e
chore: sync workflow-sync-trigger.yml from Template-Generic [skip ci]
2026-06-21 01:29:14 +00:00
jmiller
a1dd54db72
chore: sync auto-release.yml from Template-Generic [skip ci]
2026-06-21 01:29:12 +00:00
jmiller
3403785e1f
ci: sync rc-revert.yml from Template-Joomla [skip ci]
2026-06-21 00:15:06 +00:00
jmiller
7d1f30aaaa
ci: sync issue-branch.yml from Template-Joomla [skip ci]
2026-06-21 00:14:37 +00:00
jmiller
282fe5fce1
ci: sync ci-joomla.yml from Template-Joomla [skip ci]
2026-06-21 00:14:12 +00:00
jmiller
1430b18583
chore: sync pr-check.yml from Template-Generic [skip ci]
2026-06-20 23:46:57 +00:00
jmiller
54bcd044be
chore: sync gitleaks.yml from Template-Generic [skip ci]
2026-06-20 23:46:56 +00:00
jmiller
1b719a6216
chore: sync ci-generic.yml from Template-Generic [skip ci]
2026-06-20 23:46:55 +00:00
jmiller
c825e800e0
chore: sync repo-health.yml from Template-Generic [skip ci]
2026-06-20 22:30:23 +00:00
jmiller
81103615a4
chore: sync rc-revert.yml from Template-Generic [skip ci]
2026-06-20 22:30:23 +00:00
jmiller
93c3c5b214
chore: sync pr-check.yml from Template-Generic [skip ci]
2026-06-20 22:30:22 +00:00