Commit Graph

18 Commits

Author SHA1 Message Date
jmiller 01cb02b39b chore: sync updates.xml 05.14.00 from main [skip ci] 2026-05-31 03:48:18 +00:00
jmiller 3c6ea2db44 chore: sync updates.xml 05.13.00 from main [skip ci] 2026-05-31 03:38:42 +00:00
jmiller ebb3c483df chore: sync updates.xml 05.12.00 from main [skip ci] 2026-05-31 03:34:34 +00:00
jmiller e2506326c3 chore: sync updates.xml 05.11.00 from main [skip ci] 2026-05-31 03:19:19 +00:00
jmiller 4714a893e4 chore: sync updates.xml 05.10.00 from main [skip ci] 2026-05-31 03:08:22 +00:00
jmiller 7a806347ef chore: sync updates.xml 05.09.00 from main [skip ci] 2026-05-31 02:49:45 +00:00
jmiller e71c1cdbca chore: sync updates.xml 05.05.00 from main [skip ci] 2026-05-30 18:02:49 +00:00
jmiller 04aa40f296 chore: sync updates.xml 05.04.00 from main [skip ci] 2026-05-30 17:35:23 +00:00
jmiller e1edc0f725 chore: sync updates.xml 05.03.00 from main [skip ci] 2026-05-30 17:26:10 +00:00
jmiller cef1ab5690 chore: sync updates.xml 05.02.00 from main [skip ci] 2026-05-30 16:13:38 +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) Successful in 1s
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