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-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-26Merge branch '49856-upgrade-bootstrap-form-gem' into 'master'Annabel Dunstone Gray
Upgrade bootstrap_form Gem Closes #49856 See merge request gitlab-org/gitlab-ce!26568
2019-03-26Removes EE differences for profile.scssFilipa Lacerda
2019-03-25Fix regressions post bootstrap_form upgradeEnrique Alcantara
2019-03-16Improve mobile UI on User Profile pageTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-25Added Stylelint SetupTim Zallmann
Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies First round of advanced stylelint rules Mainly Vendor prefix updates related to flex Updates to more webkit specific vendor prefixes Finished all vendor specific fixes Moved now 4 rules to warning Fixed the new scss lint problems More stylelint adaptions after rebase
2019-01-07Remove horizontal whitespace on user profile page for small breakpointsMartin Wortschack
2018-12-18Add explanatory help text to text inputs on user profile settings pageMartin Wortschack
2018-12-10Add bottom margin depends on profile tabs visibility.Harry Kiselev
2018-12-10Remove unnecessary paddings at profile user bio block.Harry Kiselev
This commit closes #51807 issue.
2018-12-10Fix profile_header bottom margin, #51807.Harry Kiselev
2018-12-04Backport GroupSAML unlink changesJames Edwards-Jones
- Improves spacing between account buttons on Profile - AccountsController#show uses locals instead of instance variables - New `display_providers_on_profile?` helper method - Adds `render_if_exists` for GroupSAMl unlink buttons See: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8682
2018-11-06Resolve "Redesign activity feed"Martin Wortschack
2018-10-04Resolve "Add status message from within user menu"Dennis Tang
2018-09-17Add 2fa buttonLuke Picciau
2018-08-16Remove more variable reassignments and unused stylesAnnabel Dunstone Gray
2018-08-07Restyle status message input on profile settingsWinnie Hellmann
2018-05-29Fix email verification badgeClement Ho
2018-04-13[skip ci] fix overzealous .badge-pill renames from scss migration scriptClement Ho
2018-04-09Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/helpers/issuables_helper.rb # app/views/projects/_home_panel.html.haml # app/views/projects/commits/_commit.html.haml
2018-04-09Remove deprecated mixinsClement Ho
2018-04-09Ran migration scriptClement Ho
2018-03-25Fix personal access token clipboard button styleFabian Schneider
2017-12-04Add underline hover state to all linksAnnabel Dunstone Gray
2017-11-06Enable BorderZero rule in scss-lintTakuya Noguchi
2017-10-05Render GPG subkeys on index pageRubén Dávila
2017-10-05Merge branch 'master' into ↵Douwe Maan
digitalmoksha/gitlab-ce-feature/verify_secondary_emails # Conflicts: # app/controllers/admin/users_controller.rb # app/controllers/confirmations_controller.rb # app/controllers/profiles/emails_controller.rb # app/models/user.rb # app/services/emails/base_service.rb # app/services/emails/destroy_service.rb # app/views/devise/mailer/confirmation_instructions.html.haml # lib/api/users.rb # spec/services/emails/destroy_service_spec.rb
2017-09-23refactored `_email_with_badge` partial from gpg into shared, so it canBrett Walker
be used with the email profile page as well
2017-09-23Update light colors, remove ’25’ and add ‘950’ shadesPedro Moreira da Silva
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-07-27nicer email badges on the profile gpg pageAlexis Reigel
2017-07-1935209 Add wip message to new navigation preference sectiontauriedavis
2017-07-06Reduce callout margin prop declarationkushalpandya
2017-07-05Fix callout size to fit parent containerkushalpandya
2017-06-01Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski
2017-04-15Remove lighten blue and add blue-25 for backgroundtauriedavis
2017-04-1529595 Customize experience callout designtauriedavis
2017-04-03Fixed user profile tabs causing the page to scrollPhil Hughes
Closes #30338
2017-03-23Change full colors to a more harmonious palettePedro Moreira da Silva
2017-03-03remove extra whitespace on dashboard projects pageSimon Knox
2017-02-24Modified the user_callout behaviourJose Ivan Vargas
Now it appends a template instead of relying in a partial to show it.
2017-02-24Changed the javascript class from using the global scope to exporting it via ↵Jose Ivan Vargas
webpack Also improved accesibility and change the id from user_callouts to a class
2017-02-24Created unit tests, fixtures and integration testsJose Ivan Vargas
Also changed the user_callout haml to a partial and added the corresponding SVG icon
2017-02-24Initial version of the user-calloutsJose Ivan Vargas