summaryrefslogtreecommitdiff
path: root/app/views/admin/projects/show.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfsPatricio Cano2016-08-301-1/+2
|
* Added project specific enable/disable setting for LFSPatricio Cano2016-08-301-0/+5
|
* Update the help_page_path route to accept paths directly instead of using ↵Connor Shea2016-07-111-1/+1
| | | | parameters.
* Revert "Revert "Merge branch 'issue_3946' into 'master' ""Robert Speicher2016-07-071-1/+7
| | | | This reverts commit bf2a86b73cce332ff8f4392ffc8df501193f32ec.
* Revert "Merge branch 'issue_3946' into 'master' "Robert Speicher2016-07-071-7/+1
| | | | | This reverts commit 68155ee73b549a4f79744bb325542c29d45c71ea, reversing changes made to 7ebd011ed1de7aee706f07a53c63c90f1c8aa5d4.
* Do not show Any Namespace option when neededAlfredo Sumaran2016-07-071-1/+1
|
* Layout for Users Groups and Projects on admin areaAlfredo Sumaran2016-07-071-1/+7
|
* Exclude requesters from Project#members, Group#members and User#membersexplicit-requesters-scopeRémy Coutable2016-07-011-6/+6
| | | | | | And create new Project#requesters, Group#requesters scopes. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Display group/project access requesters separately in adminRémy Coutable2016-06-201-33/+16
| | | | | | Also, reuse partials from the non-admin views. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add request access for groupsRémy Coutable2016-06-141-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Documentation / help improvementsJacob Vosmaer2016-04-141-1/+3
|
* Make check result staleness more obviousJacob Vosmaer2016-04-131-1/+3
|
* Rename almost all the thingsJacob Vosmaer2016-04-061-9/+9
|
* Rebase repo check MRJacob Vosmaer2016-04-041-0/+32
|
* Fix more specsDouwe Maan2016-03-201-1/+1
|
* Improve admin area button styleDrew Blessing2016-01-111-1/+1
|
* Add two custom Date/Time conversion formatsRobert Speicher2016-01-071-1/+1
|
* Remove stamp gemRobert Speicher2016-01-071-1/+1
| | | | Closes #5908
* Bootlint: Use offset grid classes instead of empty divsRobert Speicher2015-06-161-2/+1
|
* Add a page title to every page.Douwe Maan2015-04-301-0/+1
|
* 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-141-3/+3
| |
* | Introduce shortcuts for routing helpersDmitriy Zaporozhets2015-02-251-2/+2
| |
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-7/+7
|/ | | | | | 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.
* 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>
* Add members paginations to admin/project pageDmitriy Zaporozhets2014-06-021-2/+6
| | | | 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-291-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace ui-box with panel.panel-defaultDmitriy Zaporozhets2014-05-291-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve alignment of labels in .well-list itemsTom de Bruijn2014-03-281-2/+3
|
* Fix public project searchDmitriy Zaporozhets2014-01-091-2/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update form classesDmitriy Zaporozhets2013-12-311-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Convert span into col-mdDmitriy Zaporozhets2013-12-301-2/+2
| | | | 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-101-1/+1
|
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-11/+4
| | | | | | 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