该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 9月 09, 2022
-
-
由 奇廷 陈 创作于
-
- 8月 26, 2022
-
-
由 Thiago Figueiró 创作于
-
- 8月 25, 2022
-
-
由 Jonathan Schafer 创作于
This fixes all remaining files and removes the todo file
-
- 7月 27, 2022
-
-
由 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
-
- 7月 25, 2022
-
-
由 Nick Malcolm 创作于
Our specs use static passwords, many of them are weak. This makes it difficult to create changes which introduce password complexity constraints. This MR updates a small number of instances where we set weak or hardcoded passwords, to use randomly generated passwords. https://gitlab.com/gitlab-org/gitlab/-/issues/360030
-
- 7月 20, 2022
-
-
由 Doug Stull 创作于
- no longer needed Changelog: removed
-
- 7月 11, 2022
-
-
由 Smriti Garg 创作于
rubocop changes
-
- 7月 06, 2022
-
-
由 Doug Stull 创作于
- establish baseline quereis for user ids - remove some redundant code Changelog: performance
-
- 7月 01, 2022
-
-
由 eugielimpin 创作于
For SaaS, we auto-ban a user in a group when they exceed unique project download limit set for that namespace. This version of user_auto_banned_email (with group passed in) will be sent to group owners when that happens.
-
- 6月 29, 2022
-
-
由 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
-
- 5月 31, 2022
-
-
由 Manoj M J 创作于
Do not allow mailers to be enqueued from within a transaction Changelog: fixed
-
- 5月 24, 2022
-
-
由 Alex Buijs 创作于
For use with the feature auto_ban_user_on_excessive_repo_downloads Changelog: added
-
- 5月 13, 2022
-
-
由 charlie ablett 创作于
- to be consistent with text Changelog: changed
-
- 5月 05, 2022
-
-
由 huzaifaiftikhar1 创作于
-
由 huzaifaiftikhar1 创作于
-
由 huzaifaiftikhar1 创作于
Add an email tempalte that will be used to send an email to project maintainers and owners of inactive projects. Changelog: added
-
由 Gary Holtz 创作于
Changelog: added
-
- 4月 22, 2022
-
-
由 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.
-
- 4月 01, 2022
-
-
由 nmilojevic1 创作于
- Fix rubocop offences
-
- 3月 31, 2022
-
-
由 nmilojevic1 创作于
- Add specs for html and text node - Fix N plus one queries for new review email Changelog: performance
-
- 3月 30, 2022
-
-
由 Imre Farkas 创作于
Merge branch 'security-sirt_2167-revert' into 'master' See merge request gitlab-org/security/gitlab!2339 Changelog: security
-
- 3月 29, 2022
-
-
由 Nikola Milojevic 创作于
-
- 3月 28, 2022
-
-
由 nmilojevic1 创作于
-
由 eugielimpin 创作于
The experiment has been deemed a failure so we should clean up the code that implements it. https://gitlab.com/gitlab-org/gitlab/-/issues/345553#note_866018518 Changelog: removed
-
- 3月 23, 2022
-
-
由 Quang-Minh Nguyen 创作于
Changelog: changed Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/351293 MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82801
-
- 3月 18, 2022
-
-
由 Riccardo Padovani 创作于
Changelog: added
-
- 3月 07, 2022
-
-
由 Riccardo Padovani 创作于
Changelog: added
-
- 1月 24, 2022
-
-
由 charlie ablett 创作于
-
- 1月 15, 2022
-
-
由 Siddharth Asthana 创作于
Changelog: other
-
- 1月 10, 2022
-
-
由 Zhu Shung 创作于
-
- 12月 16, 2021
-
-
由 Doug Stull 创作于
-
- 12月 13, 2021
-
-
由 eugielimpin 创作于
Account validation email will only be sent in EE.
-
- 12月 07, 2021
-
-
由 Eugie Limpin 创作于
-
- 12月 06, 2021
-
-
由 Doug Stull 创作于
-
- 12月 04, 2021
-
-
由 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
-
- 11月 19, 2021
-
-
由 Alex Buijs 创作于
When receiving in-product marketing emails from GitLab, a link is shown to invite members to perform specific tasks. Changelog: added
-
- 11月 03, 2021
-
-
由 Heinrich Lee Yu 创作于
A missing To header can cause issues with spam filters. And since we no longer render job logs in these emails, generating these emails individually isn't expensive anymore. Changelog: fixed
-
- 10月 26, 2021
-
-
由 eugielimpin 创作于
Add Gitlab::Email::Message::InProductMarketingEmail::InviteTeam. This email message is sent to a group creator 20 minutes after they create the group to encourage them to invite their teammates.
-
- 10月 22, 2021
-
-
由 Pavel Shutsin 创作于
When user's access request is denied and the user has no access to read target group\project then we shouldn't expose group\project name in notification email. Changelog: changed
-
- 10月 21, 2021
-
-
由 Alex Buijs 创作于
Add an experiment for inviting members to certain tasks from the in-product marketing emails. Changelog: added
-