discourse/app/controllers/admin
David Taylor d8bd3c32ca
DEV: Allow theme CLI to specify which theme to synchronize (#6963)
Currently the theme is matched by name, which can be fragile when there are many themes with the same name. This functionality will be used by the next version of theme CLI.
2019-01-30 14:17:04 +00: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 FEATURE: Support backup uploads/downloads directly to/from S3. 2018-10-15 09:43:31 +08:00
badges_controller.rb Make rubocop happy again. 2018-06-07 13:28:18 +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: Improve backup stats on admin dashboard 2018-12-17 11:35:11 +01:00
dashboard_next_controller.rb UX: Adding reports dashboard tab, new layout, report descriptions (#6790) 2018-12-19 14:44:43 +01:00
email_controller.rb FIX: Return 400 when username params is invalid. 2019-01-30 16:06:55 +08:00
email_templates_controller.rb FIX: Add 'log in via link' to email templates. (#6545) 2018-10-30 19:15:05 +00:00
embeddable_hosts_controller.rb Make rubocop happy again. 2018-06-07 13:28:18 +08:00
embedding_controller.rb Make rubocop happy again. 2018-06-07 13:28:18 +08: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 Revert "FIX: do not agree flags by default when deleting posts" 2018-11-28 10:21:11 +05:30
groups_controller.rb FIX: Incorrect query when removing a group owner. 2018-05-07 13:57:00 +08:00
impersonate_controller.rb FIX: Do not check for suspicious login when impersonating. (#6534) 2018-11-12 15:34:12 +01:00
moderation_history_controller.rb FEATURE: show post approvals in Moderation History (#6643) 2018-11-22 10:22:23 +08: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 Rename `display_plugins` -> `visible_plugins`. 2018-05-09 07:52:45 +08:00
reports_controller.rb FIX: remove storage_stats from the list of reports, too specific (#6817) 2018-12-27 22:21:08 +01: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: Do not show an empty modal when an IP address is allowed or blocked. (#6265) 2018-08-20 17:37:30 +02: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 FEATURE: Upload Site Settings. (#6573) 2018-11-14 15:03:02 +08:00
site_texts_controller.rb FEATURE: Better handling of quotation marks in site text search 2018-11-12 13:26:41 +01:00
staff_action_logs_controller.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
themes_controller.rb DEV: Allow theme CLI to specify which theme to synchronize (#6963) 2019-01-30 14:17:04 +00:00
user_fields_controller.rb Make rubocop happy again. 2018-06-07 13:28:18 +08:00
users_controller.rb PERF: delete potentially large associated tables before user_destroyer.destroy transaction 2019-01-18 16:10:03 +01: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 FEATURE: Filter topic and post web hook events by tags (#6726) 2018-12-05 14:44:06 +05:30