Jonathan Miller
3b2fe37ce1
chore: update CHANGELOG for 02.05.00 stable release
...
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Repo Health / Release configuration (push) Failing after 3s
Joomla: Repo Health / Scripts governance (push) Successful in 3s
Joomla: Repo Health / Repository health (push) Failing after 4s
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-24 23:15:29 -05:00
jmiller
9a356cdd04
Merge pull request 'chore: cascade main → dev ( 7b5a83c) [skip ci]' ( #37 ) from main into dev
...
chore: cascade main → dev [skip ci]
2026-05-25 03:59:26 +00:00
Jonathan Miller
7b5a83c71a
fix(ci): strip type prefix from element in auto-release workflow
...
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 4s
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Repo Health / Release configuration (push) Failing after 2s
Joomla: Repo Health / Scripts governance (push) Successful in 3s
Joomla: Repo Health / Repository health (push) Failing after 3s
Prevents pkg_pkg_ duplication in release names, ZIP filenames, and
SHA256 checksums. Uses <packagename> for packages and strips existing
prefixes before prepending type prefix.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
v02
2026-05-24 22:59:07 -05:00
gitea-actions[bot]
cff932dcbb
chore(release): build 02.04.00 [skip ci]
2026-05-25 03:54:55 +00:00
jmiller
69ff510bac
Merge pull request 'chore: cascade main → dev ( 8c9e3e6) [skip ci]' ( #36 ) from main into dev
...
chore: cascade main → dev [skip ci]
2026-05-24 23:23:45 +00:00
jmiller
8c9e3e6d44
Merge pull request 'Release 02.03.12: Package structure, site aliases, plugin protection' ( #35 ) from dev into main
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 3s
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Repo Health / Release configuration (push) Failing after 2s
Joomla: Repo Health / Scripts governance (push) Successful in 3s
Joomla: Repo Health / Repository health (push) Failing after 3s
2026-05-24 23:23:39 +00:00
jmiller
74e535c929
Merge pull request 'chore: cascade main → dev ( f2b0c2e) [skip ci]' ( #34 ) from main into dev
...
Universal: Build & Release / Build & Release Pipeline (pull_request) Failing after 11s
chore: cascade main → dev [skip ci]
2026-05-24 22:57:49 +00:00
jmiller
efdaaf479a
Add RC pre-release trigger to CI workflow
...
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 2s
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Repo Health / Scripts governance (push) Successful in 4s
Joomla: Repo Health / Release configuration (push) Failing after 4s
Joomla: Repo Health / Repository health (push) Failing after 5s
Automatically triggers a release-candidate build when CI lint+tests
pass on a pull request.
Authored-by: Moko Consulting
2026-05-24 22:55:27 +00:00
jmiller
f2b0c2e420
Add RC pre-release trigger to PR check workflow
...
Joomla: Repo Health / Access control (push) Successful in 1s
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 4s
Joomla: Repo Health / Release configuration (push) Failing after 3s
Joomla: Repo Health / Scripts governance (push) Successful in 4s
Joomla: Repo Health / Repository health (push) Failing after 4s
Automatically triggers a release-candidate build when a PR passes
branch policy and validation checks.
Authored-by: Moko Consulting
2026-05-24 22:54:37 +00:00
Jonathan Miller
40e6a1f086
chore: cascade main -> dev [skip ci]
2026-05-24 14:49:22 -05:00
Jonathan Miller
7b7dc4a553
chore: slim README to overview, move details to wiki
...
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Repo Health / Release configuration (push) Failing after 6s
Joomla: Repo Health / Scripts governance (push) Successful in 6s
Joomla: Repo Health / Repository health (push) Failing after 7s
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-24 04:06:09 -05:00
jmiller
edfd9fa326
fix: updates.xml targetplatform regex causing Gitea 500 [skip ci]
2026-05-24 09:01:46 +00:00
jmiller
2de4d08430
fix: updates.xml with stable + dev + legacy plugin entries [skip ci]
2026-05-24 08:57:04 +00:00
jmiller
872f55f376
chore: sync updates.xml 02.03.11 from dev [skip ci]
2026-05-24 08:54:22 +00:00
gitea-actions[bot]
ee7a42e14b
chore: update updates.xml (development: 02.03.12-dev) [skip ci]
development
2026-05-24 08:54:00 +00:00
jmiller
9f434aefdc
chore: sync updates.xml from [skip ci]
2026-05-24 08:54:00 +00:00
gitea-actions[bot]
1000f028d2
chore(version): auto-bump patch 02.03.12 [skip ci]
2026-05-24 08:53:59 +00:00
Jonathan Miller
b048b47e7c
security: protected status prevents disable/uninstall
...
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Update Server / Update updates.xml (push) Successful in 25s
Joomla: Repo Health / Release configuration (push) Failing after 4s
Joomla: Repo Health / Scripts governance (push) Successful in 4s
Joomla: Repo Health / Repository health (push) Failing after 3s
- Set protected=1, locked=0 on MokoWaaS extensions via package script
- Self-healing: plugin checks and restores protected flag each session
- Block non-master disable via plugin list toggle (plugins.publish)
- Block non-master uninstall via installer manage
- Joomla framework natively enforces protected status (greys out toggles)
- Master users can still manage settings and updates
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-24 03:53:33 -05:00
Jonathan Miller
6e0d5387cf
chore: update CHANGELOG for 02.03.10
...
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Repo Health / Release configuration (push) Failing after 3s
Joomla: Repo Health / Scripts governance (push) Successful in 3s
Joomla: Repo Health / Repository health (push) Failing after 3s
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-24 03:49:16 -05:00
gitea-actions[bot]
76bbf7ad85
chore: update development channel 02.03.10 [skip ci]
2026-05-24 08:47:22 +00:00
jmiller
b1c2b3c92a
chore: sync updates.xml 02.03.10 from dev [skip ci]
2026-05-24 08:47:21 +00:00
gitea-actions[bot]
a5dc00e056
chore: update development channel 02.03.10 [skip ci]
2026-05-24 08:47:21 +00:00
Jonathan Miller
c6475ff29a
feat: canonical URLs, alias heartbeats, package migration, cleanup
...
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Update Server / Update updates.xml (push) Failing after 13m55s
Joomla: Repo Health / Scripts governance (push) Successful in 4s
Joomla: Repo Health / Repository health (push) Failing after 4s
Joomla: Repo Health / Release configuration (push) Failing after 5s
- manifest.xml: package-type plugin → package
- Canonical URL injection for alias domains (prevents SEO duplication)
- Heartbeat registration for alias domains (each alias gets Grafana datasource)
- Package script.php: enable plugins on every install/update, heartbeat on postflight
- Remove accidentally committed profile.ps1 and TODO.md
- Add profile.ps1 and TODO.md to .gitignore
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-24 03:46:23 -05:00
jmiller
b7a52cc6a4
chore: sync updates.xml from [skip ci]
2026-05-24 08:38:28 +00:00
gitea-actions[bot]
ffd98a19d9
chore: update updates.xml (development: 02.03.10-dev) [skip ci]
2026-05-24 08:38:28 +00:00
gitea-actions[bot]
34469609dd
chore(version): auto-bump patch 02.03.10 [skip ci]
2026-05-24 08:38:27 +00:00
Jonathan Miller
d766b0568a
fix: alias offline uses Joomla native offline mode (template offline.php)
...
Joomla: Repo Health / Access control (push) Successful in 2s
Joomla: Update Server / Update updates.xml (push) Successful in 25s
Joomla: Repo Health / Release configuration (push) Failing after 4s
Joomla: Repo Health / Scripts governance (push) Successful in 4s
Joomla: Repo Health / Repository health (push) Failing after 4s
Instead of rendering a custom HTML page, set config('offline', 1) at
onAfterRoute so Joomla renders the site template's offline.php layout.
Custom offline_message is passed via config if set.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-24 03:38:01 -05:00
jmiller
da4b544da7
chore: sync updates.xml from [skip ci]
2026-05-24 08:35:34 +00:00
gitea-actions[bot]
cfea9fac99
chore: update updates.xml (development: 02.03.09-dev) [skip ci]
2026-05-24 08:35:34 +00:00
gitea-actions[bot]
7d6d654d6d
chore(version): auto-bump patch 02.03.09 [skip ci]
2026-05-24 08:35:33 +00:00
Jonathan Miller
dca452e49d
fix: alias detection, offline page, backend redirect working
...
Joomla: Repo Health / Release configuration (push) Blocked by required conditions
Joomla: Repo Health / Scripts governance (push) Blocked by required conditions
Joomla: Repo Health / Repository health (push) Blocked by required conditions
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Update Server / Update updates.xml (push) Successful in 25s
- Removed primaryHost check from getCurrentAlias() — just look up
current host in aliases list directly
- Handle Joomla subform stdClass→array conversion
- Strip trailing slashes from alias domains
- Moved handleSiteAlias() to onAfterRoute (client type resolved)
- Use http_response_code(503) + die() for offline page
- Cast offline value to string for comparison
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-24 03:35:06 -05:00
jmiller
f68a477c56
chore: sync updates.xml 02.03.07 from dev [skip ci]
2026-05-24 08:07:35 +00:00
gitea-actions[bot]
b827b3382a
chore: update development channel 02.03.07 [skip ci]
2026-05-24 08:07:35 +00:00
gitea-actions[bot]
42841f7335
chore: update development channel 02.03.07 [skip ci]
2026-05-24 08:07:34 +00:00
jmiller
8cfe596754
chore: sync updates.xml from [skip ci]
2026-05-24 04:53:47 +00:00
gitea-actions[bot]
0f354422aa
chore: update updates.xml (development: 02.03.07-dev) [skip ci]
2026-05-24 04:53:47 +00:00
gitea-actions[bot]
86aae39be1
chore(version): auto-bump patch 02.03.07 [skip ci]
2026-05-24 04:53:46 +00:00
Jonathan Miller
b5e932d78b
fix: backend redirect uses primary_domain setting instead of Uri::root
...
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Update Server / Update updates.xml (push) Successful in 25s
Joomla: Repo Health / Release configuration (push) Failing after 3s
Joomla: Repo Health / Scripts governance (push) Successful in 3s
Joomla: Repo Health / Repository health (push) Failing after 3s
Uri::root() returns the current request domain, so redirecting from an
alias to Uri::root()/administrator redirects back to the alias. Added
primary_domain field to Site Aliases tab and getPrimaryHost() method
that checks: plugin setting → $live_site → alias exclusion fallback.
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-23 23:53:20 -05:00
jmiller
b0e15b8747
fix: correct download URLs and restore stable entry [skip ci]
2026-05-24 04:43:00 +00:00
jmiller
8d232e8c7b
chore: sync updates.xml 02.03.05 from dev [skip ci]
2026-05-24 04:40:26 +00:00
jmiller
485322ba08
chore: sync updates.xml from [skip ci]
2026-05-24 04:40:21 +00:00
gitea-actions[bot]
c738eb6669
chore: update updates.xml (development: 02.03.06-dev) [skip ci]
2026-05-24 04:40:20 +00:00
gitea-actions[bot]
e0f98dc5e2
chore(version): auto-bump patch 02.03.06 [skip ci]
2026-05-24 04:40:19 +00:00
Jonathan Miller
ede07c6675
feat: dynamic plugin version + plugin protection (no lock)
...
Joomla: Repo Health / Access control (push) Successful in 1s
Joomla: Update Server / Update updates.xml (push) Successful in 28s
Joomla: Repo Health / Release configuration (push) Has been cancelled
Joomla: Repo Health / Scripts governance (push) Has been cancelled
Joomla: Repo Health / Repository health (push) Has been cancelled
- Read plugin_version from manifest XML instead of hardcoding
- Hide MokoWaaS from plugin/installer list for non-master users
- Block non-master uninstall and disable attempts
- No self-healing lock — master users can still disable if needed
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-23 23:39:46 -05:00
jmiller
fa67ffaa00
fix: correct download URL in updates.xml [skip ci]
2026-05-24 04:27:37 +00:00
gitea-actions[bot]
1fe8422fc0
chore: update development channel 02.03.04 [skip ci]
2026-05-24 04:25:59 +00:00
jmiller
f40998fc30
chore: sync updates.xml 02.03.04 from dev [skip ci]
2026-05-24 04:25:58 +00:00
gitea-actions[bot]
6e216de0dc
chore: update development channel 02.03.04 [skip ci]
2026-05-24 04:25:58 +00:00
Jonathan Miller
86e40fb978
chore: sync plugin manifest version to 02.03.04 [skip ci]
...
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-05-23 23:25:26 -05:00
gitea-actions[bot]
b2f52c191b
chore: update development channel 02.03.03 [skip ci]
2026-05-24 04:21:25 +00:00