Commit Graph

13 Commits

Author SHA1 Message Date
Jonathan Miller 9975d92ca2 feat: web cron trigger for shared hosting without crontab
Generic: Repo Health / Release configuration (push) Has been cancelled
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
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Add URL-based backup trigger for external cron services:
  index.php?mokojoombackup_cron=SECRET&profile_id=1

- System plugin intercepts onAfterInitialise (before auth)
- Secret word, enable toggle, and IP whitelist in component config
- Timing-safe secret comparison with hash_equals
- Returns JSON response with success/failure and timestamp

Also fix: INSERT IGNORE for default profile to prevent duplicate key
error when updating an existing installation.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-06 15:37:19 -05:00
jmiller e9d7889417 chore: remove updates.xml [skip ci] 2026-06-04 15:27:07 +00:00
gitea-actions[bot] 8d082de47f chore: update development channel 01.01.04-dev [skip ci] 2026-06-04 14:44:23 +00:00
gitea-actions[bot] e495c786fb chore: update development channel 01.01.04-dev [skip ci] 2026-06-04 14:02:49 +00:00
gitea-actions[bot] c3cbad1a00 chore: update development channel 01.01.04-dev [skip ci] 2026-06-04 13:57:48 +00:00
gitea-actions[bot] a34b715cff chore(version): auto-bump 01.01.04-dev [skip ci] 2026-06-04 13:57:46 +00:00
gitea-actions[bot] 119379bb16 chore: update release-candidate channel 01.01.03-dev [skip ci] 2026-06-04 13:17:50 +00:00
gitea-actions[bot] 70df427cfe chore: update development channel 01.01.03-dev [skip ci] 2026-06-04 13:16:02 +00:00
gitea-actions[bot] 2aee667d00 chore(version): auto-bump 01.01.03-dev [skip ci] 2026-06-04 13:16:01 +00:00
gitea-actions[bot] 5ee4f7a578 chore: update development channel 01.01.02-dev [skip ci] 2026-06-04 13:02:06 +00:00
gitea-actions[bot] 44e309c57f chore(version): auto-bump 01.01.02-dev [skip ci] 2026-06-04 13:02:04 +00:00
gitea-actions[bot] 3d88281e72 chore: update development channel 01.01.01-dev [skip ci] 2026-06-04 12:41:02 +00:00
Jonathan Miller b82c1f8a24 feat: initial MokoJoomBackup package — Akeeba Backup Pro replacement
Full-site backup and restore for Joomla with three sub-extensions:
- com_mokobackup: Admin component with backup engine, profiles, and records
- plg_system_mokobackup: Auto-cleanup of expired backups
- plg_webservices_mokobackup: REST API wire-compatible with mcp_mokobackup

Backup engine supports full/database/files modes with step-based execution,
file/directory/table exclusion filters, and CLI script for cron use.

Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-02 13:47:36 -05:00