discourse/app/controllers/admin
Neil Lalonde 06140740d0 Version checks: tolerate old version check data that can happen immediately after upgrading but forgetting to restart sidekiq/clockwork. Don't cache version check data along with other dashboard data. 2013-07-30 12:12:04 -04:00
..
admin_controller.rb :s/moderator?/staff/g ... our naming was kind of crazy, renamed moderator? to staff 2013-05-02 17:22:27 +10:00
api_controller.rb basic api support 2013-03-25 18:04:46 -07:00
dashboard_controller.rb Version checks: tolerate old version check data that can happen immediately after upgrading but forgetting to restart sidekiq/clockwork. Don't cache version check data along with other dashboard data. 2013-07-30 12:12:04 -04:00
email_controller.rb Remove some calls to `all`. They are not required, and Rails4 raises warnings about them. 2013-07-22 20:44:11 +02:00
export_controller.rb extract hard-coded strings 2013-04-07 18:14:50 +02:00
flags_controller.rb Add button to delete a spammer in the flag modal 2013-07-29 15:29:44 -04:00
groups_controller.rb Fix auto-group refresh response so that ajax callback runs 2013-07-26 19:47:32 -04:00
impersonate_controller.rb fix horribly broken invite code, could lead to inviting the wrong person to a conversation 2013-06-19 10:31:19 +10:00
reports_controller.rb Code to support EmberJS + Discourse Tutorial feature: Admin Reports 2013-02-27 22:40:36 -05:00
site_content_types_controller.rb Work in Progress: Content Editing in Admin Section 2013-04-04 17:26:22 -04:00
site_contents_controller.rb Support for custom Privacy Policies 2013-06-26 10:59:36 -04:00
site_customizations_controller.rb Enabled strong_parameters across all models/controllers. 2013-06-06 00:30:59 -07:00
site_settings_controller.rb Make it possible to set a site setting to empty string 2013-06-11 14:31:38 -04:00
users_controller.rb Add ip_address, email, and context to staff_action_logs table. Context should usually be the url from which the staff member performed the action, but could be any string that describes what the staff member was doing when the action was performed. 2013-07-29 15:29:43 -04:00
versions_controller.rb Add version checking that shows on the admin dashboard 2013-02-19 15:20:49 -05:00