- Sep 30, 2021
-
-
Peter Hegman authored
This allows us to only display local time on user profiles if a user has explicitly set their time zone. This commit also allows users to clear their time zone user preference so local time is not shown on their profile. Changelog: changed
-
- Sep 06, 2021
-
-
Magdalena Frankiewicz authored
Supporting Markdown in bio makes it vulnerable to abuse which raises security concerns Changelog: removed
-
- Aug 30, 2021
-
-
- Aug 25, 2021
-
-
- Aug 03, 2021
-
-
Manoj M J authored
This change adds pronunciation to the GitLab profile page Changelog: added
-
- Jul 28, 2021
-
-
- Jun 16, 2021
-
-
- 'referer', although gramatically incorrect, is the spelling in the HTTP spec, as well as the actual (non-aliased) method name on the request object.
-
- Jun 07, 2021
-
-
Manoj M J authored
This change allows users to specify their pronouns as part of their profile details. These pronouns then be displayed on their profile page. Changelog: added
-
- May 07, 2021
-
-
Also create all requried page objects and project_issue_note resource
-
- Apr 29, 2021
-
-
Jarek Ostrowski authored
MR: !58706
-
- Apr 10, 2021
-
-
- Apr 06, 2021
-
-
Tom Quirk authored
- refactors Pager.init to accept a single object parameter - refactors all calls to Pager.init to use single object parameter - createFlash when error occurs when fetching activity - remove domContentLoaded handler from dashboard activity
-
- Mar 08, 2021
-
-
Jeremy Elder authored
-
- Feb 18, 2021
-
-
- Feb 15, 2021
-
-
- Feb 12, 2021
-
-
- Jan 29, 2021
-
-
Yoginth authored
-
- Jan 27, 2021
-
-
- Dec 01, 2020
-
-
Takuya Noguchi authored
users#show.json is unchanged. Controller specs are added for users#activity. Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- Nov 25, 2020
-
-
When a user has not confirmed their email address, do not display account information on their public profile page. This ensures users are not able to publicly display spam in their name or other profile information.
-
- Nov 17, 2020
-
-
Allows users to set their user availability status from the profile settings page and set status modal Set busy status from status modal
-
Minor refactor to reuse some of the methods for user availability
-
- Nov 05, 2020
-
-
Francisco Javier López authored
This commit introduces the the Schema.org structured markup in the user's page.
-
- Oct 15, 2020
-
-
Paul Gascou-Vaillancourt authored
This makes a few changes to how bot users' information is displayed in the UI to make them more distinguishable from normal users. These changes affect the follow views: - User profile view (made more activity-centric) - User popover (show a link to bot's documentation, only for security bot at the moment) - Show a link to the docs in the users admin
-
- Oct 07, 2020
-
-
Jeremy Elder authored
-
- Oct 01, 2020
-
-
This commit strips markdown from og:description meta tags by providing page_description with the HTML-rendered version of the page's description. The end result is that og:description is rendered with a plain version of the text, because page_description strips out HTML.
-
- Sep 10, 2020
-
-
Jose Ivan Vargas authored
-
- Sep 02, 2020
-
-
Remove extra white space when the user is already reported for abuse to make spacing between all buttons the same.
-
- Aug 21, 2020
-
-
- Fix tag/branch icon too close to text on Pipelines list page
-
- Aug 17, 2020
-
-
Justin Ho Tuan Duong authored
Previous code used a row and columns without a container to reset padding / margin, thus it caused the row to overflow and make the page scroll horizontally. The row and col-12 were removed since there is no point in using columns when it spans the full width.
-
- Aug 10, 2020
-
-
Justin Ho Tuan Duong authored
`sprite_icon` now has a default `size` set to 16 when not passed, thus we don't need to specify it in this case.
-
- Jul 22, 2020
-
-
Adam Hegyi authored
-
-
- Jul 20, 2020
- Jul 09, 2020
-
-
Adam Hegyi authored
- Introduce bio_html attribute. - Render bio_html attribute as markdown. - Deprecate users.bio column in favor of user_details.bio.
-
- Jun 24, 2020
-
-
Martin Wortschack authored
- Update Vue components and HAML templates
-
- Mar 20, 2020
-
-
Peter Hegman authored
Fixes rendering of emojis and preferred by designers
-
- Mar 14, 2020
-
-
Peter Hegman authored
Changes include: - Use GlSprintf component for i18n to prevent encoding of special characters - Improve readability of RSpec tests - Convert `.cover-controls` to utility classes
-
The `role` field is removed from the edit profile page and is replaced with a `job_title` field. This new `job_title` field is displayed on the profile page and in the user popover. If `job_title` and `organization` are both set they are displayed as "#{job_title} at ${organization}"
-