GitLab Bot
b92f8e2dd4
Add latest changes from gitlab-org/gitlab@master
2020-11-28 00:09:43 +00:00
GitLab Bot
142890d5bb
Add latest changes from gitlab-org/gitlab@master
2020-11-26 12:09:48 +00:00
GitLab Bot
df40cd1c38
Add latest changes from gitlab-org/gitlab@master
2020-11-19 21:09:07 +00:00
GitLab Bot
ff06f859cd
Add latest changes from gitlab-org/gitlab@master
2020-11-10 15:09:14 +00:00
GitLab Bot
dc86d5615e
Add latest changes from gitlab-org/gitlab@master
2020-09-18 12:09:50 +00:00
GitLab Bot
40024efc70
Add latest changes from gitlab-org/gitlab@master
2020-09-03 12:08:47 +00:00
GitLab Bot
d5098d9fe3
Add latest changes from gitlab-org/gitlab@master
2020-08-21 15:10:03 +00:00
GitLab Bot
bdca097916
Add latest changes from gitlab-org/gitlab@master
2020-08-11 03:11:00 +00:00
GitLab Bot
66bd1f0fdc
Add latest changes from gitlab-org/gitlab@master
2020-07-14 15:09:05 +00:00
GitLab Bot
c59765a50a
Add latest changes from gitlab-org/gitlab@master
2020-06-24 18:09:03 +00:00
GitLab Bot
808c799a67
Add latest changes from gitlab-org/gitlab@master
2020-05-22 12:08:15 +00:00
GitLab Bot
d8803c7e40
Add latest changes from gitlab-org/gitlab@master
2020-05-07 09:09:51 +00:00
GitLab Bot
e33f87ac0f
Add latest changes from gitlab-org/gitlab@master
2020-04-21 15:21:10 +00:00
GitLab Bot
f098e6d3d2
Add latest changes from gitlab-org/gitlab@master
2020-04-06 03:09:23 +00:00
GitLab Bot
39fa7d1eeb
Add latest changes from gitlab-org/gitlab@master
2020-03-27 12:07:43 +00:00
GitLab Bot
0637ba1e6e
Add latest changes from gitlab-org/gitlab@master
2020-02-18 12:09:15 +00:00
GitLab Bot
5564275a0b
Add latest changes from gitlab-org/gitlab@master
2020-02-06 12:10:29 +00:00
GitLab Bot
c36e59283e
Add latest changes from gitlab-org/gitlab@master
2020-01-30 00:09:09 +00:00
GitLab Bot
2399724614
Add latest changes from gitlab-org/gitlab@master
2020-01-21 03:08:37 +00:00
GitLab Bot
02ab65d49f
Add latest changes from gitlab-org/gitlab@master
2020-01-14 09:08:19 +00:00
GitLab Bot
a5ab3467a7
Add latest changes from gitlab-org/gitlab@master
2020-01-13 15:07:53 +00:00
GitLab Bot
784fae4b9d
Add latest changes from gitlab-org/gitlab@master
2019-12-12 12:07:33 +00:00
GitLab Bot
4e375367b7
Add latest changes from gitlab-org/gitlab@master
2019-12-07 00:07:51 +00:00
GitLab Bot
3d5ad15d2b
Add latest changes from gitlab-org/gitlab@master
2019-11-19 21:06:22 +00:00
GitLab Bot
4689bac80c
Add latest changes from gitlab-org/gitlab@master
2019-11-13 00:06:18 +00:00
GitLab Bot
25989ab7ef
Add latest changes from gitlab-org/gitlab@master
2019-10-18 11:11:44 +00:00
GitLab Bot
185f428fa5
Add latest changes from gitlab-org/gitlab@master
2019-10-07 12:06:18 +00:00
GitLab Bot
b7dfe2ae40
Add latest changes from gitlab-org/gitlab@master
2019-09-13 13:26:31 +00:00
Diego Louzán
0dcb9d21ef
feat: SMIME signed notification emails
...
- Add mail interceptor the signs outgoing email with SMIME
- Add lib and helpers to work with SMIME data
- New configuration params for setting up SMIME key and cert files
2019-08-20 16:13:32 +02:00
Thong Kuah
f540ffcef6
Add frozen_string_literal to spec/lib (part 1)
...
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:25:07 +12:00
Heinrich Lee Yu
aeb67dd489
Upgrade to Rails 5.2
...
Updates changed method names and fixes spec failures
2019-07-12 10:15:31 +08:00
Heinrich Lee Yu
a04d9ba90c
Add reply to notes to turn into discussions
2019-02-06 10:31:46 +00:00
Heinrich Lee Yu
35b8f103a8
Prevent comments by email when issue is locked
...
This changes the permission check so it uses the policy on Noteable
instead of Project. This prevents bypassing of rules defined in
Noteable for locked discussions and confidential issues.
Also rechecks permissions when reply_to_discussion_id is provided since the
discussion_id may be from a different noteable.
2019-01-31 16:52:48 +01:00
Brett Walker
a4f2de7964
Refactoring and review comments
...
including verifying the project_slug
2019-01-03 14:37:35 -06:00
Brett Walker
2e51431403
Use new issue email address format
...
We now use `-issue` in order to support catch all email addresses
2019-01-03 14:37:35 -06:00
Brett Walker
34dd6196e3
Use new merge request email address format
...
We now use `-merge-request` instead of `+merge-request+`
in order to support catch all email addresses
2019-01-03 14:37:35 -06:00
Brett Walker
23d5f4c991
Use new unsubscribe link
...
We now use `-unsubscribe` instead of `+unsubscribe`
in order to support catch all email addresses
2019-01-03 14:37:35 -06:00
Takuya Noguchi
e902f462c2
Eliminate duplicated words
...
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-22 01:01:23 +09:00
Bob Van Landuyt
6fbdc5ed52
Apply patches when creating MR via email
...
This allows users to add patches as attachments to merge request
created via email.
When an email to create a merge request is sent, all the attachments
ending in `.patch` will be applied to the branch specified in the
subject of the email. If the branch did not exist, it will be created
from the HEAD of the repository.
When the patches could not be applied, the error message will be
replied to the user.
The patches can have a maximum combined size of 2MB for now.
2018-11-07 16:27:55 +01:00
Sean McGivern
55465747aa
Add frozen_string_literal: true to email handlers
2018-09-03 10:33:48 +01:00
Sean McGivern
74616ece28
Extract EE-specific lines from Gitlab::Email::Handler
2018-09-03 10:33:48 +01:00
Grzegorz Bizon
dce9599ef5
Implement action mailer delivery metrics observer
2018-07-16 13:40:55 +02:00
Grzegorz Bizon
e682d94180
Move existing email interceptors into the same module
2018-07-16 11:23:15 +02:00
Cameron Crockett
421dbb1746
skip email trim when email is creating new issue
...
Updates from MR discussion
1. Added test for ReplyParser
2. Changed param to trim_reply with default set as true
Removed keyword param in favor of normal options param
updates for MR discussion
Resolutions for code review comments
more code review fixes
2018-05-22 23:05:51 -05:00
Mario de la Ossa
02741ca4c5
Backport 5480-epic-notifications from EE
2018-05-07 12:58:47 -06:00
Michael Kozono
e67759bbc9
Fix email handler spec for EE
2018-04-10 17:40:33 -07:00
Riccardo Padovani
f68aab1945
Make email handler clearer
2018-04-09 09:39:03 +00:00
Sean McGivern
daeeb7f848
Fix quick actions for users who cannot update issues and MRs
...
There are several quick actions now that don't need this access - /todo and
/unsubscribe for instance - but when these were first added, there
weren't. Quick actions are now responsible for checking their own permissions.
2018-03-02 16:16:13 +00:00
Nick Thomas
6b0c6e69e1
Use hashed storage in the specs
2018-02-07 13:40:46 +00:00
blackst0ne
27c95364b5
Replace '.team << [user, role]' with 'add_role(user)' in specs
2017-12-22 19:18:28 +11:00