1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00
gitea/services/forms
wxiaoguang ce46834b93
Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413)
In modern days, there is no reason to make users set "charset" anymore.

Close #25378

## ⚠️ BREAKING

The key `[database].CHARSET` was removed completely as every newer
(>10years) MySQL database supports `utf8mb4` already.
There is a (deliberately) undocumented new fallback option if anyone
still needs to use it, but we don't recommend using it as it simply
causes problems.
2023-06-21 10:49:25 +00:00
..
admin.go Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
auth_form.go Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
org.go Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
package_form.go Add CRAN package registry (#22331) 2023-05-22 10:57:49 +08:00
repo_branch_form.go Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
repo_form_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
repo_form.go New webhook trigger for receiving Pull Request review requests (#24481) 2023-05-24 22:06:27 -04:00
repo_tag_form.go Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
runner.go Support changing labels of Actions runner without re-registration (#24806) 2023-06-13 22:28:31 +08:00
user_form_auth_openid.go Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
user_form_hidden_comments.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
user_form_test.go Redesign Scoped Access Tokens (#24767) 2023-06-04 20:57:16 +02:00
user_form.go Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413) 2023-06-21 10:49:25 +00:00