Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b1bc0839
Commit
b1bc0839
authored
Nov 09, 2021
by
Amy Qualls
Committed by
Fiona Neill
Nov 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add basics for reporting snippets as spam
parent
4099796d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
1 deletion
+21
-1
doc/integration/akismet.md
doc/integration/akismet.md
+2
-1
doc/user/report_abuse.md
doc/user/report_abuse.md
+1
-0
doc/user/snippets.md
doc/user/snippets.md
+18
-0
No files found.
doc/integration/akismet.md
View file @
b1bc0839
...
...
@@ -8,7 +8,8 @@ info: To determine the technical writer assigned to the Stage/Group associated w
GitLab uses
[
Akismet
](
https://akismet.com/
)
to prevent the creation of
spam issues on public projects. Issues created through the web UI or the API can be submitted to
Akismet for review.
Akismet for review, and instance administrators can
[
mark snippets as spam
](
../user/snippets.md#mark-snippet-as-spam
)
.
Detected spam is rejected, and an entry is added in the
**Spam Log**
section of the
Admin page.
...
...
doc/user/report_abuse.md
View file @
b1bc0839
...
...
@@ -19,6 +19,7 @@ You can report a user through their:
-
[
Profile
](
#reporting-abuse-through-a-users-profile
)
-
[
Comments
](
#reporting-abuse-through-a-users-comment
)
-
[
Issues and Merge requests
](
#reporting-abuse-through-a-users-issue-or-merge-request
)
-
[
Snippets
](
snippets.md#mark-snippet-as-spam
)
## Reporting abuse through a user's profile
...
...
doc/user/snippets.md
View file @
b1bc0839
...
...
@@ -211,6 +211,24 @@ snippet was created using the GitLab web interface the original line ending is W
With snippets, you engage in a conversation about that piece of code,
which can encourage user collaboration.
## Mark snippet as spam **(FREE SELF)**
Administrators on self-managed GitLab instances can mark snippets as spam.
Prerequisites:
-
You must be the administrator for your instance.
-
[
Akismet
](
../integration/akismet.md
)
spam protection must be enabled on the instance.
To do this task:
1.
On the top bar, select
**Menu > Projects**
and find your project.
1.
On the left sidebar, select
**Snippets**
.
1.
Select the snippet you want to report as spam.
1.
Select
**Submit as spam**
.
GitLab forwards the spam to Akismet.
## Troubleshooting
### Snippet limitations
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment