0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-31 18:05:34 +01:00
gitea/templates
wxiaoguang 2df7563f31
Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)
Mainly for MySQL/MSSQL.

It is important for Gitea to use case-sensitive database charset
collation. If the database is using a case-insensitive collation, Gitea
will show startup error/warning messages, and show the errors/warnings
on the admin panel's Self-Check page.

Make `gitea doctor convert` work for MySQL to convert the collations of
database & tables & columns.

* Fix #28131

## ⚠️ BREAKING ⚠️

It is not quite breaking, but it's highly recommended to convert the
database&table&column to a consistent and case-sensitive collation.
2024-01-10 11:03:23 +00:00
..
admin Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662) 2024-01-10 11:03:23 +00:00
api/packages/pypi
base Move the captcha script loader to the template which really needs it (#28718) 2024-01-07 15:41:46 +00:00
code Fix 500 error of searching commits (#28576) 2023-12-21 23:09:14 +00:00
custom
devtest
explore Add links to owner home page in explore (#28341) 2024-01-05 03:34:35 +00:00
mail
org
package Fix long package version names overflowing (#28619) 2023-12-30 07:42:16 +00:00
projects
repo Add download attribute to release attachments (#28739) 2024-01-09 16:51:20 +08:00
shared Fix tooltip of variable edit button (#28681) 2024-01-03 06:25:19 +00:00
status
swagger Add get actions runner registration token for API routes, repo, org, user and global level (#27144) 2023-12-27 07:57:54 +00:00
user Move the captcha script loader to the template which really needs it (#28718) 2024-01-07 15:41:46 +00:00
webhook
home.tmpl
install.tmpl
post-install.tmpl