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/web
zeripath 99efa02edf
Switch Unicode Escaping to a VSCode-like system (#19990)
This PR rewrites the invisible unicode detection algorithm to more
closely match that of the Monaco editor on the system. It provides a
technique for detecting ambiguous characters and relaxes the detection
of combining marks.

Control characters are in addition detected as invisible in this
implementation whereas they are not on monaco but this is related to
font issues.

Close #19913

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
admin Rework mailer settings (#18982) 3 years ago
auth Add support mCaptcha as captcha provider (#20458) 3 years ago
dev Make better use of i18n (#20096) 3 years ago
events Improve Stopwatch behavior (#18930) 3 years ago
explore Add sitemap support (#18407) 3 years ago
feed Add more linters to improve code readability (#19989) 3 years ago
healthcheck Update go-chi/cache to utilize Ping() (#19719) 3 years ago
misc Fix panic in team repos API (#19431) 3 years ago
org Add Docker /v2/_catalog endpoint (#20469) 3 years ago
repo Switch Unicode Escaping to a VSCode-like system (#19990) 3 years ago
user Add an option to create new issues from "/issues" page (#20650) 3 years ago
auth.go Remove legacy `+build:` constraint (#19582) 3 years ago
auth_windows.go Let web and API routes have different auth methods group (#19168) 3 years ago
base.go Add Cache-Control header to html and api responses, add no-transform (#20432) 3 years ago
goget.go Refactor legacy `unknwon/com` package, improve golangci lint (#19284) 3 years ago
home.go Add sitemap support (#18407) 3 years ago
metrics.go Update HTTP status codes to modern codes (#18063) 3 years ago
nodeinfo.go Add nodeinfo endpoint for federation purposes (#16953) 3 years ago
swagger_json.go
web.go Fix init mail render logic (#20704) 3 years ago
webfinger.go Fix various typos (#20338) 3 years ago