Commit Graph

22 Commits

Author SHA1 Message Date
jmiller edfaf98072 chore: sync updates.xml 05.21.00 from main [skip ci] 2026-06-04 12:05:15 +00:00
jmiller 6ee9f9c040 chore: sync updates.xml 05.20.00 from main [skip ci] 2026-06-04 12:00:21 +00:00
jmiller 78b43f043d chore: sync updates.xml 05.19.00 from main [skip ci] 2026-06-04 11:50:18 +00:00
jmiller 539e039028 chore: sync updates.xml 05.18.00 from main [skip ci] 2026-06-03 03:03:37 +00:00
jmiller 9fba2405a8 chore: sync updates.xml 05.17.00 from main [skip ci] 2026-06-03 02:58:30 +00:00
jmiller 6533793de3 chore: sync updates.xml 05.14.00 from main [skip ci] 2026-05-31 03:46:32 +00:00
jmiller eb7bc39c68 chore: sync updates.xml 05.13.00 from main [skip ci] 2026-05-31 03:40:28 +00:00
jmiller 8bf8d00b17 chore: sync updates.xml 05.11.00 from main [skip ci] 2026-05-31 03:18:26 +00:00
jmiller a38e2f54a2 chore: sync updates.xml 05.10.00 from main [skip ci] 2026-05-31 03:09:30 +00:00
jmiller 9252d2e094 chore: sync updates.xml 05.09.00 from main [skip ci] 2026-05-31 02:48:44 +00:00
jmiller d81b9a3a5e chore: sync updates.xml 05.05.00 from main [skip ci] 2026-05-30 18:03:30 +00:00
jmiller 2b6693fd1c chore: sync updates.xml 05.04.00 from main [skip ci] 2026-05-30 17:34:42 +00:00
jmiller 6d17b3b758 chore: sync updates.xml 05.03.00 from main [skip ci] 2026-05-30 17:26:46 +00:00
jmiller 2d99a90746 chore: sync updates.xml 05.02.00 from main [skip ci] 2026-05-30 16:13:02 +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