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
2021-01-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-04Change 'Todo' to 'To Do'Christie Lenneville
Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
2019-03-04Add Saturday to first day of the weekhaghighi_ahmad
fix #58023 docs for adding Saturday for first day of the week add related settings for Saturday as first day of the week firstDayOfWeek: Use enumeration, replace day's numbers with corresponding names make some variables lowercase (follow camelCase) add CHANGELOG entry Author: haghighi_ahmad <haghighi.ahmad@gmail.com> modified: app/assets/javascripts/pages/users/activity_calendar.js modified: app/helpers/preferences_helper.rb new file: changelogs/unreleased/58023-add-Saturday-to-localization-first-day-of-the-week.yml modified: doc/api/settings.md modified: doc/user/profile/preferences.md modified: locale/gitlab.pot modified: spec/helpers/preferences_helper_spec.rb
2019-02-21Move language setting to preferencesFabian Schneider
2019-02-06Add tests for preferences_helperFabian Schneider
2019-02-06Rename setting, fix wordingsFabian Schneider
2019-02-06Add helpers for first day of the weekFabian Schneider
2019-02-06Add default setting for first day of the week preferenceFabian Schneider
2019-02-06Add setting for first day of the weekFabian Schneider
2018-10-12Backport CE changes for Ops Dashboard in EEPeter Leitzen
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-03-27'Assigned Issues' and 'Assigned Merge Requests' as dashboard user choicesElias Werberich
2018-02-20Move button list logic to project 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-10-17Add readme only option as project viewAnnabel Dunstone Gray
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-06Restore some changes from !9199Rubén Dávila
2017-05-07Hide clone panel and file list when user is only a guestJames Clark
Fixes gitlab-org/gitlab-ce#17489 Fix test finding two of the same element Capybara will raise an exception because it finds two elements that match .nav-links. This means this test would fail, even if the page meets the conditions for passing the test. Add more tests for guest access
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-03-07Change activity view wordingAnnabel Dunstone Gray
2017-03-06Remove readme-only project view preferenceAnnabel Dunstone Gray
2017-03-03Change default project view for user from readme to files viewDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-15Remove all gitlab theme related codeAnnabel Dunstone Gray
2017-02-11Enable `Style/RedundantException` cop and correct offenseRobert 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-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-10-17Add visibility level to project repositoryFelipe Artur
2016-03-24Implementing 'Groups View' and 'TODOs View' as options for dashboard ↵Elias Werberich
preferences. Fixes #14585.
2015-10-17Remove redundant helper method.Douwe Maan
2015-10-17Merge branch 'master' into cristianbica/gitlab-ce-user-project-view-filesDouwe Maan
2015-10-05improved code style and layout option namingPeter Göbel
2015-10-05added user preference to change layout widthPeter Göbel
2015-10-01Allow users to select the Files view as default project viewCristian Bica
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-08-26Add Gitlab::ColorSchemes moduleRobert Speicher
Very similar to Gitlab::Theme, this contains all of the definitions for our syntax highlighting schemes.