- Oct 09, 2013
-
-
Dmitriy Zaporozhets authored
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
-
Izaak Alpert authored
GITLAB-1262 Change-Id: I690cb8ea294df53ebe8405a519c23c501af2c21a Conflicts: app/models/user.rb config/initializers/1_settings.rb spec/models/user_spec.rb
-
Dmitriy Zaporozhets authored
-
Izaak Alpert authored
Change-Id: Ia723321a5cb05deb626d34c7d8d78194e049b1f0
-
Izaak Alpert authored
Change-Id: Ib4eb533dff5c722fe559330e4aa71b5d5baf6fb8
-
Izaak Alpert authored
-calling build_user will now apply defaults and only override them if as: :admin is set Change-Id: Id1d938c0967752ecc14370af54f2d88128d18c44
-
Izaak Alpert authored
-API now respects default_projects_limit, default_can_create_group, and default_can_create_team Change-Id: I059d060d576df1050e5371e707381c5e8c608a7a
-
Stephen Holdaway authored
-
Izaak Alpert authored
Change-Id: I305266fe9acbbb5136adeeb52e7e4e1d6629a30a
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Aug 27, 2013
-
-
Dmitriy Zaporozhets authored
Provide UI with explanation what happens when you block or remove user When remove user - remove all groups where user is an only owner
-
Dmitriy Zaporozhets authored
When block user - remove it from joined groups Dont remove user from own resources (groups, users)
-
- Aug 21, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Jul 29, 2013
-
-
Johannes Schleifenbaum authored
-
- Jul 10, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Jul 09, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jun 26, 2013
-
-
Dmitriy Zaporozhets authored
Apply user project limit only for personal projects. We should not include group projects for user limit
-
- Jun 22, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jun 21, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Since masters_projects does not cover most of cases now we use authorized_projects for DeployKey read access
-
Dmitriy Zaporozhets authored
Improve query of authorized_projects. Cache results for authorized_groups, authorized_projects methods
-
- Jun 20, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jun 19, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jun 18, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Jun 13, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Jun 12, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jun 05, 2013
-
-
babatakao authored
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.
-
- Jun 04, 2013
-
-
babatakao authored
-
- Jun 03, 2013
-
-
Dmitriy Zaporozhets authored
Add api to collect owned user projects. Api deploy_key.create: Enable deploy key if it exist in other owned project
-
- May 24, 2013
-
-
Dmitriy Zaporozhets authored
-
- May 16, 2013
-
-
Dmitry Medvinsky authored
“Can create groups” and “Can create teams” had hardcoded defaults to `true`. Sometimes it is desirable to prohibit these for newly created users by default.
-
- May 08, 2013
-
-
Dmitriy Zaporozhets authored
-
- May 06, 2013
-
-
Dmitriy Zaporozhets authored
-
- Apr 04, 2013
-
-
Dmitriy Zaporozhets authored
-
- Apr 03, 2013
-
-
Dmitriy Zaporozhets authored
-