summaryrefslogtreecommitdiff
path: root/app/views/admin/spam_logs
Commit message (Collapse)AuthorAgeFilesLines
* Admin section capitalization fixJose Ivan Vargas Lopez2017-04-061-1/+1
|
* Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-072-0/+3
|
* Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-1/+1
| | | | | - Added controller actions as reusable concerns - Added controller tests
* Allow `SpamLog` to be submitted as hamPatricio Cano2016-08-151-0/+5
| | | | | - Added `submitted_as_ham` to `SpamLog` to mark which logs have been submitted to Akismet. - Added routes and controller action.
* Refactor Admin::SpamLogsController to block user before destroyingDouglas Barbosa Alexandre2016-02-022-4/+6
|
* Use time_ago_with_tooltip on spam logs listDouglas Barbosa Alexandre2016-02-021-1/+1
|
* Use truncate helper on spam logs listDouglas Barbosa Alexandre2016-02-021-1/+1
|
* Support Akismet spam checking for creation of issues via APIStan Hu2016-02-022-0/+51
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612