Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6b4d6f525 | |||
| 74279c55e3 |
@@ -4,7 +4,7 @@
|
|||||||
<name>MokoGitea</name>
|
<name>MokoGitea</name>
|
||||||
<org>MokoConsulting</org>
|
<org>MokoConsulting</org>
|
||||||
<description>Moko fork of Gitea -- adding project board REST API endpoints and custom enhancements</description>
|
<description>Moko fork of Gitea -- adding project board REST API endpoints and custom enhancements</description>
|
||||||
<version>05.48.00</version>
|
<version>05.47.00</version>
|
||||||
<license spdx="GPL-3.0-or-later">GNU General Public License v3</license>
|
<license spdx="GPL-3.0-or-later">GNU General Public License v3</license>
|
||||||
</identity>
|
</identity>
|
||||||
<governance>
|
<governance>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# FILE INFORMATION
|
# FILE INFORMATION
|
||||||
# DEFGROUP: Gitea.Workflow
|
# DEFGROUP: Gitea.Workflow
|
||||||
# INGROUP: moko-platform.Automation
|
# INGROUP: moko-platform.Automation
|
||||||
# VERSION: 05.48.00
|
# VERSION: 05.47.00
|
||||||
# BRIEF: Auto-create feature branch when an issue is opened
|
# BRIEF: Auto-create feature branch when an issue is opened
|
||||||
|
|
||||||
name: "Universal: Issue Branch"
|
name: "Universal: Issue Branch"
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
All notable changes to MokoGitea are documented here. Versions follow the format
|
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`).
|
`v{upstream}-moko.{major}.{minor}` (e.g. `v1.26.1-moko.06.03`).
|
||||||
|
|
||||||
## [v1.26.1-moko.06.10] - 2026-06-06
|
## [v1.26.1-moko.06.10] - 2026-06-06
|
||||||
|
|
||||||
* FEATURES
|
* FEATURES
|
||||||
@@ -204,3 +205,25 @@ All notable changes to MokoGitea are documented here. Versions follow the format
|
|||||||
* Reopened 9 closed issues lacking documented testing proof
|
* Reopened 9 closed issues lacking documented testing proof
|
||||||
* Created `pending: testing` label for features awaiting verification
|
* Created `pending: testing` label for features awaiting verification
|
||||||
* Established policy: issues must not be closed without documented testing proof
|
* Established policy: issues must not be closed without documented testing proof
|
||||||
|
|
||||||
|
## [1.26.1](https://github.com/go-gitea/gitea/releases/tag/v1.26.1) - 2026-04-21
|
||||||
|
|
||||||
|
* BUGFIXES
|
||||||
|
* Add event.schedule context for schedule actions task (#37320) (#37348)
|
||||||
|
* Fix an issue where changing an organization's visibility caused problems when users had forked its repositories. (#37324) (#37344)
|
||||||
|
* Use modern "git update-index --cacheinfo" syntax to support more file names (#37338) (#37343)
|
||||||
|
* Fix URL related escaping for oauth2 (#37334) (#37340)
|
||||||
|
* When the requested arch rpm is missing fall back to noarch (#37236) (#37339)
|
||||||
|
* Fix actions concurrency groups cross-branch leak (#37311) (#37331)
|
||||||
|
* Fix bug when accessing user badges (#37321) (#37329)
|
||||||
|
* Fix AppFullLink (#37325) (#37328)
|
||||||
|
* Fix container auth for public instance (#37290) (#37294)
|
||||||
|
* Enhance GetActionWorkflow to support fallback references (#37189) (#37283)
|
||||||
|
* Fix vite manifest update masking build errors (#37279) (#37310)
|
||||||
|
* Fix Mermaid diagrams failing when node labels contain line breaks (#37296) (#37299)
|
||||||
|
* Use TriggerEvent instead of Event in workflow runs API response for scheduled runs (#37288) #37360
|
||||||
|
* Add URL to Learn more about blocking a user. (#37355) #37367
|
||||||
|
* Fix button layout shift when collapsing file tree in editor (#37363) #37375
|
||||||
|
* Fix org team assignee/reviewer lookups for team member permissions (#37365) #37391
|
||||||
|
* Fix repo init README EOL (#37388) #37399
|
||||||
|
* Fix: dump with default zip type produces uncompressed zip (#37401)#37402
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
<p class="help">{{ctx.Locale.Tr "org.settings.enable_licensing_help"}}</p>
|
<p class="help">{{ctx.Locale.Tr "org.settings.enable_licensing_help"}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{if and (ne .StreamConfig.Platform "joomla") (ne .StreamConfig.Platform "both") (ne .StreamConfig.Platform "")}}
|
||||||
<div class="inline field">
|
<div class="inline field">
|
||||||
<div class="ui checkbox">
|
<div class="ui checkbox">
|
||||||
<input name="require_key" type="checkbox" {{if .StreamConfig.RequireKey}}checked{{end}}>
|
<input name="require_key" type="checkbox" {{if .StreamConfig.RequireKey}}checked{{end}}>
|
||||||
@@ -26,6 +27,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<p class="help">{{ctx.Locale.Tr "org.settings.require_key_help"}}</p>
|
<p class="help">{{ctx.Locale.Tr "org.settings.require_key_help"}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
{{end}}
|
||||||
|
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label>{{ctx.Locale.Tr "org.settings.feed_visibility"}}</label>
|
<label>{{ctx.Locale.Tr "org.settings.feed_visibility"}}</label>
|
||||||
|
|||||||
@@ -31,13 +31,15 @@
|
|||||||
<p class="help">{{ctx.Locale.Tr "repo.settings.update_platform_help"}}</p>
|
<p class="help">{{ctx.Locale.Tr "repo.settings.update_platform_help"}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{if and .RepoUpdateConfig (ne .RepoUpdateConfig.Platform "joomla") (ne .RepoUpdateConfig.Platform "both") (ne .RepoUpdateConfig.Platform "")}}
|
||||||
<div class="inline field">
|
<div class="inline field">
|
||||||
<div class="ui checkbox">
|
<div class="ui checkbox">
|
||||||
<input name="require_update_key" type="checkbox" {{if and .RepoUpdateConfig .RepoUpdateConfig.RequireKey}}checked{{end}}>
|
<input name="require_update_key" type="checkbox" {{if .RepoUpdateConfig.RequireKey}}checked{{end}}>
|
||||||
<label>{{ctx.Locale.Tr "repo.settings.require_update_key"}}</label>
|
<label>{{ctx.Locale.Tr "repo.settings.require_update_key"}}</label>
|
||||||
</div>
|
</div>
|
||||||
<p class="help">{{ctx.Locale.Tr "repo.settings.require_update_key_help"}}</p>
|
<p class="help">{{ctx.Locale.Tr "repo.settings.require_update_key_help"}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
{{end}}
|
||||||
|
|
||||||
<div class="inline field">
|
<div class="inline field">
|
||||||
<label>{{ctx.Locale.Tr "repo.settings.download_gating"}}</label>
|
<label>{{ctx.Locale.Tr "repo.settings.download_gating"}}</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user