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
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2019-08-07Add support for Content-Security-PolicyStan Hu
A nonce-based Content-Security-Policy thwarts XSS attacks by allowing inline JavaScript to execute if the script nonce matches the header value. Rails 5.2 supports nonce-based Content-Security-Policy headers, so provide configuration to enable this and make it work. To support this, we need to change all `:javascript` HAML filters to the following form: ``` = javascript_tag nonce: true do :plain ... ``` We use `%script` throughout our HAML to store JSON and other text, but since this doesn't execute, browsers don't appear to block this content from being used and require the nonce value to be present.
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-07Support uploads for groupsJarka Kadlecova
2017-09-06Clean up new navigation templatesPhil Hughes
2017-06-28Resolve "Navigation - Move contextual navigation to sidebar"Annabel Dunstone Gray
2016-05-03Dont specify sidebar for group and group settings layoutsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-04-28Redesign navigation for group pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-06Don't override issue page description in project layout.Douwe Maan
2016-01-05Make `page_description` less magical :sparkles:Robert Speicher
2015-09-17Move project header title definition to view in question.Douwe Maan
2015-09-07Restyle group pages. Merge header with page titleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-24Fix consistency issue in sidebars of Project and Group Settings.Nicolas
Fixes #2277.
2015-05-01Add helpers for header title and sidebar, and move setting those from ↵Douwe Maan
controllers to layouts.
2015-04-30Add a page title to every page.Douwe Maan
2015-02-25Remove unnecessary theme_type from body classDmitriy Zaporozhets
2015-02-13Link head panel titles to relevant root page.Douwe Maan
2015-01-28Fix broadcast message to show up properly with new UIVisay Keo
With the new UI, the broadcast message is the first level child element of the body tag and then render full width without respecting the width of the left sidebar. This makes the message goes under the left sidebar in smaller screen. This commit fixes the issue by moving the message element into the "page-with-sidebar" div so it will always render together with the main content area with same look as before. The rendering for the search, login and other view without left sidebar remains untouched. Releases: master, 7-7-stable Fixes: #1019
2014-12-21Merge branch 'master' into sidebar-navDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/layouts/group.html.haml
2014-12-21Css/views cleanup after layout restyleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-16Restyle group page and event filterDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-16Left-side navigation for group layoutDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-15Add theme type css classDrew Blessing
2014-09-25Improve flash messagesDmitriy Zaporozhets
* dont fadeout so user can read * show inside content block so user can notice it Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-25Mobile UI improvements for dashboard/navDrew Blessing
Style navbar toggle button Style navbar toggle manually instead of with button classes Style navbar Modify color Turn off all tooltips for touch devices Style main nav Fix scrolling navbar collapse Style tweaks Minor tweaks Style no ssh key message
2013-11-25Show broadcast messages on group, profile and project settings pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-13Group head titlesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-05-02Replace inline document.ready with dispatcherDmitriy Zaporozhets
2013-04-01nav views refactoringDmitriy Zaporozhets
2013-03-14Remove separate search page from groupDmitriy Zaporozhets
2013-03-14Restyled group -> edit area. Use select2 for transfer autocompleteDmitriy Zaporozhets
2013-02-28Restyle flash message. Not it does not overflow head panelDmitriy Zaporozhets
2013-02-01Ability to manage and remove group as owner outside of admin areaDmitriy Zaporozhets
2013-01-31a bit of restyling. Replace some images with icons. Simplify note formDmitriy Zaporozhets
2013-01-25Few UI improvementsDmitriy Zaporozhets
2012-12-24Fix MR count for group scopeDmitriy Zaporozhets
2012-11-28Restyled error messages in common way. Added title to head partialDmitriy Zaporozhets
2012-10-04Fixed group issues/mr. Also speedup project list of admin areaDmitriy Zaporozhets
2012-10-02Move all stuff to groups controllerrandx
2012-10-02Group filtering on dashboardDmitriy Zaporozhets