summaryrefslogtreecommitdiff
path: root/app/models/concerns/spammable.rb
Commit message (Expand)AuthorAgeFilesLines
* Present ajax call errors when failing to update an IssueOswaldo Ferreira2017-03-211-1/+1
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-1/+1
* Improve performance of User Agent DetailZ.J. van de Weg2017-02-201-0/+4
* Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-3/+9
* Check public snippets for spamSean McGivern2017-02-021-1/+7
* Also check if Akismet is enabled, before showing the `Submit as spam` button.fix-spam-submit-buttonPatricio Cano2016-08-221-1/+1
* Further refactor and syntax fixes.Patricio Cano2016-08-151-28/+14
* Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-40/+28
* Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-3/+15
* Refactored spam related code even furtherPatricio Cano2016-08-151-16/+28
* Complete refactor of the `Spammable` concern and tests:Patricio Cano2016-08-151-2/+56
* Refactor spam validation to a concern that can be easily reused and improve l...akismet-ui-checkPatricio Cano2016-07-261-0/+16