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-03-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-03Make flash notifications stickyFatih Acet
This commit also unifies layout structure and remove no_container flag
2019-08-07Add "Starred projects" tab to user overviewCamil Staps
2019-06-19Fix double border in profile pageYoginth
2019-06-06Merge request tabs fixesAnnabel Dunstone Gray
- Makes activity dropdown and resolved counter smaller - Uses grid for spacing - Removes scrolling on MR tabs
2019-05-10Fixes stylelint issues for blocks.scssFilipa Lacerda
2019-01-25Update to GitLab SVG icon from Font Awesome in profile for location and workYoginth
2019-01-03Add rel=me to user's website linkWiktor Kwapisiewicz
rel=me links allow cross-linking of user's identities. This behavior is used by software to determine if user controls profiles on two different sites. For example Mastodon uses it to display verified badge on links. Both Twitter and GitHub automatically add rel=me to links added to users' profiles. See: https://www.zylstra.org/blog/2018/10/mastodon-rel-me/ See: http://microformats.org/wiki/rel-me
2018-12-10Add bottom margin depends on profile tabs visibility.Harry Kiselev
2018-12-10Fix profile_header bottom margin, #51807.Harry Kiselev
2018-11-20Resolve "Further UI improvements to Profile "Overview" tab"Martin Wortschack
2018-10-04Resolve "Add new "Overview" tab on user profile page"Martin Wortschack
2018-07-30Show the status of a user in interactionsBob Van Landuyt
The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
2018-07-24Add an option to have a private profile on GitLabJX Terry
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-08Remove gray button styleAnnabel Dunstone Gray
2018-05-03Add padding to profile descriptionGeorge Tsiolis
2018-04-20Add .nav.nav-tabs to nav-linksClement Ho
2018-04-10[skip ci] Replace hidden-xsClement Ho
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-16Remove Webpack bundle tag for users:showConstance Okoghenun
2018-02-13Use more specific #avatar_icon_for_user.Andreas Brandl
Whenever we already deal with a User object, let's use the more specific method avatar_icon_for_user.
2018-01-25Open links in a new tab on the user pageAchilleas Pipinellis
2017-12-04Add underline hover state to all linksAnnabel Dunstone Gray
2017-10-11Removed d3.js from the users and graphs bundleJose Ivan Vargas
2017-10-06Remove nav images; remove old nav styles; create new file for other ↵Annabel Dunstone Gray
navigation elements
2017-09-20Removed User Callout for Customer ExperienceTim Zallmann
2017-07-29ensure user profile calendar is generated based on server timezone, not ↵Mike Greiling
local timezone
2017-07-28Merge branch '35224-transform-user-profile-javascript-into-async-bundle' ↵Tim Zallmann
into 'master' Resolve "Transform user profile javascript into async bundle" Closes #35224 See merge request !12929
2017-07-19refactor users bundle, remove inline javascript, and transform into an async ↵Mike Greiling
chunk
2017-07-19refactor async calendar dataMike Greiling
2017-07-06improvements to breadcrumb titles, links & nestingPhil Hughes
2017-06-01Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski
2017-05-30Fixed the show_user_callout methodPhil Hughes
2017-05-24Use briefcase icon for companyAnnabel Dunstone Gray
2017-05-18recenter profile page nav linksSimon Knox
2017-05-08Created Application Helpers based on suggestion for easier parsingTim Zallmann
2017-05-08Doing the commit again with the correct E-Mail address setupTim Zallmann
2017-05-08Replacing Base URL's if they have been entered into the profileTim Zallmann
2017-04-21Append .json to ajax endpoint to prevent browser to display raw jsonAlfredo Sumaran
Add CHANGELOG entry
2017-03-29Merge branch 'scrollable-secondary-tabs' into 'master' Annabel Dunstone Gray
Fixed inner page tabs not being scrollable Closes #18853 See merge request !10204
2017-03-28Added scrolling tabs to user#showPhil Hughes
2017-03-24Refactored the user callout classPhil Hughes
Instead of the JS being in charge of the HTML, the HAML now handles it. The HAML can then check the cookie & show it needed. It also allows the HAML access to the paths so we don't have to pass that through. Closes #29955
2017-03-24Add tooltip and accessibility label for profile cover buttonsKushal Pandya
2017-03-24Fix usercallout to only show on the current logged in user profileJose Ivan Vargas Lopez
2017-03-23Removed the hours & minutes from the users since date on their profilePhil Hughes
Closes #28842
2017-03-21Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz
Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071