gitea/modules/auth
Lunny Xiao 08069dc465
Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (#6290)
* add migrations

* fix package dependency

* fix lints

* implements migrations except pull requests

* add releases

* migrating releases

* fix bug

* fix lint

* fix migrate releases

* fix tests

* add rollback

* pull request migtations

* fix import

* fix go module vendor

* add tests for upload to gitea

* more migrate options

* fix swagger-check

* fix misspell

* add options on migration UI

* fix log error

* improve UI options on migrating

* add support for username password when migrating from github

* fix tests

* remove comments and fix migrate limitation

* improve error handles

* migrate API will also support migrate milestones/labels/issues/pulls/releases

* fix tests and remove unused codes

* add DownloaderFactory and docs about how to create a new Downloader

* fix misspell

* fix migration docs

* Add hints about migrate options on migration page

* fix tests
2019-05-07 09:12:51 +08:00
..
ldap Set user search base field optional in DLDAP edit page (#6779) 2019-04-28 09:53:55 -04:00
oauth2 Discord Oauth2 support (#4476) 2019-01-13 14:06:22 -05:00
openid Run "make fmt" with go-1.6 (#1333) 2017-03-21 08:55:00 +08:00
pam golint fixed for modules/auth 2016-11-27 21:39:06 +08:00
admin.go Increase Username and Orgname MaxSize 35 -> 40 (#6178) 2019-02-25 13:56:47 -05:00
auth.go OAuth2 token can be used in basic auth (#6747) 2019-04-25 18:42:50 -04:00
auth_form.go LDAP Public SSH Keys synchronization (#1844) 2018-05-24 07:59:02 +03:00
org.go Increase Username and Orgname MaxSize 35 -> 40 (#6178) 2019-02-25 13:56:47 -05:00
repo_branch_form.go Create new branch from branch selection dropdown (#2130) 2017-10-15 22:59:24 +03:00
repo_form.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (#6290) 2019-05-07 09:12:51 +08:00
repo_form_test.go Implement "conversation lock" for issue comments (#5073) 2019-02-18 22:55:04 +02:00
user_form.go Add json tags for oauth2 form (#6627) 2019-04-15 11:54:50 -04:00
user_form_auth_openid.go Increase Username and Orgname MaxSize 35 -> 40 (#6178) 2019-02-25 13:56:47 -05:00
user_form_test.go Block registration based on email domain (#5157) 2018-11-14 20:00:04 -05:00