forgejo/routers/web
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
..
admin Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
auth
devtest
events
explore
feed
healthcheck
misc Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
org Refactor rename user and rename organization (#24052) 2023-05-21 23:13:47 +08:00
repo Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2023-05-26 01:04:48 +00:00
shared
user Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
auth.go
auth_windows.go
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Add the ability to pin Issues (#24406) 2023-05-25 15:17:19 +02:00
webfinger.go