You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules
zeripath fcabbae168
Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563)
MySQL in its infinite wisdom determines that UTF8 does not
mean UTF8. Our install scripts know about this and will set
CHARSET to utf8mb4 if we users choose this but... users who
do not explicitly set this variable will default to utf8mb3
without knowing it.

This PR changes the unset CHARSET value to utf8mb4 if users
choose to use mysql.

Signed-off-by: Andrew Thornton <art27@cantab.net>
4 years ago
..
analyze Exclude generated files from language statistics (#11653) 4 years ago
auth Skip SSPI authentication attempts for /api/internal (#12556) 4 years ago
avatar Improve handling of non-square avatars (#7025) 5 years ago
base Update Octicons to v10 (#12240) 4 years ago
cache Use hash of repo path, ref and entrypath as cache key (#12151) 4 years ago
charset Fix chardet test and add ordering option (#11621) 4 years ago
context Add a storage layer for attachments (#11387) 4 years ago
convert Default empty merger list to those with write permissions (#12535) 4 years ago
cron Mirror System Notice reports are too frequent (#12438) 4 years ago
emoji Fix emoji detection in certain cases (#12320) 4 years ago
eventsource Move EventSource to SharedWorker (#12095) 4 years ago
generate Add gitea-vet (#10948) 4 years ago
git fix typos (#12545) 4 years ago
gitgraph Render the git graph on the server (#12333) 4 years ago
graceful Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago
highlight Ensure syntax highlighting is the same inside diffs (#12205) 4 years ago
httplib Add golangci (#6418) 5 years ago
indexer Remove hardcoded ES indexername (#12521) 4 years ago
lfs Add Access-Control-Expose-Headers (#12446) 4 years ago
log Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago
markup Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations Add a storage layer for attachments (#11387) 4 years ago
notification Add action feed for new release (#12324) 4 years ago
options Rename scripts to build and add revive command as a new build tool command (#10942) 4 years ago
password Add password requirement info on error (#9074) 5 years ago
pprof Add golangci (#6418) 5 years ago
private Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 4 years ago
process Only write to global gitconfig if necessary (#11876) 4 years ago
public go1.15 (#12475) 4 years ago
queue Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago
recaptcha fixed reCAPTCHA URL (#9083) 5 years ago
references Detect full references to issues and pulls in commit messages (#12399) 4 years ago
repofiles Detect full references to issues and pulls in commit messages (#12399) 4 years ago
repository Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago
secret Integrate OAuth2 Provider (#5378) 5 years ago
session Prevent (caught) panic on login (#11590) 4 years ago
setting Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563) 4 years ago
ssh log.Fatal on failure to listen to SSH port (#10795) 4 years ago
storage Add a storage layer for attachments (#11387) 4 years ago
structs Kanban board (#8346) 4 years ago
svg Fix filepath basename on Windows for SVG bindata (#12241) 4 years ago
sync Fix missing unlock in uniquequeue (#9790) 5 years ago
task Move create/fork repository from models to modules/repository (#9489) 5 years ago
templates Render the git graph on the server (#12333) 4 years ago
test Add Organization Wide Labels (#10814) 4 years ago
timeutil Fix timezone on issue deadline (#11697) 4 years ago
upload Fix upload file type check (#7890) 5 years ago
user Add gitea-vet (#10948) 4 years ago
util Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago
validation [API] Get a single commit via Ref (#10915) 4 years ago
webhook Don't use legacy method to send Matrix Webhook (#12348) 4 years ago