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-06-07Restore navigation theme orderGeorge Tsiolis
2018-06-07Resolve "Introduce new navigation themes in GitLab 11.0"Annabel Gray
2018-03-27'Assigned Issues' and 'Assigned Merge Requests' as dashboard user choicesElias Werberich
2018-02-20Move default_project_view tests to presenterOswaldo Ferreira
2017-12-09Merge branch '36679-non-authorized-user-may-see-wikis-or-pipeline-page' into ↵Douwe Maan
'security-10-2' Fixes project visibility guidelines See merge request gitlab/gitlabhq!2226 (cherry picked from commit 877c42c0aaf3298d6001614c9706bc366ae4014c) e4fd1c26 Ensure project wiki visibility guidelines are met
2017-09-11Revert "Merge branch 'revert-f2421b2b' into 'master'"Annabel Dunstone Gray
This reverts merge request !14148
2017-09-08Revert "Merge branch ↵Rubén Dávila
'35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619
2017-09-07Small refactor after last code review.Ruben Davila
2017-09-07Use indigo as default themeAnnabel Dunstone Gray
2017-09-06Fix specs; start on light themeAnnabel Dunstone Gray
2017-09-06Restore some changes from !9199Rubén Dávila
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-04-10Change project view default for existing users and anonymous visitors to ↵Dmitriy Zaporozhets
files+readme Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-15Remove all gitlab theme related codeAnnabel Dunstone Gray
2017-01-26Use `:empty_project` where possible in helper specsRobert Speicher
2016-11-17adds fix for security issue when annonymous user does not have access to ↵tiagonbotelho
repository we now display the activity feed instead of the readme
2016-11-15moves empty view logic onto empty partial to make it reusable and fixes teststiagonbotelho
2016-11-12change empty project view to annonymous user from activity to empty partialtiagonbotelho
2016-11-12adds guard clause for readme model method and initializes a new view with ↵tiagonbotelho
proper stylesheets
2016-03-24Implementing 'Groups View' and 'TODOs View' as options for dashboard ↵Elias Werberich
preferences. Fixes #14585.
2015-09-26Add user preference to view project activity and starred project activity as ↵Stan Hu
default dashboard Closes #2662
2015-08-26Re-add user_color_scheme helperRobert Speicher
Update PreferencesHelper specs
2015-08-26Remove user_color_scheme_classRobert Speicher
Instead of rendering this value server-side, we use Javascript and Gon to apply the user's color scheme (or the default) to any syntax highlighted code blocks. This will make it easier to cache these blocks in the future because they're no longer state-dependent.
2015-06-22Fix Style/HashSyntax violationsRobert Speicher
2015-06-14Refactor dashboard_choicesRobert Speicher
2015-06-14Make the dashboard choice text match the text in the sidebarRobert Speicher
2015-06-14Add a form field to customize the dashboard preferenceRobert Speicher
2015-06-14Add PreferencesHelper moduleRobert Speicher
Consolidates the helpers related to user preferences. Renames `app_theme` to `user_application_theme` to better explain what it is.