summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/spammable_actions.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-73/+0
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-25/+10
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-4/+11
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-38/+19
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-6/+19
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-151-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-1/+1
* Externalize strings in projects controllersMartin Wortschack2019-03-271-3/+3
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* 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