summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/spammable_actions.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-12-151-3/+14
|\
| * Resolve "No feedback when checking on checklist if potential spam was detected"Luke Bennett2017-12-081-3/+14
* | Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-4/+4
* | Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
|/
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+7
* Make sure reCAPTCHA configuration is loaded when spam checks are initiatedsh-recaptcha-fix-try2Stan Hu2017-06-101-1/+9
* Fix new offensesDouwe Maan2017-02-231-1/+1
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-6/+24
* Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-0/+18
* Check public snippets for spamSean McGivern2017-02-021-1/+1
* Enable Lint/StringConversionInInterpolation cop and autocorrect offensesrs-string-conversion-in-interpolationRobert Speicher2016-10-031-1/+1
* Further refactor and syntax fixes.Patricio Cano2016-08-151-5/+4
* Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-7/+1
* Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-0/+32