1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00
gitea/routers
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.
2023-05-26 09:42:54 +00:00
..
api Fix ref type error (#24941) 2023-05-26 15:00:27 +08:00
common Rewrite logger system (#24726) 2023-05-21 22:35:11 +00:00
install Fix install page context, make the install page tests really test (#24858) 2023-05-23 09:29:15 +08:00
private Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2023-05-26 01:04:48 +00:00
utils Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
web Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
init.go Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00