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.
gitea/routers/repo
Lauris BH 81702e6ec9 Detect charset and convert non UTF-8 files for display (#4950)
* Detect charset and convert non UTF-8 files for display

* Refactor and move function to correct module

* Revert unrelated changes

* More unrelated changes

* Duplicate content for small text to have better encoding detection

* Check if original content is valid before duplicating it
6 years ago
..
activity.go
attachment.go
branch.go
commit.go
download.go
editor.go
http.go Make reverse proxy auth optional (#4643) 7 years ago
issue.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_stopwatch.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go Add whitespace handling to PR-comparsion (#4683) 7 years ago
pull.go Add whitespace handling to PR-comparsion (#4683) 7 years ago
pull_review.go Code review UI improvements and bugfixes (#4682) 6 years ago
release.go
release_test.go
repo.go
search.go
setting.go make sure to catch the right error so it is displayed as an error on the ui not a 500 (#4945) 6 years ago
setting_protected_branch.go
settings_test.go
topic.go
view.go Detect charset and convert non UTF-8 files for display (#4950) 6 years ago
webhook.go Slack webhook channel name cannot be empty or just contain an hashtag (#4786) 7 years ago
wiki.go
wiki_test.go