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.
6543 fd60ebfe14
[API] Migration: Change ServiceType String (#12672)
* use different structs for MigrateRepoOptions on UI and API

* Fix TokenAuth and rename UID to an understandable Name

* fix swagger doc

* simplify & mk redable

* R E F A C T O R:
migration has now internal 3 structs to store its options:
 * the Options for WebUI: modules/auth/repo_form.go
 * the Options for API: modules/structs/repo.go
 * the option struct with after validation for internal prossessing: modules/migrations/base/options.go

* Copyright Header

* Deprecate UID - add RepoOwner

* adopt repo.go -> migrate.go

* add comment about each struct purpose

* lint
4 years ago
..
ldap Add check for LDAP group membership (#10869) 4 years ago
oauth2 Escape provider name in oauth2 provider redirect (#12648) 4 years ago
openid Use gitea forked macaron (#7933) 5 years ago
pam Various fixes in login sources (#10428) 4 years ago
sso Skip SSPI authentication attempts for /api/internal (#12556) 4 years ago
admin.go Multiple small admin dashboard fixes (#12153) 4 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) 4 years ago
org.go Team permission to create repository in organization (#8312) 5 years ago
repo_branch_form.go Use gitea forked macaron (#7933) 5 years ago
repo_form.go [API] Migration: Change ServiceType String (#12672) 4 years ago
repo_form_test.go Use gitea forked macaron (#7933) 5 years ago
user_form.go Add hide activity option (#11353) 4 years ago
user_form_auth_openid.go Fix typo (#11773) 4 years ago
user_form_test.go Block registration based on email domain (#5157) 6 years ago