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/user/setting
JakobDev 85fa954a38
Improve some Forms (#24878)
Don't really know a better name for this. I've gone through some Forms
and added missing HTML attributes (mostly `maxlength`). I tried to fill
the Forms with dummy Data and see if Gitea throws a Error (e.g. maximum
length). If yes, I added the missing HTML attribute.

While working on this, I discovered that the Form to add OAuth2 Apps
just silently fails when filled with invalid data, so I fixed that too.
2 years ago
..
security Add main landmark to templates and adjust titles (#22670) 2 years ago
account.go Split "modules/context.go" to separate files (#24569) 2 years ago
account_test.go Merge setting.InitXXX into one function with options (#24389) 2 years ago
adopt.go Fix unclear `IsRepositoryExist` logic (#24374) 2 years ago
applications.go Add main landmark to templates and adjust titles (#22670) 2 years ago
keys.go Improve error report when user passes a private key (#22726) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
oauth2.go Implement FSFE REUSE for golang files (#21840) 2 years ago
oauth2_common.go Improve some Forms (#24878) 2 years ago
packages.go Add Chef package registry (#22554) 2 years ago
profile.go Refactor rename user and rename organization (#24052) 2 years ago
secrets.go Move secrets and runners settings to actions settings (#24200) 2 years ago
webhooks.go Add user webhooks (#21563) 2 years ago