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.
gitea/modules/auth
zeripath 3f522cdaad
Fix handling of migration errors (#12928)
* Fix handling of migration errors

The migration type selection screen PR did not correctly handle errors
and any user input error on the migration page would simply redirect
back to the selection page. This meant that the error would simply be
lost and the user would be none the wiser as to what happened.

Signed-off-by: Andrew Thornton <art27@cantab.net>

* make gen-swagger

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
5 years ago
..
ldap Add check for LDAP group membership (#10869) 5 years ago
oauth2 Escape provider name in oauth2 provider redirect (#12648) 5 years ago
openid Use gitea forked macaron (#7933) 6 years ago
pam Various fixes in login sources (#10428) 5 years ago
sso Skip SSPI authentication attempts for /api/internal (#12556) 5 years ago
admin.go Multiple small admin dashboard fixes (#12153) 5 years ago
auth.go Add single sign-on support via SSPI on Windows (#8463) 5 years ago
auth_form.go Add check for LDAP group membership (#10869) 5 years ago
org.go Team permission to create repository in organization (#8312) 5 years ago
repo_branch_form.go Use gitea forked macaron (#7933) 6 years ago
repo_form.go Fix handling of migration errors (#12928) 5 years ago
repo_form_test.go Use gitea forked macaron (#7933) 6 years ago
user_form.go Add hide activity option (#11353) 5 years ago
user_form_auth_openid.go Fix typo (#11773) 5 years ago
user_form_test.go Block registration based on email domain (#5157) 6 years ago