Feature/service desk be
What does this MR do?
Implements the backend for the service desk feature
Are there points in the code the reviewer needs to double check?
Security, security, security. This MR should provide:
- unsubscription (using the current Subscribable infra)
- spam filtering (using the existing Spammable infra)
- prevents the support bot user from mentioning any other entities
- prevents the support bot user from using slash commands.
Open question for reviewers: are there any other malicious or annoying things an external email sender can use?
Screenshots (if relevant)
Does this MR meet the acceptance criteria?
-
Changelog entry added, if necessary -
Documentation created/updated -
API support added - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together