summaryrefslogtreecommitdiff
path: root/lib/gitlab/akismet_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-81/+0
* Allow `SpamLog` to be submitted as hamPatricio Cano2016-08-151-0/+4
* Refactored spam related code even furtherPatricio Cano2016-08-151-6/+2
* Complete refactor of the `Spammable` concern and tests:Patricio Cano2016-08-151-0/+34
* Refactor spam validation to a concern that can be easily reused and improve l...akismet-ui-checkPatricio Cano2016-07-261-11/+0
* Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-261-2/+2
* Submit new issues created via the WebUI by non project members to Akismet for...Patricio Cano2016-07-261-0/+11
* Use ActionDispatch Remote IP for Akismet checkingStan Hu2016-04-271-2/+10
* Memoize Akismet client initialization on AkismetHelperDouglas Barbosa Alexandre2016-02-021-2/+2
* Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-0/+39