summaryrefslogtreecommitdiff
path: root/app/controllers/admin/spam_logs_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Externalize strings in admin controllersMartin Wortschack2019-03-211-3/+3
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+3
* Use DeleteUserWorker for removing users via spam logssh-use-delete-worker-spam-logsStan Hu2017-04-171-1/+1
* Further refactor and syntax fixes.Patricio Cano2016-08-151-3/+2
* Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-3/+1
* Allow `SpamLog` to be submitted as hamPatricio Cano2016-08-151-2/+9
* Refactored spam related code even furtherPatricio Cano2016-08-151-0/+6
* Change deprecated usage of rendering without response bodyMehmet Emin İNAÇ2016-03-161-1/+1
* Refactor Admin::SpamLogsController to block user before destroyingDouglas Barbosa Alexandre2016-02-021-23/+7
* Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-0/+33