summaryrefslogtreecommitdiff
path: root/app/services/spam_check_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Enable frozen string in apps/uploaders/*.rbgfyoung2018-07-161-0/+2
* Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-4/+4
* Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-0/+2
* Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-1/+2
* Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
* Spam check only when spammable attributes have changedOswaldo Ferreira2017-03-211-0/+3
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-0/+24
* Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-33/+0
* Refactored spam related code even furtherPatricio Cano2016-08-151-17/+18
* Complete refactor of the `Spammable` concern and tests:Patricio Cano2016-08-151-14/+8
* Refactor spam validation to a concern that can be easily reused and improve l...akismet-ui-checkPatricio Cano2016-07-261-16/+26
* Refactor `SpamCheckService` to make it cleaner and clearer.Patricio Cano2016-07-261-0/+28