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
2018-03-05Replace deprecated name_with_namespace with full_name in app/viewsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-10-04Created group_icon and group_icon_urlTim Zallmann
Tests for these new helper methods
2017-08-18various breadcrumb updatesPhil Hughes
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-07-07Improve members view on mobileClement Ho
2017-04-06Admin section capitalization fixJose Ivan Vargas Lopez
2016-12-31HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya
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-12-16Merge branch 'dz-nested-groups-title-ui' into 'master' Sean McGivern
UI improvements for nested group feature See merge request !8062
2016-12-13Use full group name for admin group index and show pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-12-11Add support for nested groups to admin routingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-11-03Update avatar container name so it doesnt conflict with other image containersAnnabel Dunstone Gray
2016-11-0123545 Fix distorted project and group avatarstauriedavis
2016-09-15Improved helper methods, better flow for `project.lfs_enabled?`, and UI fixes.Patricio Cano
2016-09-15Added group-specific setting for LFS.Patricio Cano
Groups can enable/disable LFS, but this setting can be overridden at the project level. Admin only
2016-07-14Update permissons links to new pageSean McGivern
permissions/permissions just links to user/permissions since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5210
2016-07-11Update the help_page_path route to accept paths directly instead of using ↵Connor Shea
parameters.
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-03-22Add specs and add visibility level to admin groupsFelipe Artur
2016-03-11Add finders logic and tests for shared projects featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-08Add two custom Date/Time conversion formatsRobert Speicher
2016-01-08Remove stamp gemRobert Speicher
Closes #5908
2015-07-28Disable adding members from admin area when appropriateDouwe Maan
2015-04-30Add a page title to every page.Douwe Maan
2015-04-27Fix adding new group members from admin areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-14Let members be invited from Add members pane.Douwe Maan
2015-04-14Correctly render invite members without user.Douwe Maan
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-03-14Refactor buttonsDmitriy Zaporozhets
2015-03-12Prevent database query each time we render group avatarDmitriy 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.
2015-02-04Spelling improvement, add in a group, not into group.Sytse Sijbrandij
2014-10-28Merge pull request #7866 from cirosantilli/input-button-to-tagDmitriy Zaporozhets
Use button type=submit instead of input.
2014-10-20Add tests for remove group member feature in admin areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-20Fix group user removal from admin areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-10-01Use button type=submit instead of input.Ciro Santilli
2014-09-15Fix adminarea and emails for new membership logicDmitriy 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-03Improve UI/UX for create/edit group in admin areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-02Improve admin group page performanceDmitriy Zaporozhets
Add pagination for projects and members to /admin/groups/:group page 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-05-29Replace existing links to help pages with the new ones.Marin Jankovski
2014-03-28Improve alignment of labels in .well-list itemsTom de Bruijn
2014-01-11Replace chosen with select2Dmitriy 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>