summaryrefslogtreecommitdiff
path: root/app/services/akismet_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string in apps/uploaders/*.rbgfyoung2018-07-161-0/+2
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-4/+2
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-0/+2
* replace `is_spam?` with `spam?`Maxim Rydkin2017-08-291-1/+1
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Reduce duplication in AkismetServicers-dry-akismet-serviceRobert Speicher2016-09-201-27/+16
* Further refactor and syntax fixes.Patricio Cano2016-08-151-29/+30
* Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-0/+78