This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/controllers/admin
Guo Xiang Tan 142571bba0 Remove use of rescue nil.
* `rescue nil` is a really bad pattern to use in our code base.
  We should rescue errors that we expect the code to throw and
  not rescue everything because we're unsure of what errors the
  code would throw. This would reduce the amount of pain we face
  when debugging why something isn't working as expexted. I've
  been bitten countless of times by errors being swallowed as a
  result during debugging sessions.
2018-04-02 13:52:51 +08:00
..
admin_controller.rb Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00
api_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
backups_controller.rb FIX: render error message when backup download fails 2018-01-05 19:46:43 +05:30
badges_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
color_schemes_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
dashboard_controller.rb FEATURE: Display force_https warning in admin problems dashboard 2018-01-11 12:16:10 +05:30
diagnostics_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
email_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
email_templates_controller.rb Rename "Blocked" to "Silenced" 2017-11-10 14:10:27 -05:00
embeddable_hosts_controller.rb FIX: don't return 200s when login is required to paths 2018-02-01 12:26:45 +11:00
embedding_controller.rb FIX: don't return 200s when login is required to paths 2018-02-01 12:26:45 +11:00
emojis_controller.rb FIX: use hijack for emoji uploads 2017-12-18 10:31:19 +11:00
flagged_topics_controller.rb Add front end service for staff controls 2017-09-25 12:25:14 -04:00
flags_controller.rb FIX: Silencing / Suspending a user should not send a hidden message 2018-03-14 14:39:52 -04:00
groups_controller.rb Merge pull request #5705 from discourse/new_webhooks 2018-04-02 10:53:21 +05:30
impersonate_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
moderation_history_controller.rb FEATURE: Show a button to Staff for "Moderation History" on posts/topics 2017-12-05 15:20:20 -05:00
permalinks_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
plugins_controller.rb Add a spec for the new plugins controller 2015-02-10 12:35:53 -05:00
reports_controller.rb FIX: admin reports charts should use same time of day as dashboard numbers 2018-02-01 15:59:39 -05:00
screened_emails_controller.rb FEATURE: admins can clear screend emails if needed 2014-06-02 16:53:00 +10:00
screened_ip_addresses_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
screened_urls_controller.rb Should have put order on the screened urls results 2013-11-04 16:31:31 -05:00
search_logs_controller.rb fix the build 2018-01-17 12:57:33 +05:30
site_settings_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
site_texts_controller.rb FIX: Customizing site texts ignored current locale for _MF keys 2018-02-07 16:57:08 +01:00
staff_action_logs_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
themes_controller.rb FEATURE: maintain preview theme, while previewing 2018-03-15 16:17:22 +11:00
user_fields_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
users_controller.rb Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
versions_controller.rb Don't blow up if Redis switches to READONLY 2015-04-24 14:37:16 -04:00
watched_words_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
web_hooks_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00