13 Jun, 2014
2 commits
-
To prevent leaking of users info we reduce amount of user information retrieved via API for normal users. What user can get via API: * if not admin: only id, state, name, username and avatar_url * if admin: all user information * about himself: all informaion Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
27 May, 2014
2 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
26 May, 2014
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
13 May, 2014
2 commits
-
Merge Request Labels
18 Apr, 2014
1 commit
-
That way clients like Gitlab CI can decide to show or hide projects based on that information
10 Apr, 2014
1 commit
21 Mar, 2014
1 commit
17 Mar, 2014
4 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
20 Feb, 2014
1 commit
-
Fixes #6328
13 Feb, 2014
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
04 Feb, 2014
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
22 Jan, 2014
1 commit
-
Remove deprecated finders
19 Jan, 2014
1 commit
18 Jan, 2014
1 commit
11 Dec, 2013
1 commit
04 Dec, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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.
15 Nov, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
14 Oct, 2013
1 commit
08 Oct, 2013
1 commit
-
Signed-off-by: Islam Amer <islam.amer@jollamobile.com>
29 Sep, 2013
1 commit
-
Also, is_admin and can_create_group are exposed in the user information. Fixed attributes_for_keys to process properly keys with boolean values (since false.present? is false).
04 Sep, 2013
1 commit
-
Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df
27 Aug, 2013
1 commit
12 Jul, 2013
2 commits
-
Change-Id: Ib71ce8cf993627eada63d7d596fb302ec702f36e
11 Jul, 2013
1 commit
-
Issue 3599: Add snippets_enabled flag to projects for API
10 Jul, 2013
1 commit
-
Conflicts: CHANGELOG VERSION app/views/admin/teams/projects/new.html.haml app/views/projects/teams/available.html.haml doc/install/installation.md
08 Jul, 2013
1 commit
-
Added ability to add and remove the forked from/to relatioinship between existing repos.
18 Jun, 2013
1 commit
11 Jun, 2013
1 commit
-
s 3599: Add snippets_enabled flag to projects for API Replace missing comma
06 Jun, 2013
2 commits
03 Jun, 2013
1 commit
-
… if it exist in other owned project
29 May, 2013
1 commit
-
Update api docs and remove old attribute from User entity.