69a255defb
* Add team permission setting to allow creating repo in organization. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add test case for creating repo when have team creation access. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * build error: should omit comparison to bool constant Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add comment on exported functions * Fix fixture consistency, fix existing unit tests * Fix boolean comparison in xorm query. * addCollaborator and changeCollaborationAccessMode separate steps More clear to use different if-cases. * Create and commit xorm session * fix * Add information of create repo permission in team sidebar * Add migration step * Clarify that repository creator will be administrator. * Fix some things after merge * Fix language text that use html * migrations file * Create repository permission -> Create repositories * fix merge * fix review comments
60 lines
514 B
YAML
60 lines
514 B
YAML
-
|
|
id: 1
|
|
uid: 2
|
|
org_id: 3
|
|
is_public: true
|
|
|
|
-
|
|
id: 2
|
|
uid: 4
|
|
org_id: 3
|
|
is_public: false
|
|
|
|
-
|
|
id: 3
|
|
uid: 5
|
|
org_id: 6
|
|
is_public: true
|
|
|
|
-
|
|
id: 4
|
|
uid: 5
|
|
org_id: 7
|
|
is_public: false
|
|
|
|
-
|
|
id: 5
|
|
uid: 15
|
|
org_id: 17
|
|
is_public: true
|
|
|
|
-
|
|
id: 6
|
|
uid: 18
|
|
org_id: 17
|
|
is_public: false
|
|
|
|
-
|
|
id: 7
|
|
uid: 20
|
|
org_id: 19
|
|
is_public: true
|
|
|
|
-
|
|
id: 8
|
|
uid: 24
|
|
org_id: 25
|
|
is_public: true
|
|
|
|
-
|
|
id: 9
|
|
uid: 28
|
|
org_id: 3
|
|
is_public: true
|
|
|
|
-
|
|
id: 10
|
|
uid: 28
|
|
org_id: 6
|
|
is_public: true
|
|
|