Skip to content
Snippets Groups Projects
  1. Sep 30, 2021
    • Peter Hegman's avatar
      Remove default value for time zone user preference · 4840ed7f
      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
      Verified
      4840ed7f
  2. Sep 06, 2021
  3. Aug 30, 2021
  4. Aug 25, 2021
  5. Aug 03, 2021
  6. Jul 28, 2021
  7. Jun 16, 2021
  8. Jun 07, 2021
    • Manoj M J's avatar
      Allow users to specify their pronouns · 5c6be0aa
      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
      5c6be0aa
  9. May 07, 2021
  10. Apr 29, 2021
  11. Apr 10, 2021
  12. Apr 06, 2021
    • Tom Quirk's avatar
      Add error handling to Pager · 4fb6da11
      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
      4fb6da11
  13. Mar 08, 2021
  14. Feb 18, 2021
  15. Feb 15, 2021
  16. Feb 12, 2021
  17. Jan 29, 2021
  18. Jan 27, 2021
  19. Dec 01, 2020
  20. Nov 25, 2020
  21. Nov 17, 2020
  22. Nov 05, 2020
  23. Oct 15, 2020
    • Paul Gascou-Vaillancourt's avatar
      Make bot user profiles stand out from other users · 16f39305
      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
      16f39305
  24. Oct 07, 2020
  25. Oct 01, 2020
    • Nathan Friend's avatar
      Strip markdown from all og:description meta tags · 5d7d55e4
      Nathan Friend authored and Gabriel Mazetto's avatar Gabriel Mazetto committed
      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.
      5d7d55e4
  26. Sep 10, 2020
  27. Sep 02, 2020
  28. Aug 21, 2020
  29. Aug 17, 2020
    • Justin Ho Tuan Duong's avatar
      Fix horizontal scrolling on blocked/private profile · 4aad29b3
      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.
      4aad29b3
  30. Aug 10, 2020
  31. Jul 22, 2020
  32. Jul 20, 2020
  33. Jul 09, 2020
  34. Jun 24, 2020
  35. Mar 20, 2020
  36. Mar 14, 2020
    • Peter Hegman's avatar
      Implement review comments · d55ccf50
      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
      d55ccf50
    • Peter Hegman's avatar
      Remove `role` field and add `job_title` field · b7efcb01
      Peter Hegman authored and Peter Hegman's avatar Peter Hegman committed
      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}"
      b7efcb01
Loading