1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
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>
2022-08-13 19:32:34 +01:00
..
admin Rework mailer settings (#18982) 2022-08-02 13:24:18 +08:00
auth Add support mCaptcha as captcha provider (#20458) 2022-08-10 15:20:10 +02:00
dev
events
explore
feed
healthcheck
misc
org Add Docker /v2/_catalog endpoint (#20469) 2022-07-28 11:59:39 +08:00
repo Switch Unicode Escaping to a VSCode-like system (#19990) 2022-08-13 19:32:34 +01:00
user Add an option to create new issues from "/issues" page (#20650) 2022-08-09 19:30:09 +08:00
auth_windows.go Let web and API routes have different auth methods group (#19168) 2022-03-28 12:46:28 +08:00
auth.go
base.go
goget.go
home.go Add sitemap support (#18407) 2022-06-25 19:06:01 +02:00
metrics.go
nodeinfo.go
swagger_json.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
web.go Fix init mail render logic (#20704) 2022-08-08 20:04:28 +02:00
webfinger.go Fix various typos (#20338) 2022-07-12 23:32:37 +02:00