]> source.dussan.org Git - gitea.git/commit
Allow adding collaborators with (fullname) (#3103)
authorSasha Varlamov <sasha@sashavarlamov.com>
Thu, 7 Dec 2017 07:00:09 +0000 (14:00 +0700)
committerLunny Xiao <xiaolunwen@gmail.com>
Thu, 7 Dec 2017 07:00:09 +0000 (15:00 +0800)
commit311c83ad17c718f1b81c94f84307b4288c90e374
treea2d962fdeb7637d5f02351abac58584eb0ef90ec
parent7ec6cddd27f36f50f06669b208674feb0dc19535
Allow adding collaborators with (fullname) (#3103)

* Allow adding collaborators with (fullname)

Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Refactor username suffix to utils pkg

Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
routers/org/teams.go
routers/repo/setting.go
routers/utils/utils.go [new file with mode: 0644]
routers/utils/utils_test.go [new file with mode: 0644]