discourse/config/initializers
Robin Ward b58867b6e9 FEATURE: New 'Reviewable' model to make reviewable items generic
Includes support for flags, reviewable users and queued posts, with REST API
backwards compatibility.

Co-Authored-By: romanrizzi <romanalejandro@gmail.com>
Co-Authored-By: jjaffeux <j.jaffeux@gmail.com>
2019-03-28 12:45:10 -04:00
..
000-mini_sql.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
000-post_migration.rb DEV: Support post deployment migrations for plugins. 2018-10-09 13:11:45 +08:00
001-redis.rb Remove unused lines. 2018-06-11 08:44:41 +08:00
002-freedom_patches.rb
003-sql_builder.rb
004-message_bus.rb SECURITY: extra CORS headers should be set on correct host 2018-07-11 09:29:02 +10:00
004-rails_multisite.rb FIX: Sidekiq fails to start if any of the multisite has problems. 2018-12-12 11:30:14 +08:00
005-site_settings.rb FIX: Sidekiq fails to start if any of the multisite has problems. 2018-12-12 11:30:14 +08:00
006-ensure_login_hint.rb Fix the build. 2019-01-17 17:28:09 +08:00
006-mini_profiler.rb DEV: update mini profiler 2018-12-10 14:29:20 +11:00
008-rack-cors.rb Add Cache-Control header to CORS (#6490) 2018-10-16 10:46:55 +11:00
009-omniauth.rb
010-discourse_iife.rb
011-rack-protection.rb
012-web_hook_events.rb FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
013-excon_defaults.rb
050-force_https.rb
099-anon-cache.rb DEV: avoid require_dependency for some libs 2018-12-31 10:53:30 +11:00
099-defer.rb
099-drain_pool.rb
100-i18n.rb
100-logster.rb DEV: document max_logster_logs in discourse_defaults.conf 2019-03-22 14:11:40 +11:00
100-oj.rb
100-onebox_options.rb
100-push-notifications.rb PERF: Don't bloat the Sidekiq queue with `Jobs::SendPushNotification`. 2018-05-24 10:04:09 +08:00
100-quiet_logger.rb
100-secret_token.rb
100-session_store.rb
100-sidekiq.rb Pause MiniScheduler when Sidekiq is paused. 2019-01-18 17:50:24 +08:00
100-silence_logger.rb
100-strong_parameters.rb
100-verify_config.rb
100-watch_for_restart.rb
100-wrap_parameters.rb
101-lograge.rb DEV: Rescue from readonly error in lograge. 2019-01-21 14:20:19 +08:00
200-message_bus_request_tracker.rb