summaryrefslogtreecommitdiff
path: root/doc/integration/akismet.md
Commit message (Collapse)AuthorAgeFilesLines
* Updated Akismet documentationPatricio Cano2016-08-161-4/+4
|
* Added Documentation and CHANGELOGPatricio Cano2016-08-151-0/+23
|
* Refactor spam validation to a concern that can be easily reused and improve ↵akismet-ui-checkPatricio Cano2016-07-261-1/+1
| | | | legibility in `SpamCheckService`
* Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-261-5/+7
|
* Submit new issues created via the WebUI by non project members to Akismet ↵Patricio Cano2016-07-261-0/+3
| | | | for spam check.
* Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-0/+30
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612