09 Oct, 2013
3 commits
03 Oct, 2013
1 commit
26 Sep, 2013
1 commit
-
Before we have only owner_id to determine group owner With multiple owners per group we should get rid of owner_id in group. So from now @group.owner will always be nil but @group.owners return an actual array of users who can admin this group
22 Sep, 2013
1 commit
-
GITLAB-1262 Change-Id: I690cb8ea294df53ebe8405a519c23c501af2c21a Conflicts: app/models/user.rb config/initializers/1_settings.rb spec/models/user_spec.rb
14 Sep, 2013
1 commit
12 Sep, 2013
1 commit
11 Sep, 2013
4 commits
-
Change-Id: Ia723321a5cb05deb626d34c7d8d78194e049b1f0
-
Change-Id: Ib4eb533dff5c722fe559330e4aa71b5d5baf6fb8
-
-calling build_user will now apply defaults and only override them if as: :admin is set Change-Id: Id1d938c0967752ecc14370af54f2d88128d18c44
-
-API now respects default_projects_limit, default_can_create_group, and default_can_create_team Change-Id: I059d060d576df1050e5371e707381c5e8c608a7a
09 Sep, 2013
1 commit
-
Change-Id: I305266fe9acbbb5136adeeb52e7e4e1d6629a30a
04 Sep, 2013
1 commit
02 Sep, 2013
1 commit
27 Aug, 2013
2 commits
-
Provide UI with explanation what happens when you block or remove user When remove user - remove all groups where user is an only owner
-
When block user - remove it from joined groups Dont remove user from own resources (groups, users)
21 Aug, 2013
2 commits
29 Jul, 2013
1 commit
10 Jul, 2013
1 commit
09 Jul, 2013
1 commit
26 Jun, 2013
1 commit
-
… projects for user limit
22 Jun, 2013
1 commit
21 Jun, 2013
3 commits
-
…ts for DeployKey read access
-
…rized_projects methods
20 Jun, 2013
1 commit
19 Jun, 2013
1 commit
18 Jun, 2013
2 commits
13 Jun, 2013
2 commits
12 Jun, 2013
1 commit
06 Jun, 2013
1 commit
-
Authorize all teams to admin: fix 500 error on showing team page.
05 Jun, 2013
2 commits
-
500 error was occured in the following steps: 1. user1 creates new team "team1". 2. Assign team1 to project1. 3. Sign in as admin. This admin is not a member of team1. 4. Open project1 team setting page (/project1/team). 5. Click "team1" link in "Assigned teams" area. 6. 500 error. Fixed this issue.
04 Jun, 2013
1 commit
-
Conflicts: Gemfile.lock app/models/ability.rb app/models/project.rb app/views/snippets/_form.html.haml db/schema.rb features/steps/shared/paths.rb spec/factories.rb spec/models/project_spec.rb
03 Jun, 2013
1 commit
-
… if it exist in other owned project
27 May, 2013
1 commit
-
…itlabhq into dmedvinsky-add-defaults-create-group-team Conflicts: config/gitlab.yml.example