Patricio Cano
|
96399a81cb
|
Allow Issue to be submitted as spam
- Added controller actions as reusable concerns
- Added controller tests
|
2016-08-15 13:18:15 -05:00 |
|
Patricio Cano
|
abf2dcd25c
|
Allow SpamLog to be submitted as ham
- Added `submitted_as_ham` to `SpamLog` to mark which logs have been submitted to Akismet.
- Added routes and controller action.
|
2016-08-15 13:18:15 -05:00 |
|
Douglas Barbosa Alexandre
|
718b1dddfe
|
Refactor Admin::SpamLogsController to block user before destroying
|
2016-02-02 11:25:44 -02:00 |
|
Douglas Barbosa Alexandre
|
62cad887ea
|
Use time_ago_with_tooltip on spam logs list
|
2016-02-02 11:25:44 -02:00 |
|
Douglas Barbosa Alexandre
|
64c9768bd6
|
Use truncate helper on spam logs list
|
2016-02-02 11:25:44 -02:00 |
|
Stan Hu
|
d20e75a8d8
|
Support Akismet spam checking for creation of issues via API
Currently any spam detected by Akismet by non-members via API will be logged
in a separate table in the admin page.
Closes #5612
|
2016-02-02 11:25:44 -02:00 |
|