Jason Hollingsworth
d9bb4230cc
Adding authenticated public mode (internal).
...
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.
2013-11-26 22:22:07 -06:00
Jacob Vosmaer
cbbf715d30
Show ruby version on admin dashboard
2013-11-26 11:14:25 +01:00
Dmitriy Zaporozhets
b07c02eb13
Add more info to admin dashboard
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-11-20 13:41:41 +02:00
Dmitriy Zaporozhets
0815098d3a
Admin can transfer project to any namespace
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-11-15 15:25:37 +02:00
Sytse Sijbrandij
6156cacbe9
Improve formulation of the sentence.
2013-11-14 13:50:07 -05:00
Dmitriy Zaporozhets
13a6604030
Ability to remvoe broadcast messages
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-11-12 15:20:31 +02:00
Dmitriy Zaporozhets
dd501aa7a7
Broadcast messages scaffold in admin area
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-11-12 14:28:12 +02:00
Jacob Vosmaer
c2f74de4c0
Merge pull request #5395 from dpursehouse/more-label-fixes
...
More label fixes
2013-10-23 00:58:53 -07:00
Dmitriy Zaporozhets
88519e9033
Refactor and restyle Admin#background_jobs page
2013-10-23 10:11:54 +03:00
Dmitriy Zaporozhets
76f8f4bcf8
Merge pull request #5346 from jojosch/sidekiq-running-procs-infopage-user
...
Print the configured GitLab user on the Admin-Sidekiq page
2013-10-22 23:47:29 -07:00
Dmitriy Zaporozhets
d5b259417a
Merge pull request #5345 from jojosch/sidekiq-running-procs-infopage
...
Show only processes owned by the GitLab user on the Admin-Sidekiq page
2013-10-22 23:47:12 -07:00
David Pursehouse
03dec79c74
Fix some more instances of "Created at"
...
"Created on" should be used when the timestamp is only a date.
2013-10-23 10:15:08 +09:00
Jacob Vosmaer
5717304098
Merge pull request #5359 from dpursehouse/update-some-labels
...
Minor grammatical updates in some of the labels.
2013-10-21 07:45:09 -07:00
David Pursehouse
20ea670e67
Remove "is" from labels
2013-10-18 13:28:49 +09:00
David Pursehouse
42fbc91132
Correct date label on project information page
...
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.
2013-10-18 12:10:42 +09:00
Dmitriy Zaporozhets
6404d69780
Better UX for blocked users in admin area
2013-10-16 20:19:25 +03:00
Jacob Vosmaer
babba432f1
Use service gitlab reload to restart sidekiq
2013-10-16 10:47:10 +02:00
Johannes Schleifenbaum
b4c85f0676
Print the configured GitLab user on the Admin-Sidekiq page
2013-10-16 09:05:52 +02:00
Johannes Schleifenbaum
5b0abbcbc3
Show only processes owned by the GitLab user on the Admin-Sidekiq page
...
See the Pull-Request #5191
2013-10-16 09:01:31 +02:00
Marin Jankovski
a271570ea9
Show explanation .
2013-10-15 15:28:53 +02:00
Marin Jankovski
4886d8fd03
Show sidekiq running processes in the background_jobs page.
2013-10-15 13:24:17 +02:00
Dmitriy Zaporozhets
5c67c88731
Improve admin dashboard UX
2013-10-13 14:38:20 +03:00
Dmitriy Zaporozhets
bd83991ac7
Use link_to_project helper
2013-10-10 10:53:49 +03:00
Steven Thonus
65cad57a35
avatar upload on profile page
2013-10-09 09:05:09 +02:00
Dmitriy Zaporozhets
c147b571f4
Merge branch 'feature/system_hook_user_id' of /home/git/repositories/gitlab/gitlabhq
2013-10-08 09:28:27 +00:00
Dmitriy Zaporozhets
5cf31b92c4
Fix system hook page description
2013-10-08 12:06:46 +03:00
Dmitriy Zaporozhets
9a0329016b
Mention SystemHook user_id in sample. Extend tests
2013-10-08 11:06:38 +03:00
Dmitriy Zaporozhets
65b9768ccf
Group ownership completely based on users_groups relation now
...
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
2013-09-26 14:49:22 +03:00
Dmitriy Zaporozhets
90dc5ff5fd
Fix 500 error on admin->project page
2013-09-14 21:18:01 +03:00
Dmitriy Zaporozhets
74a621385f
Extend user infiormation displayed on admin user page
2013-09-14 20:55:33 +03:00
Dmitriy Zaporozhets
317e8d1295
Merge pull request #4942 from aus/patch-2
...
Add link to project page from admin view
2013-09-11 04:19:25 -07:00
Dmitriy Zaporozhets
30b8218ffb
Rename team to Project members
2013-08-30 17:10:58 +03:00
Austin Robertson
e602c9b0b1
Add link to project page from admin view
2013-08-29 14:53:22 -05:00
Dmitriy Zaporozhets
643a6e5824
Improve admin user show page
...
Show permissions for all project.
Add ability to remove user from group if not an owner
Remove unnecessary admin controller
2013-08-27 21:39:34 +03:00
Dmitriy Zaporozhets
24e26d8b7a
Improve user block/removal from admin area
...
Provide UI with explanation what happens when you block or remove user
When remove user - remove all groups where user is an only owner
2013-08-27 21:39:34 +03:00
Dmitriy Zaporozhets
afdfbd1e8a
Add description to user removal block. Transfer owned groups to admin before remove
2013-08-27 21:39:34 +03:00
Dmitriy Zaporozhets
bbc916baee
If user is owner of project it cant be removed from this project
2013-08-27 12:47:28 +03:00
Dmitriy Zaporozhets
fd1661468f
Remove can_create_team code from user
2013-08-21 12:31:47 +03:00
Dmitriy Zaporozhets
7a26a4b69d
Refactor access roles methods
2013-08-20 15:59:45 +03:00
Henry Smith
602e2e68d9
Lots of wording improvements for the project settings area
...
Summary:
- Mostly very small things involving use of "a", "the" etc.
- "post-receive" hooks are usually written with the hyphen in the name .
- I changed the Web Hooks page to have a title consistent with all the other
pages in the settings area.
- More consistent usage of full-stops in lists.
2013-08-15 19:19:29 +01:00
Dmitriy Zaporozhets
acc21d30fb
Increase input padding. Minor ui fixes
2013-08-08 11:57:34 +03:00
Dmitriy Zaporozhets
b2152847b1
Replace xlarge and xxlarge classes
2013-08-07 23:40:29 +03:00
Dmitriy Zaporozhets
846e59505e
Replace .actions with .form-actions
2013-08-07 23:35:24 +03:00
Dmitriy Zaporozhets
49fa9907ae
use control-group classes for inline forms in admin area
2013-08-07 23:20:10 +03:00
Dmitriy Zaporozhets
e834742407
Dont load bootstrap buttons. Modified css with new buttons
2013-08-01 22:35:40 +03:00
Dmitriy Zaporozhets
9f38cf5093
Improve Notifications page. Much easier to find muted projects now
2013-07-31 17:05:22 +03:00
Dmitriy Zaporozhets
374722030f
Remove unecessary titles in admin area
2013-07-15 15:11:34 +03:00
Dmitriy Zaporozhets
a41875d21e
Replace %h5.title with div.title
2013-07-13 20:36:21 +03:00
Dmitriy Zaporozhets
3805797cae
scss: rename file_content to file-content etc
2013-07-13 09:52:47 +03:00
Dmitriy Zaporozhets
36fd4de825
Replace page_title with page-title. Correct margin for some blocks/layouts
2013-07-13 08:45:48 +03:00