Commit Graph

19 Commits

Author SHA1 Message Date
jmiller da23604acf chore: sync updates.xml 05.17.00 from main [skip ci] 2026-06-03 02:58:03 +00:00
jmiller 6b25d52632 chore: sync updates.xml 05.14.00 from main [skip ci] 2026-05-31 03:47:12 +00:00
jmiller 5df9c684d8 chore: sync updates.xml 05.13.00 from main [skip ci] 2026-05-31 03:39:36 +00:00
jmiller e1aad7bfaf chore: sync updates.xml 05.12.00 from main [skip ci] 2026-05-31 03:33:31 +00:00
jmiller 3441b4abcf chore: sync updates.xml 05.11.00 from main [skip ci] 2026-05-31 03:20:23 +00:00
jmiller 273dfe7ddd chore: sync updates.xml 05.10.00 from main [skip ci] 2026-05-31 03:07:27 +00:00
jmiller 8cb6705a93 chore: sync updates.xml 05.09.00 from main [skip ci] 2026-05-31 02:51:06 +00:00
jmiller 04d6b2f3b7 chore: sync updates.xml 05.05.00 from main [skip ci] 2026-05-30 18:02:06 +00:00
jmiller 6eebef3585 chore: sync updates.xml 05.04.00 from main [skip ci] 2026-05-30 17:36:05 +00:00
jmiller 1b9637825b chore: sync updates.xml 05.03.00 from main [skip ci] 2026-05-30 17:25:30 +00:00
jmiller c6ffcfb29e chore: sync updates.xml 05.02.00 from main [skip ci] 2026-05-30 16:14:19 +00:00
jmiller 34e2a460f9 fix(ci): correct updates.xml stable channel to 05.01.02 2026-05-26 01:08:29 +00:00
jmiller 7921e007f1 chore(ci): update updates.xml to 05.01.02 2026-05-26 01:02:14 +00:00
Jonathan Miller 07827bcc2e test: bump dev channel to 06.00.00-dev to test update checker
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-25 18:19:32 -05:00
Jonathan Miller 8ad1b8a110 chore: align update streams to standard channels (dev/alpha/beta/rc/stable)
Matches the Joomla update server pattern used across all Moko repos.
Removed the non-standard 'security' channel. All five standard
channels now present in updates.xml.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-25 17:55:28 -05:00
Jonathan Miller be5c2d35a5 chore: bump updates.xml to v05.00.00
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-25 17:53:13 -05:00
moko-deploy 417bda1735 chore(ci): update RC stream for PR #170 2026-05-25 04:59:38 +00:00
Jonathan Miller 3159d53322 chore: bump version to 04.01.00 for next release cycle
Branch Policy Check / Verify merge target (pull_request) Has been cancelled
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-24 23:21:20 -05:00
Jonathan Miller 60670d066b feat: Joomla-style updates.xml with channel selection for update checker
Replace JSON API-based update checking with Joomla-style updates.xml
that supports multiple update streams (stable, dev, security).

Changes:
- Add updates.xml at repo root with stable/dev/security channels
  following the same XML structure as MokoOnyx and other Joomla repos
- Rewrite updatechecker module to parse XML with channel filtering
- Add CHANNEL setting to [update_checker] config (default: stable)
- Show channel name and docker pull command in admin dashboard banner

Config example:
  [update_checker]
  ENABLED = true
  CHANNEL = stable

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-24 22:56:04 -05:00