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
guillep2k 5a44be627c Convert files to utf-8 for indexing (#7814)
* Convert files to utf-8 for indexing

* Move utf8 functions to modules/base

* Bump repoIndexerLatestVersion to 3

* Add tests for base/encoding.go

* Changes to pass gosimple

* Move UTF8 funcs into new modules/charset package
5 years ago
..
auth Make captcha and password optional for external accounts (#6606) 5 years ago
avatar Improve handling of non-square avatars (#7025) 5 years ago
base Convert files to utf-8 for indexing (#7814) 5 years ago
cache Add golangci (#6418) 5 years ago
charset Convert files to utf-8 for indexing (#7814) 5 years ago
context Removed unnecessary conversions (#7557) 5 years ago
cron Move status table to cron package (#7370) 5 years ago
generate Integrate OAuth2 Provider (#5378) 5 years ago
git Do not fetch all refs (#7797) 5 years ago
gzip Add golangci (#6418) 5 years ago
highlight Add a lot of extension to language mappings for syntax highlights (#7741) 5 years ago
httplib Add golangci (#6418) 5 years ago
indexer Convert files to utf-8 for indexing (#7814) 5 years ago
lfs Removed unnecessary conversions (#7557) 5 years ago
log Removed unnecessary conversions (#7557) 5 years ago
mailer Add golangci (#6418) 5 years ago
markup Check commit message hashes before making links (#7713) 5 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations Import topics during migration (#7851) 5 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 7 years ago
notification Add golangci (#6418) 5 years ago
options remove unnecessary fmt on generate bindata (#7706) 5 years ago
pprof Add golangci (#6418) 5 years ago
private Attempt to fix hook problem (#7854) 5 years ago
process Fix run command race (#1470) 7 years ago
public remove unnecessary fmt on generate bindata (#7706) 5 years ago
pull move CreateReview to moduels/pull (#7841) 5 years ago
recaptcha Allow Recaptcha service url to be configured (#6820) 5 years ago
repofiles Convert files to utf-8 for indexing (#7814) 5 years ago
search Global code search support (#3664) 6 years ago
secret Integrate OAuth2 Provider (#5378) 5 years ago
session Add golangci (#6418) 5 years ago
setting Remove settting dependency on modules/session (#7237) 5 years ago
ssh switch to use gliderlabs/ssh for builtin server (#7250) 5 years ago
structs Be more strict with git arguments (#7715) 5 years ago
sync Fix status table race condition (#1835) 7 years ago
templates Convert files to utf-8 for indexing (#7814) 5 years ago
test move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 years ago
upload Refactor filetype is not allowed errors (#7309) 5 years ago
user Add golangci (#6418) 5 years ago
util Handle insecure and ports in go get (#7041) 5 years ago
validation Fix lax comparison in validation tests (#7815) 5 years ago