summaryrefslogtreecommitdiffstats
path: root/modules/structs/org.go
Commit message (Collapse)AuthorAgeFilesLines
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add teams to repo on collaboration page. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add option for repository admins to change teams access to repo. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add comment for functions Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Make RepoAdminChangeTeamAccess default false in xorm and make it default checked in template instead. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Make proper language strings and fix error redirection. * Add unit tests for adding and deleting team from repository. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add database migration Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Fix redirect Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Fix locale string mismatch. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Move team access mode text logic to template. * Move collaborator access mode text logic to template.
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-301-14/+19
|
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-0/+36
* move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor