Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 9月 09, 2022
  2. 8月 26, 2022
  3. 8月 25, 2022
  4. 7月 27, 2022
    • eugielimpin's avatar
      Fix URLs in `user_auto_banned_email` · 174d2c54
      eugielimpin 创作于
      Fix `user_auto_banned_email` to have the correct URLs to pages where:
      
      - the admin can unban banned users
      - the admin can update settings for auto-banning
      
      The URLs depend on whether the user is banned from an instance or from
      a namespace.
      
      Changelog: fixed
      EE: true
      174d2c54
  5. 7月 25, 2022
  6. 7月 20, 2022
  7. 7月 11, 2022
  8. 7月 06, 2022
  9. 7月 01, 2022
  10. 6月 29, 2022
    • Steve Mokris's avatar
      In email footers, explicitly link to the GitLab host · 42dd567e
      Steve Mokris 创作于
      Fixes issue where some email clients (macOS/iOS Mail.app) would
      automatically turn the GitLab hostname into a link with different
      styling from other links.
      
      Also factor out some of the links in various templates' email footers,
      making them more consistent between templates, and improving the
      cohesion of translatable strings.
      
      Changelog: changed
      42dd567e
  11. 5月 31, 2022
  12. 5月 24, 2022
  13. 5月 13, 2022
  14. 5月 05, 2022
  15. 4月 22, 2022
    • Eugie Limpin's avatar
      "Build iOS app guide" email campaign · 9137894b
      Eugie Limpin 创作于
      Previously, Users::InProductMarketingEmail was used to track sending of
      track+series (onboarding) emails. Here, we update the model to
      track campaign emails (e.g. Build iOS app guide email) and track+series
      (onboarding) emails.
      9137894b
  16. 4月 01, 2022
  17. 3月 31, 2022
  18. 3月 30, 2022
  19. 3月 29, 2022
  20. 3月 28, 2022
  21. 3月 23, 2022
  22. 3月 18, 2022
  23. 3月 07, 2022
  24. 1月 24, 2022
  25. 1月 15, 2022
  26. 1月 10, 2022
  27. 12月 16, 2021
  28. 12月 13, 2021
  29. 12月 07, 2021
  30. 12月 06, 2021
  31. 12月 04, 2021
    • Heinrich Lee Yu's avatar
      Pass current_user when rendering Markdown in email · d789d73f
      Heinrich Lee Yu 创作于
      When rendering Markdown in notification emails, we pass in the recipient
      as current_user in the rendering context so that private references
      visible to that user are rendered.
      
      Without this change, only public references are rendered.
      
      This also passes the issuable_reference_expansion_enabled option so that
      it is rendered similar to how it is in the web UI.
      
      Changelog: fixed
      d789d73f
  32. 11月 19, 2021
    • Alex Buijs's avatar
      Invite members for tasks · dc21cfe2
      Alex Buijs 创作于
      When receiving in-product marketing emails from GitLab,
      a link is shown to invite members to perform specific tasks.
      
      Changelog: added
      dc21cfe2
  33. 11月 03, 2021
  34. 10月 26, 2021
  35. 10月 22, 2021
  36. 10月 21, 2021
加载中