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
2019-02-25Style avatars for groups and projectsMartin Wortschack
- Add rectangular avatar classes - Update avatar for groups - Update avatar for projects - Update avatar for frequent items - Update avatar on "Fork project" page - Conditionally add rectangular avatar class to autocomplete items
2019-01-25Update to GitLab SVG icon from Font Awesome in profile for location and workYoginth
2019-01-07Remove horizontal whitespace on user profile page for small breakpointsMartin Wortschack
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-13Enhance horizontal whitespaceAndreas Kämmerle
2018-12-10Add bottom margin depends on profile tabs visibility.Harry Kiselev
2018-12-10Fix profile_header bottom margin, #51807.Harry Kiselev
2018-11-28Show user contributions in correct timezone within user profileKushal Pandya
2018-11-20Resolve "Further UI improvements to Profile "Overview" tab"Martin Wortschack
2018-11-06Resolve "Redesign activity feed"Martin Wortschack
2018-10-04Resolve "Add new "Overview" tab on user profile page"Martin Wortschack
2018-09-07Include private contributions in user contribution graphGeorge Tsiolis
2018-09-05Resolve "<link href=""> and <a href=""> not properly filled in activity RSS ↵schwedenmut
feed"
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-06-08Users can accept terms during registrationBob Van Landuyt
When a user checks the `accept` checkbox, we will track that acceptance as usual. That way they don't need to accept again after they complete the registration. When an unauthenticated user visits the `/-/users/terms` page, there is no button to accept, decline or continue. The 'current-user menu' is also hidden from the top bar.
2018-06-05Merge branch '46585-gdpr-terms-acceptance' into 'master'Robert Speicher
Resolve "Missing Accept button for terms of service" Closes #46585 See merge request gitlab-org/gitlab-ce!19156
2018-06-04Messaging on terms page when user already acceptedtauriedavis
We show a blue flash banner if the user already accepted, and show a button allowing them to continue to the application.
2018-06-04Fixes the Terms PageTim Zallmann
2018-05-30Convert remaining pull-* to float-*Clement Ho
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-08Remove gray button styleAnnabel Dunstone Gray
2018-05-04Enforces terms in the web applicationBob Van Landuyt
This enforces the terms in the web application. These cases are specced: - Logging in: When terms are enforced, and a user logs in that has not accepted the terms, they are presented with the screen. They get directed to their customized root path afterwards. - Signing up: After signing up, the first screen the user is presented with the screen to accept the terms. After they accept they are directed to the dashboard. - While a session is active: - For a GET: The user will be directed to the terms page first, after they accept the terms, they will be directed to the page they were going to - For any other request: They are directed to the terms, after they accept the terms, they are directed back to the page they came from to retry the request. Any information entered would be persisted in localstorage and available on the page.
2018-05-04Allow a user to accept/decline termsBob Van Landuyt
When a user accepts, we store this in the agreements to keep track of which terms they accepted. We also update the flag on the user.
2018-05-04Display terms to a userBob Van Landuyt
When terms are present, they can be viewed on `/-/users/terms`.
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-10Merge branch '38245-private-avatars-are-not-cdn-compatible' into 'master'Douwe Maan
Resolve "Private Avatars are not CDN compatible" Closes #38245 and gitlab-com/support-forum#2476 See merge request gitlab-org/gitlab-ce!14443
2017-10-06Remove nav images; remove old nav styles; create new file for other ↵Annabel Dunstone Gray
navigation elements
2017-10-04Created group_icon and group_icon_urlTim Zallmann
Tests for these new helper methods
2017-09-20Removed User Callout for Customer ExperienceTim Zallmann
2017-08-01adjust user contribution calendar time formattingMike Greiling
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-06Merge branch 'master' into new-nav-fix-contextual-breadcrumbsPhil Hughes
2017-07-06improvements to breadcrumb titles, links & nestingPhil Hughes
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-12Refactor atom builder by using xml.atom layoutTieu-Philippe KHIM
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