summaryrefslogtreecommitdiff
path: root/app/views/admin/projects
Commit message (Collapse)AuthorAgeFilesLines
* Correctly render invite members without user.Douwe Maan2015-04-141-3/+8
|
* Reference project members by id instead of user_id.Douwe Maan2015-04-141-1/+1
|
* Merge branch 'fix-admin-project-urls' into 'master'Drew Blessing2015-04-031-2/+2
|\ | | | | | | | | | | | | | | | | | | | | Link paths for http and ssh in the admin project show view are incorrect The link paths for http and ssh in the admin project show view are incorrect. Clicking on them effectively reloads the page. I think the intent is to have the links point to the project dashboard. Incorrect: http://gitlab.example.com/admin/projects/[namespace]/[project] Correct: http://gitlab.example.com/[namespace]/[project] See merge request !214
| * Fix link paths for http and ssh in admin project show viewJeremy Maziarz2014-10-061-2/+2
| |
* | Update the "Edit Group" button class on Project Admin pageRobert Speicher2015-03-251-1/+1
| |
* | Add archived status to Admin > Project pageRobert Speicher2015-03-251-0/+5
| |
* | Move project members index from `/team` to `/project_members`Douwe Maan2015-03-151-1/+1
| |
* | Use `project_member` instead of `team_member`.Douwe Maan2015-03-151-2/+2
| |
* | Refactor buttonsDmitriy Zaporozhets2015-03-142-5/+5
| |
* | Small UI improvements after css refactoringDmitriy Zaporozhets2015-03-071-2/+2
| |
* | Merge branch 'link-to-button' of https://github.com/cirosantilli/gitlabhq ↵Dmitriy Zaporozhets2015-03-021-1/+1
|\ \ | | | | | | | | | | | | | | | | | | into cirosantilli-link-to-button Conflicts: app/views/shared/_issuable_filter.html.haml
| * | Convert Javascript links to buttons.Ciro Santilli2015-01-171-1/+1
| | |
* | | Introduce shortcuts for routing helpersDmitriy Zaporozhets2015-02-251-2/+2
| | |
* | | Improve admin projects and users pages for mobile devicesDmitriy Zaporozhets2015-02-241-2/+4
| | |
* | | Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-191-8/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
| * | | Update bootstrap-sass gemDmitriy Zaporozhets2015-02-191-8/+6
| | | |
* | | | Upgrade to Rails 4.1.9Vinnie Okada2015-02-142-17/+17
|/ / / | | | | | | | | | | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* | | Refactor sorting in projectDmitriy Zaporozhets2015-02-051-10/+8
|/ /
* | Create helper for sort drowdown option namesDmitriy Zaporozhets2014-12-041-4/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge pull request #7866 from cirosantilli/input-button-to-tagDmitriy Zaporozhets2014-10-281-1/+1
|\ \ | |/ |/| Use button type=submit instead of input.
| * Use button type=submit instead of input.Ciro Santilli2014-10-011-1/+1
| |
* | Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-4/+4
|/
* Fix adminarea and emails for new membership logicDmitriy Zaporozhets2014-09-151-5/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace old references of users_project & users_groupDmitriy Zaporozhets2014-09-141-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve admin/projects pageDmitriy Zaporozhets2014-06-031-19/+21
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add members paginations to admin/project pageDmitriy Zaporozhets2014-06-021-2/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use more logic class names for buttons in panel headingsDmitriy Zaporozhets2014-05-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move from ui-box to panelsDmitriy Zaporozhets2014-05-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace ui-box title with panel-headingDmitriy Zaporozhets2014-05-292-5/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace ui-box with panel.panel-defaultDmitriy Zaporozhets2014-05-292-5/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add sort dropdown for admin projects pageDmitriy Zaporozhets2014-05-021-0/+23
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve alignment of labels in .well-list itemsTom de Bruijn2014-03-282-5/+7
|
* Refactor scssDmitriy Zaporozhets2014-02-201-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix public project searchDmitriy Zaporozhets2014-01-091-2/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Style admin->projects filterDmitriy Zaporozhets2014-01-031-28/+26
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update form classesDmitriy Zaporozhets2013-12-312-14/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Convert span into col-mdDmitriy Zaporozhets2013-12-302-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* use .body instaed of .ui-box-bodyDmitriy Zaporozhets2013-12-241-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show repo size for project show page in admin areaDmitriy Zaporozhets2013-12-191-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed all the confirm: deprecation warningsJeroen van Baarsen2013-12-102-2/+2
|
* Remove colors from icon helpersDmitriy Zaporozhets2013-12-061-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show bare repository size in admin area(projects page)Dmitriy Zaporozhets2013-11-291-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-262-20/+14
| | | | | | 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.
* Admin can transfer project to any namespaceDmitriy Zaporozhets2013-11-151-0/+17
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Correct date label on project information pageDavid Pursehouse2013-10-181-1/+1
| | | | | | | | 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.
* Group ownership completely based on users_groups relation nowDmitriy Zaporozhets2013-09-261-1/+1
| | | | | | | 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
* Fix 500 error on admin->project pageDmitriy Zaporozhets2013-09-141-2/+2
|
* Merge pull request #4942 from aus/patch-2Dmitriy Zaporozhets2013-09-111-1/+2
|\ | | | | Add link to project page from admin view
| * Add link to project page from admin viewAustin Robertson2013-08-291-1/+2
| |