summaryrefslogtreecommitdiff
path: root/app/controllers/abuse_reports_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
| | | | | | | | | | | | Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Fix errors caused by attempts to report already blocked or deleted usersHoracio Bertorello2017-06-281-1/+13
|
* Autofill abuse message text with user url. Closes #2838Josh Frye2016-01-161-0/+1
|
* Add `AbuseReport#notify`rs-abuse-reports-refactorRobert Speicher2016-01-041-3/+1
| | | | Tell, Don't Ask.
* Redirect back to user profile page after abuse reportRobert Speicher2016-01-041-2/+5
| | | | | Now the reporter will see the fruits of their labor, namely, the red icon!
* fix specsrails_update_to_4_2Valery Sizov2015-11-301-1/+1
|
* Migrate mailers to ActiveJobValery Sizov2015-11-261-1/+1
|
* Only pass abuse report ID to AbuseReportMailer.Douwe Maan2015-10-181-3/+4
|
* Send an email (to support) when a user is reported for spamJonathan Rochkind2015-10-081-0/+3
|
* Improve wording in abuse report formDmitriy Zaporozhets2015-08-061-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow users to send abuse reportsDmitriy Zaporozhets2015-08-061-0/+23
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>