Commit Graph

42 Commits

Author SHA1 Message Date
Renovate Bot 278bd943b1 chore(deps): update gitea/gitea docker tag to v1.21.8 (#55)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2024-03-14 17:42:49 +00:00
Renovate Bot 71f11fe8b9 fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.33.0 (#56)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2024-02-26 21:22:16 +00:00
Renovate Bot 153af2e0ac fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.32.0 (#53)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2024-02-20 06:28:07 +00:00
Renovate Bot 7cbea02973 chore(deps): update hashicorp/setup-terraform action to v3 (#54)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2024-02-20 06:26:34 +00:00
Renovate Bot 6614cca9d4 fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.18.0 (#52)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2024-02-19 23:51:05 +00:00
Renovate Bot af1532648a chore(deps): update gitea/gitea docker tag to v1.21.5 (#51)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2024-02-19 23:50:57 +00:00
Renovate Bot ea942f2d3b fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.17.0 (#50)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2024-01-18 17:20:15 +00:00
Renovate Bot 7c16a693a8 chore(deps): update gitea/gitea docker tag to v1.21.4 (#49)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2024-01-18 17:12:59 +00:00
Renovate Bot c4c1edc9bd fix(deps): update module code.gitea.io/sdk/gitea to v0.17.1 (#46)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2024-01-06 05:12:46 +00:00
Renovate Bot 23c9273de5 chore(deps): update actions/setup-go action to v5 (#43)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-12-23 05:55:08 +00:00
Renovate Bot 502034af9f fix(deps): update module code.gitea.io/sdk/gitea to v0.17.0 (#42)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-12-23 05:54:18 +00:00
Renovate Bot b472717098 chore(deps): update gitea/gitea docker tag to v1.21.3 (#44)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-12-23 05:54:02 +00:00
Renovate Bot 122ec8f817 fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.31.0 (#45)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-12-23 05:53:47 +00:00
Renovate Bot 09dbfe7ee4 chore(deps): update gitea/gitea docker tag to v1.21.1 (#40)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-11-28 05:45:01 +00:00
Renovate Bot 71083f9d0a fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.30.0 (#37)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-11-16 00:53:07 +00:00
tobiasbp 167ce6ed80 add-scope-to-token (#33)
This PR adds the ability to set scopes for tokens (they can not be used for much without). Removed the _username_ from the _token resource_ as the owner can not be configured, as it will be owned by the user creating the resource.

As far as I can tell, it's not possible to modify the scopes for a existing token using the API, so a token created by the provider will be recreated if the list of scopes is updated. This reflects what is possible using the GUI.

This PR fixes this issue: https://gitea.com/gitea/terraform-provider-gitea/issues/32

Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/33
Co-authored-by: tobiasbp <tobiasbp@noreply.gitea.com>
Co-committed-by: tobiasbp <tobiasbp@noreply.gitea.com>
2023-11-16 00:52:35 +00:00
Tobias Balle-Petersen 557ea2673a New resources for managing team membership (#36)
This PR adds two new resources, _gitea_team_membership_ & _gitea_team_members_, in an attempt to decouple _gitea_team_ resources from team memberships. This facilitates the removal of members from teams without altering/recreating an existing _team_ resource.

This PR adresses this issue: https://gitea.com/gitea/terraform-provider-gitea/issues/30

The ability to set members in the _gitea_team_ resource has been removed.

The resources proposed here are inspired by similar resources in the _GitHub_ provider:
* [team_members](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team_members)
* [team_membership](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team_membership)

# gitea_team_members
A single resource manages all members of a team.

- This resource must be recreated when membership changes. This means, that other team members will temporarily loose their membership until the recreation of the resource is complete.
- If the recreation of the resource fails, other users will have lost their membership until the resource can be recreated.

# gitea_team_membership
A single resource holds the relationship between a single user and a single team.

-  Memberships can be deleted without affecting other users.

Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/36
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-authored-by: Tobias Balle-Petersen <tobiasbp@gmail.com>
Co-committed-by: Tobias Balle-Petersen <tobiasbp@gmail.com>
2023-11-16 00:52:16 +00:00
Renovate Bot 0c0ab517c0 chore(deps): update gitea/gitea docker tag to v1.21.0 (#38)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-11-14 21:09:29 +00:00
Petar Nikolovski 683696a756 Add repository webhook resource (#28)
Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.com>
Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/28
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-authored-by: Petar Nikolovski <petar.nikolovski@protonmail.com>
Co-committed-by: Petar Nikolovski <petar.nikolovski@protonmail.com>
2023-10-24 19:46:11 +00:00
Renovate Bot f59aab3d1f chore(deps): update gitea/gitea docker tag to v1.20.5 (#29)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-10-04 02:57:10 +00:00
Renovate Bot ea7db0ab14 chore(deps): update crazy-max/ghaction-import-gpg action to v6 (#24)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-09-25 03:41:01 +00:00
Renovate Bot 8bd169d2c7 chore(deps): update goreleaser/goreleaser-action action to v5 (#25)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-09-25 03:40:17 +00:00
Renovate Bot 0efcdef0b9 chore(deps): update gitea/gitea docker tag to v1.20.4 (#22)
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-09-08 15:45:35 +00:00
Renovate Bot c9fec94bb3 chore(deps): update gitea/gitea docker tag to v1.20.3 (#21)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gitea/gitea](https://github.com/go-gitea/gitea) | minor | `1.19.3` -> `1.20.3` |

---

### Release Notes

<details>
<summary>go-gitea/gitea (gitea/gitea)</summary>

### [`v1.20.3`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1203---2023-08-20)

[Compare Source](https://github.com/go-gitea/gitea/compare/v1.20.2...v1.20.3)

-   BREAKING
    -   Fix the wrong derive path ([#&#8203;26271](https://github.com/go-gitea/gitea/issues/26271)) ([#&#8203;26318](https://github.com/go-gitea/gitea/issues/26318))
-   SECURITY
    -   Fix API leaking Usermail if not logged in ([#&#8203;25097](https://github.com/go-gitea/gitea/issues/25097)) ([#&#8203;26350](https://github.com/go-gitea/gitea/issues/26350))
-   FEATURES
    -   Add ThreadID parameter for Telegram webhooks ([#&#8203;25996](https://github.com/go-gitea/gitea/issues/25996)) ([#&#8203;26480](https://github.com/go-gitea/gitea/issues/26480))
-   ENHANCEMENTS
    -   Add minimum polyfill to support "relative-time-element" in PaleMoon ([#&#8203;26575](https://github.com/go-gitea/gitea/issues/26575)) ([#&#8203;26578](https://github.com/go-gitea/gitea/issues/26578))
    -   Fix dark theme highlight for "NameNamespace" ([#&#8203;26519](https://github.com/go-gitea/gitea/issues/26519)) ([#&#8203;26527](https://github.com/go-gitea/gitea/issues/26527))
    -   Detect ogg mime-type as audio or video ([#&#8203;26494](https://github.com/go-gitea/gitea/issues/26494)) ([#&#8203;26505](https://github.com/go-gitea/gitea/issues/26505))
    -   Use `object-fit: contain` for oauth2 custom icons ([#&#8203;26493](https://github.com/go-gitea/gitea/issues/26493)) ([#&#8203;26498](https://github.com/go-gitea/gitea/issues/26498))
    -   Move dropzone progress bar to bottom to show filename when uploading ([#&#8203;26492](https://github.com/go-gitea/gitea/issues/26492)) ([#&#8203;26497](https://github.com/go-gitea/gitea/issues/26497))
    -   Remove last newline from config file ([#&#8203;26468](https://github.com/go-gitea/gitea/issues/26468)) ([#&#8203;26471](https://github.com/go-gitea/gitea/issues/26471))
    -   Minio: add missing region on client initialization ([#&#8203;26412](https://github.com/go-gitea/gitea/issues/26412)) ([#&#8203;26438](https://github.com/go-gitea/gitea/issues/26438))
    -   Add pull request review request webhook event ([#&#8203;26401](https://github.com/go-gitea/gitea/issues/26401)) ([#&#8203;26407](https://github.com/go-gitea/gitea/issues/26407))
    -   Fix text truncate ([#&#8203;26354](https://github.com/go-gitea/gitea/issues/26354)) ([#&#8203;26384](https://github.com/go-gitea/gitea/issues/26384))
    -   Fix incorrect color of selected assignees when create issue ([#&#8203;26324](https://github.com/go-gitea/gitea/issues/26324)) ([#&#8203;26372](https://github.com/go-gitea/gitea/issues/26372))
    -   Display human-readable text instead of cryptic filemodes ([#&#8203;26352](https://github.com/go-gitea/gitea/issues/26352)) ([#&#8203;26358](https://github.com/go-gitea/gitea/issues/26358))
    -   Hide `last indexed SHA` when a repo could not be indexed yet ([#&#8203;26340](https://github.com/go-gitea/gitea/issues/26340)) ([#&#8203;26345](https://github.com/go-gitea/gitea/issues/26345))
    -   Fix the topic validation rule and suport dots ([#&#8203;26286](https://github.com/go-gitea/gitea/issues/26286)) ([#&#8203;26303](https://github.com/go-gitea/gitea/issues/26303))
    -   Fix due date rendering the wrong date in issue ([#&#8203;26268](https://github.com/go-gitea/gitea/issues/26268)) ([#&#8203;26274](https://github.com/go-gitea/gitea/issues/26274))
    -   Don't autosize textarea in diff view ([#&#8203;26233](https://github.com/go-gitea/gitea/issues/26233)) ([#&#8203;26244](https://github.com/go-gitea/gitea/issues/26244))
    -   Fix commit compare style ([#&#8203;26209](https://github.com/go-gitea/gitea/issues/26209)) ([#&#8203;26226](https://github.com/go-gitea/gitea/issues/26226))
    -   Warn instead of reporting an error when a webhook cannot be found ([#&#8203;26039](https://github.com/go-gitea/gitea/issues/26039)) ([#&#8203;26211](https://github.com/go-gitea/gitea/issues/26211))
-   BUGFIXES
    -   Use "input" event instead of "keyup" event for migration form ([#&#8203;26602](https://github.com/go-gitea/gitea/issues/26602)) ([#&#8203;26605](https://github.com/go-gitea/gitea/issues/26605))
    -   Do not use deprecated log config options by default ([#&#8203;26592](https://github.com/go-gitea/gitea/issues/26592)) ([#&#8203;26600](https://github.com/go-gitea/gitea/issues/26600))
    -   Fix "issueReposQueryPattern does not match query" ([#&#8203;26556](https://github.com/go-gitea/gitea/issues/26556)) ([#&#8203;26564](https://github.com/go-gitea/gitea/issues/26564))
    -   Sync repo's IsEmpty status correctly ([#&#8203;26517](https://github.com/go-gitea/gitea/issues/26517)) ([#&#8203;26560](https://github.com/go-gitea/gitea/issues/26560))
    -   Fix project filter bugs ([#&#8203;26490](https://github.com/go-gitea/gitea/issues/26490)) ([#&#8203;26558](https://github.com/go-gitea/gitea/issues/26558))
    -   Use `hidden` over `clip` for text truncation ([#&#8203;26520](https://github.com/go-gitea/gitea/issues/26520)) ([#&#8203;26522](https://github.com/go-gitea/gitea/issues/26522))
    -   Set "type=button" for editor's toolbar buttons ([#&#8203;26510](https://github.com/go-gitea/gitea/issues/26510)) ([#&#8203;26518](https://github.com/go-gitea/gitea/issues/26518))
    -   Fix NuGet search endpoints ([#&#8203;25613](https://github.com/go-gitea/gitea/issues/25613)) ([#&#8203;26499](https://github.com/go-gitea/gitea/issues/26499))
    -   Fix storage path logic especially for relative paths ([#&#8203;26441](https://github.com/go-gitea/gitea/issues/26441)) ([#&#8203;26481](https://github.com/go-gitea/gitea/issues/26481))
    -   Close stdout correctly for "git blame" ([#&#8203;26470](https://github.com/go-gitea/gitea/issues/26470)) ([#&#8203;26473](https://github.com/go-gitea/gitea/issues/26473))
    -   Check first if minio bucket exists before trying to create it ([#&#8203;26420](https://github.com/go-gitea/gitea/issues/26420)) ([#&#8203;26465](https://github.com/go-gitea/gitea/issues/26465))
    -   Avoiding accessing undefined tributeValues [#&#8203;26461](https://github.com/go-gitea/gitea/issues/26461) ([#&#8203;26462](https://github.com/go-gitea/gitea/issues/26462))
    -   Call git.InitSimple for runRepoSyncReleases ([#&#8203;26396](https://github.com/go-gitea/gitea/issues/26396)) ([#&#8203;26450](https://github.com/go-gitea/gitea/issues/26450))
    -   Add transaction when creating pull request created dirty data ([#&#8203;26259](https://github.com/go-gitea/gitea/issues/26259)) ([#&#8203;26437](https://github.com/go-gitea/gitea/issues/26437))
    -   Fix wrong middleware sequence ([#&#8203;26428](https://github.com/go-gitea/gitea/issues/26428)) ([#&#8203;26436](https://github.com/go-gitea/gitea/issues/26436))
    -   Fix admin queue page title and fix CI failures ([#&#8203;26409](https://github.com/go-gitea/gitea/issues/26409)) ([#&#8203;26421](https://github.com/go-gitea/gitea/issues/26421))
    -   Introduce ctx.PathParamRaw to avoid incorrect unescaping ([#&#8203;26392](https://github.com/go-gitea/gitea/issues/26392)) ([#&#8203;26405](https://github.com/go-gitea/gitea/issues/26405))
    -   Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueIndex ([#&#8203;26279](https://github.com/go-gitea/gitea/issues/26279)) ([#&#8203;26368](https://github.com/go-gitea/gitea/issues/26368))
    -   Fix incorrect CLI exit code and duplicate error message ([#&#8203;26346](https://github.com/go-gitea/gitea/issues/26346)) ([#&#8203;26347](https://github.com/go-gitea/gitea/issues/26347))
    -   Prevent newline errors with Debian packages ([#&#8203;26332](https://github.com/go-gitea/gitea/issues/26332)) ([#&#8203;26342](https://github.com/go-gitea/gitea/issues/26342))
    -   Fix bug with sqlite load read ([#&#8203;26305](https://github.com/go-gitea/gitea/issues/26305)) ([#&#8203;26339](https://github.com/go-gitea/gitea/issues/26339))
    -   Make git batch operations use parent context timeout instead of default timeout ([#&#8203;26325](https://github.com/go-gitea/gitea/issues/26325)) ([#&#8203;26330](https://github.com/go-gitea/gitea/issues/26330))
    -   Support getting changed files when commit ID is `EmptySHA` ([#&#8203;26290](https://github.com/go-gitea/gitea/issues/26290)) ([#&#8203;26316](https://github.com/go-gitea/gitea/issues/26316))
    -   Clarify the logger's MODE config option ([#&#8203;26267](https://github.com/go-gitea/gitea/issues/26267)) ([#&#8203;26281](https://github.com/go-gitea/gitea/issues/26281))
    -   Use shared template for webhook icons ([#&#8203;26242](https://github.com/go-gitea/gitea/issues/26242)) ([#&#8203;26246](https://github.com/go-gitea/gitea/issues/26246))
    -   Fix pull request check list is limited ([#&#8203;26179](https://github.com/go-gitea/gitea/issues/26179)) ([#&#8203;26245](https://github.com/go-gitea/gitea/issues/26245))
    -   Fix attachment clipboard copy on insecure origin ([#&#8203;26224](https://github.com/go-gitea/gitea/issues/26224)) ([#&#8203;26231](https://github.com/go-gitea/gitea/issues/26231))
    -   Fix access check for org-level project ([#&#8203;26182](https://github.com/go-gitea/gitea/issues/26182)) ([#&#8203;26223](https://github.com/go-gitea/gitea/issues/26223))
-   MISC
    -   Improve profile readme rendering ([#&#8203;25988](https://github.com/go-gitea/gitea/issues/25988)) ([#&#8203;26453](https://github.com/go-gitea/gitea/issues/26453))
    -   \[docs] Add missing backtick in quickstart.zh-cn.md ([#&#8203;26349](https://github.com/go-gitea/gitea/issues/26349)) ([#&#8203;26357](https://github.com/go-gitea/gitea/issues/26357))
    -   Upgrade x/net to 0.13.0 ([#&#8203;26301](https://github.com/go-gitea/gitea/issues/26301))

### [`v1.20.2`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1202---2023-07-29)

[Compare Source](https://github.com/go-gitea/gitea/compare/v1.20.1...v1.20.2)

-   ENHANCEMENTS
    -   Calculate MAX_WORKERS default value by CPU number ([#&#8203;26177](https://github.com/go-gitea/gitea/issues/26177)) ([#&#8203;26183](https://github.com/go-gitea/gitea/issues/26183))
    -   Display deprecated warning in admin panel pages as well as in the log file ([#&#8203;26094](https://github.com/go-gitea/gitea/issues/26094)) ([#&#8203;26154](https://github.com/go-gitea/gitea/issues/26154))
-   BUGFIXES
    -   Fix allowed user types setting problem ([#&#8203;26200](https://github.com/go-gitea/gitea/issues/26200)) ([#&#8203;26206](https://github.com/go-gitea/gitea/issues/26206))
    -   Fix handling of plenty Nuget package versions ([#&#8203;26075](https://github.com/go-gitea/gitea/issues/26075)) ([#&#8203;26173](https://github.com/go-gitea/gitea/issues/26173))
    -   Fix UI regression of asciinema player ([#&#8203;26159](https://github.com/go-gitea/gitea/issues/26159)) ([#&#8203;26162](https://github.com/go-gitea/gitea/issues/26162))
    -   Fix LFS object list style ([#&#8203;26133](https://github.com/go-gitea/gitea/issues/26133)) ([#&#8203;26147](https://github.com/go-gitea/gitea/issues/26147))
    -   Fix allowed user types setting problem ([#&#8203;26200](https://github.com/go-gitea/gitea/issues/26200)) ([#&#8203;26206](https://github.com/go-gitea/gitea/issues/26206))
    -   Prevent primary key update on migration ([#&#8203;26192](https://github.com/go-gitea/gitea/issues/26192)) ([#&#8203;26199](https://github.com/go-gitea/gitea/issues/26199))
    -   Fix bug when pushing to a pull request which enabled dismiss approval automatically ([#&#8203;25882](https://github.com/go-gitea/gitea/issues/25882)) ([#&#8203;26158](https://github.com/go-gitea/gitea/issues/26158))
    -   Fix bugs in LFS meta garbage collection ([#&#8203;26122](https://github.com/go-gitea/gitea/issues/26122)) ([#&#8203;26157](https://github.com/go-gitea/gitea/issues/26157))
    -   Update xorm version ([#&#8203;26128](https://github.com/go-gitea/gitea/issues/26128)) ([#&#8203;26150](https://github.com/go-gitea/gitea/issues/26150))
    -   Remove "misc" scope check from public API endpoints ([#&#8203;26134](https://github.com/go-gitea/gitea/issues/26134)) ([#&#8203;26149](https://github.com/go-gitea/gitea/issues/26149))
    -   Fix CLI allowing creation of access tokens with existing name ([#&#8203;26071](https://github.com/go-gitea/gitea/issues/26071)) ([#&#8203;26144](https://github.com/go-gitea/gitea/issues/26144))
    -   Fix incorrect router logger ([#&#8203;26137](https://github.com/go-gitea/gitea/issues/26137)) ([#&#8203;26143](https://github.com/go-gitea/gitea/issues/26143))
    -   Improve commit graph alignment and truncating ([#&#8203;26112](https://github.com/go-gitea/gitea/issues/26112)) ([#&#8203;26127](https://github.com/go-gitea/gitea/issues/26127))
    -   Avoid writing config file if not installed ([#&#8203;26107](https://github.com/go-gitea/gitea/issues/26107)) ([#&#8203;26113](https://github.com/go-gitea/gitea/issues/26113))
    -   Fix escape problems in the branch selector ([#&#8203;25875](https://github.com/go-gitea/gitea/issues/25875)) ([#&#8203;26103](https://github.com/go-gitea/gitea/issues/26103))
    -   Fix handling of Debian files with trailing slash ([#&#8203;26087](https://github.com/go-gitea/gitea/issues/26087)) ([#&#8203;26098](https://github.com/go-gitea/gitea/issues/26098))
    -   Fix Missing 404 swagger response docs for /admin/users/{username} ([#&#8203;26086](https://github.com/go-gitea/gitea/issues/26086)) ([#&#8203;26089](https://github.com/go-gitea/gitea/issues/26089))
    -   Use stderr as fallback if the log file can't be opened ([#&#8203;26074](https://github.com/go-gitea/gitea/issues/26074)) ([#&#8203;26083](https://github.com/go-gitea/gitea/issues/26083))
    -   Increase table cell horizontal padding ([#&#8203;26140](https://github.com/go-gitea/gitea/issues/26140)) ([#&#8203;26142](https://github.com/go-gitea/gitea/issues/26142))
    -   Fix wrong workflow status when rerun a job in an already finished workflow ([#&#8203;26119](https://github.com/go-gitea/gitea/issues/26119)) ([#&#8203;26124](https://github.com/go-gitea/gitea/issues/26124))
    -   Fix duplicated url prefix on issue context menu ([#&#8203;26066](https://github.com/go-gitea/gitea/issues/26066)) ([#&#8203;26067](https://github.com/go-gitea/gitea/issues/26067))

### [`v1.20.1`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1201---2023-07-22)

[Compare Source](https://github.com/go-gitea/gitea/compare/v1.20.0...v1.20.1)

-   SECURITY
    -   Disallow dangerous URL schemes ([#&#8203;25960](https://github.com/go-gitea/gitea/issues/25960)) ([#&#8203;25964](https://github.com/go-gitea/gitea/issues/25964))
-   ENHANCEMENTS
    -   Show the mismatched ROOT_URL warning on the sign-in page if OAuth2 is enabled ([#&#8203;25947](https://github.com/go-gitea/gitea/issues/25947)) ([#&#8203;25972](https://github.com/go-gitea/gitea/issues/25972))
    -   Make pending commit status yellow again ([#&#8203;25935](https://github.com/go-gitea/gitea/issues/25935)) ([#&#8203;25968](https://github.com/go-gitea/gitea/issues/25968))
-   BUGFIXES
    -   Fix version in rpm repodata/primary.xml.gz ([#&#8203;26009](https://github.com/go-gitea/gitea/issues/26009)) ([#&#8203;26048](https://github.com/go-gitea/gitea/issues/26048))
    -   Fix env config parsing for "GITEA\_\_\_\_APP_NAME" ([#&#8203;26001](https://github.com/go-gitea/gitea/issues/26001)) ([#&#8203;26013](https://github.com/go-gitea/gitea/issues/26013))
    -   ParseScope with owner/repo always sets owner to zero ([#&#8203;25987](https://github.com/go-gitea/gitea/issues/25987)) ([#&#8203;25989](https://github.com/go-gitea/gitea/issues/25989))
    -   Fix SSPI auth panic ([#&#8203;25955](https://github.com/go-gitea/gitea/issues/25955)) ([#&#8203;25969](https://github.com/go-gitea/gitea/issues/25969))
    -   Avoid creating directories when loading config ([#&#8203;25944](https://github.com/go-gitea/gitea/issues/25944)) ([#&#8203;25957](https://github.com/go-gitea/gitea/issues/25957))
    -   Make environment-to-ini work with INSTALL_LOCK=true ([#&#8203;25926](https://github.com/go-gitea/gitea/issues/25926)) ([#&#8203;25937](https://github.com/go-gitea/gitea/issues/25937))
    -   Ignore `runs-on` with expressions when warning no matched runners ([#&#8203;25917](https://github.com/go-gitea/gitea/issues/25917)) ([#&#8203;25933](https://github.com/go-gitea/gitea/issues/25933))
    -   Avoid opening/closing PRs which are already merged ([#&#8203;25883](https://github.com/go-gitea/gitea/issues/25883)) ([#&#8203;25903](https://github.com/go-gitea/gitea/issues/25903))
-   DOCS
    -   RPM Registry: Show zypper commands for SUSE based distros as well ([#&#8203;25981](https://github.com/go-gitea/gitea/issues/25981)) ([#&#8203;26020](https://github.com/go-gitea/gitea/issues/26020))
    -   Correctly refer to dev tags as nightly in the docker docs ([#&#8203;26004](https://github.com/go-gitea/gitea/issues/26004)) ([#&#8203;26019](https://github.com/go-gitea/gitea/issues/26019))
    -   Update path related documents ([#&#8203;25417](https://github.com/go-gitea/gitea/issues/25417)) ([#&#8203;25982](https://github.com/go-gitea/gitea/issues/25982))
-   MISC
    -   Adding remaining enum for migration repo model type. ([#&#8203;26021](https://github.com/go-gitea/gitea/issues/26021)) ([#&#8203;26034](https://github.com/go-gitea/gitea/issues/26034))
    -   Fix the route for pull-request's authors ([#&#8203;26016](https://github.com/go-gitea/gitea/issues/26016)) ([#&#8203;26018](https://github.com/go-gitea/gitea/issues/26018))
    -   Fix commit status color on dashboard repolist ([#&#8203;25993](https://github.com/go-gitea/gitea/issues/25993)) ([#&#8203;25998](https://github.com/go-gitea/gitea/issues/25998))
    -   Avoid hard-coding height in language dropdown menu ([#&#8203;25986](https://github.com/go-gitea/gitea/issues/25986)) ([#&#8203;25997](https://github.com/go-gitea/gitea/issues/25997))
    -   Add shutting down notice ([#&#8203;25920](https://github.com/go-gitea/gitea/issues/25920)) ([#&#8203;25922](https://github.com/go-gitea/gitea/issues/25922))
    -   Fix incorrect milestone count when provide a keyword ([#&#8203;25880](https://github.com/go-gitea/gitea/issues/25880)) ([#&#8203;25904](https://github.com/go-gitea/gitea/issues/25904))

### [`v1.20.0`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1200---2023-07-16)

[Compare Source](https://github.com/go-gitea/gitea/compare/v1.19.4...v1.20.0)

-   BREAKING
    -   Fix WORK_DIR for docker (root) image ([#&#8203;25738](https://github.com/go-gitea/gitea/issues/25738)) ([#&#8203;25811](https://github.com/go-gitea/gitea/issues/25811))
    -   Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` ([#&#8203;25581](https://github.com/go-gitea/gitea/issues/25581)) ([#&#8203;25604](https://github.com/go-gitea/gitea/issues/25604))
    -   Refactor path & config system ([#&#8203;25330](https://github.com/go-gitea/gitea/issues/25330)) ([#&#8203;25416](https://github.com/go-gitea/gitea/issues/25416))
    -   Fix all possible setting error related storages and added some tests ([#&#8203;23911](https://github.com/go-gitea/gitea/issues/23911)) ([#&#8203;25244](https://github.com/go-gitea/gitea/issues/25244))
    -   Use a separate admin page to show global stats, remove `actions` stat ([#&#8203;25062](https://github.com/go-gitea/gitea/issues/25062))
    -   Remove the service worker ([#&#8203;25010](https://github.com/go-gitea/gitea/issues/25010))
    -   Remove meta tags `theme-color` and `default-theme` ([#&#8203;24960](https://github.com/go-gitea/gitea/issues/24960))
    -   Use `[git.config]` for reflog cleaning up ([#&#8203;24958](https://github.com/go-gitea/gitea/issues/24958))
    -   Allow all URL schemes in Markdown links by default ([#&#8203;24805](https://github.com/go-gitea/gitea/issues/24805))
    -   Redesign Scoped Access Tokens ([#&#8203;24767](https://github.com/go-gitea/gitea/issues/24767))
    -   Fix team members API endpoint pagination ([#&#8203;24754](https://github.com/go-gitea/gitea/issues/24754))
    -   Rewrite logger system ([#&#8203;24726](https://github.com/go-gitea/gitea/issues/24726))
    -   Increase default LFS auth timeout from 20m to 24h ([#&#8203;24628](https://github.com/go-gitea/gitea/issues/24628))
    -   Rewrite queue ([#&#8203;24505](https://github.com/go-gitea/gitea/issues/24505))
    -   Remove unused setting `time.FORMAT` ([#&#8203;24430](https://github.com/go-gitea/gitea/issues/24430))
    -   Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` ([#&#8203;24270](https://github.com/go-gitea/gitea/issues/24270))
    -   Correct the access log format ([#&#8203;24085](https://github.com/go-gitea/gitea/issues/24085))
    -   Reserve ".png" suffix for user/org names ([#&#8203;23992](https://github.com/go-gitea/gitea/issues/23992))
    -   Prefer native parser for SSH public key parsing ([#&#8203;23798](https://github.com/go-gitea/gitea/issues/23798))
    -   Editor preview support for external renderers ([#&#8203;23333](https://github.com/go-gitea/gitea/issues/23333))
    -   Add Gitea Profile Readmes ([#&#8203;23260](https://github.com/go-gitea/gitea/issues/23260))
    -   Refactor `ctx` in templates ([#&#8203;23105](https://github.com/go-gitea/gitea/issues/23105))
-   SECURITY
    -   Test if container blob is accessible before mounting ([#&#8203;22759](https://github.com/go-gitea/gitea/issues/22759)) ([#&#8203;25784](https://github.com/go-gitea/gitea/issues/25784))
    -   Set type="password" on all auth_token fields ([#&#8203;22175](https://github.com/go-gitea/gitea/issues/22175))
-   FEATURES
    -   Add button on diff header to copy file name, misc diff header tweaks ([#&#8203;24986](https://github.com/go-gitea/gitea/issues/24986))
    -   API endpoint for changing/creating/deleting multiple files ([#&#8203;24887](https://github.com/go-gitea/gitea/issues/24887))
    -   Support changing git config through `app.ini`, use `diff.algorithm=histogram` by default ([#&#8203;24860](https://github.com/go-gitea/gitea/issues/24860))
    -   Add up and down arrows to selected lookup repositories ([#&#8203;24727](https://github.com/go-gitea/gitea/issues/24727))
    -   Add Go package registry ([#&#8203;24687](https://github.com/go-gitea/gitea/issues/24687))
    -   Add status indicator on main home screen for each repo ([#&#8203;24638](https://github.com/go-gitea/gitea/issues/24638))
    -   Support for status check pattern ([#&#8203;24633](https://github.com/go-gitea/gitea/issues/24633))
    -   Implement Cargo HTTP index ([#&#8203;24452](https://github.com/go-gitea/gitea/issues/24452))
    -   Add Debian package registry ([#&#8203;24426](https://github.com/go-gitea/gitea/issues/24426))
    -   Add the ability to pin Issues ([#&#8203;24406](https://github.com/go-gitea/gitea/issues/24406))
    -   Add follow organization and fix the logic of following page ([#&#8203;24345](https://github.com/go-gitea/gitea/issues/24345))
    -   Allow `webp` images as avatars ([#&#8203;24248](https://github.com/go-gitea/gitea/issues/24248))
    -   Support upload `outputs` and use `needs` context on Actions ([#&#8203;24230](https://github.com/go-gitea/gitea/issues/24230))
    -   Allow adding new files to an empty repo ([#&#8203;24164](https://github.com/go-gitea/gitea/issues/24164))
    -   Make wiki title supports dashes and improve wiki name related features ([#&#8203;24143](https://github.com/go-gitea/gitea/issues/24143))
    -   Add monospace toggle button to textarea ([#&#8203;24034](https://github.com/go-gitea/gitea/issues/24034))
    -   Use auto-updating, natively hoverable, localized time elements ([#&#8203;23988](https://github.com/go-gitea/gitea/issues/23988))
    -   Add ntlm authentication support for mail ([#&#8203;23811](https://github.com/go-gitea/gitea/issues/23811))
    -   Add CLI command to register runner tokens ([#&#8203;23762](https://github.com/go-gitea/gitea/issues/23762))
    -   Add Alpine package registry ([#&#8203;23714](https://github.com/go-gitea/gitea/issues/23714))
    -   Expand/Collapse all changed files ([#&#8203;23639](https://github.com/go-gitea/gitea/issues/23639))
    -   Add unset default project column ([#&#8203;23531](https://github.com/go-gitea/gitea/issues/23531))
    -   Add activity feeds API ([#&#8203;23494](https://github.com/go-gitea/gitea/issues/23494))
    -   Add RPM registry ([#&#8203;23380](https://github.com/go-gitea/gitea/issues/23380))
    -   Add meilisearch support ([#&#8203;23136](https://github.com/go-gitea/gitea/issues/23136))
    -   Add API for License templates ([#&#8203;23009](https://github.com/go-gitea/gitea/issues/23009))
    -   Add admin API email endpoints ([#&#8203;22792](https://github.com/go-gitea/gitea/issues/22792))
    -   Add user rename endpoint to admin api ([#&#8203;22789](https://github.com/go-gitea/gitea/issues/22789))
    -   Add API for gitignore templates ([#&#8203;22783](https://github.com/go-gitea/gitea/issues/22783))
    -   Implement actions artifacts ([#&#8203;22738](https://github.com/go-gitea/gitea/issues/22738))
    -   Add RSS Feeds for branches and files ([#&#8203;22719](https://github.com/go-gitea/gitea/issues/22719))
    -   Display when a repo was archived ([#&#8203;22664](https://github.com/go-gitea/gitea/issues/22664))
    -   Add Swift package registry ([#&#8203;22404](https://github.com/go-gitea/gitea/issues/22404))
    -   Add CRAN package registry ([#&#8203;22331](https://github.com/go-gitea/gitea/issues/22331))
    -   Add user webhooks ([#&#8203;21563](https://github.com/go-gitea/gitea/issues/21563))
    -   Implement systemd-notify protocol ([#&#8203;21151](https://github.com/go-gitea/gitea/issues/21151))
    -   Implement Issue Config ([#&#8203;20956](https://github.com/go-gitea/gitea/issues/20956))
    -   Add API to manage issue dependencies ([#&#8203;17935](https://github.com/go-gitea/gitea/issues/17935))
-   API
    -   Use correct response code in push mirror creation response in v1\_json.tmpl ([#&#8203;25476](https://github.com/go-gitea/gitea/issues/25476)) ([#&#8203;25571](https://github.com/go-gitea/gitea/issues/25571))
    -   Fix `Permission` in API returned repository struct ([#&#8203;25388](https://github.com/go-gitea/gitea/issues/25388)) ([#&#8203;25441](https://github.com/go-gitea/gitea/issues/25441))
    -   Add API for Label templates ([#&#8203;24602](https://github.com/go-gitea/gitea/issues/24602))
    -   Filters for GetAllCommits ([#&#8203;24568](https://github.com/go-gitea/gitea/issues/24568))
    -   Add ability to specify '--not' from GetAllCommits ([#&#8203;24409](https://github.com/go-gitea/gitea/issues/24409))
    -   Support uploading file to empty repo by API ([#&#8203;24357](https://github.com/go-gitea/gitea/issues/24357))
    -   Add absent repounits to create/edit repo API ([#&#8203;23500](https://github.com/go-gitea/gitea/issues/23500))
    -   Add login name and source id for admin user searching API ([#&#8203;23376](https://github.com/go-gitea/gitea/issues/23376))
    -   Create a branch directly from commit on the create branch API ([#&#8203;22956](https://github.com/go-gitea/gitea/issues/22956))
-   ENHANCEMENTS
    -   Make `add line comment` buttons focusable ([#&#8203;25894](https://github.com/go-gitea/gitea/issues/25894)) ([#&#8203;25896](https://github.com/go-gitea/gitea/issues/25896))
    -   Always pass 6-digit hex color to monaco ([#&#8203;25780](https://github.com/go-gitea/gitea/issues/25780)) ([#&#8203;25782](https://github.com/go-gitea/gitea/issues/25782))
    -   Clarify "text-align" CSS helpers, fix clone button padding ([#&#8203;25763](https://github.com/go-gitea/gitea/issues/25763)) ([#&#8203;25764](https://github.com/go-gitea/gitea/issues/25764))
    -   Hide `add file` button for pull mirrors ([#&#8203;25748](https://github.com/go-gitea/gitea/issues/25748)) ([#&#8203;25751](https://github.com/go-gitea/gitea/issues/25751))
    -   Allow/fix review (approve/reject) of empty PRs ([#&#8203;25690](https://github.com/go-gitea/gitea/issues/25690)) ([#&#8203;25732](https://github.com/go-gitea/gitea/issues/25732))
    -   Fix tags header and pretty format numbers ([#&#8203;25624](https://github.com/go-gitea/gitea/issues/25624)) ([#&#8203;25694](https://github.com/go-gitea/gitea/issues/25694))
    -   Actions list enhancements ([#&#8203;25601](https://github.com/go-gitea/gitea/issues/25601)) ([#&#8203;25678](https://github.com/go-gitea/gitea/issues/25678))
    -   Fix show more for image on diff page ([#&#8203;25672](https://github.com/go-gitea/gitea/issues/25672)) ([#&#8203;25673](https://github.com/go-gitea/gitea/issues/25673))
    -   Prevent SVG shrinking ([#&#8203;25652](https://github.com/go-gitea/gitea/issues/25652)) ([#&#8203;25669](https://github.com/go-gitea/gitea/issues/25669))
    -   Fix UI misalignment on user setting page ([#&#8203;25629](https://github.com/go-gitea/gitea/issues/25629)) ([#&#8203;25656](https://github.com/go-gitea/gitea/issues/25656))
    -   Use css on labels ([#&#8203;25626](https://github.com/go-gitea/gitea/issues/25626)) ([#&#8203;25636](https://github.com/go-gitea/gitea/issues/25636))
    -   Read-only checkboxes don't appear and don't entirely act the way one might expect ([#&#8203;25573](https://github.com/go-gitea/gitea/issues/25573)) ([#&#8203;25602](https://github.com/go-gitea/gitea/issues/25602))
    -   Redirect to package after version deletion ([#&#8203;25594](https://github.com/go-gitea/gitea/issues/25594)) ([#&#8203;25599](https://github.com/go-gitea/gitea/issues/25599))
    -   Reduce table padding globally ([#&#8203;25568](https://github.com/go-gitea/gitea/issues/25568)) ([#&#8203;25577](https://github.com/go-gitea/gitea/issues/25577))
    -   Change `Regenerate Secret` button display ([#&#8203;25534](https://github.com/go-gitea/gitea/issues/25534)) ([#&#8203;25541](https://github.com/go-gitea/gitea/issues/25541))
    -   Fix rerun icon on action view component ([#&#8203;25531](https://github.com/go-gitea/gitea/issues/25531)) ([#&#8203;25536](https://github.com/go-gitea/gitea/issues/25536))
    -   Move some regexp out of functions ([#&#8203;25430](https://github.com/go-gitea/gitea/issues/25430)) ([#&#8203;25445](https://github.com/go-gitea/gitea/issues/25445))
    -   Diff page enhancements ([#&#8203;25398](https://github.com/go-gitea/gitea/issues/25398)) ([#&#8203;25437](https://github.com/go-gitea/gitea/issues/25437))
    -   Various UI fixes ([#&#8203;25264](https://github.com/go-gitea/gitea/issues/25264)) ([#&#8203;25431](https://github.com/go-gitea/gitea/issues/25431))
    -   Fix label list divider ([#&#8203;25312](https://github.com/go-gitea/gitea/issues/25312)) ([#&#8203;25372](https://github.com/go-gitea/gitea/issues/25372))
    -   Fix UI on mobile view ([#&#8203;25315](https://github.com/go-gitea/gitea/issues/25315)) ([#&#8203;25340](https://github.com/go-gitea/gitea/issues/25340))
    -   When viewing a file, hide the add button ([#&#8203;25320](https://github.com/go-gitea/gitea/issues/25320)) ([#&#8203;25339](https://github.com/go-gitea/gitea/issues/25339))
    -   Show if File is Executable ([#&#8203;25287](https://github.com/go-gitea/gitea/issues/25287)) ([#&#8203;25300](https://github.com/go-gitea/gitea/issues/25300))
    -   Fix edit OAuth application width ([#&#8203;25262](https://github.com/go-gitea/gitea/issues/25262)) ([#&#8203;25263](https://github.com/go-gitea/gitea/issues/25263))
    -   Use flex to align SVG and text ([#&#8203;25163](https://github.com/go-gitea/gitea/issues/25163)) ([#&#8203;25260](https://github.com/go-gitea/gitea/issues/25260))
    -   Revert overflow: overlay (revert [#&#8203;21850](https://github.com/go-gitea/gitea/issues/21850)) ([#&#8203;25231](https://github.com/go-gitea/gitea/issues/25231)) ([#&#8203;25239](https://github.com/go-gitea/gitea/issues/25239))
    -   Use inline SVG for built-in OAuth providers ([#&#8203;25171](https://github.com/go-gitea/gitea/issues/25171)) ([#&#8203;25234](https://github.com/go-gitea/gitea/issues/25234))
    -   Change access token UI to select dropdowns ([#&#8203;25109](https://github.com/go-gitea/gitea/issues/25109)) ([#&#8203;25230](https://github.com/go-gitea/gitea/issues/25230))
    -   Remove hacky patch for "safari emoji glitch fix"  ([#&#8203;25208](https://github.com/go-gitea/gitea/issues/25208)) ([#&#8203;25211](https://github.com/go-gitea/gitea/issues/25211))
    -   Minor arc-green color tweaks ([#&#8203;25175](https://github.com/go-gitea/gitea/issues/25175)) ([#&#8203;25205](https://github.com/go-gitea/gitea/issues/25205))
    -   Button and color enhancements ([#&#8203;24989](https://github.com/go-gitea/gitea/issues/24989)) ([#&#8203;25176](https://github.com/go-gitea/gitea/issues/25176))
    -   Fix mobile navbar and misc cleanups ([#&#8203;25134](https://github.com/go-gitea/gitea/issues/25134)) ([#&#8203;25169](https://github.com/go-gitea/gitea/issues/25169))
    -   Modify OAuth login ui and fix display name, iconurl related logic ([#&#8203;25030](https://github.com/go-gitea/gitea/issues/25030)) ([#&#8203;25161](https://github.com/go-gitea/gitea/issues/25161))
    -   Improve notification icon and navbar  ([#&#8203;25111](https://github.com/go-gitea/gitea/issues/25111)) ([#&#8203;25124](https://github.com/go-gitea/gitea/issues/25124))
    -   Add details summary for vertical menus in settings to allow toggling ([#&#8203;25098](https://github.com/go-gitea/gitea/issues/25098))
    -   Don't display `select all issues` checkbox when no issues are available ([#&#8203;25086](https://github.com/go-gitea/gitea/issues/25086))
    -   Use RepositoryList instead of \[]\*Repository ([#&#8203;25074](https://github.com/go-gitea/gitea/issues/25074))
    -   Add ability to set multiple redirect URIs in OAuth application UI ([#&#8203;25072](https://github.com/go-gitea/gitea/issues/25072))
    -   Use git command instead of the ini package to remove the `origin` remote ([#&#8203;25066](https://github.com/go-gitea/gitea/issues/25066))
    -   Remove cancel button from branch protection form ([#&#8203;25063](https://github.com/go-gitea/gitea/issues/25063))
    -   Show file tree by default ([#&#8203;25052](https://github.com/go-gitea/gitea/issues/25052))
    -   Add Progressbar to Milestone Page ([#&#8203;25050](https://github.com/go-gitea/gitea/issues/25050))
    -   Minor UI improvements: logo alignment, auth map editor, auth name display ([#&#8203;25043](https://github.com/go-gitea/gitea/issues/25043))
    -   Allow for PKCE flow without client secret + add docs ([#&#8203;25033](https://github.com/go-gitea/gitea/issues/25033))
    -   Refactor INI package (first step) ([#&#8203;25024](https://github.com/go-gitea/gitea/issues/25024))
    -   Various style fixes ([#&#8203;25008](https://github.com/go-gitea/gitea/issues/25008))
    -   Fix delete user account modal ([#&#8203;25004](https://github.com/go-gitea/gitea/issues/25004))
    -   Refactor diffFileInfo / DiffTreeStore ([#&#8203;24998](https://github.com/go-gitea/gitea/issues/24998))
    -   Add user level action runners ([#&#8203;24995](https://github.com/go-gitea/gitea/issues/24995))
    -   Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest ([#&#8203;24988](https://github.com/go-gitea/gitea/issues/24988))
    -   Add step start time to `ViewStepLog` ([#&#8203;24980](https://github.com/go-gitea/gitea/issues/24980))
    -   Add dark mode to API Docs ([#&#8203;24971](https://github.com/go-gitea/gitea/issues/24971))
    -   Display file mode for new file and file mode changes ([#&#8203;24966](https://github.com/go-gitea/gitea/issues/24966))
    -   Make the 500 page load themes ([#&#8203;24953](https://github.com/go-gitea/gitea/issues/24953))
    -   Show `bot` label next to username when rendering autor link if the user is a bot ([#&#8203;24943](https://github.com/go-gitea/gitea/issues/24943))
    -   Repo list improvements, fix bold helper classes ([#&#8203;24935](https://github.com/go-gitea/gitea/issues/24935))
    -   Improve queue and logger context ([#&#8203;24924](https://github.com/go-gitea/gitea/issues/24924))
    -   Improve RunMode / dev mode ([#&#8203;24886](https://github.com/go-gitea/gitea/issues/24886))
    -   Improve some Forms ([#&#8203;24878](https://github.com/go-gitea/gitea/issues/24878))
    -   Add show timestamp/seconds and fullscreen options to action page ([#&#8203;24876](https://github.com/go-gitea/gitea/issues/24876))
    -   Fix double border and adjust width for user profile page ([#&#8203;24870](https://github.com/go-gitea/gitea/issues/24870))
    -   Improve Actions CSS ([#&#8203;24864](https://github.com/go-gitea/gitea/issues/24864))
    -   Fix `@font-face` overrides ([#&#8203;24855](https://github.com/go-gitea/gitea/issues/24855))
    -   Remove `In your repositories` link in milestones dashboard ([#&#8203;24853](https://github.com/go-gitea/gitea/issues/24853))
    -   Fix missing yes/no in delete time log modal ([#&#8203;24851](https://github.com/go-gitea/gitea/issues/24851))
    -   Show new pull request button also on subdirectories and files ([#&#8203;24842](https://github.com/go-gitea/gitea/issues/24842))
    -   Make environment-to-ini  support loading key value from file ([#&#8203;24832](https://github.com/go-gitea/gitea/issues/24832))
    -   Support wildcard in email domain allow/block list ([#&#8203;24831](https://github.com/go-gitea/gitea/issues/24831))
    -   Use `CommentList` instead of `[]*Comment` ([#&#8203;24828](https://github.com/go-gitea/gitea/issues/24828))
    -   Add RTL rendering support to Markdown ([#&#8203;24816](https://github.com/go-gitea/gitea/issues/24816))
    -   Rework notifications list ([#&#8203;24812](https://github.com/go-gitea/gitea/issues/24812))
    -   Mute repo names in dashboard repo list ([#&#8203;24811](https://github.com/go-gitea/gitea/issues/24811))
    -   Fix max width and margin of comment box on conversation page ([#&#8203;24809](https://github.com/go-gitea/gitea/issues/24809))
    -   Some refactors for issues stats ([#&#8203;24793](https://github.com/go-gitea/gitea/issues/24793))
    -   Rework label colors ([#&#8203;24790](https://github.com/go-gitea/gitea/issues/24790))
    -   Fix OAuth login loading state ([#&#8203;24788](https://github.com/go-gitea/gitea/issues/24788))
    -   Remove duplicated issues options and some more refactors ([#&#8203;24787](https://github.com/go-gitea/gitea/issues/24787))
    -   Decouple the different contexts from each other ([#&#8203;24786](https://github.com/go-gitea/gitea/issues/24786))
    -   Remove background on user dashboard filter bar ([#&#8203;24779](https://github.com/go-gitea/gitea/issues/24779))
    -   Improve and fix bugs surrounding reactions ([#&#8203;24760](https://github.com/go-gitea/gitea/issues/24760))
    -   Make the color of zero-contribution-squares in the activity heatmap more subtle ([#&#8203;24758](https://github.com/go-gitea/gitea/issues/24758))
    -   Fix WEBP image copying ([#&#8203;24743](https://github.com/go-gitea/gitea/issues/24743))
    -   Rework OAuth login buttons, swap github logo to monocolor ([#&#8203;24740](https://github.com/go-gitea/gitea/issues/24740))
    -   Consolidate the two review boxes into one ([#&#8203;24738](https://github.com/go-gitea/gitea/issues/24738))
    -   Unification of registration fields order ([#&#8203;24737](https://github.com/go-gitea/gitea/issues/24737))
    -   Refactor Pull Mirror and fix out-of-sync bugs ([#&#8203;24732](https://github.com/go-gitea/gitea/issues/24732))
    -   Improvements for action detail page ([#&#8203;24718](https://github.com/go-gitea/gitea/issues/24718))
    -   Fix flash of unstyled content in action view page ([#&#8203;24712](https://github.com/go-gitea/gitea/issues/24712))
    -   Don't filter action runs based on state ([#&#8203;24711](https://github.com/go-gitea/gitea/issues/24711))
    -   Optimize actions list by removing an unnecessary `git` call ([#&#8203;24710](https://github.com/go-gitea/gitea/issues/24710))
    -   Support no label/assignee filter and batch clearing labels/assignees ([#&#8203;24707](https://github.com/go-gitea/gitea/issues/24707))
    -   Add icon support for safari ([#&#8203;24697](https://github.com/go-gitea/gitea/issues/24697))
    -   Use standard HTTP library to serve files ([#&#8203;24693](https://github.com/go-gitea/gitea/issues/24693))
    -   Improve button-ghost, remove tertiary button ([#&#8203;24692](https://github.com/go-gitea/gitea/issues/24692))
    -   Only hide tooltip tippy instances ([#&#8203;24688](https://github.com/go-gitea/gitea/issues/24688))
    -   Support migrating storage for actions log via command line ([#&#8203;24679](https://github.com/go-gitea/gitea/issues/24679))
    -   Remove highlight in repo list ([#&#8203;24675](https://github.com/go-gitea/gitea/issues/24675))
    -   Add markdown preview to Submit Review Textarea ([#&#8203;24672](https://github.com/go-gitea/gitea/issues/24672))
    -   Update pin and add pin-slash ([#&#8203;24669](https://github.com/go-gitea/gitea/issues/24669))
    -   Improve empty notifications display ([#&#8203;24668](https://github.com/go-gitea/gitea/issues/24668))
    -   Support SSH for go get ([#&#8203;24664](https://github.com/go-gitea/gitea/issues/24664))
    -   Improve avatar uploading / resizing / compressing, remove Fomantic card module ([#&#8203;24653](https://github.com/go-gitea/gitea/issues/24653))
    -   Only show one tippy at a time ([#&#8203;24648](https://github.com/go-gitea/gitea/issues/24648))
    -   Notification list enhancements, fix striped tables on dark theme ([#&#8203;24639](https://github.com/go-gitea/gitea/issues/24639))
    -   Improve queue & process & stacktrace ([#&#8203;24636](https://github.com/go-gitea/gitea/issues/24636))
    -   Use the type RefName for all the needed places and fix pull mirror sync bugs ([#&#8203;24634](https://github.com/go-gitea/gitea/issues/24634))
    -   Remove fluid on compare diff page ([#&#8203;24627](https://github.com/go-gitea/gitea/issues/24627))
    -   Add a tooltip to the job rerun button ([#&#8203;24617](https://github.com/go-gitea/gitea/issues/24617))
    -   Attach a tooltip to the action status icon ([#&#8203;24614](https://github.com/go-gitea/gitea/issues/24614))
    -   Make the actions control button look like an actual button ([#&#8203;24611](https://github.com/go-gitea/gitea/issues/24611))
    -   Remove unnecessary code ([#&#8203;24610](https://github.com/go-gitea/gitea/issues/24610))
    -   Make repo migration cancelable and fix various bugs ([#&#8203;24605](https://github.com/go-gitea/gitea/issues/24605))
    -   Improve updating Actions tasks ([#&#8203;24600](https://github.com/go-gitea/gitea/issues/24600))
    -   Attach a tooltip to the action control button ([#&#8203;24595](https://github.com/go-gitea/gitea/issues/24595))
    -   Make repository response support HTTP range request ([#&#8203;24592](https://github.com/go-gitea/gitea/issues/24592))
    -   Improve Gitea's web context, decouple "issue template" code into service package ([#&#8203;24590](https://github.com/go-gitea/gitea/issues/24590))
    -   Modify luminance calculation and extract related functions into single files ([#&#8203;24586](https://github.com/go-gitea/gitea/issues/24586))
    -   Simplify template helper functions ([#&#8203;24570](https://github.com/go-gitea/gitea/issues/24570))
    -   Split "modules/context.go" to separate files ([#&#8203;24569](https://github.com/go-gitea/gitea/issues/24569))
    -   Add org visibility label to non-organization's dashboard ([#&#8203;24558](https://github.com/go-gitea/gitea/issues/24558))
    -   Update LDAP filters to include both username and email address ([#&#8203;24547](https://github.com/go-gitea/gitea/issues/24547))
    -   Review fixes and enhancements ([#&#8203;24526](https://github.com/go-gitea/gitea/issues/24526))
    -   Display warning when user try to rename default branch ([#&#8203;24512](https://github.com/go-gitea/gitea/issues/24512))
    -   Fix color for transfer related buttons when having no permission to act ([#&#8203;24510](https://github.com/go-gitea/gitea/issues/24510))
    -   Rework button coloring, add focus and active colors ([#&#8203;24507](https://github.com/go-gitea/gitea/issues/24507))
    -   New webhook trigger for receiving Pull Request review requests ([#&#8203;24481](https://github.com/go-gitea/gitea/issues/24481))
    -   Add goto issue id function ([#&#8203;24479](https://github.com/go-gitea/gitea/issues/24479))
    -   Fix incorrect webhook time and use relative-time to display it ([#&#8203;24477](https://github.com/go-gitea/gitea/issues/24477))
    -   RSS icon fixes ([#&#8203;24476](https://github.com/go-gitea/gitea/issues/24476))
    -   Replace `N/A` with `-` everywhere ([#&#8203;24474](https://github.com/go-gitea/gitea/issues/24474))
    -   Pass 'not' to commit count ([#&#8203;24473](https://github.com/go-gitea/gitea/issues/24473))
    -   Enhance stylelint rule config, remove dead CSS ([#&#8203;24472](https://github.com/go-gitea/gitea/issues/24472))
    -   Remove `font-awesome` and fomantic `icon` module ([#&#8203;24471](https://github.com/go-gitea/gitea/issues/24471))
    -   Improve "new-menu" ([#&#8203;24465](https://github.com/go-gitea/gitea/issues/24465))
    -   Remove fomantic breadcrumb module ([#&#8203;24463](https://github.com/go-gitea/gitea/issues/24463))
    -   Improve template system and panic recovery ([#&#8203;24461](https://github.com/go-gitea/gitea/issues/24461))
    -   Make Issue/PR/projects more compact, misc CSS tweaks ([#&#8203;24459](https://github.com/go-gitea/gitea/issues/24459))
    -   Replace remaining fontawesome dropdown icons with SVG ([#&#8203;24455](https://github.com/go-gitea/gitea/issues/24455))
    -   Remove all direct references to font-awesome ([#&#8203;24448](https://github.com/go-gitea/gitea/issues/24448))
    -   Move links out of translation ([#&#8203;24446](https://github.com/go-gitea/gitea/issues/24446))
    -   Add `ui-monospace` and `SF Mono` to `--fonts-monospace` ([#&#8203;24442](https://github.com/go-gitea/gitea/issues/24442))
    -   Hide 'Mirror Settings' when unneeded, improve hints ([#&#8203;24433](https://github.com/go-gitea/gitea/issues/24433))
    -   Add "Updated" column for admin repositories list ([#&#8203;24429](https://github.com/go-gitea/gitea/issues/24429))
    -   Improve issue list filter ([#&#8203;24425](https://github.com/go-gitea/gitea/issues/24425))
    -   Rework header bar on issue, pull requests and milestone ([#&#8203;24420](https://github.com/go-gitea/gitea/issues/24420))
    -   Improve template helper ([#&#8203;24417](https://github.com/go-gitea/gitea/issues/24417))
    -   Make repo size style matches others (commits/branches/tags) ([#&#8203;24408](https://github.com/go-gitea/gitea/issues/24408))
    -   Support markdown editor for issue template ([#&#8203;24400](https://github.com/go-gitea/gitea/issues/24400))
    -   Improve commit date in commit graph ([#&#8203;24399](https://github.com/go-gitea/gitea/issues/24399))
    -   Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix stackable menu ([#&#8203;24393](https://github.com/go-gitea/gitea/issues/24393))
    -   Merge setting.InitXXX into one function with options ([#&#8203;24389](https://github.com/go-gitea/gitea/issues/24389))
    -   Move `Rename branch` from repo settings page to the page of branches list ([#&#8203;24380](https://github.com/go-gitea/gitea/issues/24380))
    -   Improve protected branch setting page ([#&#8203;24379](https://github.com/go-gitea/gitea/issues/24379))
    -   Display 'Unknown' when runner.version is empty ([#&#8203;24378](https://github.com/go-gitea/gitea/issues/24378))
    -   Display owner of a runner as a tooltip instead of static text ([#&#8203;24377](https://github.com/go-gitea/gitea/issues/24377))
    -   Fix incorrect last online time in runner_edit.tmpl ([#&#8203;24376](https://github.com/go-gitea/gitea/issues/24376))
    -   Fix unclear `IsRepositoryExist` logic ([#&#8203;24374](https://github.com/go-gitea/gitea/issues/24374))
    -   Add custom helm repo name generated from url ([#&#8203;24363](https://github.com/go-gitea/gitea/issues/24363))
    -   Replace placeholders in licenses ([#&#8203;24354](https://github.com/go-gitea/gitea/issues/24354))
    -   Add rerun workflow button and refactor to use SVG octicons ([#&#8203;24350](https://github.com/go-gitea/gitea/issues/24350))
    -   Fix runner button height ([#&#8203;24338](https://github.com/go-gitea/gitea/issues/24338))
    -   Restore bold on repolist ([#&#8203;24337](https://github.com/go-gitea/gitea/issues/24337))
    -   Improve RSS ([#&#8203;24335](https://github.com/go-gitea/gitea/issues/24335))
    -   Refactor "route" related code, fix Safari cookie bug ([#&#8203;24330](https://github.com/go-gitea/gitea/issues/24330))
    -   Alert error message if open dependencies are included in the issues that try to batch close ([#&#8203;24329](https://github.com/go-gitea/gitea/issues/24329))
    -   Add missed column title in runner management page ([#&#8203;24328](https://github.com/go-gitea/gitea/issues/24328))
    -   Automatically select the org when click create repo from org dashboard ([#&#8203;24325](https://github.com/go-gitea/gitea/issues/24325))
    -   Modify width of ui container, fine tune css for settings pages and org header ([#&#8203;24315](https://github.com/go-gitea/gitea/issues/24315))
    -   Fix config list overflow and layout ([#&#8203;24312](https://github.com/go-gitea/gitea/issues/24312))
    -   Improve some modal action buttons ([#&#8203;24289](https://github.com/go-gitea/gitea/issues/24289))
    -   Move code from module to service ([#&#8203;24287](https://github.com/go-gitea/gitea/issues/24287))
    -   Sort users and orgs on explore by recency by default ([#&#8203;24279](https://github.com/go-gitea/gitea/issues/24279))
    -   Allow using localized absolute date times within phrases with place holders and localize issue due date events ([#&#8203;24275](https://github.com/go-gitea/gitea/issues/24275))
    -   Show workflow config error on file view also ([#&#8203;24267](https://github.com/go-gitea/gitea/issues/24267))
    -   Improve template helper functions: string/slice ([#&#8203;24266](https://github.com/go-gitea/gitea/issues/24266))
    -   Use more specific test methods ([#&#8203;24265](https://github.com/go-gitea/gitea/issues/24265))
    -   Add `DumpVar` helper function to help debugging templates ([#&#8203;24262](https://github.com/go-gitea/gitea/issues/24262))
    -   Limit avatar upload to valid image files ([#&#8203;24258](https://github.com/go-gitea/gitea/issues/24258))
    -   Improve emoji and mention matching ([#&#8203;24255](https://github.com/go-gitea/gitea/issues/24255))
    -   Change to vertical navbar layout for secondary navbar for repo/user/admin settings ([#&#8203;24246](https://github.com/go-gitea/gitea/issues/24246))
    -   Refactor config provider ([#&#8203;24245](https://github.com/go-gitea/gitea/issues/24245))
    -   Improve test logger ([#&#8203;24235](https://github.com/go-gitea/gitea/issues/24235))
    -   Default show closed actions list if all actions was closed ([#&#8203;24234](https://github.com/go-gitea/gitea/issues/24234))
    -   Add missing badges in user profile for /projects and /packages ([#&#8203;24232](https://github.com/go-gitea/gitea/issues/24232))
    -   Add repository counter badge to repository tab ([#&#8203;24205](https://github.com/go-gitea/gitea/issues/24205))
    -   Move secrets and runners settings to actions settings ([#&#8203;24200](https://github.com/go-gitea/gitea/issues/24200))
    -   Require at least one unit to be enabled ([#&#8203;24189](https://github.com/go-gitea/gitea/issues/24189))
    -   Use same action status svg icons on actions list as on action page ([#&#8203;24178](https://github.com/go-gitea/gitea/issues/24178))
    -   Use secondary pointing menu for tabs on user/organization home page ([#&#8203;24162](https://github.com/go-gitea/gitea/issues/24162))
    -   Improve Wiki TOC ([#&#8203;24137](https://github.com/go-gitea/gitea/issues/24137))
    -   Refactor locale number ([#&#8203;24134](https://github.com/go-gitea/gitea/issues/24134))
    -   Localize activity heatmap (except tooltip) ([#&#8203;24131](https://github.com/go-gitea/gitea/issues/24131))
    -   Fix duplicate modals when clicking on "remove all" repository button ([#&#8203;24129](https://github.com/go-gitea/gitea/issues/24129))
    -   Add runner check in repo action page ([#&#8203;24124](https://github.com/go-gitea/gitea/issues/24124))
    -   Support triggering workflows by wiki related events ([#&#8203;24119](https://github.com/go-gitea/gitea/issues/24119))
    -   Refactor cookie ([#&#8203;24107](https://github.com/go-gitea/gitea/issues/24107))
    -   Remove untranslatable `on_date` key ([#&#8203;24106](https://github.com/go-gitea/gitea/issues/24106))
    -   Refactor delete_modal_actions template and use it for project column related actions ([#&#8203;24097](https://github.com/go-gitea/gitea/issues/24097))
    -   Improve git log for debugging ([#&#8203;24095](https://github.com/go-gitea/gitea/issues/24095))
    -   Add option to search for users is active join a team ([#&#8203;24093](https://github.com/go-gitea/gitea/issues/24093))
    -   Add PDF rendering via PDFObject ([#&#8203;24086](https://github.com/go-gitea/gitea/issues/24086))
    -   Refactor web route ([#&#8203;24080](https://github.com/go-gitea/gitea/issues/24080))
    -   Make more functions use ctx instead of db.DefaultContext ([#&#8203;24068](https://github.com/go-gitea/gitea/issues/24068))
    -   Make HTML template functions support context ([#&#8203;24056](https://github.com/go-gitea/gitea/issues/24056))
    -   Refactor rename user and rename organization ([#&#8203;24052](https://github.com/go-gitea/gitea/issues/24052))
    -   Localize milestone related time strings ([#&#8203;24051](https://github.com/go-gitea/gitea/issues/24051))
    -   Expand selected file when clicking file tree ([#&#8203;24041](https://github.com/go-gitea/gitea/issues/24041))
    -   Add popup to hashed comments/pull requests/issues in file editing/adding preview tab ([#&#8203;24040](https://github.com/go-gitea/gitea/issues/24040))
    -   Add placeholder and aria attributes to release and wiki edit page ([#&#8203;24031](https://github.com/go-gitea/gitea/issues/24031))
    -   Add new user types `reserved`, `bot`, and `remote` ([#&#8203;24026](https://github.com/go-gitea/gitea/issues/24026))
    -   Allow adding SSH keys even if SSH server is disabled ([#&#8203;24025](https://github.com/go-gitea/gitea/issues/24025))
    -   Use a general approach to access custom/static/builtin assets ([#&#8203;24022](https://github.com/go-gitea/gitea/issues/24022))
    -   Update github.com/google/go-github to v52 ([#&#8203;24004](https://github.com/go-gitea/gitea/issues/24004))
    -   Replace tribute with text-expander-element for textarea ([#&#8203;23985](https://github.com/go-gitea/gitea/issues/23985))
    -   Group template helper functions, remove `Printf`, improve template error messages ([#&#8203;23982](https://github.com/go-gitea/gitea/issues/23982))
    -   Drop "unrolled/render" package ([#&#8203;23965](https://github.com/go-gitea/gitea/issues/23965))
    -   Add job.duration in web ui ([#&#8203;23963](https://github.com/go-gitea/gitea/issues/23963))
    -   Tweak pull request branch delete ui ([#&#8203;23951](https://github.com/go-gitea/gitea/issues/23951))
    -   Merge template functions "dict/Dict/mergeinto" ([#&#8203;23932](https://github.com/go-gitea/gitea/issues/23932))
    -   Use a general Eval function for expressions in templates. ([#&#8203;23927](https://github.com/go-gitea/gitea/issues/23927))
    -   Clean template/helper.go ([#&#8203;23922](https://github.com/go-gitea/gitea/issues/23922))
    -   Actions: Use default branch as ref when a branch/tag delete occurs ([#&#8203;23910](https://github.com/go-gitea/gitea/issues/23910))
    -   Add tooltips for MD editor buttons and add `muted` class for buttons ([#&#8203;23896](https://github.com/go-gitea/gitea/issues/23896))
    -   Improve markdown editor: width, height, preferred ([#&#8203;23895](https://github.com/go-gitea/gitea/issues/23895))
    -   Make Release Download URLs predictable ([#&#8203;23891](https://github.com/go-gitea/gitea/issues/23891))
    -   Remove fomantic ".link" selector and styles ([#&#8203;23888](https://github.com/go-gitea/gitea/issues/23888))
    -   Added close/open button to details page of milestone ([#&#8203;23877](https://github.com/go-gitea/gitea/issues/23877))
    -   Introduce GitHub markdown editor, keep EasyMDE as fallback ([#&#8203;23876](https://github.com/go-gitea/gitea/issues/23876))
    -   Introduce GiteaLocaleNumber custom element to handle number localization on pages. ([#&#8203;23861](https://github.com/go-gitea/gitea/issues/23861))
    -   Make first section on home page full width ([#&#8203;23854](https://github.com/go-gitea/gitea/issues/23854))
    -   Use different SVG for pending and running actions ([#&#8203;23836](https://github.com/go-gitea/gitea/issues/23836))
    -   Display image size for multiarch container images ([#&#8203;23821](https://github.com/go-gitea/gitea/issues/23821))
    -   Improve action log display with control chars ([#&#8203;23820](https://github.com/go-gitea/gitea/issues/23820))
    -   Fix dropdown direction behavior ([#&#8203;23806](https://github.com/go-gitea/gitea/issues/23806))
    -   Fix incorrect/Improve error handle in edit user page ([#&#8203;23805](https://github.com/go-gitea/gitea/issues/23805))
    -   Use clippie module to copy to clipboard ([#&#8203;23801](https://github.com/go-gitea/gitea/issues/23801))
    -   Make minio package support legacy MD5 checksum ([#&#8203;23768](https://github.com/go-gitea/gitea/issues/23768))
    -   Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict ([#&#8203;23766](https://github.com/go-gitea/gitea/issues/23766))
    -   Refactor docs ([#&#8203;23752](https://github.com/go-gitea/gitea/issues/23752))
    -   Fix markup background, improve wiki rendering ([#&#8203;23750](https://github.com/go-gitea/gitea/issues/23750))
    -   Make label templates have consistent behavior and priority ([#&#8203;23749](https://github.com/go-gitea/gitea/issues/23749))
    -   Improve LoadUnitConfig to handle invalid or duplicate units ([#&#8203;23736](https://github.com/go-gitea/gitea/issues/23736))
    -   Append `(comment)` when a link points at a comment rather than the whole issue ([#&#8203;23734](https://github.com/go-gitea/gitea/issues/23734))
    -   Clean some legacy files and move some build files ([#&#8203;23699](https://github.com/go-gitea/gitea/issues/23699))
    -   Refactor repo commit list ([#&#8203;23690](https://github.com/go-gitea/gitea/issues/23690))
    -   Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" ([#&#8203;23687](https://github.com/go-gitea/gitea/issues/23687))
    -   Add aria attributes to interactive time tooltips. ([#&#8203;23661](https://github.com/go-gitea/gitea/issues/23661))
    -   Fix long project name display in issue list and in related dropdown ([#&#8203;23653](https://github.com/go-gitea/gitea/issues/23653))
    -   Use data-tooltip-content for tippy tooltip ([#&#8203;23649](https://github.com/go-gitea/gitea/issues/23649))
    -   Fix new issue/pull request btn margin when it is next to sort ([#&#8203;23647](https://github.com/go-gitea/gitea/issues/23647))
    -   Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit form ([#&#8203;23626](https://github.com/go-gitea/gitea/issues/23626))
    -   Allow new file and edit file preview if it has editable extension ([#&#8203;23624](https://github.com/go-gitea/gitea/issues/23624))
    -   Replace a few fontawesome icons with svg ([#&#8203;23602](https://github.com/go-gitea/gitea/issues/23602))
    -   `Publish Review` buttons should indicate why they are disabled ([#&#8203;23598](https://github.com/go-gitea/gitea/issues/23598))
    -   Convert issue list checkboxes to native ([#&#8203;23596](https://github.com/go-gitea/gitea/issues/23596))
    -   Set opaque background on markup and images ([#&#8203;23578](https://github.com/go-gitea/gitea/issues/23578))
    -   Use a general approach to show tooltip, fix temporary tooltip bug ([#&#8203;23574](https://github.com/go-gitea/gitea/issues/23574))
    -   Improve `<SvgIcon>` to make it output `svg` node and optimize performance ([#&#8203;23570](https://github.com/go-gitea/gitea/issues/23570))
    -   Enable color for consistency checks diffs ([#&#8203;23563](https://github.com/go-gitea/gitea/issues/23563))
    -   Fix dropdown icon misalignment when using fomantic icon ([#&#8203;23558](https://github.com/go-gitea/gitea/issues/23558))
    -   Decouple the issue-template code from comment_tab.tmpl ([#&#8203;23556](https://github.com/go-gitea/gitea/issues/23556))
    -   Remove `id="comment-form"` dead code, fix tag ([#&#8203;23555](https://github.com/go-gitea/gitea/issues/23555))
    -   Diff improvements ([#&#8203;23553](https://github.com/go-gitea/gitea/issues/23553))
    -   Sort Python package descriptors by version to mimic PyPI format ([#&#8203;23550](https://github.com/go-gitea/gitea/issues/23550))
    -   Use a general approch to improve a11y for all checkboxes and dropdowns. ([#&#8203;23542](https://github.com/go-gitea/gitea/issues/23542))
    -   Fix long name ui issues and label ui issue ([#&#8203;23541](https://github.com/go-gitea/gitea/issues/23541))
    -   Return `repository` in npm package metadata endpoint ([#&#8203;23539](https://github.com/go-gitea/gitea/issues/23539))
    -   Use `project.IconName` instead of repeated unreadable `if-else` chains ([#&#8203;23538](https://github.com/go-gitea/gitea/issues/23538))
    -   Remove stars in dashboard repo list ([#&#8203;23530](https://github.com/go-gitea/gitea/issues/23530))
    -   Update mini-css-extract-plugin, remove postcss ([#&#8203;23520](https://github.com/go-gitea/gitea/issues/23520))
    -   Change `Close` to either `Close issue` or `Close pull request` ([#&#8203;23506](https://github.com/go-gitea/gitea/issues/23506))
    -   Fix theme-auto loading ([#&#8203;23504](https://github.com/go-gitea/gitea/issues/23504))
    -   Fix tags sort by creation time (descending) on branch/tag dropdowns ([#&#8203;23491](https://github.com/go-gitea/gitea/issues/23491))
    -   Display the version of runner in the runner list ([#&#8203;23490](https://github.com/go-gitea/gitea/issues/23490))
    -   Replace Less with CSS ([#&#8203;23481](https://github.com/go-gitea/gitea/issues/23481))
    -   Fix `.locale.Tr` function not found in delete modal ([#&#8203;23468](https://github.com/go-gitea/gitea/issues/23468))
    -   Allow both fullname and username search when `DEFAULT_SHOW_FULL_NAME` is true ([#&#8203;23463](https://github.com/go-gitea/gitea/issues/23463))
    -   Add project type descriptions in issue badge and improve project icons ([#&#8203;23437](https://github.com/go-gitea/gitea/issues/23437))
    -   Use context for `RepositoryList.LoadAttributes` ([#&#8203;23435](https://github.com/go-gitea/gitea/issues/23435))
    -   Refactor branch/tag selector to Vue SFC ([#&#8203;23421](https://github.com/go-gitea/gitea/issues/23421))
    -   Keep (add if not existing) xmlns attribute for generated SVG images ([#&#8203;23410](https://github.com/go-gitea/gitea/issues/23410))
    -   Refactor dashboard repo list to Vue SFC ([#&#8203;23405](https://github.com/go-gitea/gitea/issues/23405))
    -   Add workflow error notification in ui ([#&#8203;23404](https://github.com/go-gitea/gitea/issues/23404))
    -   Refactor branch/tag selector dropdown (first step) ([#&#8203;23394](https://github.com/go-gitea/gitea/issues/23394))
    -   Reduce duplicate and useless code in options ([#&#8203;23369](https://github.com/go-gitea/gitea/issues/23369))
    -   Convert `<div class="button">` to `<button class="button">` ([#&#8203;23337](https://github.com/go-gitea/gitea/issues/23337))
    -   Add path prefix to ObjectStorage.Iterator ([#&#8203;23332](https://github.com/go-gitea/gitea/issues/23332))
    -   Improve cache context ([#&#8203;23330](https://github.com/go-gitea/gitea/issues/23330))
    -   Move pidfile creation from setting to web cmd package ([#&#8203;23285](https://github.com/go-gitea/gitea/issues/23285))
    -   Fix tags view ([#&#8203;23243](https://github.com/go-gitea/gitea/issues/23243))
    -   Add commit info in action page ([#&#8203;23210](https://github.com/go-gitea/gitea/issues/23210))
    -   Support paste treepath when creating a new file or updating the file name ([#&#8203;23209](https://github.com/go-gitea/gitea/issues/23209))
    -   Allow skipping forks and mirrors from being indexed ([#&#8203;23187](https://github.com/go-gitea/gitea/issues/23187))
    -   Use context parameter in services/repository ([#&#8203;23186](https://github.com/go-gitea/gitea/issues/23186))
    -   Hide target selector if tag exists when creating new release ([#&#8203;23171](https://github.com/go-gitea/gitea/issues/23171))
    -   Improve FindProjects ([#&#8203;23085](https://github.com/go-gitea/gitea/issues/23085))
    -   Clean Path in Options ([#&#8203;23006](https://github.com/go-gitea/gitea/issues/23006))
    -   Add margin top to the top of branches ([#&#8203;23002](https://github.com/go-gitea/gitea/issues/23002))
    -   Remove unnecessary and incorrect `find('.menu').toggle()` ([#&#8203;22987](https://github.com/go-gitea/gitea/issues/22987))
    -   Improve GetBoards and getDefaultBoard ([#&#8203;22981](https://github.com/go-gitea/gitea/issues/22981))
    -   Improve squash merge commit author and co-author with private emails ([#&#8203;22977](https://github.com/go-gitea/gitea/issues/22977))
    -   Add --quiet option to gitea dump ([#&#8203;22969](https://github.com/go-gitea/gitea/issues/22969))
    -   Add pagination for dashboard and user activity feeds ([#&#8203;22937](https://github.com/go-gitea/gitea/issues/22937))
    -   Handle files starting with colons in WalkGitLog ([#&#8203;22935](https://github.com/go-gitea/gitea/issues/22935))
    -   Add "Reviewed by you" filter for pull requests ([#&#8203;22927](https://github.com/go-gitea/gitea/issues/22927))
    -   Parse external request id from request headers, and print it in access log ([#&#8203;22906](https://github.com/go-gitea/gitea/issues/22906))
    -   Replace `repo.namedBlob` by `git.TreeEntry`. ([#&#8203;22898](https://github.com/go-gitea/gitea/issues/22898))
    -   Pull Requests: add button to compare force pushed commits ([#&#8203;22857](https://github.com/go-gitea/gitea/issues/22857))
    -   Fix pull request update showing too many commits with multiple branches ([#&#8203;22856](https://github.com/go-gitea/gitea/issues/22856))
    -   Require approval to run actions for fork pull request ([#&#8203;22803](https://github.com/go-gitea/gitea/issues/22803))
    -   Projects: rename Board to Column in interface and improve consistency ([#&#8203;22767](https://github.com/go-gitea/gitea/issues/22767))
    -   Add user visibility in dashboard navbar ([#&#8203;22747](https://github.com/go-gitea/gitea/issues/22747))
    -   Add .livemd as a markdown extension ([#&#8203;22730](https://github.com/go-gitea/gitea/issues/22730))
    -   Clean up WebAuthn javascript code and remove JQuery code ([#&#8203;22697](https://github.com/go-gitea/gitea/issues/22697))
    -   Merge message template support for rebase without merge commit ([#&#8203;22669](https://github.com/go-gitea/gitea/issues/22669))
    -   Show editorconfig warnings when viewing a malformed editorconfig ([#&#8203;21257](https://github.com/go-gitea/gitea/issues/21257))
    -   Npm packages: set repository link based on the url in package.json ([#&#8203;20379](https://github.com/go-gitea/gitea/issues/20379))
-   BUGFIXES
    -   Add support for different Maven POM encoding ([#&#8203;25873](https://github.com/go-gitea/gitea/issues/25873)) ([#&#8203;25890](https://github.com/go-gitea/gitea/issues/25890))
    -   Fix incorrect repo url when changed the case of ownername ([#&#8203;25733](https://github.com/go-gitea/gitea/issues/25733)) ([#&#8203;25881](https://github.com/go-gitea/gitea/issues/25881))
    -   Fix empty project displayed in issue sidebar ([#&#8203;25802](https://github.com/go-gitea/gitea/issues/25802)) ([#&#8203;25854](https://github.com/go-gitea/gitea/issues/25854))
    -   Show correct SSL Mode on "install page" ([#&#8203;25818](https://github.com/go-gitea/gitea/issues/25818)) ([#&#8203;25838](https://github.com/go-gitea/gitea/issues/25838))
    -   Fix the error message when the token is incorrect ([#&#8203;25701](https://github.com/go-gitea/gitea/issues/25701)) ([#&#8203;25836](https://github.com/go-gitea/gitea/issues/25836))
    -   Fix incorrect oldest sort in project list ([#&#8203;25806](https://github.com/go-gitea/gitea/issues/25806)) ([#&#8203;25835](https://github.com/go-gitea/gitea/issues/25835))
    -   For API attachments, use API URL ([#&#8203;25639](https://github.com/go-gitea/gitea/issues/25639)) ([#&#8203;25814](https://github.com/go-gitea/gitea/issues/25814))
    -   Avoid amending the Rebase and Fast-forward merge if there is no message template ([#&#8203;25779](https://github.com/go-gitea/gitea/issues/25779)) ([#&#8203;25809](https://github.com/go-gitea/gitea/issues/25809))
    -   Make "install page" respect environment config ([#&#8203;25648](https://github.com/go-gitea/gitea/issues/25648)) ([#&#8203;25799](https://github.com/go-gitea/gitea/issues/25799))
    -   Fix activity type match in `matchPullRequestEvent` ([#&#8203;25746](https://github.com/go-gitea/gitea/issues/25746)) ([#&#8203;25796](https://github.com/go-gitea/gitea/issues/25796))
    -   Fix notification list bugs ([#&#8203;25781](https://github.com/go-gitea/gitea/issues/25781)) ([#&#8203;25787](https://github.com/go-gitea/gitea/issues/25787))
    -   Revert package access change from [#&#8203;23879](https://github.com/go-gitea/gitea/issues/23879) ([#&#8203;25707](https://github.com/go-gitea/gitea/issues/25707)) ([#&#8203;25785](https://github.com/go-gitea/gitea/issues/25785))
    -   Check `ctx.Written()` for `GetActionIssue` ([#&#8203;25698](https://github.com/go-gitea/gitea/issues/25698)) ([#&#8203;25711](https://github.com/go-gitea/gitea/issues/25711))
    -   Fix position of org follow button ([#&#8203;25688](https://github.com/go-gitea/gitea/issues/25688)) ([#&#8203;25692](https://github.com/go-gitea/gitea/issues/25692))
    -   Fix the nil pointer when assigning issues to projects ([#&#8203;25665](https://github.com/go-gitea/gitea/issues/25665)) ([#&#8203;25677](https://github.com/go-gitea/gitea/issues/25677))
    -   Log the real reason when authentication fails (but don't show the user) ([#&#8203;25414](https://github.com/go-gitea/gitea/issues/25414)) ([#&#8203;25660](https://github.com/go-gitea/gitea/issues/25660))
    -   Fix bug when change user name ([#&#8203;25637](https://github.com/go-gitea/gitea/issues/25637)) ([#&#8203;25646](https://github.com/go-gitea/gitea/issues/25646))
    -   Make "cancel" buttons have proper type in modal forms ([#&#8203;25618](https://github.com/go-gitea/gitea/issues/25618)) ([#&#8203;25641](https://github.com/go-gitea/gitea/issues/25641))
    -   Use AfterCommitId to get commit for Viewed functionality ([#&#8203;25529](https://github.com/go-gitea/gitea/issues/25529)) ([#&#8203;25612](https://github.com/go-gitea/gitea/issues/25612))
    -   Fix bug of branches API with tests([#&#8203;25578](https://github.com/go-gitea/gitea/issues/25578)) ([#&#8203;25579](https://github.com/go-gitea/gitea/issues/25579))
    -   Fix content holes in Actions task logs file ([#&#8203;25560](https://github.com/go-gitea/gitea/issues/25560)) ([#&#8203;25566](https://github.com/go-gitea/gitea/issues/25566))
    -   Fix bugs related to notification endpoints ([#&#8203;25548](https://github.com/go-gitea/gitea/issues/25548)) ([#&#8203;25562](https://github.com/go-gitea/gitea/issues/25562))
    -   Add Adopt repository event and handler ([#&#8203;25497](https://github.com/go-gitea/gitea/issues/25497)) ([#&#8203;25518](https://github.com/go-gitea/gitea/issues/25518))
    -   Improve wiki sidebar and TOC ([#&#8203;25460](https://github.com/go-gitea/gitea/issues/25460)) ([#&#8203;25477](https://github.com/go-gitea/gitea/issues/25477))
    -   Make "dismiss" content shown correctly ([#&#8203;25461](https://github.com/go-gitea/gitea/issues/25461)) ([#&#8203;25465](https://github.com/go-gitea/gitea/issues/25465))
    -   Change default email domain for LDAP users ([#&#8203;25425](https://github.com/go-gitea/gitea/issues/25425)) ([#&#8203;25434](https://github.com/go-gitea/gitea/issues/25434))
    -   Fix missing commit message body when the message has leading newlines ([#&#8203;25418](https://github.com/go-gitea/gitea/issues/25418)) ([#&#8203;25422](https://github.com/go-gitea/gitea/issues/25422))
    -   Fix LDAP sync when Username Attribute is empty ([#&#8203;25278](https://github.com/go-gitea/gitea/issues/25278)) ([#&#8203;25379](https://github.com/go-gitea/gitea/issues/25379))
    -   Fetch all git data for embedding correct version in docker image ([#&#8203;25361](https://github.com/go-gitea/gitea/issues/25361)) ([#&#8203;25373](https://github.com/go-gitea/gitea/issues/25373))
    -   Fix incorrect actions ref_name ([#&#8203;25358](https://github.com/go-gitea/gitea/issues/25358)) ([#&#8203;25367](https://github.com/go-gitea/gitea/issues/25367))
    -   Write absolute AppDataPath to app.ini when installing ([#&#8203;25331](https://github.com/go-gitea/gitea/issues/25331)) ([#&#8203;25347](https://github.com/go-gitea/gitea/issues/25347))
    -   Fix incorrect config argument position for builtin SSH server ([#&#8203;25341](https://github.com/go-gitea/gitea/issues/25341))
    -   Remove EasyMDE focus outline on text ([#&#8203;25328](https://github.com/go-gitea/gitea/issues/25328)) ([#&#8203;25332](https://github.com/go-gitea/gitea/issues/25332))
    -   Fix displayed RPM repo url ([#&#8203;25310](https://github.com/go-gitea/gitea/issues/25310)) ([#&#8203;25313](https://github.com/go-gitea/gitea/issues/25313))
    -   Fix index generation parallelly failure ([#&#8203;25235](https://github.com/go-gitea/gitea/issues/25235)) ([#&#8203;25269](https://github.com/go-gitea/gitea/issues/25269))
    -   Fix panic when migrating a repo from GitHub with issues ([#&#8203;25246](https://github.com/go-gitea/gitea/issues/25246)) ([#&#8203;25247](https://github.com/go-gitea/gitea/issues/25247))
    -   Fix task list checkbox toggle to work with YAML front matter ([#&#8203;25184](https://github.com/go-gitea/gitea/issues/25184)) ([#&#8203;25227](https://github.com/go-gitea/gitea/issues/25227))
    -   Fix compatible for webhook ref type ([#&#8203;25195](https://github.com/go-gitea/gitea/issues/25195)) ([#&#8203;25223](https://github.com/go-gitea/gitea/issues/25223))
    -   Hide limited users if viewed by anonymous ghost ([#&#8203;25214](https://github.com/go-gitea/gitea/issues/25214)) ([#&#8203;25220](https://github.com/go-gitea/gitea/issues/25220))
    -   Do not overwrite the log mode when installing ([#&#8203;25203](https://github.com/go-gitea/gitea/issues/25203)) ([#&#8203;25209](https://github.com/go-gitea/gitea/issues/25209))
    -   Fix fullscreen for action  ([#&#8203;25200](https://github.com/go-gitea/gitea/issues/25200)) ([#&#8203;25207](https://github.com/go-gitea/gitea/issues/25207))
    -   Add `WithPullRequest` for `actionsNotifier` ([#&#8203;25144](https://github.com/go-gitea/gitea/issues/25144)) ([#&#8203;25197](https://github.com/go-gitea/gitea/issues/25197))
    -   Fix `MilestoneIDs` when querying issues ([#&#8203;25125](https://github.com/go-gitea/gitea/issues/25125)) ([#&#8203;25141](https://github.com/go-gitea/gitea/issues/25141))
    -   Fix incorrect git ignore rule and add missing license files ([#&#8203;25135](https://github.com/go-gitea/gitea/issues/25135)) ([#&#8203;25138](https://github.com/go-gitea/gitea/issues/25138))
    -   Remove incorrect element ID on "post-install" page ([#&#8203;25104](https://github.com/go-gitea/gitea/issues/25104)) ([#&#8203;25129](https://github.com/go-gitea/gitea/issues/25129))
    -   Fix 500 error caused by notifications without an issue such as repo transfers ([#&#8203;25101](https://github.com/go-gitea/gitea/issues/25101))
    -   Help to recover from corrupted levelqueue ([#&#8203;24912](https://github.com/go-gitea/gitea/issues/24912))
    -   Fix 500 error when select `No assignee` filter in issue list page ([#&#8203;24854](https://github.com/go-gitea/gitea/issues/24854))
    -   Add validations.required check to dropdown field ([#&#8203;24849](https://github.com/go-gitea/gitea/issues/24849))
    -   Reenable creating default webhooks. ([#&#8203;24626](https://github.com/go-gitea/gitea/issues/24626))
    -   Fix incorrect user visibility ([#&#8203;24557](https://github.com/go-gitea/gitea/issues/24557))
    -   Fix commits pushed with deploy keys not shown in dashboard ([#&#8203;24521](https://github.com/go-gitea/gitea/issues/24521))
    -   Check length of `LogIndexes` in case it is outdated ([#&#8203;24516](https://github.com/go-gitea/gitea/issues/24516))
    -   Fix incorrect CurrentUser check for docker rootless ([#&#8203;24441](https://github.com/go-gitea/gitea/issues/24441))
    -   Fix some mistakes when using `ignSignIn` ([#&#8203;24415](https://github.com/go-gitea/gitea/issues/24415))
    -   Fix incorrect CORS response in Http Git handler ([#&#8203;24303](https://github.com/go-gitea/gitea/issues/24303))
    -   Fix issue attachment handling ([#&#8203;24202](https://github.com/go-gitea/gitea/issues/24202))
    -   Make mention autocomplete case insensitive in new markdown editor ([#&#8203;24190](https://github.com/go-gitea/gitea/issues/24190))
    -   Use 1.18's aria role for dropdown menus ([#&#8203;24144](https://github.com/go-gitea/gitea/issues/24144))
    -   Fix internal sever error when visiting a PR that bound to the deleted team ([#&#8203;24127](https://github.com/go-gitea/gitea/issues/24127))
    -   Add migration to fix external unit access mode of owner/admin team ([#&#8203;24117](https://github.com/go-gitea/gitea/issues/24117))
    -   Show friendly 500 error page to users and developers ([#&#8203;24110](https://github.com/go-gitea/gitea/issues/24110))
    -   Fix meilisearch not working when searching across multiple repositories ([#&#8203;24109](https://github.com/go-gitea/gitea/issues/24109))
    -   Fix math and mermaid rendering bugs ([#&#8203;24049](https://github.com/go-gitea/gitea/issues/24049))
    -   Remove "inverted" class on creating new label and cancel buttons ([#&#8203;24030](https://github.com/go-gitea/gitea/issues/24030))
    -   Allow repo admins too to delete the repo ([#&#8203;23940](https://github.com/go-gitea/gitea/issues/23940))
    -   Disable editing tags ([#&#8203;23883](https://github.com/go-gitea/gitea/issues/23883))
    -   Fix review conversation reply ([#&#8203;23846](https://github.com/go-gitea/gitea/issues/23846))
    -   Fix incorrect CORS failure detection logic ([#&#8203;23844](https://github.com/go-gitea/gitea/issues/23844))
    -   Remove incorrect HTML self close tag ([#&#8203;23748](https://github.com/go-gitea/gitea/issues/23748))
    -   Fix incorrect `toggle` buttons ([#&#8203;23676](https://github.com/go-gitea/gitea/issues/23676))
    -   Introduce path Clean/Join helper functions ([#&#8203;23495](https://github.com/go-gitea/gitea/issues/23495))
    -   Fix missed migration in [#&#8203;22235](https://github.com/go-gitea/gitea/issues/22235) ([#&#8203;23482](https://github.com/go-gitea/gitea/issues/23482))
    -   Do not store user projects as organization projects ([#&#8203;23353](https://github.com/go-gitea/gitea/issues/23353))
    -   Fix incorrect display for comment context menu ([#&#8203;23343](https://github.com/go-gitea/gitea/issues/23343))
    -   Make Ctrl+Enter submit a pending comment (starting review) instead of submitting a single comment ([#&#8203;23245](https://github.com/go-gitea/gitea/issues/23245))
    -   Fix submit button won't refresh in New Repository Fork page ([#&#8203;22994](https://github.com/go-gitea/gitea/issues/22994))
    -   Remove stars when repo goes private ([#&#8203;19904](https://github.com/go-gitea/gitea/issues/19904))
-   TESTING
    -   Add unit test for repository collaboration ([#&#8203;25640](https://github.com/go-gitea/gitea/issues/25640)) ([#&#8203;25658](https://github.com/go-gitea/gitea/issues/25658))
    -   Add missing test case and fix typo in tests ([#&#8203;24915](https://github.com/go-gitea/gitea/issues/24915))
    -   Kd/fix redis unit test ([#&#8203;24650](https://github.com/go-gitea/gitea/issues/24650))
    -   Add owner team permission check test ([#&#8203;24096](https://github.com/go-gitea/gitea/issues/24096))
    -   Test renderReadmeFile ([#&#8203;23185](https://github.com/go-gitea/gitea/issues/23185))
    -   Add default owner team to privated_org and limited_org in unit test ([#&#8203;23109](https://github.com/go-gitea/gitea/issues/23109))
    -   Speed up HasUserStopwatch & GetActiveStopwatch ([#&#8203;23051](https://github.com/go-gitea/gitea/issues/23051))
    -   Remove all package data after tests ([#&#8203;22984](https://github.com/go-gitea/gitea/issues/22984))
-   TRANSLATION
    -   Backport locales to v1.20 ([#&#8203;25899](https://github.com/go-gitea/gitea/issues/25899))
    -   Translate untranslated string in issues list ([#&#8203;25759](https://github.com/go-gitea/gitea/issues/25759)) ([#&#8203;25761](https://github.com/go-gitea/gitea/issues/25761))
    -   Remove broken translations ([#&#8203;25737](https://github.com/go-gitea/gitea/issues/25737))
    -   Show correct naming for 1 comment ([#&#8203;25704](https://github.com/go-gitea/gitea/issues/25704)) ([#&#8203;25712](https://github.com/go-gitea/gitea/issues/25712))
    -   Add Chinese documentations for Actions ([#&#8203;24902](https://github.com/go-gitea/gitea/issues/24902))
    -   Change `valid_until` translation to `valid_until_date` and include placeholder for the date ([#&#8203;24563](https://github.com/go-gitea/gitea/issues/24563))
    -   Change `add_on` translation to `added_on` and include placeholder for the date ([#&#8203;24562](https://github.com/go-gitea/gitea/issues/24562))
    -   Change `join_on` translation to `joined_on` and include placeholder for the date ([#&#8203;24550](https://github.com/go-gitea/gitea/issues/24550))
    -   Use double quotes consistently in en-US ([#&#8203;24141](https://github.com/go-gitea/gitea/issues/24141))
    -   Clarify Gitea/Crowdin locale behaviors, add tests for LocaleStore, fix some strings with semicolons ([#&#8203;23819](https://github.com/go-gitea/gitea/issues/23819))
    -   Update localization.zh-cn.md ([#&#8203;23448](https://github.com/go-gitea/gitea/issues/23448))
    -   Fix grammar in error message ([#&#8203;23273](https://github.com/go-gitea/gitea/issues/23273))
-   BUILD
    -   Correct permissions for `.ssh` and `authorized_keys` ([#&#8203;25721](https://github.com/go-gitea/gitea/issues/25721)) ([#&#8203;25730](https://github.com/go-gitea/gitea/issues/25730))
    -   Upgrade snap to node 20 ([#&#8203;24990](https://github.com/go-gitea/gitea/issues/24990))
    -   Use Go 1.20 for next release ([#&#8203;24859](https://github.com/go-gitea/gitea/issues/24859))
    -   Ignore build for docs only ([#&#8203;24761](https://github.com/go-gitea/gitea/issues/24761))
    -   Update cron-translations.yml ([#&#8203;24708](https://github.com/go-gitea/gitea/issues/24708))
    -   Update to Alpine 3.18 ([#&#8203;24700](https://github.com/go-gitea/gitea/issues/24700))
    -   Check latest version on CI ([#&#8203;24556](https://github.com/go-gitea/gitea/issues/24556))
    -   Upgrade to Node 20 on CI, enable actions cancellation ([#&#8203;24524](https://github.com/go-gitea/gitea/issues/24524))
    -   Mark `/templates/swagger/v1_json.tmpl` as generated file ([#&#8203;24306](https://github.com/go-gitea/gitea/issues/24306))
    -   Enable forbidigo linter ([#&#8203;24278](https://github.com/go-gitea/gitea/issues/24278))
    -   Introduce lint-md and compliance-docs pipeline ([#&#8203;24021](https://github.com/go-gitea/gitea/issues/24021))
    -   Add eslint-plugin-custom-elements ([#&#8203;23991](https://github.com/go-gitea/gitea/issues/23991))
    -   Update eslints for Vue 3 ([#&#8203;23935](https://github.com/go-gitea/gitea/issues/23935))
    -   Improve backport-locales.go ([#&#8203;23807](https://github.com/go-gitea/gitea/issues/23807))
    -   Don't run unnecessary steps when only docs changed ([#&#8203;23103](https://github.com/go-gitea/gitea/issues/23103))
-   DOCS
    -   Docs: rootless docker ssh's default port is 2222 ([#&#8203;25771](https://github.com/go-gitea/gitea/issues/25771)) ([#&#8203;25772](https://github.com/go-gitea/gitea/issues/25772))
    -   Add documentation about supported workflow trigger events ([#&#8203;25582](https://github.com/go-gitea/gitea/issues/25582)) ([#&#8203;25589](https://github.com/go-gitea/gitea/issues/25589))
    -   Document creating an API key from the CLI ([#&#8203;25504](https://github.com/go-gitea/gitea/issues/25504))
    -   Use the new download domain replace the old ([#&#8203;25405](https://github.com/go-gitea/gitea/issues/25405)) ([#&#8203;25409](https://github.com/go-gitea/gitea/issues/25409))
    -   Add Exoscale to installation on cloud provider docs ([#&#8203;25342](https://github.com/go-gitea/gitea/issues/25342)) ([#&#8203;25346](https://github.com/go-gitea/gitea/issues/25346))
    -   Improve some documents: release version, logging, NFS lock ([#&#8203;25202](https://github.com/go-gitea/gitea/issues/25202)) ([#&#8203;25204](https://github.com/go-gitea/gitea/issues/25204))
    -   Change branch name from master to main in some documents' links ([#&#8203;25126](https://github.com/go-gitea/gitea/issues/25126)) ([#&#8203;25140](https://github.com/go-gitea/gitea/issues/25140))
    -   Introduce how to configure cache when starting a Runner with Docker ([#&#8203;25077](https://github.com/go-gitea/gitea/issues/25077))
    -   Docs: remove an extraneous whitespace ([#&#8203;24949](https://github.com/go-gitea/gitea/issues/24949))
    -   Update Asciidoc markup example with safe defaults ([#&#8203;24920](https://github.com/go-gitea/gitea/issues/24920))
    -   Fix \<empty> in administration/config-cheat-sheet.en-us.md ([#&#8203;24905](https://github.com/go-gitea/gitea/issues/24905))
    -   Rename docs packages title from xxx Packages Repository -> xxx Package Registry ([#&#8203;24895](https://github.com/go-gitea/gitea/issues/24895))
    -   Replace `drone exec` to `act_runner exec` in test README.md ([#&#8203;24791](https://github.com/go-gitea/gitea/issues/24791))
    -   Update packages overview page ([#&#8203;24730](https://github.com/go-gitea/gitea/issues/24730))
    -   Docs for creating a user to run Gitea on Fedora/RHEL/CentOS ([#&#8203;24725](https://github.com/go-gitea/gitea/issues/24725))
    -   Move actions as usage's subdirectory and update comparsion zh-cn version ([#&#8203;24719](https://github.com/go-gitea/gitea/issues/24719))
    -   Document `redis-cluster` explicitly in config ([#&#8203;24717](https://github.com/go-gitea/gitea/issues/24717))
    -   Improve reverse-proxy document and fix nginx config bug ([#&#8203;24616](https://github.com/go-gitea/gitea/issues/24616))
    -   Fix broken `README` link ([#&#8203;24546](https://github.com/go-gitea/gitea/issues/24546))
    -   Update `CONTRIBUTING.md` ([#&#8203;24492](https://github.com/go-gitea/gitea/issues/24492))
    -   Docs for Gitea Actions ([#&#8203;24405](https://github.com/go-gitea/gitea/issues/24405))
    -   Zh-cn support on doc pages ([#&#8203;24166](https://github.com/go-gitea/gitea/issues/24166))
    -   Fix https setup doc zh-cn ([#&#8203;24015](https://github.com/go-gitea/gitea/issues/24015))
    -   Adjust some documentations titles ([#&#8203;23941](https://github.com/go-gitea/gitea/issues/23941))
    -   More specific and unique feed name for NuGet install command template. ([#&#8203;23889](https://github.com/go-gitea/gitea/issues/23889))
    -   Clarify that Gitea requires JavaScript ([#&#8203;23677](https://github.com/go-gitea/gitea/issues/23677))
    -   Rename develop -> development, contribute -> contributing, administer -> administration ([#&#8203;23662](https://github.com/go-gitea/gitea/issues/23662))
    -   Update PR documentation ([#&#8203;23620](https://github.com/go-gitea/gitea/issues/23620))
    -   Add package registry architecture overview ([#&#8203;23445](https://github.com/go-gitea/gitea/issues/23445))
    -   Add gradle samples in maven doc of packages ([#&#8203;23374](https://github.com/go-gitea/gitea/issues/23374))
    -   Improve the frontend guideline ([#&#8203;23298](https://github.com/go-gitea/gitea/issues/23298))
    -   Add document for `webcomponents` ([#&#8203;23261](https://github.com/go-gitea/gitea/issues/23261))
    -   Add Gitea Community Code of Conduct ([#&#8203;23188](https://github.com/go-gitea/gitea/issues/23188))
    -   Avoid Hugo from adding quote to actions url ([#&#8203;23097](https://github.com/go-gitea/gitea/issues/23097))
    -   Improve reverse proxies documentation ([#&#8203;23068](https://github.com/go-gitea/gitea/issues/23068))
    -   Docs: HTTPS configuration for zh-cn ([#&#8203;23039](https://github.com/go-gitea/gitea/issues/23039))
-   MISC
    -   Do not prepare oauth2 config if it is not enabled, do not write config in some sub-commands ([#&#8203;25567](https://github.com/go-gitea/gitea/issues/25567)) ([#&#8203;25576](https://github.com/go-gitea/gitea/issues/25576))
    -   Align language menu icon and fit the footer area ([#&#8203;25556](https://github.com/go-gitea/gitea/issues/25556)) ([#&#8203;25563](https://github.com/go-gitea/gitea/issues/25563))
    -   Fix sub-command log level ([#&#8203;25537](https://github.com/go-gitea/gitea/issues/25537)) ([#&#8203;25553](https://github.com/go-gitea/gitea/issues/25553))
    -   Fix admin-dl-horizontal ([#&#8203;25512](https://github.com/go-gitea/gitea/issues/25512)) ([#&#8203;25535](https://github.com/go-gitea/gitea/issues/25535))
    -   Fix input `line-height` cutting off `g` ([#&#8203;25334](https://github.com/go-gitea/gitea/issues/25334)) ([#&#8203;25533](https://github.com/go-gitea/gitea/issues/25533))
    -   Clarify the reason why the user can't add a new email if there is a pending activation ([#&#8203;25509](https://github.com/go-gitea/gitea/issues/25509)) ([#&#8203;25514](https://github.com/go-gitea/gitea/issues/25514))
    -   Improve loadprojects for issue list ([#&#8203;25468](https://github.com/go-gitea/gitea/issues/25468)) ([#&#8203;25493](https://github.com/go-gitea/gitea/issues/25493))
    -   Use "utf8mb4" for MySQL by default ([#&#8203;25432](https://github.com/go-gitea/gitea/issues/25432))
    -   Show outdated comments in files changed tab ([#&#8203;24936](https://github.com/go-gitea/gitea/issues/24936)) ([#&#8203;25428](https://github.com/go-gitea/gitea/issues/25428))
    -   Avoid polluting config file when "save" ([#&#8203;25395](https://github.com/go-gitea/gitea/issues/25395)) ([#&#8203;25406](https://github.com/go-gitea/gitea/issues/25406))
    -   Fix blank dir message when uploading files from web editor ([#&#8203;25391](https://github.com/go-gitea/gitea/issues/25391)) ([#&#8203;25400](https://github.com/go-gitea/gitea/issues/25400))
    -   Fix issue filters on mobile view ([#&#8203;25368](https://github.com/go-gitea/gitea/issues/25368)) ([#&#8203;25371](https://github.com/go-gitea/gitea/issues/25371))
    -   Avoid polluting the config ([#&#8203;25345](https://github.com/go-gitea/gitea/issues/25345)) ([#&#8203;25354](https://github.com/go-gitea/gitea/issues/25354))
    -   Fix action runner last online state on edit page ([#&#8203;25337](https://github.com/go-gitea/gitea/issues/25337))
    -   Remove fomantic inverted variations ([#&#8203;25286](https://github.com/go-gitea/gitea/issues/25286)) ([#&#8203;25289](https://github.com/go-gitea/gitea/issues/25289))
    -   Show OAuth2 errors to end users ([#&#8203;25261](https://github.com/go-gitea/gitea/issues/25261)) ([#&#8203;25271](https://github.com/go-gitea/gitea/issues/25271))
    -   Fix profile render when the README.md size is larger than 1024 bytes ([#&#8203;25270](https://github.com/go-gitea/gitea/issues/25270))
    -   Fix strange UI behavior of cancelling dismiss review modal ([#&#8203;25172](https://github.com/go-gitea/gitea/issues/25172))
    -   Update js dependencies ([#&#8203;25137](https://github.com/go-gitea/gitea/issues/25137)) ([#&#8203;25151](https://github.com/go-gitea/gitea/issues/25151))
    -   Fix swagger documentation for multiple files API endpoint ([#&#8203;25110](https://github.com/go-gitea/gitea/issues/25110))
    -   Fix link to customizing-gitea ([#&#8203;25056](https://github.com/go-gitea/gitea/issues/25056))
    -   Add Link to Stars and Forks Page to Repo List ([#&#8203;24931](https://github.com/go-gitea/gitea/issues/24931))
    -   Improve confusable character string ([#&#8203;24911](https://github.com/go-gitea/gitea/issues/24911))
    -   Fix install page context, make the install page tests really test ([#&#8203;24858](https://github.com/go-gitea/gitea/issues/24858))
    -   Add gitea manager reload-templates command ([#&#8203;24843](https://github.com/go-gitea/gitea/issues/24843))
    -   Create pull request for base after editing file, if not enabled on fork ([#&#8203;24841](https://github.com/go-gitea/gitea/issues/24841))
    -   Fix video width overflow in markdown, and other changes to match img ([#&#8203;24834](https://github.com/go-gitea/gitea/issues/24834))
    -   Support Copy Link for video attachments ([#&#8203;24833](https://github.com/go-gitea/gitea/issues/24833))
    -   Improve accessibility when (re-)viewing files ([#&#8203;24817](https://github.com/go-gitea/gitea/issues/24817))
    -   Update JS dependencies ([#&#8203;24815](https://github.com/go-gitea/gitea/issues/24815))
    -   Bump vm2 from 3.9.17 to 3.9.18 ([#&#8203;24742](https://github.com/go-gitea/gitea/issues/24742))
    -   Add IsErrRepoFilesAlreadyExist check when fork repo ([#&#8203;24678](https://github.com/go-gitea/gitea/issues/24678))
    -   Fix typo in act-runner file ([#&#8203;24652](https://github.com/go-gitea/gitea/issues/24652))
    -   Do not send "registration success email" for external auth sources ([#&#8203;24632](https://github.com/go-gitea/gitea/issues/24632))
    -   Filter get single commit ([#&#8203;24613](https://github.com/go-gitea/gitea/issues/24613))
    -   Make diff view full width again ([#&#8203;24598](https://github.com/go-gitea/gitea/issues/24598))
    -   Add permission check for moving issue action in project view page ([#&#8203;24589](https://github.com/go-gitea/gitea/issues/24589))
    -   Revert "Prevent a user with a different email from accepting the team invite" ([#&#8203;24531](https://github.com/go-gitea/gitea/issues/24531))
    -   Temporarily disable PATs until next release ([#&#8203;24527](https://github.com/go-gitea/gitea/issues/24527))
    -   Clean up polluted styles and remove dead CSS code ([#&#8203;24497](https://github.com/go-gitea/gitea/issues/24497))
    -   Faster git.GetDivergingCommits ([#&#8203;24482](https://github.com/go-gitea/gitea/issues/24482))
    -   Fix test delivery button in repo webhook settings page ([#&#8203;24478](https://github.com/go-gitea/gitea/issues/24478))
    -   Use globally shared HTMLRender ([#&#8203;24436](https://github.com/go-gitea/gitea/issues/24436))
    -   Changelog 1.19.2 ([#&#8203;24365](https://github.com/go-gitea/gitea/issues/24365)) ([#&#8203;24403](https://github.com/go-gitea/gitea/issues/24403))
    -   Fix layouts of admin table / adapt repo / email test ([#&#8203;24370](https://github.com/go-gitea/gitea/issues/24370))
    -   Gitea Actions add `base_ref`, `head_ref`, `api_url`, `ref_type` fields ([#&#8203;24356](https://github.com/go-gitea/gitea/issues/24356))
    -   Fix 404 error when leaving the last private org team ([#&#8203;24322](https://github.com/go-gitea/gitea/issues/24322))
    -   Improve External Wiki in Repo Header ([#&#8203;24304](https://github.com/go-gitea/gitea/issues/24304))
    -   Updated upgrade script that is informing user that Gitea service has to be running in order to upgrade it ([#&#8203;24260](https://github.com/go-gitea/gitea/issues/24260))
    -   Add run status in action view page ([#&#8203;24223](https://github.com/go-gitea/gitea/issues/24223))
    -   Update JS dependencies ([#&#8203;24218](https://github.com/go-gitea/gitea/issues/24218))
    -   Bump vm2 from 3.9.15 to 3.9.16 ([#&#8203;24089](https://github.com/go-gitea/gitea/issues/24089))
    -   Update github.com/google/go-github to v51 ([#&#8203;23946](https://github.com/go-gitea/gitea/issues/23946))
    -   Show visibility status of email in own profile ([#&#8203;23900](https://github.com/go-gitea/gitea/issues/23900))
    -   Refactor authors dropdown (send get request from frontend to avoid long wait time) ([#&#8203;23890](https://github.com/go-gitea/gitea/issues/23890))
    -   Add self to maintainers ([#&#8203;23644](https://github.com/go-gitea/gitea/issues/23644))
    -   Upgrade to npm lockfile v3 and explicitely set it ([#&#8203;23561](https://github.com/go-gitea/gitea/issues/23561))
    -   Improve indices for `action` table ([#&#8203;23532](https://github.com/go-gitea/gitea/issues/23532))
    -   Update JS dependencies, Require Node.js 16 ([#&#8203;23528](https://github.com/go-gitea/gitea/issues/23528))
    -   Add init file for Ubuntu ([#&#8203;23362](https://github.com/go-gitea/gitea/issues/23362))
    -   Update go.mod dependencies ([#&#8203;23126](https://github.com/go-gitea/gitea/issues/23126))
    -   Use minio/sha256-simd for accelerated SHA256 ([#&#8203;23052](https://github.com/go-gitea/gitea/issues/23052))
    -   More detailed branch delete message ([#&#8203;22696](https://github.com/go-gitea/gitea/issues/22696))
    -   Add tooltips to `Hide comment type` settings where necessary ([#&#8203;21306](https://github.com/go-gitea/gitea/issues/21306))

### [`v1.19.4`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1194---2023-07-04)

[Compare Source](https://github.com/go-gitea/gitea/compare/v1.19.3...v1.19.4)

-   SECURITY
    -   Fix open redirect check for more cases ([#&#8203;25143](https://github.com/go-gitea/gitea/issues/25143)) ([#&#8203;25155](https://github.com/go-gitea/gitea/issues/25155))
-   API
    -   Return `404` in the API if the requested webhooks were not found ([#&#8203;24823](https://github.com/go-gitea/gitea/issues/24823)) ([#&#8203;24830](https://github.com/go-gitea/gitea/issues/24830))
    -   Fix `organization` field being `null` in `GET /api/v1/teams/{id}` ([#&#8203;24694](https://github.com/go-gitea/gitea/issues/24694)) ([#&#8203;24696](https://github.com/go-gitea/gitea/issues/24696))
-   ENHANCEMENTS
    -   Set `--font-weight-bold` to 600 ([#&#8203;24840](https://github.com/go-gitea/gitea/issues/24840))
    -   Make mailer SMTP check have timed context ([#&#8203;24751](https://github.com/go-gitea/gitea/issues/24751)) ([#&#8203;24759](https://github.com/go-gitea/gitea/issues/24759))
    -   Do not select line numbers when selecting text from the action run logs ([#&#8203;24594](https://github.com/go-gitea/gitea/issues/24594)) ([#&#8203;24596](https://github.com/go-gitea/gitea/issues/24596))
-   BUGFIXES
    -   Fix bug when change user name ([#&#8203;25637](https://github.com/go-gitea/gitea/issues/25637)) ([#&#8203;25645](https://github.com/go-gitea/gitea/issues/25645))
    -   Fix task list checkbox toggle to work with YAML front matter ([#&#8203;25184](https://github.com/go-gitea/gitea/issues/25184)) ([#&#8203;25236](https://github.com/go-gitea/gitea/issues/25236))
    -   Hide limited users if viewed by anonymous ghost ([#&#8203;25214](https://github.com/go-gitea/gitea/issues/25214)) ([#&#8203;25224](https://github.com/go-gitea/gitea/issues/25224))
    -   Add `WithPullRequest` for `actionsNotifier` ([#&#8203;25144](https://github.com/go-gitea/gitea/issues/25144)) ([#&#8203;25196](https://github.com/go-gitea/gitea/issues/25196))
    -   Fix parallelly generating index failure with Mysql ([#&#8203;24567](https://github.com/go-gitea/gitea/issues/24567)) ([#&#8203;25081](https://github.com/go-gitea/gitea/issues/25081))
    -   GitLab migration: Sanitize response for reaction list ([#&#8203;25054](https://github.com/go-gitea/gitea/issues/25054)) ([#&#8203;25059](https://github.com/go-gitea/gitea/issues/25059))
    -   Fix users cannot visit issue attachment bug ([#&#8203;25019](https://github.com/go-gitea/gitea/issues/25019)) ([#&#8203;25027](https://github.com/go-gitea/gitea/issues/25027))
    -   Fix missing reference prefix of commits when sync mirror repository ([#&#8203;24994](https://github.com/go-gitea/gitea/issues/24994))
    -   Only validate changed columns when update user ([#&#8203;24867](https://github.com/go-gitea/gitea/issues/24867)) ([#&#8203;24903](https://github.com/go-gitea/gitea/issues/24903))
    -   Make DeleteIssue use correct context ([#&#8203;24885](https://github.com/go-gitea/gitea/issues/24885))
    -   Fix topics deleted via API not being deleted in org page ([#&#8203;24825](https://github.com/go-gitea/gitea/issues/24825)) ([#&#8203;24829](https://github.com/go-gitea/gitea/issues/24829))
    -   Fix Actions being enabled accidentally ([#&#8203;24802](https://github.com/go-gitea/gitea/issues/24802)) ([#&#8203;24810](https://github.com/go-gitea/gitea/issues/24810))
    -   Fix missed table name on iterate lfs meta objects ([#&#8203;24768](https://github.com/go-gitea/gitea/issues/24768)) ([#&#8203;24774](https://github.com/go-gitea/gitea/issues/24774))
    -   Fix safari cookie session bug ([#&#8203;24772](https://github.com/go-gitea/gitea/issues/24772))
    -   Respect original content when creating secrets ([#&#8203;24745](https://github.com/go-gitea/gitea/issues/24745)) ([#&#8203;24746](https://github.com/go-gitea/gitea/issues/24746))
    -   Fix Pull Mirror out-of-sync bugs ([#&#8203;24732](https://github.com/go-gitea/gitea/issues/24732)) ([#&#8203;24733](https://github.com/go-gitea/gitea/issues/24733))
    -   Fix run list broken when trigger user deleted ([#&#8203;24706](https://github.com/go-gitea/gitea/issues/24706)) ([#&#8203;24709](https://github.com/go-gitea/gitea/issues/24709))
    -   Fix issues list page multiple selection update milestones ([#&#8203;24660](https://github.com/go-gitea/gitea/issues/24660)) ([#&#8203;24663](https://github.com/go-gitea/gitea/issues/24663))
    -   Fix: release page for empty or non-existing target ([#&#8203;24659](https://github.com/go-gitea/gitea/issues/24659))
    -   Fix close org projects ([#&#8203;24588](https://github.com/go-gitea/gitea/issues/24588)) ([#&#8203;24591](https://github.com/go-gitea/gitea/issues/24591))
    -   Refresh the refernce of the closed PR when reopening ([#&#8203;24231](https://github.com/go-gitea/gitea/issues/24231)) ([#&#8203;24587](https://github.com/go-gitea/gitea/issues/24587))
    -   Fix the permission of team's `Actions` unit issue ([#&#8203;24536](https://github.com/go-gitea/gitea/issues/24536)) ([#&#8203;24545](https://github.com/go-gitea/gitea/issues/24545))
    -   Bump go.etcd.io/bbolt and blevesearch deps ([#&#8203;23062](https://github.com/go-gitea/gitea/issues/23062)) ([#&#8203;24519](https://github.com/go-gitea/gitea/issues/24519))
    -   Fix new wiki page mirror ([#&#8203;24518](https://github.com/go-gitea/gitea/issues/24518))
    -   Match unqualified references when syncing pulls as well ([#&#8203;23070](https://github.com/go-gitea/gitea/issues/23070))
-   DOCS
    -   Change branch name from master to main in some documents' links ([#&#8203;25126](https://github.com/go-gitea/gitea/issues/25126)) ([#&#8203;25139](https://github.com/go-gitea/gitea/issues/25139))
    -   Remove unnecessary content on docs ([#&#8203;24976](https://github.com/go-gitea/gitea/issues/24976)) ([#&#8203;25001](https://github.com/go-gitea/gitea/issues/25001))
    -   Unify doc links to use paths relative to doc folder ([#&#8203;24979](https://github.com/go-gitea/gitea/issues/24979)) ([#&#8203;25000](https://github.com/go-gitea/gitea/issues/25000))
    -   Fix docs documenting invalid `@every` for `OLDER_THAN` cron settings ([#&#8203;24695](https://github.com/go-gitea/gitea/issues/24695)) ([#&#8203;24698](https://github.com/go-gitea/gitea/issues/24698))
-   MISC
    -   Merge different languages for language stats ([#&#8203;24900](https://github.com/go-gitea/gitea/issues/24900)) ([#&#8203;24921](https://github.com/go-gitea/gitea/issues/24921))
    -   Hiding Secrets options when Actions feature is disabled ([#&#8203;24792](https://github.com/go-gitea/gitea/issues/24792))
    -   Improve decryption failure message ([#&#8203;24573](https://github.com/go-gitea/gitea/issues/24573)) ([#&#8203;24575](https://github.com/go-gitea/gitea/issues/24575))
    -   Makefile: Use portable !, not GNUish -not, with find(1). ([#&#8203;24565](https://github.com/go-gitea/gitea/issues/24565)) ([#&#8203;24572](https://github.com/go-gitea/gitea/issues/24572))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/21
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-09-07 22:53:40 +00:00
Renovate Bot cdc2685623 fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.29.0 (#17)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) | require | minor | `v2.27.0` -> `v2.29.0` |

---

### Release Notes

<details>
<summary>hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)</summary>

### [`v2.29.0`](https://github.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.29.0)

[Compare Source](https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.28.0...v2.29.0)

NOTES:

-   all: This Go module has been updated to Go 1.20 per the [Go support policy](https://go.dev/doc/devel/release#policy). It is recommended to review the [Go 1.20 release notes](https://go.dev/doc/go1.20) before upgrading. Any consumers building on earlier Go versions may experience errors. ([#&#8203;1245](https://github.com/hashicorp/terraform-plugin-sdk/issues/1245))

FEATURES:

-   helper/schema: Upgrade to protocol version 5.4, which can significantly reduce memory usage with Terraform 1.6 and later when a configuration includes multiple instances of the same provider ([#&#8203;1234](https://github.com/hashicorp/terraform-plugin-sdk/issues/1234))

ENHANCEMENTS:

-   helper/validation: Added `AllDiag` and `AnyDiag`, which are `SchemaValidateDiagFunc` variants of `All` and `Any` ([#&#8203;1155](https://github.com/hashicorp/terraform-plugin-sdk/issues/1155))
-   helper/validation: Added quoting in `StringInSlice` error diagnostic output to prevent confusion with values that contain spaces ([#&#8203;464](https://github.com/hashicorp/terraform-plugin-sdk/issues/464))

### [`v2.28.0`](https://github.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.28.0)

[Compare Source](https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.27.0...v2.28.0)

NOTES:

-   helper/schema: The `Resource` type `EnableApplyLegacyTypeSystemErrors` and `EnablePlanLegacyTypeSystemErrors` fields can be enabled to more easily discover resource data consistency errors which Terraform would normally demote to warning logs. Before enabling the flag in a production release for a resource, the resource should be exhaustively acceptance tested as there may be unrecoverable error situations for practitioners. It is recommended to first enable and test in environments where it is easy to clean up resources, potentially outside of Terraform. ([#&#8203;1227](https://github.com/hashicorp/terraform-plugin-sdk/issues/1227))

ENHANCEMENTS:

-   helper/schema: Added `Resource` type `EnableLegacyTypeSystemApplyErrors` field, which will prevent Terraform from demoting data consistency errors to warning logs during `ApplyResourceChange` (`Create`, `Update`, and `Delete`) operations with the resource ([#&#8203;1227](https://github.com/hashicorp/terraform-plugin-sdk/issues/1227))
-   helper/schema: Added `Resource` type `EnableLegacyTypeSystemPlanErrors` field, which can be used to prevent Terraform from demoting data consistency errors to warning logs during `PlanResourceChange` operations with the resource ([#&#8203;1227](https://github.com/hashicorp/terraform-plugin-sdk/issues/1227))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/17
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-09-07 21:50:38 +00:00
Renovate Bot 2c1b4fdc0d chore(deps): update actions/checkout action to v4 (#19)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | major | `v3` -> `v4` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

### [`v4`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400)

[Compare Source](https://github.com/actions/checkout/compare/v3...v4)

-   [Support fetching without the --progress option](https://github.com/actions/checkout/pull/1067)
-   [Update to node20](https://github.com/actions/checkout/pull/1436)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/19
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-09-07 21:50:19 +00:00
Tobias Trabelsi 9aabc45e0b readding install command (#14)
I see that you removed it explicitly in the PR, but i would kindly ask to get it back. helped me a lot with local testing

Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/14
Co-authored-by: Tobias Trabelsi <lerentis@uploadfilter24.eu>
Co-committed-by: Tobias Trabelsi <lerentis@uploadfilter24.eu>
2023-09-07 21:47:00 +00:00
Renovate Bot 39b6dc1a2e fix(deps): update module code.gitea.io/sdk/gitea to v0.16.0 (#16)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| code.gitea.io/sdk/gitea | require | minor | `v0.15.1` -> `v0.16.0` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/16
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-09-07 21:44:43 +00:00
Renovate Bot f947033ba4 Configure Renovate (#15)
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `.github/workflows/release.yml` (github-actions)
 * `go.mod` (gomod)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - Enable Renovate Dependency Dashboard creation.
  - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use.
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - Apply crowd-sourced package replacement rules.
  - Apply crowd-sourced workarounds for known problems with packages.
  - Pin Docker digests.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json5` in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.

---

### What to Expect

With your current configuration, Renovate will create 3 Pull Requests:

<details>
<summary>fix(deps): update module code.gitea.io/sdk/gitea to v0.16.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/code.gitea.io-sdk-gitea-0.x`
  - Merge into: `main`
  - Upgrade code.gitea.io/sdk/gitea to `v0.16.0`

</details>

<details>
<summary>fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.29.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/github.com-hashicorp-terraform-plugin-sdk-v2-2.x`
  - Merge into: `main`
  - Upgrade [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) to `v2.29.0`

</details>

<details>
<summary>chore(deps): update actions/checkout action to v4</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/actions-checkout-4.x`
  - Merge into: `main`
  - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v4`

</details>

<br />

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for `prhourlylimit` for details.

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:b0e8c3aba9246cf9ec209c46e593f123f2daeea739622a97656e285413290a78-->

Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/15
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
2023-09-07 21:40:26 +00:00
techknowlogick c8ee538674 fix gh action 2023-09-05 21:54:45 -04:00
techknowlogick cc8760c9fd lerentis's changes (#12)
Changes from lerentis's fork.

Co-authored-by: Tobias Trabelsi <lerentis@uploadfilter24.eu>
Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/12
2023-09-06 01:44:01 +00:00
techknowlogick 107e741625 github action to publish binaries to release (#10)
when tags are synch'd to github, this'll run and build the binaries and attach them to the release for use by terraform registry

Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/10
Co-authored-by: techknowlogick <hello@techknowlogick.com>
Co-committed-by: techknowlogick <hello@techknowlogick.com>
2023-09-05 19:52:14 +00:00
petar.nikolovski acf6b121c9 Fetch correct value for name variable in gitea_repo data source (#9)
Hi all,

I've noticed that data source for `gitea_repo` is not working. Instead of trying to fetch data from `/api/v1/repos/<username>/<name>` it sends a reques as `/api/v1/repos/<username>/<username>`. I've updated the code to fix this.

Signed-off-by: petar.nikolovski <petar.nikolovski@united.cloud>

Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/9
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-authored-by: petar.nikolovski <petar.nikolovski@noreply.gitea.com>
Co-committed-by: petar.nikolovski <petar.nikolovski@noreply.gitea.com>
2023-09-05 14:31:48 +00:00
Lunny Xiao 019f8a6446 Add ci (#8)
Fix #1

Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/8
2023-04-19 14:35:42 +08:00
Pim Kunis 91172351d7 update provider example (#5)
Needed to change this to make the provider work

Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/5
Co-authored-by: Pim Kunis <pim@kunis.nl>
Co-committed-by: Pim Kunis <pim@kunis.nl>
2023-04-19 00:15:45 +08:00
techknowlogick d71bce3232 add goreleaser 2023-03-31 14:09:43 -04:00
techknowlogick d799926c60 Add 'terraform-registry-manifest.json'
Signed-off-by: techknowlogick <techknowlogick@noreply.gitea.io>
2023-03-31 03:57:18 +08:00
lerentis 7ba385d44a propose features upstream (#2)
Hi @techknowlogick 👋

as discussed on twitter the changes i made on my fork 😃

not sure if you are aware of this but currently hashicorp only allows publishing via github, so if you want to publish this provider to the terraform registry as well, feel free to also take a look at my goreleaser config and drone/github actions usage her: https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea

Co-authored-by: Tobias Trabelsi <lerentis@uploadfilter24.eu>
Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/2
Co-authored-by: lerentis <lerentis@noreply.gitea.io>
Co-committed-by: lerentis <lerentis@noreply.gitea.io>
2022-08-22 23:54:13 +08:00
techknowlogick 6879c07e9f get repo as datasource 2022-04-01 00:23:50 -04:00
techknowlogick 35c4b897fb correct typo 2022-03-31 20:15:25 -04:00
techknowlogick 75efa3bc7c update to latest sdk 2022-03-31 19:19:14 -04:00
techknowlogick 4fbedb01b5 Initial commit 2022-03-31 17:24:00 -04:00