From 6bb6e2ffd862b37390f64f6e4a8a1cfc06c0b176 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 7 Jun 2026 11:50:37 -0500 Subject: [PATCH] chore: rename moko-platform to MokoPlatform + changelog for v1.26.1-moko.06.12 Rename moko-platform references across locale, changelog, and README. Add changelog entry for dependency scanner, CDN, and Joomla fix. Closes #548 --- CHANGELOG.md | 21 ++++++++++++++++++++- README.md | 4 ++-- options/locale/locale_en-US.json | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62216ad8d7..a34b99ea74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to MokoGitea are documented here. Versions follow the format `v{upstream}-moko.{major}.{minor}` (e.g. `v1.26.1-moko.06.03`). + +## [v1.26.1-moko.06.12] - 2026-06-07 + +* FEATURES + * feat(security): dependency vulnerability scanner - parses go.mod, package.json, composer.json, requirements.txt and checks against OSV.dev API (#551) + * feat(cdn): built-in CDN for release asset delivery via cdn.mokoconsulting.tech with per-asset public/private toggles (#561) + * feat(cdn): IP/CIDR and referrer domain allowlists for CDN abuse prevention + * feat(cdn): releases in update streams excluded from CDN (update server takes precedence) + +* FIXES + * fix(licensing): hide "Require license key" option for Joomla update servers (Joomla limitation) + * fix(settings): remove duplicate description from manifest page (#559) + +* INFRASTRUCTURE + * chore: rename moko-platform to MokoPlatform across codebase (#548) + * CDN CNAME: cdn.mokoconsulting.tech with auto-TLS via Let's Encrypt + * Nginx reverse proxy for CDN hostname on production server + * DreamHost MCP server path and API key configured + ## [v1.26.1-moko.06.10] - 2026-06-06 * FEATURES @@ -37,7 +56,7 @@ All notable changes to MokoGitea are documented here. Versions follow the format * INFRASTRUCTURE * npm: @mokoconsulting/mokogitea-mcp@1.1.0 and @mokoconsulting/mokowaas-mcp@1.0.0 - * MCP servers consolidated under moko-platform/mcp/servers/ + * MCP servers consolidated under mokoplatform/mcp/servers/ * Remote MCP repos renamed to hyphens * Wiki restructured into features/, api/, operations/ folders * Swagger API docs enabled at /api/swagger diff --git a/README.md b/README.md index 1fe66af95d..0d669ba3ea 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Custom Gitea fork with Project Board API --- -**Category:** Infrastructure | **Platform:** [moko-platform wiki](https://code.mokoconsulting.tech/MokoConsulting/moko-platform/wiki) +**Category:** Infrastructure | **Platform:** [MokoPlatform wiki](https://code.mokoconsulting.tech/MokoConsulting/MokoPlatform/wiki) --- @@ -40,4 +40,4 @@ This project is licensed under the GNU General Public License v3.0 or later -- s --- -*[Moko Consulting](https://mokoconsulting.tech) -- [MokoStandards](https://code.mokoconsulting.tech/MokoConsulting/moko-platform/wiki/Home)* +*[Moko Consulting](https://mokoconsulting.tech) -- [MokoStandards](https://code.mokoconsulting.tech/MokoConsulting/MokoPlatform/wiki/Home)* diff --git a/options/locale/locale_en-US.json b/options/locale/locale_en-US.json index 7d77e6716c..655508f7ec 100644 --- a/options/locale/locale_en-US.json +++ b/options/locale/locale_en-US.json @@ -2734,7 +2734,7 @@ "repo.settings.support_url_help": "Shown when downloads are gated. Can point to your wiki, product page, or external support site.", "repo.settings.custom_fields": "Custom Fields", "repo.settings.manifest": "Manifest", - "repo.settings.manifest_desc": "Project identity, governance, and build settings from the mokoplatform manifest. These are accessible via API for Actions workflows and the mokoplatform CLI.", + "repo.settings.manifest_desc": "Project identity, governance, and build settings from the MokoPlatform manifest. These are accessible via API for Actions workflows and the MokoPlatform CLI.", "repo.settings.manifest_identity": "Identity", "repo.settings.manifest_name": "Project Name", "repo.settings.manifest_org": "Organization", -- 2.52.0