0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-01 10:01:50 +01:00
gitea/templates/user/settings
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
..
security
account.tmpl
actions.tmpl
appearance.tmpl
applications_oauth2_edit_form.tmpl Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
applications_oauth2_edit.tmpl
applications_oauth2_list.tmpl Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
applications_oauth2.tmpl
applications.tmpl Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
grants_oauth2.tmpl
hook_new.tmpl
hooks.tmpl
keys_gpg.tmpl
keys_principal.tmpl
keys_ssh.tmpl Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
keys.tmpl
layout_footer.tmpl
layout_head.tmpl
navbar.tmpl
organization.tmpl
packages_cleanup_rules_edit.tmpl
packages_cleanup_rules_preview.tmpl
packages.tmpl
profile.tmpl Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
repos.tmpl