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.
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.
1 year ago
..
admin Improve queue and logger context (#24924) 1 year ago
auth Split "modules/context.go" to separate files (#24569) 1 year ago
devtest Remove untranslatable `on_date` key (#24106) 1 year ago
events Implement FSFE REUSE for golang files (#21840) 2 years ago
explore Sort users and orgs on explore by recency by default (#24279) 1 year ago
feed Pass 'not' to commit count (#24473) 1 year ago
healthcheck Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
misc Decouple the different contexts from each other (#24786) 1 year ago
org Refactor rename user and rename organization (#24052) 1 year ago
repo Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 1 year ago
shared Respect original content when creating secrets (#24745) 1 year ago
user Improve some Forms (#24878) 1 year ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago
base.go Use standard HTTP library to serve files (#24693) 1 year ago
goget.go Support SSH for go get (#24664) 1 year ago
home.go Refactor cookie (#24107) 1 year ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
swagger_json.go Group template helper functions, remove `Printf`, improve template error messages (#23982) 1 year ago
web.go Add the ability to pin Issues (#24406) 1 year ago
webfinger.go Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823) 1 year ago