Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-06Admin section capitalization fixJose Ivan Vargas Lopez
2016-12-21Add more storage statisticsMarkus Koller
This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
2016-08-31Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.Patricio Cano
2016-08-31Added project specific enable/disable setting for LFSPatricio Cano
2016-07-11Update the help_page_path route to accept paths directly instead of using ↵Connor Shea
parameters.
2016-07-08Revert "Revert "Merge branch 'issue_3946' into 'master' ""Robert Speicher
This reverts commit bf2a86b73cce332ff8f4392ffc8df501193f32ec.
2016-07-08Revert "Merge branch 'issue_3946' into 'master' "Robert Speicher
This reverts commit 68155ee73b549a4f79744bb325542c29d45c71ea, reversing changes made to 7ebd011ed1de7aee706f07a53c63c90f1c8aa5d4.
2016-07-07Do not show Any Namespace option when neededAlfredo Sumaran
2016-07-07Layout for Users Groups and Projects on admin areaAlfredo Sumaran
2016-07-01Exclude requesters from Project#members, Group#members and User#membersRémy Coutable
And create new Project#requesters, Group#requesters scopes. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-20Display group/project access requesters separately in adminRémy Coutable
Also, reuse partials from the non-admin views. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-14Add request access for groupsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-14Documentation / help improvementsJacob Vosmaer
2016-04-13Make check result staleness more obviousJacob Vosmaer
2016-04-06Rename almost all the thingsJacob Vosmaer
2016-04-04Rebase repo check MRJacob Vosmaer
2016-03-21Fix more specsDouwe Maan
2016-01-11Improve admin area button styleDrew Blessing
2016-01-08Add two custom Date/Time conversion formatsRobert Speicher
2016-01-08Remove stamp gemRobert Speicher
Closes #5908
2015-06-16Bootlint: Use offset grid classes instead of empty divsRobert Speicher
2015-04-30Add a page title to every page.Douwe Maan
2015-04-14Correctly render invite members without user.Douwe Maan
2015-04-14Reference project members by id instead of user_id.Douwe Maan
2015-04-03Merge branch 'fix-admin-project-urls' into 'master'Drew Blessing
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
2015-03-26Update the "Edit Group" button class on Project Admin pageRobert Speicher
2015-03-26Add archived status to Admin > Project pageRobert Speicher
2015-03-15Move project members index from `/team` to `/project_members`Douwe Maan
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-03-14Refactor buttonsDmitriy Zaporozhets
2015-02-26Introduce shortcuts for routing helpersDmitriy Zaporozhets
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
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.
2014-10-07Fix link paths for http and ssh in admin project show viewJeremy Maziarz
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-09-15Fix adminarea and emails for new membership logicDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-14Replace old references of users_project & users_groupDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-02Add members paginations to admin/project pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-29Move from ui-box to panelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-29Replace ui-box title with panel-headingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-29Replace ui-box with panel.panel-defaultDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-28Improve alignment of labels in .well-list itemsTom de Bruijn
2014-01-09Fix public project searchDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Update form classesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Convert span into col-mdDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-24use .body instaed of .ui-box-bodyDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-19Show repo size for project show page in admin areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-10Fixed all the confirm: deprecation warningsJeroen van Baarsen
2013-11-27Adding authenticated public mode (internal).Jason Hollingsworth
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-15Admin can transfer project to any namespaceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>