summaryrefslogtreecommitdiff
path: root/app/controllers/admin/abuse_reports_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few N+1 queries identified by Bulletfix-nplusone-queriesStan Hu2017-04-021-0/+1
| | | | See !10263
* Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage'Dmitriy Zaporozhets2016-05-181-1/+1
|\ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Change deprecated usage of rendering without response bodyMehmet Emin İNAÇ2016-03-161-1/+1
| | | | | | | | | | `render nothing: true` has been deprecated. For more information see [pr](https://github.com/rails/rails/pull/20336)
* | Clearify who deletes the userZeger-Jan van de Weg2016-03-151-1/+1
| |
* | Fix broken specsZeger-Jan van de Weg2016-03-151-1/+1
|/
* Block the reported user before destroying the recordrs-block-user-before-removalRobert Speicher2016-01-121-4/+2
| | | | | | | | This is intended to prevent the user from creating new objects while the transaction that removes them is being run, resulting in objects with nil authors which can then not be edited. See https://gitlab.com/gitlab-org/gitlab-ce/issues/7117
* Improve abuse reports managementDmitriy Zaporozhets2015-08-251-2/+7
| | | | | | | | * Link to user profile instead of user admin page * One button for remove user and report * Remove user and report with page reloading Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add abuse report management in admin areaDmitriy Zaporozhets2015-08-061-0/+11
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>