19 Dec, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
14 Dec, 2013
1 commit
-
Clean up admin dashboad tooltips Clean up admin dashboad tooltips Clean up admin dashboad tooltips Add helper method change to use app helper Modify tooltips to use new helper Convert remaining times Adjust one tooltip
13 Dec, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 Dec, 2013
3 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Better warning when deleting a user
09 Dec, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
06 Dec, 2013
3 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Warn the administrator better when deleting a user. Fixes: https://github.com/gitlabhq/gitlabhq/issues/4295
02 Dec, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
29 Nov, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
26 Nov, 2013
2 commits
-
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>
14 Nov, 2013
1 commit
12 Nov, 2013
2 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
23 Oct, 2013
3 commits
-
More label fixes
-
"Created on" should be used when the timestamp is only a date.
22 Oct, 2013
2 commits
-
Print the configured GitLab user on the Admin-Sidekiq page
-
Show only processes owned by the GitLab user on the Admin-Sidekiq page
21 Oct, 2013
1 commit
-
Minor grammatical updates in some of the labels.
18 Oct, 2013
2 commits
-
The label "Created at" would be appropriate for a timestamp such as "09:30". However the timestamp is actually being displayed as a date in the format "Oct 15, 2013". In this case "Created on" is better.
16 Oct, 2013
4 commits
-
See the Pull-Request #5191
15 Oct, 2013
2 commits
13 Oct, 2013
1 commit
10 Oct, 2013
1 commit
09 Oct, 2013
1 commit
08 Oct, 2013
3 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