13 Mar, 2014
1 commit
- 
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
 
03 Mar, 2014
1 commit
25 Feb, 2014
1 commit
- 
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
 
19 Jan, 2014
1 commit
16 Jan, 2014
1 commit
- 
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
 
26 Dec, 2013
1 commit
- 
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
 
15 Dec, 2013
1 commit
26 Nov, 2013
1 commit
- 
Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
 
20 Nov, 2013
1 commit
- 
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
 
15 Nov, 2013
1 commit
- 
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
 
12 Nov, 2013
2 commits
- 
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
 - 
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
 
24 Oct, 2013
1 commit
23 Oct, 2013
1 commit
15 Oct, 2013
2 commits
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
 
11 Sep, 2013
1 commit
- 
-calling build_user will now apply defaults and only override them if as: :admin is set Change-Id: Id1d938c0967752ecc14370af54f2d88128d18c44
 
27 Aug, 2013
3 commits
- 
Show permissions for all project. Add ability to remove user from group if not an owner Remove unnecessary admin controller
 - 
Provide UI with explanation what happens when you block or remove user When remove user - remove all groups where user is an only owner
 
29 Jul, 2013
1 commit
26 Jun, 2013
3 commits
22 Jun, 2013
5 commits
- 
Remove unnecessary projects order on User#show
 - 
Conflicts: VERSION db/schema.rb
 
20 Jun, 2013
1 commit
19 Jun, 2013
1 commit
18 Jun, 2013
2 commits
17 Jun, 2013
1 commit
13 Jun, 2013
1 commit
11 Jun, 2013
1 commit
10 Jun, 2013
1 commit
30 May, 2013
1 commit
16 May, 2013
1 commit
- 
“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.