gitea/modules/web/middleware
wxiaoguang 2900dc90a7
Improve valid user name check (#20136)
Close https://github.com/go-gitea/gitea/issues/21640

Before: Gitea can create users like ".xxx" or "x..y", which is not
ideal, it's already a consensus that dot filenames have special
meanings, and `a..b` is a confusing name when doing cross repo compare.

After: stricter

Co-authored-by: Jason Song <i@wolfogre.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
2022-11-04 17:04:08 +08:00
..
binding.go Improve valid user name check (#20136) 2022-11-04 17:04:08 +08:00
cookie.go Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#19337) 2022-04-08 13:21:05 +08:00
data.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
flash.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
locale.go Fix various typos (#20338) 2022-07-12 23:32:37 +02:00
request.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00