gitea/templates/repo/migrate
JakobDev 85fa954a38
Improve some Forms ()
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.
..
codebase.tmpl Improve some Forms ()
git.tmpl Improve some Forms ()
gitbucket.tmpl Improve some Forms ()
gitea.tmpl Improve some Forms ()
github.tmpl Improve some Forms ()
gitlab.tmpl Improve some Forms ()
gogs.tmpl Improve some Forms ()
helper.tmpl Add templates to customize text when creating and migrating repositories
migrate.tmpl Rework Oauth login buttons, swap github logo to monocolor ()
migrating.tmpl Make repo migration cancelable and fix various bugs ()
onedev.tmpl Improve some Forms ()
options.tmpl Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none ()