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
显示
- CHANGELOG 1 个添加, 0 个删除CHANGELOG
- Gemfile 2 个添加, 1 个删除Gemfile
- Gemfile.lock 2 个添加, 0 个删除Gemfile.lock
- app/controllers/admin/application_settings_controller.rb 2 个添加, 0 个删除app/controllers/admin/application_settings_controller.rb
- app/controllers/admin/spam_logs_controller.rb 33 个添加, 0 个删除app/controllers/admin/spam_logs_controller.rb
- app/models/application_setting.rb 7 个添加, 1 个删除app/models/application_setting.rb
- app/models/spam_log.rb 13 个添加, 0 个删除app/models/spam_log.rb
- app/models/spam_report.rb 5 个添加, 0 个删除app/models/spam_report.rb
- app/models/user.rb 1 个添加, 0 个删除app/models/user.rb
- app/services/create_spam_log_service.rb 13 个添加, 0 个删除app/services/create_spam_log_service.rb
- app/views/admin/application_settings/_form.html.haml 20 个添加, 3 个删除app/views/admin/application_settings/_form.html.haml
- app/views/admin/spam_logs/_spam_log.html.haml 30 个添加, 0 个删除app/views/admin/spam_logs/_spam_log.html.haml
- app/views/admin/spam_logs/index.html.haml 21 个添加, 0 个删除app/views/admin/spam_logs/index.html.haml
- app/views/layouts/nav/_admin.html.haml 7 个添加, 0 个删除app/views/layouts/nav/_admin.html.haml
- config/routes.rb 2 个添加, 0 个删除config/routes.rb
- db/migrate/20151231152326_add_akismet_to_application_settings.rb 8 个添加, 0 个删除...ate/20151231152326_add_akismet_to_application_settings.rb
- db/migrate/20160109054846_create_spam_logs.rb 16 个添加, 0 个删除db/migrate/20160109054846_create_spam_logs.rb
- db/schema.rb 15 个添加, 0 个删除db/schema.rb
- doc/integration/README.md 1 个添加, 0 个删除doc/integration/README.md
- doc/integration/akismet.md 30 个添加, 0 个删除doc/integration/akismet.md
加载中
想要评论请 注册 或 登录