2014-06-18 09:49:21 -05:00
|
|
|
|
# Available options:
|
2014-06-12 17:03:03 -05:00
|
|
|
|
#
|
2019-01-02 01:29:17 -06:00
|
|
|
|
# default - The default value of the setting. For upload site settings, use the id of the upload seeded in db/fixtures/010_uploads.rb.
|
2016-06-29 02:23:29 -05:00
|
|
|
|
# client - Set to true if the javascript should have access to this setting's value.
|
|
|
|
|
# refresh - Set to true if clients should refresh when the setting is changed.
|
|
|
|
|
# min - For a string setting, the minimum length. For an integer setting, the minimum value.
|
|
|
|
|
# max - For a string setting, the maximum length. For an integer setting, the maximum value.
|
|
|
|
|
# regex - A regex that the value must match.
|
|
|
|
|
# validator - The name of the class that will be use to validate the value of the setting.
|
2018-04-26 02:00:56 -05:00
|
|
|
|
# allow_any - For choice settings allow items not specified in the choice list (default true)
|
2018-06-02 08:57:52 -05:00
|
|
|
|
# secret - Set to true if input type should be password and value needs to be scrubbed from logs (default false).
|
2016-06-29 02:23:29 -05:00
|
|
|
|
# enum - The setting has a fixed set of allowed values, and only one can be chosen.
|
|
|
|
|
# Set to the class name that defines the set.
|
2017-08-06 20:43:09 -05:00
|
|
|
|
# locale_default - A hash which overrides according to `SiteSetting.default_locale`.
|
|
|
|
|
# The key should be as the same as possible value of default_locale.
|
|
|
|
|
#
|
2016-06-29 02:23:29 -05:00
|
|
|
|
#
|
2014-06-18 09:49:21 -05:00
|
|
|
|
# type: email - Must be a valid email address.
|
|
|
|
|
# type: username - Must match the username of an existing user.
|
2014-06-18 11:07:18 -05:00
|
|
|
|
# type: list - A list of values, chosen from a set of valid values defined in the choices option.
|
2015-08-06 20:41:48 -05:00
|
|
|
|
# type: enum - A single value, chosen from a set of valid values in the choices option.
|
2014-08-10 10:46:04 -05:00
|
|
|
|
#
|
|
|
|
|
# A type:list setting with the word 'colors' in its name will make color values have a bold line of the corresponding color
|
|
|
|
|
#
|
2013-11-14 11:37:41 -06:00
|
|
|
|
required:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
title:
|
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "Discourse"
|
2014-06-18 09:49:21 -05:00
|
|
|
|
site_description:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-12-12 04:46:14 -06:00
|
|
|
|
short_site_description:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2019-05-07 06:21:54 -05:00
|
|
|
|
client: true
|
2014-06-09 14:17:36 -05:00
|
|
|
|
contact_email:
|
2015-01-06 16:28:42 -06:00
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-06-12 17:03:03 -05:00
|
|
|
|
type: email
|
2015-02-23 11:39:13 -06:00
|
|
|
|
contact_url:
|
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-06-09 14:17:36 -05:00
|
|
|
|
notification_email:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "noreply@unconfigured.discourse.org"
|
2014-06-12 17:03:03 -05:00
|
|
|
|
type: email
|
2014-06-11 13:42:41 -05:00
|
|
|
|
site_contact_username:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-06-12 17:03:03 -05:00
|
|
|
|
type: username
|
2019-03-13 05:34:47 -05:00
|
|
|
|
site_contact_group_name:
|
|
|
|
|
default: ""
|
|
|
|
|
type: group
|
2019-05-01 08:44:45 -05:00
|
|
|
|
exclude_rel_nofollow_domains:
|
|
|
|
|
default: ""
|
|
|
|
|
type: list
|
|
|
|
|
company_name:
|
|
|
|
|
default: ""
|
|
|
|
|
governing_law:
|
|
|
|
|
default: ""
|
|
|
|
|
city_for_disputes:
|
|
|
|
|
default: ""
|
|
|
|
|
|
|
|
|
|
branding:
|
2018-11-14 01:03:02 -06:00
|
|
|
|
logo:
|
2019-05-01 08:44:45 -05:00
|
|
|
|
default: -5
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2018-11-14 01:03:02 -06:00
|
|
|
|
type: upload
|
|
|
|
|
logo_url:
|
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "/images/d-logo-sketch.png"
|
2018-11-14 01:03:02 -06:00
|
|
|
|
logo_small:
|
2019-05-01 08:44:45 -05:00
|
|
|
|
default: -6
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2018-11-14 01:03:02 -06:00
|
|
|
|
type: upload
|
|
|
|
|
logo_small_url:
|
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "/images/d-logo-sketch-small.png"
|
2018-11-14 01:03:02 -06:00
|
|
|
|
digest_logo:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-11-14 01:03:02 -06:00
|
|
|
|
client: true
|
|
|
|
|
type: upload
|
2014-03-18 14:56:17 -05:00
|
|
|
|
digest_logo_url:
|
2018-11-14 01:03:02 -06:00
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-11-14 01:03:02 -06:00
|
|
|
|
mobile_logo:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-06-18 14:44:00 -05:00
|
|
|
|
client: true
|
2018-11-14 01:03:02 -06:00
|
|
|
|
type: upload
|
|
|
|
|
mobile_logo_url:
|
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-11-14 01:03:02 -06:00
|
|
|
|
large_icon:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-11-14 01:03:02 -06:00
|
|
|
|
client: true
|
|
|
|
|
type: upload
|
2019-05-01 08:44:45 -05:00
|
|
|
|
manifest_icon:
|
|
|
|
|
default: ""
|
|
|
|
|
type: upload
|
2017-11-03 00:19:31 -05:00
|
|
|
|
large_icon_url:
|
2018-11-14 01:03:02 -06:00
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-11-14 01:03:02 -06:00
|
|
|
|
favicon:
|
2019-05-01 08:44:45 -05:00
|
|
|
|
default: ""
|
2013-11-13 13:02:47 -06:00
|
|
|
|
client: true
|
2018-11-14 01:03:02 -06:00
|
|
|
|
type: upload
|
|
|
|
|
favicon_url:
|
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "/images/default-favicon.ico"
|
2018-11-14 01:03:02 -06:00
|
|
|
|
apple_touch_icon:
|
2019-05-01 08:44:45 -05:00
|
|
|
|
default: ""
|
2018-11-14 01:03:02 -06:00
|
|
|
|
client: true
|
|
|
|
|
type: upload
|
|
|
|
|
apple_touch_icon_url:
|
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "/images/default-apple-touch-icon.png"
|
2018-11-14 01:03:02 -06:00
|
|
|
|
opengraph_image:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-11-14 01:03:02 -06:00
|
|
|
|
type: upload
|
|
|
|
|
default_opengraph_image_url:
|
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-11-14 01:03:02 -06:00
|
|
|
|
twitter_summary_large_image:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-11-14 01:03:02 -06:00
|
|
|
|
type: upload
|
|
|
|
|
twitter_summary_large_image_url:
|
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2013-11-13 13:02:47 -06:00
|
|
|
|
|
2013-11-14 14:05:48 -06:00
|
|
|
|
basic:
|
2014-02-08 19:35:46 -06:00
|
|
|
|
allow_user_locale:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2016-03-14 18:18:19 -05:00
|
|
|
|
set_locale_from_accept_language_header:
|
|
|
|
|
default: false
|
|
|
|
|
validator: "AllowUserLocaleEnabledValidator"
|
2018-01-28 20:33:55 -06:00
|
|
|
|
support_mixed_text_direction:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2016-08-17 16:23:16 -05:00
|
|
|
|
categories_topics:
|
|
|
|
|
default: 20
|
2020-01-29 12:30:48 -06:00
|
|
|
|
validator: "CategoriesTopicsValidator"
|
2014-03-21 20:14:35 -05:00
|
|
|
|
suggested_topics:
|
|
|
|
|
client: true
|
|
|
|
|
default: 5
|
2017-04-20 02:49:50 -05:00
|
|
|
|
max: 2000
|
2014-06-03 16:48:18 -05:00
|
|
|
|
limit_suggested_to_category:
|
|
|
|
|
default: false
|
2019-04-16 02:51:57 -05:00
|
|
|
|
suggested_topics_unread_max_days_old:
|
|
|
|
|
default: 90
|
|
|
|
|
min: 0
|
|
|
|
|
max: 10000
|
2016-07-03 03:15:01 -05:00
|
|
|
|
suggested_topics_max_days_old:
|
|
|
|
|
default: 365
|
|
|
|
|
min: 7
|
|
|
|
|
max: 10000
|
2014-01-25 18:42:25 -06:00
|
|
|
|
ga_universal_tracking_code:
|
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-06-20 12:02:04 -05:00
|
|
|
|
regex: "^UA-\\d+-\\d+$"
|
2014-01-25 18:42:25 -06:00
|
|
|
|
ga_universal_domain_name:
|
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "auto"
|
2017-07-13 14:21:44 -05:00
|
|
|
|
ga_universal_auto_link_domains:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2017-07-13 14:21:44 -05:00
|
|
|
|
type: list
|
2016-07-14 12:52:37 -05:00
|
|
|
|
gtm_container_id:
|
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-07-14 12:52:37 -05:00
|
|
|
|
regex: "^GTM-"
|
2013-11-14 14:05:48 -06:00
|
|
|
|
top_menu:
|
|
|
|
|
client: true
|
2014-03-07 12:07:53 -06:00
|
|
|
|
refresh: true
|
2014-06-18 10:15:29 -05:00
|
|
|
|
type: list
|
2018-08-03 15:41:37 -05:00
|
|
|
|
list_type: compact
|
2015-02-26 18:45:56 -06:00
|
|
|
|
default: "latest|new|unread|top|categories"
|
2015-02-26 16:01:29 -06:00
|
|
|
|
regex: "latest"
|
2015-02-26 18:45:56 -06:00
|
|
|
|
regex_error: "site_settings.errors.must_include_latest"
|
2018-01-16 14:07:18 -06:00
|
|
|
|
validator: RegexPresenceValidator
|
2018-04-26 02:00:56 -05:00
|
|
|
|
allow_any: false
|
2014-06-04 11:51:21 -05:00
|
|
|
|
choices:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
- latest
|
|
|
|
|
- new
|
|
|
|
|
- unread
|
|
|
|
|
- top
|
|
|
|
|
- categories
|
|
|
|
|
- read
|
|
|
|
|
- posted
|
|
|
|
|
- bookmarks
|
2013-11-14 14:05:48 -06:00
|
|
|
|
post_menu:
|
|
|
|
|
client: true
|
2014-06-18 10:15:29 -05:00
|
|
|
|
type: list
|
2019-12-10 22:04:02 -06:00
|
|
|
|
default: "read|like|share|flag|edit|bookmark|bookmarkWithReminder|delete|admin|reply"
|
2018-04-26 02:00:56 -05:00
|
|
|
|
allow_any: false
|
2014-06-01 09:37:51 -05:00
|
|
|
|
choices:
|
2019-08-27 07:09:00 -05:00
|
|
|
|
- read
|
2019-01-17 12:05:39 -06:00
|
|
|
|
- like
|
|
|
|
|
- edit
|
|
|
|
|
- flag
|
|
|
|
|
- delete
|
|
|
|
|
- share
|
|
|
|
|
- bookmark
|
|
|
|
|
- admin
|
|
|
|
|
- reply
|
2019-12-10 22:04:02 -06:00
|
|
|
|
- bookmarkWithReminder
|
2014-06-10 14:27:43 -05:00
|
|
|
|
post_menu_hidden_items:
|
2014-05-31 10:18:53 -05:00
|
|
|
|
client: true
|
2014-06-18 10:15:29 -05:00
|
|
|
|
type: list
|
2019-12-10 22:04:02 -06:00
|
|
|
|
default: "flag|bookmark|bookmarkWithReminder|edit|delete|admin"
|
2018-04-26 02:00:56 -05:00
|
|
|
|
allow_any: false
|
2014-06-10 14:27:43 -05:00
|
|
|
|
choices:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
- like
|
|
|
|
|
- edit
|
|
|
|
|
- flag
|
|
|
|
|
- delete
|
|
|
|
|
- share
|
|
|
|
|
- bookmark
|
|
|
|
|
- admin
|
|
|
|
|
- reply
|
2019-12-10 22:04:02 -06:00
|
|
|
|
- bookmarkWithReminder
|
2013-11-14 14:05:48 -06:00
|
|
|
|
share_links:
|
|
|
|
|
client: true
|
2014-06-18 10:15:29 -05:00
|
|
|
|
type: list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "twitter|facebook|email"
|
2018-04-26 02:00:56 -05:00
|
|
|
|
allow_any: false
|
2014-06-01 09:37:51 -05:00
|
|
|
|
choices:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
- twitter
|
|
|
|
|
- facebook
|
|
|
|
|
- email
|
2016-08-22 16:43:42 -05:00
|
|
|
|
desktop_category_page_style:
|
2016-08-22 16:01:43 -05:00
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "CategoryPageStyle"
|
|
|
|
|
default: "categories_and_latest_topics"
|
2013-11-14 14:05:48 -06:00
|
|
|
|
category_colors:
|
|
|
|
|
client: true
|
2014-06-18 10:15:29 -05:00
|
|
|
|
type: list
|
2018-08-03 15:41:37 -05:00
|
|
|
|
list_type: compact
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "BF1E2E|F1592A|F7941D|9EB83B|3AB54A|12A89D|25AAE2|0E76BD|652D90|92278F|ED207B|8C6238|231F20|808281|B3B5B4|E45735"
|
2015-01-28 21:53:02 -06:00
|
|
|
|
category_style:
|
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "bullet"
|
2015-08-06 20:41:48 -05:00
|
|
|
|
type: enum
|
|
|
|
|
choices:
|
|
|
|
|
- bar
|
|
|
|
|
- box
|
|
|
|
|
- bullet
|
2017-08-04 13:12:21 -05:00
|
|
|
|
- none
|
2019-12-04 06:05:41 -06:00
|
|
|
|
max_category_nesting:
|
|
|
|
|
client: true
|
|
|
|
|
default: 2
|
|
|
|
|
min: 2
|
|
|
|
|
max: 3
|
|
|
|
|
hidden: true
|
2014-03-21 20:14:35 -05:00
|
|
|
|
enable_mobile_theme:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2018-09-28 21:33:17 -05:00
|
|
|
|
hidden: true
|
2018-07-11 23:18:21 -05:00
|
|
|
|
default_theme_id:
|
|
|
|
|
default: -1
|
2017-04-12 09:52:52 -05:00
|
|
|
|
hidden: true
|
2013-11-14 14:05:48 -06:00
|
|
|
|
relative_date_duration:
|
|
|
|
|
client: true
|
|
|
|
|
default: 30
|
2014-06-12 17:03:03 -05:00
|
|
|
|
topics_per_period_in_top_summary:
|
|
|
|
|
default: 20
|
|
|
|
|
min: 1
|
|
|
|
|
topics_per_period_in_top_page:
|
|
|
|
|
default: 50
|
|
|
|
|
min: 1
|
2015-10-06 11:04:31 -05:00
|
|
|
|
top_page_default_timeframe:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "yearly"
|
2015-10-06 11:04:31 -05:00
|
|
|
|
type: enum
|
|
|
|
|
choices:
|
|
|
|
|
- all
|
|
|
|
|
- yearly
|
|
|
|
|
- quarterly
|
|
|
|
|
- monthly
|
|
|
|
|
- weekly
|
|
|
|
|
- daily
|
2014-05-16 10:33:44 -05:00
|
|
|
|
fixed_category_positions:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2015-06-15 18:31:41 -05:00
|
|
|
|
fixed_category_positions_on_create:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2014-03-05 06:52:20 -06:00
|
|
|
|
enable_badges:
|
|
|
|
|
client: true
|
2014-07-01 21:32:16 -05:00
|
|
|
|
default: true
|
2016-07-27 18:03:00 -05:00
|
|
|
|
enable_badge_sql:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
|
|
|
|
hidden: true
|
2015-09-10 15:01:23 -05:00
|
|
|
|
enable_whispers:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2019-12-10 22:04:02 -06:00
|
|
|
|
enable_bookmarks_with_reminders:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
|
|
|
|
hidden: true
|
2018-05-04 17:31:48 -05:00
|
|
|
|
push_notifications_prompt:
|
2018-10-03 17:58:24 -05:00
|
|
|
|
default: true
|
2018-05-04 17:31:48 -05:00
|
|
|
|
client: true
|
2018-11-14 01:03:02 -06:00
|
|
|
|
push_notifications_icon:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-11-14 01:03:02 -06:00
|
|
|
|
type: upload
|
2018-05-04 17:31:48 -05:00
|
|
|
|
push_notifications_icon_url:
|
2018-11-14 01:03:02 -06:00
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-11-28 07:55:52 -06:00
|
|
|
|
short_title:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2019-01-08 18:46:11 -06:00
|
|
|
|
max: 12
|
2018-05-04 17:31:48 -05:00
|
|
|
|
vapid_public_key_bytes:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-05-04 17:31:48 -05:00
|
|
|
|
client: true
|
|
|
|
|
hidden: true
|
|
|
|
|
vapid_public_key:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-05-04 17:31:48 -05:00
|
|
|
|
hidden: true
|
|
|
|
|
vapid_private_key:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-05-04 17:31:48 -05:00
|
|
|
|
hidden: true
|
2019-07-30 03:08:11 -05:00
|
|
|
|
vapid_base_url:
|
|
|
|
|
default: ""
|
|
|
|
|
hidden: true
|
2013-11-14 14:05:48 -06:00
|
|
|
|
|
2014-07-13 04:23:31 -05:00
|
|
|
|
login:
|
2013-11-13 13:02:47 -06:00
|
|
|
|
invite_only:
|
2016-08-22 13:07:09 -05:00
|
|
|
|
refresh: true
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2019-04-02 09:26:27 -05:00
|
|
|
|
validator: "EnableInviteOnlyValidator"
|
2013-11-13 13:02:47 -06:00
|
|
|
|
login_required:
|
2016-08-22 13:07:09 -05:00
|
|
|
|
refresh: true
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
|
|
|
|
default: false
|
|
|
|
|
must_approve_users:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2014-03-21 20:14:35 -05:00
|
|
|
|
enable_local_logins:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2017-04-20 10:17:24 -05:00
|
|
|
|
enable_local_logins_via_email:
|
|
|
|
|
client: true
|
2018-10-02 19:16:52 -05:00
|
|
|
|
default: true
|
2017-04-20 10:17:24 -05:00
|
|
|
|
validator: "EnableLocalLoginsViaEmailValidator"
|
2014-07-14 14:42:14 -05:00
|
|
|
|
allow_new_registrations:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2015-09-01 18:16:19 -05:00
|
|
|
|
enable_signup_cta:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2014-05-21 17:19:40 -05:00
|
|
|
|
enable_google_oauth2_logins:
|
2014-06-04 10:35:18 -05:00
|
|
|
|
default: false
|
2019-01-17 12:05:39 -06:00
|
|
|
|
google_oauth2_client_id: ""
|
2018-06-02 08:57:52 -05:00
|
|
|
|
google_oauth2_client_secret:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-06-02 08:57:52 -05:00
|
|
|
|
secret: true
|
2018-02-22 17:19:36 -06:00
|
|
|
|
google_oauth2_prompt:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-02-22 17:19:36 -06:00
|
|
|
|
type: list
|
|
|
|
|
choices:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
- ""
|
|
|
|
|
- "none"
|
|
|
|
|
- "consent"
|
|
|
|
|
- "select_account"
|
2018-02-22 17:19:36 -06:00
|
|
|
|
google_oauth2_hd:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2013-11-13 13:02:47 -06:00
|
|
|
|
enable_twitter_logins:
|
2014-06-04 10:35:18 -05:00
|
|
|
|
default: false
|
2014-06-20 12:02:04 -05:00
|
|
|
|
twitter_consumer_key:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-05-13 08:09:37 -05:00
|
|
|
|
regex: "^[\\w+-]+$"
|
2014-06-20 12:02:04 -05:00
|
|
|
|
twitter_consumer_secret:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-05-13 08:09:37 -05:00
|
|
|
|
regex: "^[\\w+-]+$"
|
2018-06-02 08:57:52 -05:00
|
|
|
|
secret: true
|
2016-02-24 19:21:59 -06:00
|
|
|
|
enable_instagram_logins:
|
|
|
|
|
default: false
|
|
|
|
|
instagram_consumer_key:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-02-24 19:21:59 -06:00
|
|
|
|
regex: "^[a-z0-9]+$"
|
|
|
|
|
instagram_consumer_secret:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-02-24 19:21:59 -06:00
|
|
|
|
regex: "^[a-z0-9]+$"
|
2018-06-02 08:57:52 -05:00
|
|
|
|
secret: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
enable_facebook_logins:
|
2014-06-04 10:35:18 -05:00
|
|
|
|
default: false
|
2014-06-20 12:02:04 -05:00
|
|
|
|
facebook_app_id:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-06-20 12:02:04 -05:00
|
|
|
|
regex: "^\\d+$"
|
|
|
|
|
facebook_app_secret:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-12-31 01:38:48 -06:00
|
|
|
|
regex: "^[a-f0-9]+$"
|
2018-06-02 08:57:52 -05:00
|
|
|
|
secret: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
enable_github_logins:
|
|
|
|
|
default: false
|
2014-06-20 12:02:04 -05:00
|
|
|
|
github_client_id:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-12-31 01:38:48 -06:00
|
|
|
|
regex: "^[a-f0-9]+$"
|
2014-06-20 12:02:04 -05:00
|
|
|
|
github_client_secret:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-12-31 01:38:48 -06:00
|
|
|
|
regex: "^[a-f0-9]+$"
|
2018-06-02 08:57:52 -05:00
|
|
|
|
secret: true
|
2019-08-30 04:54:19 -05:00
|
|
|
|
enable_discord_logins:
|
|
|
|
|
default: false
|
|
|
|
|
discord_client_id:
|
2019-11-27 15:15:34 -06:00
|
|
|
|
default: ""
|
2019-08-30 04:54:19 -05:00
|
|
|
|
discord_secret:
|
2019-11-27 15:15:34 -06:00
|
|
|
|
default: ""
|
2019-08-30 04:54:19 -05:00
|
|
|
|
secret: true
|
|
|
|
|
discord_trusted_guilds:
|
2019-11-27 15:15:34 -06:00
|
|
|
|
default: ""
|
2019-08-30 04:54:19 -05:00
|
|
|
|
type: list
|
2014-03-21 20:14:35 -05:00
|
|
|
|
enable_sso:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2017-12-23 02:00:49 -06:00
|
|
|
|
validator: "EnableSsoValidator"
|
2016-12-15 20:37:44 -06:00
|
|
|
|
sso_allows_all_return_paths: false
|
2014-11-26 00:25:54 -06:00
|
|
|
|
enable_sso_provider: false
|
2016-04-11 16:49:44 -05:00
|
|
|
|
verbose_sso_logging: false
|
2017-02-13 13:01:01 -06:00
|
|
|
|
verbose_auth_token_logging:
|
|
|
|
|
hidden: true
|
2018-10-25 04:45:31 -05:00
|
|
|
|
default: true
|
2018-11-14 06:26:47 -06:00
|
|
|
|
max_suspicious_distance_km:
|
|
|
|
|
hidden: true
|
|
|
|
|
default: 500
|
2016-04-06 00:42:47 -05:00
|
|
|
|
sso_url:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-04-06 00:42:47 -05:00
|
|
|
|
regex: '^https?:\/\/.+[^\/]$'
|
2018-06-02 08:57:52 -05:00
|
|
|
|
sso_secret:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-06-02 08:57:52 -05:00
|
|
|
|
secret: true
|
2018-10-15 00:03:53 -05:00
|
|
|
|
sso_provider_secrets:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-10-15 00:03:53 -05:00
|
|
|
|
type: list
|
|
|
|
|
list_type: secret
|
2018-10-15 05:57:45 -05:00
|
|
|
|
secret: true
|
2018-10-15 00:03:53 -05:00
|
|
|
|
placeholder:
|
|
|
|
|
key: "sso_provider.key_placeholder"
|
|
|
|
|
value: "sso_provider.value_placeholder"
|
2018-04-09 22:17:23 -05:00
|
|
|
|
sso_overrides_groups: false
|
2016-08-01 00:29:28 -05:00
|
|
|
|
sso_overrides_bio: false
|
2017-07-09 20:08:55 -05:00
|
|
|
|
sso_overrides_email:
|
|
|
|
|
default: false
|
|
|
|
|
validator: "SsoOverridesEmailValidator"
|
2019-03-18 06:21:55 -05:00
|
|
|
|
client: true
|
2014-03-21 20:14:35 -05:00
|
|
|
|
sso_overrides_username: false
|
|
|
|
|
sso_overrides_name: false
|
2014-08-19 02:49:14 -05:00
|
|
|
|
sso_overrides_avatar:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2018-05-07 03:03:26 -05:00
|
|
|
|
sso_overrides_profile_background: false
|
|
|
|
|
sso_overrides_card_background: false
|
2019-01-17 12:05:39 -06:00
|
|
|
|
sso_not_approved_url: ""
|
2014-08-24 04:06:43 -05:00
|
|
|
|
email_domains_blacklist:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "mailinator.com"
|
2014-08-24 04:06:43 -05:00
|
|
|
|
type: list
|
|
|
|
|
email_domains_whitelist:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-08-24 04:06:43 -05:00
|
|
|
|
type: list
|
2017-10-03 14:28:15 -05:00
|
|
|
|
hide_email_address_taken: false
|
2015-01-27 19:56:25 -06:00
|
|
|
|
log_out_strict: true
|
2015-11-20 15:05:57 -06:00
|
|
|
|
pending_users_reminder_delay:
|
|
|
|
|
min: -1
|
|
|
|
|
default: 8
|
2016-07-22 16:27:30 -05:00
|
|
|
|
maximum_session_age:
|
2016-07-24 21:07:31 -05:00
|
|
|
|
default: 1440
|
2016-07-22 16:27:30 -05:00
|
|
|
|
min: 1
|
|
|
|
|
max: 175200
|
2014-07-13 04:23:31 -05:00
|
|
|
|
users:
|
|
|
|
|
min_username_length:
|
|
|
|
|
client: true
|
|
|
|
|
default: 3
|
|
|
|
|
min: 1
|
2017-04-20 02:49:50 -05:00
|
|
|
|
max: 60
|
2018-08-22 14:49:52 -05:00
|
|
|
|
validator: "MinUsernameLengthValidator"
|
2014-07-13 04:23:31 -05:00
|
|
|
|
max_username_length:
|
|
|
|
|
client: true
|
|
|
|
|
default: 20
|
|
|
|
|
min: 8
|
|
|
|
|
max: 60
|
2018-08-22 14:49:52 -05:00
|
|
|
|
validator: "MaxUsernameLengthValidator"
|
2019-04-23 05:22:47 -05:00
|
|
|
|
unicode_usernames:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
|
|
|
|
validator: "UnicodeUsernameValidator"
|
|
|
|
|
unicode_username_character_whitelist:
|
|
|
|
|
validator: "UnicodeUsernameWhitelistValidator"
|
|
|
|
|
default: ""
|
|
|
|
|
locale_default:
|
2019-06-07 07:37:13 -05:00
|
|
|
|
cs: "[ěščřžýáíéóůúďťňĚŠČŘŽÝÁÍÉÓŮÚĎŤŇ]"
|
2019-04-23 05:22:47 -05:00
|
|
|
|
de: "[äöüßÄÖÜẞ]"
|
2019-06-07 07:37:13 -05:00
|
|
|
|
fi: "[åäöÅÄÖ]"
|
|
|
|
|
ja: '[\p{Han}\p{Katakana}\p{Hiragana}]'
|
|
|
|
|
ko: '\p{Hangul}'
|
|
|
|
|
zh_CN: '\p{Han}'
|
|
|
|
|
zh_TW: '\p{Han}'
|
2015-07-01 15:44:53 -05:00
|
|
|
|
reserved_usernames:
|
|
|
|
|
type: list
|
2018-08-29 05:12:35 -05:00
|
|
|
|
list_type: compact
|
2019-09-13 13:11:27 -05:00
|
|
|
|
default: "admin|moderator|administrator|mod|sys|system|community|info|you|name|username|user|nickname|discourse|discourseorg|discourseforum|support|hp"
|
2014-07-13 04:23:31 -05:00
|
|
|
|
min_password_length:
|
|
|
|
|
client: true
|
2016-03-02 02:31:38 -06:00
|
|
|
|
default: 10
|
2017-03-05 03:08:37 -06:00
|
|
|
|
min: 8
|
2017-04-27 18:38:50 -05:00
|
|
|
|
max: 500
|
2016-03-02 02:31:38 -06:00
|
|
|
|
min_admin_password_length:
|
|
|
|
|
client: true
|
|
|
|
|
default: 15
|
2017-03-05 03:08:37 -06:00
|
|
|
|
min: 8
|
2017-04-27 18:38:50 -05:00
|
|
|
|
max: 500
|
2017-02-09 14:00:22 -06:00
|
|
|
|
password_unique_characters:
|
2017-02-16 19:06:19 -06:00
|
|
|
|
default: 6
|
2017-02-09 14:00:22 -06:00
|
|
|
|
min: 1
|
2017-04-27 18:39:27 -05:00
|
|
|
|
max: 10
|
2014-07-13 04:23:31 -05:00
|
|
|
|
block_common_passwords: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
username_change_period: 3
|
|
|
|
|
email_editable: true
|
2014-08-14 21:57:29 -05:00
|
|
|
|
logout_redirect:
|
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2015-04-02 16:07:56 -05:00
|
|
|
|
full_name_required:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2013-11-13 13:02:47 -06:00
|
|
|
|
enable_names:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2017-01-27 06:01:09 -06:00
|
|
|
|
invite_expiry_days:
|
|
|
|
|
default: 30
|
2014-08-01 06:06:31 -05:00
|
|
|
|
invites_per_page:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2014-08-01 06:06:31 -05:00
|
|
|
|
default: 40
|
2017-05-24 01:00:43 -05:00
|
|
|
|
hidden: true
|
2014-02-20 11:29:40 -06:00
|
|
|
|
delete_user_max_post_age:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2014-01-08 16:50:08 -06:00
|
|
|
|
default: 60
|
2014-04-14 14:10:32 -05:00
|
|
|
|
delete_all_posts_max:
|
|
|
|
|
client: true
|
|
|
|
|
default: 15
|
2017-04-20 02:49:50 -05:00
|
|
|
|
min: 1
|
2014-03-31 14:53:38 -05:00
|
|
|
|
redirect_users_to_top_page: true
|
2016-06-07 23:29:24 -05:00
|
|
|
|
prioritize_username_in_ux:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2016-01-14 01:21:34 -06:00
|
|
|
|
email_token_valid_hours:
|
2016-07-18 04:00:18 -05:00
|
|
|
|
default: 48
|
2016-01-14 01:21:34 -06:00
|
|
|
|
min: 1
|
2017-01-27 02:52:13 -06:00
|
|
|
|
purge_unactivated_users_grace_period_days:
|
|
|
|
|
default: 14
|
2014-12-02 23:25:43 -06:00
|
|
|
|
public_user_custom_fields:
|
|
|
|
|
type: list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2015-03-03 00:51:01 -06:00
|
|
|
|
staff_user_custom_fields:
|
|
|
|
|
type: list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2015-03-26 10:26:19 -05:00
|
|
|
|
enable_user_directory:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2015-04-07 03:02:10 -05:00
|
|
|
|
allow_anonymous_posting:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
|
|
|
|
anonymous_posting_min_trust_level:
|
|
|
|
|
default: 1
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2015-04-07 03:02:10 -05:00
|
|
|
|
client: true
|
2015-04-07 21:29:43 -05:00
|
|
|
|
anonymous_account_duration_minutes:
|
|
|
|
|
default: 10080
|
2017-04-20 02:49:50 -05:00
|
|
|
|
max: 99000
|
2015-10-28 13:56:08 -05:00
|
|
|
|
hide_user_profiles_from_public:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2019-12-09 13:15:47 -06:00
|
|
|
|
allow_featured_topic_on_user_profiles:
|
|
|
|
|
default: true
|
|
|
|
|
client: true
|
2017-12-07 00:23:27 -06:00
|
|
|
|
show_inactive_accounts:
|
|
|
|
|
default: false
|
2016-12-26 09:24:54 -06:00
|
|
|
|
user_website_domains_whitelist:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-12-26 09:24:54 -06:00
|
|
|
|
type: list
|
2017-09-12 15:06:01 -05:00
|
|
|
|
hide_suspension_reasons:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2018-01-27 06:51:22 -06:00
|
|
|
|
log_personal_messages_views: false
|
2019-03-14 17:51:43 -05:00
|
|
|
|
ignored_users_count_message_threshold:
|
|
|
|
|
default: 5
|
|
|
|
|
client: true
|
|
|
|
|
min: 1
|
|
|
|
|
ignored_users_message_gap_days:
|
|
|
|
|
default: 365
|
|
|
|
|
client: true
|
|
|
|
|
min: 1
|
2019-03-18 10:25:15 -05:00
|
|
|
|
clean_up_inactive_users_after_days:
|
|
|
|
|
default: 730
|
2019-04-28 23:51:02 -05:00
|
|
|
|
min: 0
|
|
|
|
|
max: 3650
|
2019-10-28 12:46:27 -05:00
|
|
|
|
user_selected_primary_groups:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2020-02-23 18:42:50 -06:00
|
|
|
|
max_notifications_per_user:
|
|
|
|
|
default: 10000
|
2014-07-01 18:08:25 -05:00
|
|
|
|
|
2016-12-22 00:14:03 -06:00
|
|
|
|
groups:
|
|
|
|
|
enable_group_directory:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2018-02-19 03:20:17 -06:00
|
|
|
|
group_in_subject:
|
|
|
|
|
default: false
|
2019-04-17 16:12:32 -05:00
|
|
|
|
enable_category_group_review:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2016-12-22 00:14:03 -06:00
|
|
|
|
|
2013-11-13 13:02:47 -06:00
|
|
|
|
posting:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
min_post_length:
|
|
|
|
|
client: true
|
2014-08-29 15:20:23 -05:00
|
|
|
|
min: 1
|
2017-08-06 20:43:09 -05:00
|
|
|
|
default: 20
|
|
|
|
|
locale_default:
|
2018-09-11 04:58:22 -05:00
|
|
|
|
ja: 8
|
2017-08-06 20:43:09 -05:00
|
|
|
|
zh_CN: 8
|
|
|
|
|
zh_TW: 8
|
2015-03-19 09:17:55 -05:00
|
|
|
|
min_first_post_length:
|
|
|
|
|
client: true
|
|
|
|
|
min: 1
|
2017-08-06 20:43:09 -05:00
|
|
|
|
default: 20
|
|
|
|
|
locale_default:
|
2018-09-11 04:58:22 -05:00
|
|
|
|
ja: 8
|
2017-08-06 20:43:09 -05:00
|
|
|
|
zh_CN: 8
|
|
|
|
|
zh_TW: 8
|
2018-01-30 23:56:00 -06:00
|
|
|
|
min_personal_message_post_length:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2014-08-29 15:20:23 -05:00
|
|
|
|
min: 1
|
2017-08-06 20:43:09 -05:00
|
|
|
|
default: 10
|
|
|
|
|
locale_default:
|
2018-09-11 04:58:22 -05:00
|
|
|
|
ja: 3
|
2017-08-06 20:43:09 -05:00
|
|
|
|
zh_CN: 3
|
|
|
|
|
zh_TW: 3
|
2013-11-06 14:47:26 -06:00
|
|
|
|
max_post_length:
|
|
|
|
|
client: true
|
2014-07-24 13:27:34 -05:00
|
|
|
|
default: 32000
|
2017-04-20 02:49:50 -05:00
|
|
|
|
max: 99000
|
2016-12-05 06:31:43 -06:00
|
|
|
|
topic_featured_link_enabled:
|
|
|
|
|
client: true
|
2016-12-09 15:08:17 -06:00
|
|
|
|
default: true
|
2017-08-06 20:43:09 -05:00
|
|
|
|
body_min_entropy:
|
|
|
|
|
default: 7
|
|
|
|
|
locale_default:
|
2018-06-28 10:21:50 -05:00
|
|
|
|
ja: 3
|
2017-08-06 20:43:09 -05:00
|
|
|
|
zh_CN: 3
|
|
|
|
|
zh_TW: 3
|
2013-11-06 14:47:26 -06:00
|
|
|
|
min_topic_title_length:
|
|
|
|
|
client: true
|
|
|
|
|
default: 15
|
2017-10-27 13:08:21 -05:00
|
|
|
|
min: 1
|
2017-08-06 20:43:09 -05:00
|
|
|
|
locale_default:
|
2018-09-11 04:58:22 -05:00
|
|
|
|
ja: 6
|
2017-08-06 20:43:09 -05:00
|
|
|
|
zh_CN: 6
|
|
|
|
|
zh_TW: 6
|
2013-11-06 14:47:26 -06:00
|
|
|
|
max_topic_title_length:
|
|
|
|
|
client: true
|
|
|
|
|
default: 255
|
2017-10-27 13:08:21 -05:00
|
|
|
|
min: 5
|
2015-11-12 00:29:55 -06:00
|
|
|
|
max: 255
|
2017-08-06 20:43:09 -05:00
|
|
|
|
title_min_entropy:
|
|
|
|
|
default: 10
|
|
|
|
|
locale_default:
|
2018-06-28 10:21:50 -05:00
|
|
|
|
ja: 3
|
2017-08-06 20:43:09 -05:00
|
|
|
|
zh_CN: 3
|
|
|
|
|
zh_TW: 3
|
2018-06-28 10:21:50 -05:00
|
|
|
|
allow_uppercase_posts:
|
|
|
|
|
default: false
|
|
|
|
|
locale_default:
|
2018-09-11 04:58:22 -05:00
|
|
|
|
ja: true
|
2018-11-14 08:48:16 -06:00
|
|
|
|
max_consecutive_replies:
|
2018-11-14 15:58:05 -06:00
|
|
|
|
default: 3
|
2017-08-06 20:43:09 -05:00
|
|
|
|
title_prettify:
|
|
|
|
|
default: true
|
|
|
|
|
locale_default:
|
2018-06-28 10:21:50 -05:00
|
|
|
|
ja: false
|
2017-08-06 20:43:09 -05:00
|
|
|
|
zh_CN: false
|
|
|
|
|
zh_TW: false
|
2019-05-15 16:43:00 -05:00
|
|
|
|
title_remove_extraneous_space:
|
|
|
|
|
default: false
|
|
|
|
|
locale_default:
|
|
|
|
|
en: true
|
|
|
|
|
en_US: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
title_fancy_entities: true
|
2018-01-30 23:56:00 -06:00
|
|
|
|
min_personal_message_title_length:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
|
|
|
|
default: 2
|
2016-05-19 05:50:28 -05:00
|
|
|
|
min: 1
|
2018-02-16 23:10:30 -06:00
|
|
|
|
max_emojis_in_title: 1
|
2013-11-06 14:47:26 -06:00
|
|
|
|
allow_uncategorized_topics:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2014-02-20 23:52:11 -06:00
|
|
|
|
refresh: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
allow_duplicate_topic_titles: false
|
|
|
|
|
min_title_similar_length:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
default: 10
|
2017-08-06 20:43:09 -05:00
|
|
|
|
locale_default:
|
2018-09-11 04:58:22 -05:00
|
|
|
|
ja: 4
|
2017-08-06 20:43:09 -05:00
|
|
|
|
zh_CN: 4
|
|
|
|
|
zh_TW: 4
|
2018-01-31 00:03:12 -06:00
|
|
|
|
enable_personal_messages:
|
2015-09-08 15:32:20 -05:00
|
|
|
|
default: true
|
|
|
|
|
client: true
|
2018-01-23 12:11:39 -06:00
|
|
|
|
enable_system_message_replies:
|
|
|
|
|
default: true
|
2018-01-31 00:04:50 -06:00
|
|
|
|
enable_personal_email_messages:
|
2018-08-26 20:38:11 -05:00
|
|
|
|
hidden: true
|
2017-08-28 11:07:30 -05:00
|
|
|
|
default: false
|
|
|
|
|
client: true
|
|
|
|
|
validator: "EnablePrivateEmailMessagesValidator"
|
2015-11-24 13:28:42 -06:00
|
|
|
|
editing_grace_period: 300
|
2018-03-07 03:45:48 -06:00
|
|
|
|
editing_grace_period_max_diff: 100
|
2018-03-08 18:58:50 -06:00
|
|
|
|
editing_grace_period_max_diff_high_trust: 400
|
2018-01-26 12:45:52 -06:00
|
|
|
|
staff_edit_locks_post: false
|
2018-03-13 14:59:12 -05:00
|
|
|
|
shared_drafts_category:
|
|
|
|
|
type: category
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2017-05-10 17:16:57 -05:00
|
|
|
|
post_edit_time_limit:
|
2019-09-06 06:44:12 -05:00
|
|
|
|
default: 1440
|
|
|
|
|
max: 10080
|
|
|
|
|
tl2_post_edit_time_limit:
|
2019-08-29 23:27:18 -05:00
|
|
|
|
default: 43200
|
2017-05-03 09:06:55 -05:00
|
|
|
|
max: 525600
|
2013-11-13 13:02:47 -06:00
|
|
|
|
edit_history_visible_to_public:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
delete_removed_posts_after:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
default: 24
|
|
|
|
|
traditional_markdown_linebreaks:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
default: false
|
2017-06-27 15:50:13 -05:00
|
|
|
|
enable_markdown_typographer:
|
|
|
|
|
client: true
|
2017-07-14 07:27:28 -05:00
|
|
|
|
default: true
|
2018-01-31 20:22:38 -06:00
|
|
|
|
enable_markdown_linkify:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
|
|
|
|
markdown_linkify_tlds:
|
|
|
|
|
client: true
|
|
|
|
|
type: list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "com|net|org|io|co|tv|ru|cn|us|uk|me|de|fr|fi|gov"
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2019-07-11 16:15:35 -05:00
|
|
|
|
markdown_typographer_quotation_marks:
|
|
|
|
|
client: true
|
|
|
|
|
type: list
|
|
|
|
|
list_type: compact
|
|
|
|
|
validator: "MarkdownTypographerQuotationMarksValidator"
|
|
|
|
|
default: "“|”|‘|’"
|
|
|
|
|
locale_default:
|
|
|
|
|
de: "„|“|‚|‘"
|
|
|
|
|
fr: "«\xA0|\xA0»|‹\xA0|\xA0›"
|
2017-12-08 02:39:39 -06:00
|
|
|
|
enable_rich_text_paste:
|
|
|
|
|
client: true
|
2018-08-01 06:06:16 -05:00
|
|
|
|
default: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
suppress_reply_directly_below:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
suppress_reply_directly_above:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
default: true
|
2014-07-29 19:55:49 -05:00
|
|
|
|
suppress_reply_when_quoting:
|
|
|
|
|
default: true
|
2018-12-12 08:42:53 -06:00
|
|
|
|
remove_full_quote:
|
|
|
|
|
default: true
|
2014-10-26 17:44:42 -05:00
|
|
|
|
max_reply_history:
|
|
|
|
|
default: 1
|
|
|
|
|
client: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
post_undo_action_window_mins: 10
|
2017-12-07 10:30:47 -06:00
|
|
|
|
enable_mentions:
|
|
|
|
|
default: true
|
|
|
|
|
client: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
max_mentions_per_post: 10
|
2015-11-30 00:03:47 -06:00
|
|
|
|
max_users_notified_per_group_mention: 100
|
2013-12-19 12:45:55 -06:00
|
|
|
|
newuser_max_replies_per_topic: 3
|
2013-11-13 13:02:47 -06:00
|
|
|
|
newuser_max_mentions_per_post: 2
|
2019-03-13 01:22:46 -05:00
|
|
|
|
title_max_word_length:
|
|
|
|
|
default: 30
|
|
|
|
|
locale_default:
|
|
|
|
|
ja: 50
|
|
|
|
|
ko: 50
|
|
|
|
|
zh_CN: 50
|
|
|
|
|
zh_TW: 50
|
2018-06-13 13:57:32 -05:00
|
|
|
|
whitelisted_link_domains:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-06-13 13:57:32 -05:00
|
|
|
|
type: list
|
2013-11-13 13:02:47 -06:00
|
|
|
|
newuser_max_links: 2
|
|
|
|
|
newuser_max_images:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2015-09-06 05:11:02 -05:00
|
|
|
|
default: 1
|
2013-11-13 13:02:47 -06:00
|
|
|
|
newuser_max_attachments:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
default: 0
|
2017-08-06 20:43:09 -05:00
|
|
|
|
post_excerpt_maxlength:
|
|
|
|
|
default: 300
|
|
|
|
|
locale_default:
|
2018-09-11 04:58:22 -05:00
|
|
|
|
ja: 120
|
2017-08-06 20:43:09 -05:00
|
|
|
|
zh_CN: 120
|
|
|
|
|
zh_TW: 120
|
2016-07-11 22:51:44 -05:00
|
|
|
|
show_pinned_excerpt_mobile:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
|
|
|
|
show_pinned_excerpt_desktop:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
display_name_on_posts:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2015-06-18 16:06:25 -05:00
|
|
|
|
show_time_gap_days:
|
2015-06-29 14:53:44 -05:00
|
|
|
|
default: 7
|
2015-06-18 16:06:25 -05:00
|
|
|
|
client: true
|
2013-12-05 16:03:31 -06:00
|
|
|
|
short_progress_text_threshold:
|
|
|
|
|
client: true
|
2014-07-04 04:44:39 -05:00
|
|
|
|
default: 10000
|
2017-04-20 02:49:50 -05:00
|
|
|
|
max: 99000
|
2013-12-16 19:08:29 -06:00
|
|
|
|
default_code_lang:
|
|
|
|
|
client: true
|
2014-10-05 13:55:57 -05:00
|
|
|
|
default: "auto"
|
2014-03-12 09:44:08 -05:00
|
|
|
|
warn_reviving_old_topic_age: 180
|
2014-03-31 02:44:35 -05:00
|
|
|
|
autohighlight_all_code:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2015-03-13 00:15:13 -05:00
|
|
|
|
highlighted_languages:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "apache|bash|cs|cpp|css|coffeescript|diff|xml|http|ini|json|java|javascript|makefile|markdown|nginx|objectivec|ruby|perl|php|python|sql|handlebars"
|
|
|
|
|
choices: "HighlightJs.languages"
|
2015-03-13 00:15:13 -05:00
|
|
|
|
type: list
|
|
|
|
|
client: true
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2014-09-25 12:51:00 -05:00
|
|
|
|
delete_old_hidden_posts: true
|
2014-12-22 18:12:26 -06:00
|
|
|
|
enable_emoji:
|
|
|
|
|
default: true
|
|
|
|
|
client: true
|
2018-01-23 19:21:44 -06:00
|
|
|
|
enable_emoji_shortcuts:
|
|
|
|
|
default: true
|
|
|
|
|
client: true
|
2014-12-22 18:12:26 -06:00
|
|
|
|
emoji_set:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "twitter"
|
2014-12-22 18:12:26 -06:00
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "EmojiSetSiteSetting"
|
2018-07-25 01:39:06 -05:00
|
|
|
|
emoji_autocomplete_min_chars:
|
|
|
|
|
client: true
|
|
|
|
|
default: 0
|
|
|
|
|
locale_default:
|
|
|
|
|
fr: 1
|
2018-11-26 08:26:59 -06:00
|
|
|
|
enable_inline_emoji_translation:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
|
|
|
|
locale_default:
|
|
|
|
|
zh_CN: true
|
|
|
|
|
zh_TW: true
|
|
|
|
|
ja: true
|
|
|
|
|
ko: true
|
2015-04-15 11:12:20 -05:00
|
|
|
|
approve_post_count:
|
|
|
|
|
default: 0
|
|
|
|
|
approve_unless_trust_level:
|
|
|
|
|
default: 0
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2016-09-19 13:07:15 -05:00
|
|
|
|
approve_new_topics_unless_trust_level:
|
|
|
|
|
default: 0
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2020-01-29 12:38:27 -06:00
|
|
|
|
approve_suspect_users:
|
|
|
|
|
default: false
|
2018-04-06 04:41:25 -05:00
|
|
|
|
approve_unless_staged:
|
|
|
|
|
default: false
|
2015-06-18 14:46:50 -05:00
|
|
|
|
notify_about_queued_posts_after:
|
|
|
|
|
default: 24
|
2018-04-17 01:23:10 -05:00
|
|
|
|
auto_close_messages_post_count:
|
|
|
|
|
default: 500
|
|
|
|
|
auto_close_topics_post_count:
|
|
|
|
|
default: 10000
|
2016-06-26 13:30:45 -05:00
|
|
|
|
code_formatting_style:
|
|
|
|
|
client: true
|
|
|
|
|
type: enum
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "4-spaces-indent"
|
2016-06-26 13:30:45 -05:00
|
|
|
|
choices:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
- 4-spaces-indent
|
|
|
|
|
- code-fences
|
2019-09-10 11:27:07 -05:00
|
|
|
|
embed_any_origin: false
|
2019-08-15 12:41:06 -05:00
|
|
|
|
embed_topics_list: false
|
2016-08-22 14:51:57 -05:00
|
|
|
|
embed_truncate:
|
|
|
|
|
default: true
|
2018-03-10 20:26:47 -06:00
|
|
|
|
embed_support_markdown:
|
|
|
|
|
default: false
|
2019-03-12 12:08:56 -05:00
|
|
|
|
embed_whitelist_selector:
|
|
|
|
|
default: ""
|
2016-10-21 10:39:48 -05:00
|
|
|
|
allowed_href_schemes:
|
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-10-21 10:39:48 -05:00
|
|
|
|
type: list
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2017-07-05 12:09:45 -05:00
|
|
|
|
max_allowed_message_recipients:
|
|
|
|
|
default: 30
|
|
|
|
|
min: 1
|
2017-09-27 14:48:57 -05:00
|
|
|
|
watched_words_regular_expressions:
|
2018-01-10 13:11:14 -06:00
|
|
|
|
client: true
|
2017-09-27 14:48:57 -05:00
|
|
|
|
default: false
|
2017-12-05 05:30:13 -06:00
|
|
|
|
enable_advanced_editor_preview_sync:
|
|
|
|
|
hidden: true
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2019-03-18 11:20:49 -05:00
|
|
|
|
old_post_notice_days:
|
|
|
|
|
default: 14
|
|
|
|
|
client: true
|
2019-04-19 09:53:58 -05:00
|
|
|
|
new_user_notice_tl:
|
|
|
|
|
default: 2
|
|
|
|
|
enum: "TrustLevelSetting"
|
|
|
|
|
returning_user_notice_tl:
|
|
|
|
|
default: 2
|
|
|
|
|
enum: "TrustLevelSetting"
|
2019-03-08 02:48:35 -06:00
|
|
|
|
returning_users_days:
|
2019-03-16 07:20:31 -05:00
|
|
|
|
default: 120
|
2013-11-13 13:02:47 -06:00
|
|
|
|
|
|
|
|
|
email:
|
2014-12-02 11:15:32 -06:00
|
|
|
|
email_time_window_mins:
|
|
|
|
|
default: 10
|
|
|
|
|
client: true
|
2018-01-31 00:07:10 -06:00
|
|
|
|
personal_email_time_window_seconds: 20
|
2013-11-13 13:02:47 -06:00
|
|
|
|
email_posts_context: 5
|
2017-08-06 20:43:09 -05:00
|
|
|
|
digest_min_excerpt_length:
|
|
|
|
|
default: 100
|
|
|
|
|
locale_default:
|
2018-09-11 04:58:22 -05:00
|
|
|
|
ja: 50
|
2017-08-06 20:43:09 -05:00
|
|
|
|
zh_CN: 50
|
|
|
|
|
zh_TW: 50
|
2016-11-10 17:16:24 -06:00
|
|
|
|
digest_topics:
|
|
|
|
|
default: 5
|
|
|
|
|
min: 1
|
2018-05-24 13:39:28 -05:00
|
|
|
|
max: 20
|
|
|
|
|
digest_posts:
|
|
|
|
|
default: 5
|
|
|
|
|
min: 0
|
|
|
|
|
max: 20
|
|
|
|
|
digest_other_topics:
|
|
|
|
|
default: 5
|
|
|
|
|
min: 0
|
|
|
|
|
max: 20
|
2017-02-08 11:11:34 -06:00
|
|
|
|
suppress_digest_email_after_days:
|
2017-01-27 06:01:09 -06:00
|
|
|
|
default: 365
|
2016-03-25 14:12:00 -05:00
|
|
|
|
digest_suppress_categories:
|
|
|
|
|
type: category_list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2015-01-26 22:46:21 -06:00
|
|
|
|
disable_digest_emails:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2019-07-30 14:05:08 -05:00
|
|
|
|
apply_custom_styles_to_digest: true
|
2020-03-09 04:07:03 -05:00
|
|
|
|
email_accent_bg_color:
|
|
|
|
|
type: color
|
|
|
|
|
default: "#2F70AC"
|
2016-12-19 10:19:10 -06:00
|
|
|
|
email_accent_fg_color: "#FFFFFF"
|
|
|
|
|
email_link_color: "#006699"
|
2016-12-09 12:49:47 -06:00
|
|
|
|
show_topic_featured_link_in_digest: false
|
2019-01-17 12:05:39 -06:00
|
|
|
|
email_custom_headers: "Auto-Submitted: auto-generated"
|
|
|
|
|
email_subject: "[%{site_name}] %{optional_pm}%{optional_cat}%{topic_title}"
|
2016-02-09 16:35:40 -06:00
|
|
|
|
reply_by_email_enabled:
|
|
|
|
|
default: false
|
|
|
|
|
validator: "ReplyByEmailEnabledValidator"
|
2014-12-31 02:04:20 -06:00
|
|
|
|
reply_by_email_address:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-03-02 10:53:18 -06:00
|
|
|
|
validator: "ReplyByEmailAddressValidator"
|
2016-06-10 09:14:42 -05:00
|
|
|
|
alternative_reply_by_email_addresses:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-06-27 15:48:27 -05:00
|
|
|
|
validator: "AlternativeReplyByEmailAddressesValidator"
|
2017-06-19 06:12:55 -05:00
|
|
|
|
find_related_post_with_key:
|
2017-07-31 17:03:04 -05:00
|
|
|
|
default: true
|
2016-03-16 16:28:01 -05:00
|
|
|
|
manual_polling_enabled:
|
|
|
|
|
default: false
|
2015-12-10 15:23:54 -06:00
|
|
|
|
pop3_polling_enabled:
|
|
|
|
|
default: false
|
|
|
|
|
validator: "POP3PollingEnabledSettingValidator"
|
2014-08-26 19:00:27 -05:00
|
|
|
|
pop3_polling_ssl: true
|
2016-11-11 14:59:15 -06:00
|
|
|
|
pop3_polling_openssl_verify: true
|
2014-08-26 18:52:35 -05:00
|
|
|
|
pop3_polling_period_mins: 5
|
2019-01-17 12:05:39 -06:00
|
|
|
|
pop3_polling_host: ""
|
2014-08-26 18:52:35 -05:00
|
|
|
|
pop3_polling_port: 995
|
2019-01-17 12:05:39 -06:00
|
|
|
|
pop3_polling_username: ""
|
2018-09-10 20:09:09 -05:00
|
|
|
|
pop3_polling_password:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-09-10 20:09:09 -05:00
|
|
|
|
secret: true
|
2017-12-14 09:03:27 -06:00
|
|
|
|
pop3_polling_delete_from_server: true
|
2015-07-31 00:10:18 -05:00
|
|
|
|
log_mail_processing_failures: false
|
2018-02-21 04:14:36 -06:00
|
|
|
|
incoming_email_prefer_html: true
|
2019-04-15 01:26:00 -05:00
|
|
|
|
strip_incoming_email_lines: false
|
2014-02-27 06:44:21 -06:00
|
|
|
|
email_in:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2014-02-24 10:36:53 -06:00
|
|
|
|
email_in_min_trust:
|
2014-07-11 14:35:17 -05:00
|
|
|
|
default: 2
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2019-11-26 08:55:22 -06:00
|
|
|
|
email_in_authserv_id:
|
|
|
|
|
default: ""
|
2018-07-05 04:07:46 -05:00
|
|
|
|
email_in_spam_header:
|
|
|
|
|
type: enum
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "none"
|
2018-07-05 04:07:46 -05:00
|
|
|
|
choices:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
- none
|
|
|
|
|
- X-Spam-Flag
|
|
|
|
|
- X-Spam-Status
|
2019-10-28 11:46:53 -05:00
|
|
|
|
- X-SES-Spam-Verdict
|
2019-01-17 12:05:39 -06:00
|
|
|
|
email_prefix: ""
|
|
|
|
|
email_site_title: ""
|
2015-01-15 12:32:19 -06:00
|
|
|
|
disable_emails:
|
|
|
|
|
client: true
|
2018-06-06 23:14:35 -05:00
|
|
|
|
type: enum
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "no"
|
2018-06-06 23:14:35 -05:00
|
|
|
|
choices:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
- "no"
|
|
|
|
|
- "yes"
|
|
|
|
|
- "non-staff"
|
2014-09-13 00:26:31 -05:00
|
|
|
|
strip_images_from_short_emails: true
|
|
|
|
|
short_email_length: 2800
|
2015-12-14 13:53:58 -06:00
|
|
|
|
display_name_on_email_from:
|
|
|
|
|
default: true
|
2016-01-20 03:25:25 -06:00
|
|
|
|
unsubscribe_via_email:
|
|
|
|
|
default: true
|
|
|
|
|
unsubscribe_via_email_footer:
|
|
|
|
|
default: false
|
2018-08-21 03:17:08 -05:00
|
|
|
|
disallow_reply_by_email_after_days:
|
|
|
|
|
default: 90
|
2016-02-08 15:18:52 -06:00
|
|
|
|
delete_email_logs_after_days:
|
2018-05-10 02:11:53 -05:00
|
|
|
|
default: 90
|
2016-03-22 23:08:34 -05:00
|
|
|
|
max_emails_per_day_per_user: 100
|
2016-03-23 12:56:03 -05:00
|
|
|
|
enable_staged_users: true
|
2016-05-16 14:45:34 -05:00
|
|
|
|
maximum_staged_users_per_email: 10
|
2016-04-11 15:47:34 -05:00
|
|
|
|
auto_generated_whitelist:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-04-11 15:47:34 -05:00
|
|
|
|
type: list
|
2016-04-20 14:29:27 -05:00
|
|
|
|
block_auto_generated_emails: true
|
2016-05-18 16:07:01 -05:00
|
|
|
|
ignore_by_title:
|
|
|
|
|
type: list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-05-30 10:11:17 -05:00
|
|
|
|
mailgun_api_key:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2019-09-12 09:32:44 -05:00
|
|
|
|
regex: '^((key-)?\h{32}|\h{32}-\h{8}-\h{8})$'
|
2018-09-10 20:09:09 -05:00
|
|
|
|
secret: true
|
2016-07-25 11:57:06 -05:00
|
|
|
|
bounce_score_threshold:
|
|
|
|
|
client: true
|
|
|
|
|
default: 4
|
|
|
|
|
min: 1
|
2018-08-28 02:01:44 -05:00
|
|
|
|
bounce_score_erode_on_send:
|
|
|
|
|
default: 0.1
|
|
|
|
|
hidden: true
|
2016-07-25 11:57:06 -05:00
|
|
|
|
soft_bounce_score:
|
|
|
|
|
default: 1
|
|
|
|
|
min: 1
|
|
|
|
|
hard_bounce_score:
|
|
|
|
|
default: 2
|
|
|
|
|
min: 2
|
2017-01-27 06:01:09 -06:00
|
|
|
|
reset_bounce_score_after_days:
|
|
|
|
|
default: 30
|
2016-08-03 10:55:54 -05:00
|
|
|
|
attachment_content_type_blacklist:
|
|
|
|
|
type: list
|
2016-11-30 04:45:02 -06:00
|
|
|
|
default: "pkcs7|x-vcard"
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2016-08-03 10:55:54 -05:00
|
|
|
|
attachment_filename_blacklist:
|
|
|
|
|
type: list
|
2017-12-13 13:48:04 -06:00
|
|
|
|
default: "smime.p7s|signature.asc|winmail.dat"
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2019-08-07 05:32:19 -05:00
|
|
|
|
forwarded_emails_behaviour:
|
|
|
|
|
type: enum
|
|
|
|
|
default: hide
|
|
|
|
|
choices:
|
|
|
|
|
- hide
|
|
|
|
|
- quote
|
|
|
|
|
- create_replies
|
2016-11-16 15:06:07 -06:00
|
|
|
|
always_show_trimmed_content: false
|
2017-04-24 14:26:06 -05:00
|
|
|
|
private_email: false
|
2019-07-30 14:05:08 -05:00
|
|
|
|
email_custom_template:
|
|
|
|
|
default: ""
|
|
|
|
|
hidden: true
|
|
|
|
|
email_custom_css:
|
|
|
|
|
default: ""
|
|
|
|
|
hidden: true
|
2019-10-23 14:41:58 -05:00
|
|
|
|
email_custom_css_compiled:
|
|
|
|
|
default: ""
|
|
|
|
|
hidden: true
|
2019-07-25 07:04:00 -05:00
|
|
|
|
email_total_attachment_size_limit_kb:
|
|
|
|
|
default: 0
|
|
|
|
|
max: 51200
|
2019-08-06 11:45:28 -05:00
|
|
|
|
post_excerpts_in_emails: false
|
2019-10-30 00:54:35 -05:00
|
|
|
|
raw_email_max_length: 220000
|
|
|
|
|
raw_rejected_email_max_length: 4000
|
|
|
|
|
delete_rejected_email_after_days: 90
|
2013-11-13 13:02:47 -06:00
|
|
|
|
|
|
|
|
|
files:
|
2016-04-06 15:51:28 -05:00
|
|
|
|
max_image_size_kb:
|
|
|
|
|
client: true
|
2018-08-02 00:06:30 -05:00
|
|
|
|
default: 4096
|
2017-04-25 04:52:35 -05:00
|
|
|
|
max: 102400
|
2016-04-06 15:51:28 -05:00
|
|
|
|
max_attachment_size_kb:
|
|
|
|
|
client: true
|
2018-08-02 00:06:30 -05:00
|
|
|
|
default: 4096
|
2017-04-25 04:41:36 -05:00
|
|
|
|
max: 1024000
|
2017-01-11 16:37:12 -06:00
|
|
|
|
max_image_megapixels:
|
|
|
|
|
default: 40
|
|
|
|
|
min: 5
|
2017-04-11 00:44:10 -05:00
|
|
|
|
max: 150
|
2018-07-31 00:45:31 -05:00
|
|
|
|
max_export_file_size_kb:
|
|
|
|
|
hidden: true
|
|
|
|
|
default: 50000
|
|
|
|
|
max: 1024000
|
2017-05-09 16:20:28 -05:00
|
|
|
|
theme_authorized_extensions:
|
2019-08-25 18:16:00 -05:00
|
|
|
|
default: "jpg|jpeg|png|woff|woff2|svg|eot|ttf|otf|gif|js"
|
2017-05-09 16:20:28 -05:00
|
|
|
|
type: list
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2013-11-06 14:47:26 -06:00
|
|
|
|
authorized_extensions:
|
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "jpg|jpeg|png|gif"
|
2014-02-20 23:52:11 -06:00
|
|
|
|
refresh: true
|
2014-06-18 10:15:29 -05:00
|
|
|
|
type: list
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2018-02-19 03:44:24 -06:00
|
|
|
|
authorized_extensions_for_staff:
|
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-02-19 03:44:24 -06:00
|
|
|
|
refresh: true
|
|
|
|
|
type: list
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2018-04-19 06:30:31 -05:00
|
|
|
|
export_authorized_extensions:
|
|
|
|
|
hidden: true
|
2019-07-18 07:34:48 -05:00
|
|
|
|
default: "zip"
|
2018-04-19 06:30:31 -05:00
|
|
|
|
type: list
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2018-10-02 22:44:53 -05:00
|
|
|
|
responsive_post_image_sizes:
|
|
|
|
|
default: "1|1.5|2"
|
2018-10-03 00:06:27 -05:00
|
|
|
|
type: list
|
|
|
|
|
list_type: compact
|
2013-11-06 14:47:26 -06:00
|
|
|
|
crawl_images:
|
2017-08-06 20:43:09 -05:00
|
|
|
|
default: true
|
2013-11-06 14:47:26 -06:00
|
|
|
|
max_image_width:
|
|
|
|
|
client: true
|
|
|
|
|
default: 690
|
|
|
|
|
max_image_height:
|
|
|
|
|
client: true
|
|
|
|
|
default: 500
|
2014-03-21 20:14:35 -05:00
|
|
|
|
download_remote_images_to_local:
|
2017-08-06 20:43:09 -05:00
|
|
|
|
default: true
|
2015-04-24 05:06:33 -05:00
|
|
|
|
download_remote_images_threshold: 10
|
2016-07-06 08:51:48 -05:00
|
|
|
|
download_remote_images_max_days_old:
|
|
|
|
|
default: 30
|
|
|
|
|
min: 1
|
|
|
|
|
max: 10000
|
2014-04-21 15:59:53 -05:00
|
|
|
|
disabled_image_download_domains:
|
2014-06-18 10:15:29 -05:00
|
|
|
|
type: list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2013-11-06 14:47:26 -06:00
|
|
|
|
create_thumbnails: true
|
2015-05-22 13:29:56 -05:00
|
|
|
|
clean_up_uploads: true
|
2016-08-01 11:36:39 -05:00
|
|
|
|
clean_orphan_uploads_grace_period_hours: 48
|
2017-01-27 06:01:09 -06:00
|
|
|
|
purge_deleted_uploads_grace_period_days:
|
|
|
|
|
default: 30
|
2014-09-09 11:40:11 -05:00
|
|
|
|
prevent_anons_from_downloading_files:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2019-11-17 19:25:42 -06:00
|
|
|
|
secure_media:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2015-03-30 04:26:45 -05:00
|
|
|
|
enable_s3_uploads:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2019-08-29 05:49:18 -05:00
|
|
|
|
s3_use_iam_profile:
|
|
|
|
|
default: false
|
2018-09-10 20:09:09 -05:00
|
|
|
|
s3_access_key_id:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-08-29 14:33:05 -05:00
|
|
|
|
secret: true
|
2018-06-02 08:57:52 -05:00
|
|
|
|
s3_secret_access_key:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-06-02 08:57:52 -05:00
|
|
|
|
secret: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
s3_region:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "us-east-1"
|
|
|
|
|
enum: "S3RegionSiteSetting"
|
2014-06-20 12:02:04 -05:00
|
|
|
|
s3_upload_bucket:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2019-05-13 05:18:24 -05:00
|
|
|
|
regex: '^[a-z0-9\-\/_]+$' # can't use '.' when using HTTPS
|
2018-07-15 23:44:55 -05:00
|
|
|
|
s3_endpoint:
|
2019-02-05 10:50:27 -06:00
|
|
|
|
default: ""
|
2018-07-15 23:44:55 -05:00
|
|
|
|
regex: '^https?:\/\/.+[^\/]$'
|
2015-05-25 20:13:12 -05:00
|
|
|
|
s3_cdn_url:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2015-05-25 20:13:12 -05:00
|
|
|
|
regex: '^https?:\/\/.+[^\/]$'
|
2018-09-16 19:57:50 -05:00
|
|
|
|
s3_configure_tombstone_policy:
|
|
|
|
|
default: true
|
2019-01-31 22:40:48 -06:00
|
|
|
|
enable_s3_inventory:
|
|
|
|
|
default: false
|
2020-01-14 10:23:12 -06:00
|
|
|
|
s3_configure_inventory_policy:
|
|
|
|
|
default: true
|
|
|
|
|
hidden: true
|
2014-02-28 14:12:51 -06:00
|
|
|
|
allow_profile_backgrounds:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2014-05-22 02:37:02 -05:00
|
|
|
|
automatically_download_gravatars: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
allow_uploaded_avatars:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
default: true
|
|
|
|
|
allow_animated_avatars:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
default: false
|
2015-04-03 04:40:54 -05:00
|
|
|
|
allow_animated_thumbnails: true
|
2015-03-02 11:12:19 -06:00
|
|
|
|
default_avatars:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2015-03-02 11:12:19 -06:00
|
|
|
|
type: url_list
|
2015-03-03 15:16:04 -06:00
|
|
|
|
client: true
|
2015-05-25 10:59:00 -05:00
|
|
|
|
avatar_sizes:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "20|25|32|45|60|120"
|
2015-05-25 10:59:00 -05:00
|
|
|
|
type: list
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2015-09-11 03:14:34 -05:00
|
|
|
|
external_system_avatars_enabled:
|
2015-09-14 18:54:18 -05:00
|
|
|
|
default: true
|
2015-09-10 19:12:40 -05:00
|
|
|
|
client: true
|
2019-04-23 05:22:47 -05:00
|
|
|
|
validator: "ExternalSystemAvatarsValidator"
|
2015-09-11 03:14:34 -05:00
|
|
|
|
external_system_avatars_url:
|
2019-04-23 05:22:47 -05:00
|
|
|
|
default: "/letter_avatar_proxy/v4/letter/{first_letter}/{color}/{size}.png"
|
2015-09-10 19:12:40 -05:00
|
|
|
|
client: true
|
2015-09-28 06:41:57 -05:00
|
|
|
|
regex: '^((https?:)?\/)?\/.+[^\/]'
|
2019-03-18 10:24:21 -05:00
|
|
|
|
restrict_letter_avatar_colors:
|
2019-04-01 12:18:53 -05:00
|
|
|
|
default: ""
|
2019-03-18 10:24:21 -05:00
|
|
|
|
type: list
|
|
|
|
|
list_type: compact
|
|
|
|
|
validator: "ColorListValidator"
|
2018-07-18 05:57:43 -05:00
|
|
|
|
selectable_avatars_enabled:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
|
|
|
|
selectable_avatars:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-07-18 05:57:43 -05:00
|
|
|
|
type: uploaded_image_list
|
2016-02-29 15:39:24 -06:00
|
|
|
|
allow_all_attachments_for_group_messages: false
|
2017-05-10 17:16:57 -05:00
|
|
|
|
png_to_jpg_quality:
|
2016-07-27 12:59:44 -05:00
|
|
|
|
default: 95
|
|
|
|
|
min: 1
|
|
|
|
|
max: 100
|
2017-06-12 15:41:29 -05:00
|
|
|
|
allow_staff_to_upload_any_file_in_pm:
|
|
|
|
|
default: true
|
|
|
|
|
client: true
|
2017-07-25 04:48:39 -05:00
|
|
|
|
strip_image_metadata: true
|
2018-06-05 10:13:00 -05:00
|
|
|
|
min_ratio_to_crop:
|
|
|
|
|
type: float
|
|
|
|
|
default: 0.45 # 90% of 18:9
|
|
|
|
|
min: 0
|
|
|
|
|
max: 1
|
2018-10-31 04:58:09 -05:00
|
|
|
|
simultaneous_uploads:
|
|
|
|
|
client: true
|
|
|
|
|
default: 5
|
|
|
|
|
min: 0
|
|
|
|
|
max: 20
|
2019-10-11 12:38:10 -05:00
|
|
|
|
decompressed_theme_max_file_size_mb:
|
2019-10-03 08:19:35 -05:00
|
|
|
|
default: 1000
|
|
|
|
|
hidden: true
|
2019-10-11 12:38:10 -05:00
|
|
|
|
decompressed_backup_max_file_size_mb:
|
|
|
|
|
default: 100000
|
|
|
|
|
hidden: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
|
|
|
|
|
trust:
|
2014-07-11 14:35:17 -05:00
|
|
|
|
default_trust_level:
|
|
|
|
|
default: 0
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2014-07-11 14:35:17 -05:00
|
|
|
|
default_invitee_trust_level:
|
|
|
|
|
default: 1
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2014-03-21 20:14:35 -05:00
|
|
|
|
min_trust_to_create_topic:
|
|
|
|
|
default: 0
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2014-05-13 07:53:11 -05:00
|
|
|
|
min_trust_to_edit_wiki_post:
|
2014-06-04 00:24:09 -05:00
|
|
|
|
default: 1
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2016-09-30 11:12:27 -05:00
|
|
|
|
min_trust_to_edit_post:
|
|
|
|
|
default: 0
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2016-01-11 09:26:00 -06:00
|
|
|
|
min_trust_to_allow_self_wiki:
|
|
|
|
|
default: 3
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2015-10-11 19:15:38 -05:00
|
|
|
|
min_trust_to_send_messages:
|
|
|
|
|
default: 1
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2017-08-28 11:07:30 -05:00
|
|
|
|
min_trust_to_send_email_messages:
|
2018-08-26 20:38:11 -05:00
|
|
|
|
hidden: true
|
2017-08-28 11:07:30 -05:00
|
|
|
|
default: 4
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2018-02-06 16:12:27 -06:00
|
|
|
|
min_trust_to_flag_posts:
|
|
|
|
|
default: 1
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2018-02-06 17:07:24 -06:00
|
|
|
|
min_trust_to_post_links:
|
|
|
|
|
default: 0
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2018-02-20 19:00:06 -06:00
|
|
|
|
min_trust_to_post_images:
|
|
|
|
|
default: 0
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2018-02-12 14:27:05 -06:00
|
|
|
|
allow_flagging_staff: true
|
2018-06-22 11:51:07 -05:00
|
|
|
|
send_tl1_welcome_message: true
|
2014-09-04 15:16:46 -05:00
|
|
|
|
tl1_requires_topics_entered: 5
|
|
|
|
|
tl1_requires_read_posts:
|
2014-07-25 14:58:16 -05:00
|
|
|
|
default: 30
|
|
|
|
|
client: true
|
2014-09-04 15:16:46 -05:00
|
|
|
|
tl1_requires_time_spent_mins: 10
|
|
|
|
|
tl2_requires_topics_entered: 20
|
|
|
|
|
tl2_requires_read_posts: 100
|
|
|
|
|
tl2_requires_time_spent_mins: 60
|
2017-01-27 06:01:09 -06:00
|
|
|
|
tl2_requires_days_visited:
|
|
|
|
|
default: 15
|
2014-09-04 15:16:46 -05:00
|
|
|
|
tl2_requires_likes_received: 1
|
|
|
|
|
tl2_requires_likes_given: 1
|
|
|
|
|
tl2_requires_topic_reply_count: 3
|
2015-12-22 10:13:39 -06:00
|
|
|
|
tl3_time_period:
|
|
|
|
|
default: 100
|
|
|
|
|
min: 1
|
2016-05-26 05:30:35 -05:00
|
|
|
|
max: 1000000
|
2014-09-04 15:16:46 -05:00
|
|
|
|
tl3_requires_days_visited:
|
2014-06-27 11:26:03 -05:00
|
|
|
|
default: 50
|
2014-09-04 15:16:46 -05:00
|
|
|
|
tl3_requires_topics_replied_to:
|
2014-06-27 11:26:03 -05:00
|
|
|
|
default: 10
|
2014-09-04 15:16:46 -05:00
|
|
|
|
tl3_requires_topics_viewed:
|
2014-06-27 11:26:03 -05:00
|
|
|
|
default: 25
|
|
|
|
|
max: 100
|
2016-05-25 13:55:37 -05:00
|
|
|
|
tl3_requires_topics_viewed_cap:
|
|
|
|
|
default: 500
|
2014-09-04 15:16:46 -05:00
|
|
|
|
tl3_requires_posts_read:
|
2014-06-27 11:26:03 -05:00
|
|
|
|
default: 25
|
|
|
|
|
max: 100
|
2016-05-25 13:55:37 -05:00
|
|
|
|
tl3_requires_posts_read_cap:
|
|
|
|
|
default: 20000
|
2017-04-20 02:49:50 -05:00
|
|
|
|
max: 99000
|
2014-09-04 15:16:46 -05:00
|
|
|
|
tl3_requires_topics_viewed_all_time:
|
2014-07-01 12:34:48 -05:00
|
|
|
|
default: 200
|
2014-09-04 15:16:46 -05:00
|
|
|
|
tl3_requires_posts_read_all_time:
|
2014-07-01 12:34:48 -05:00
|
|
|
|
default: 500
|
2014-09-04 15:16:46 -05:00
|
|
|
|
tl3_requires_max_flagged:
|
2014-06-27 11:26:03 -05:00
|
|
|
|
default: 5
|
2014-09-04 15:16:46 -05:00
|
|
|
|
tl3_promotion_min_duration:
|
2014-07-08 16:39:36 -05:00
|
|
|
|
default: 14
|
2018-10-11 14:11:40 -05:00
|
|
|
|
max: 10000
|
2014-09-04 15:16:46 -05:00
|
|
|
|
tl3_requires_likes_given:
|
2014-08-22 16:33:05 -05:00
|
|
|
|
default: 30
|
2014-09-04 15:16:46 -05:00
|
|
|
|
tl3_requires_likes_received:
|
2014-08-22 16:33:05 -05:00
|
|
|
|
default: 20
|
2015-05-11 01:36:28 -05:00
|
|
|
|
tl3_links_no_follow:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2018-02-22 19:39:24 -06:00
|
|
|
|
trusted_users_can_edit_others:
|
|
|
|
|
default: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
|
2013-11-14 14:05:48 -06:00
|
|
|
|
security:
|
2019-10-08 06:15:08 -05:00
|
|
|
|
detailed_404: false
|
2019-03-15 06:09:37 -05:00
|
|
|
|
enforce_second_factor:
|
|
|
|
|
client: true
|
|
|
|
|
type: enum
|
2019-04-01 12:18:53 -05:00
|
|
|
|
default: "no"
|
2019-03-15 06:09:37 -05:00
|
|
|
|
choices:
|
2019-04-01 12:18:53 -05:00
|
|
|
|
- "no"
|
|
|
|
|
- "staff"
|
|
|
|
|
- "all"
|
2016-06-29 02:23:50 -05:00
|
|
|
|
force_https:
|
|
|
|
|
default: false
|
2017-02-23 11:01:28 -06:00
|
|
|
|
same_site_cookies:
|
|
|
|
|
default: Lax
|
|
|
|
|
type: enum
|
|
|
|
|
choices:
|
|
|
|
|
- Lax
|
|
|
|
|
- Strict
|
|
|
|
|
- Disabled
|
2019-01-17 12:05:39 -06:00
|
|
|
|
regex: "^(Lax|Strict|Disabled)$"
|
2014-03-07 17:47:23 -06:00
|
|
|
|
enable_escaped_fragments: true
|
2013-11-14 14:05:48 -06:00
|
|
|
|
allow_index_in_robots_txt: true
|
2019-03-13 16:30:25 -05:00
|
|
|
|
moderators_create_categories: false
|
|
|
|
|
moderators_view_emails:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2018-01-15 22:41:13 -06:00
|
|
|
|
non_crawler_user_agents:
|
|
|
|
|
hidden: true
|
2019-05-08 08:45:25 -05:00
|
|
|
|
default: "trident|webkit|gecko|chrome|safari|msie|opera|goanna|discourse"
|
2018-01-15 22:41:13 -06:00
|
|
|
|
type: list
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2017-09-28 21:31:50 -05:00
|
|
|
|
crawler_user_agents:
|
2017-12-10 23:25:35 -06:00
|
|
|
|
hidden: true
|
2019-11-27 15:15:34 -06:00
|
|
|
|
default: "rss|bot|spider|crawler|facebook|archive|wayback|ping|monitor|lighthouse"
|
2017-09-28 21:31:50 -05:00
|
|
|
|
type: list
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2018-06-20 19:56:46 -05:00
|
|
|
|
crawler_check_bypass_agents:
|
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "cubot"
|
2011-10-15 13:00:00 -05:00
|
|
|
|
cors_origins:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2011-10-15 13:00:00 -05:00
|
|
|
|
type: list
|
2015-09-21 15:56:25 -05:00
|
|
|
|
use_admin_ip_whitelist:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2017-05-23 10:51:23 -05:00
|
|
|
|
blacklist_ip_blocks:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2017-05-23 10:51:23 -05:00
|
|
|
|
type: list
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2017-06-13 11:59:54 -05:00
|
|
|
|
whitelist_internal_hosts:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2017-06-13 11:59:54 -05:00
|
|
|
|
type: list
|
2017-09-01 09:15:34 -05:00
|
|
|
|
allowed_iframes:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "https://www.google.com/maps/embed?|https://www.openstreetmap.org/export/embed.html?|https://calendar.google.com/calendar/embed?|https://codepen.io/"
|
2017-09-01 09:15:34 -05:00
|
|
|
|
type: list
|
|
|
|
|
client: true
|
2018-03-15 16:10:45 -05:00
|
|
|
|
whitelisted_crawler_user_agents:
|
|
|
|
|
type: list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2018-03-15 16:10:45 -05:00
|
|
|
|
blacklisted_crawler_user_agents:
|
2018-04-05 19:15:23 -05:00
|
|
|
|
type: list
|
2019-11-17 23:47:47 -06:00
|
|
|
|
default: "mauibot|semrushbot|ahrefsbot|blexbot|seo spider"
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2018-04-05 19:15:23 -05:00
|
|
|
|
slow_down_crawler_user_agents:
|
2018-03-15 16:10:45 -05:00
|
|
|
|
type: list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "bingbot"
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2018-04-12 23:24:22 -05:00
|
|
|
|
slow_down_crawler_rate: 60
|
2018-10-22 12:22:23 -05:00
|
|
|
|
content_security_policy:
|
2020-01-06 14:42:21 -06:00
|
|
|
|
default: true
|
2018-10-22 12:22:23 -05:00
|
|
|
|
content_security_policy_report_only:
|
|
|
|
|
default: false
|
|
|
|
|
content_security_policy_collect_reports:
|
2019-01-15 07:58:46 -06:00
|
|
|
|
default: false
|
2018-10-22 12:22:23 -05:00
|
|
|
|
content_security_policy_script_src:
|
|
|
|
|
type: list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-12-12 14:32:14 -06:00
|
|
|
|
invalidate_inactive_admin_email_after_days:
|
|
|
|
|
default: 365
|
|
|
|
|
min: 0
|
|
|
|
|
max: 2000
|
2019-12-05 15:45:09 -06:00
|
|
|
|
allow_embedding_site_in_an_iframe:
|
|
|
|
|
default: false
|
2020-02-02 22:28:02 -06:00
|
|
|
|
hidden: true
|
2013-11-14 14:05:48 -06:00
|
|
|
|
|
2014-04-09 15:57:45 -05:00
|
|
|
|
onebox:
|
|
|
|
|
enable_flash_video_onebox: false
|
2017-08-06 20:43:09 -05:00
|
|
|
|
post_onebox_maxlength:
|
|
|
|
|
default: 500
|
|
|
|
|
locale_default:
|
2018-09-11 04:58:22 -05:00
|
|
|
|
ja: 200
|
2017-08-06 20:43:09 -05:00
|
|
|
|
zh_CN: 200
|
|
|
|
|
zh_TW: 200
|
2016-10-24 05:46:22 -05:00
|
|
|
|
onebox_domains_blacklist:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-06-18 10:15:29 -05:00
|
|
|
|
type: list
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2016-10-24 05:46:22 -05:00
|
|
|
|
max_oneboxes_per_post:
|
|
|
|
|
default: 50
|
|
|
|
|
client: true
|
2017-07-21 14:29:04 -05:00
|
|
|
|
inline_onebox_domains_whitelist:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2017-07-21 14:29:04 -05:00
|
|
|
|
type: list
|
2018-08-03 17:27:57 -05:00
|
|
|
|
list_type: compact
|
2017-08-02 13:27:21 -05:00
|
|
|
|
enable_inline_onebox_on_all_domains:
|
|
|
|
|
default: false
|
2020-02-06 09:32:42 -06:00
|
|
|
|
force_custom_user_agent_hosts:
|
|
|
|
|
default: "http://codepen.io"
|
|
|
|
|
type: list
|
2013-11-13 13:02:47 -06:00
|
|
|
|
spam:
|
2014-03-21 20:14:35 -05:00
|
|
|
|
add_rel_nofollow_to_user_content: true
|
2019-05-24 13:13:03 -05:00
|
|
|
|
hide_post_sensitivity:
|
|
|
|
|
type: enum
|
|
|
|
|
enum: "ReviewableSensitivitySetting"
|
|
|
|
|
default: 6
|
2013-11-13 13:02:47 -06:00
|
|
|
|
cooldown_minutes_after_hiding_posts: 10
|
2019-05-24 13:13:03 -05:00
|
|
|
|
silence_new_user_sensitivity:
|
|
|
|
|
type: enum
|
|
|
|
|
enum: "ReviewableSensitivitySetting"
|
2019-05-24 14:49:29 -05:00
|
|
|
|
default: 3
|
2017-11-10 11:18:08 -06:00
|
|
|
|
num_users_to_silence_new_user: 3
|
|
|
|
|
notify_mods_when_user_silenced: false
|
2016-05-05 16:02:36 -05:00
|
|
|
|
flag_sockpuppets: false
|
2013-11-13 13:02:47 -06:00
|
|
|
|
newuser_spam_host_threshold: 3
|
2014-03-30 00:32:33 -05:00
|
|
|
|
white_listed_spam_host_domains:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-06-18 10:15:29 -05:00
|
|
|
|
type: list
|
2014-07-11 19:19:45 -05:00
|
|
|
|
levenshtein_distance_spammer_emails:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: 2
|
|
|
|
|
max: 3
|
2014-11-17 05:04:29 -06:00
|
|
|
|
max_new_accounts_per_registration_ip: 3
|
2014-11-24 10:25:48 -06:00
|
|
|
|
min_ban_entries_for_roll_up: 5
|
2014-11-25 10:12:49 -06:00
|
|
|
|
max_age_unmatched_emails: 365
|
|
|
|
|
max_age_unmatched_ips: 365
|
2014-12-05 12:37:43 -06:00
|
|
|
|
num_flaggers_to_close_topic: 5
|
2019-05-24 13:13:03 -05:00
|
|
|
|
auto_close_topic_sensitivity:
|
|
|
|
|
type: enum
|
|
|
|
|
enum: "ReviewableSensitivitySetting"
|
2019-05-24 14:49:29 -05:00
|
|
|
|
default: 9
|
2017-03-31 01:35:05 -05:00
|
|
|
|
num_hours_to_close_topic:
|
|
|
|
|
default: 4
|
|
|
|
|
min: 1
|
2015-03-11 13:29:09 -05:00
|
|
|
|
auto_respond_to_flag_actions: true
|
2015-08-03 19:55:59 -05:00
|
|
|
|
min_first_post_typing_time: 3000
|
2017-11-10 11:18:08 -06:00
|
|
|
|
auto_silence_fast_typers_on_first_post: true
|
|
|
|
|
auto_silence_fast_typers_max_trust_level: 0
|
|
|
|
|
auto_silence_first_post_regex: ""
|
2020-02-20 11:43:33 -06:00
|
|
|
|
high_trust_flaggers_auto_hide_posts: true
|
2020-03-09 04:07:03 -05:00
|
|
|
|
cooldown_hours_until_reflag:
|
2020-02-20 11:43:33 -06:00
|
|
|
|
default: 24
|
|
|
|
|
min: 0
|
2019-05-08 09:20:51 -05:00
|
|
|
|
|
|
|
|
|
reviewable_claiming:
|
|
|
|
|
client: true
|
|
|
|
|
type: enum
|
|
|
|
|
default: disabled
|
|
|
|
|
choices:
|
|
|
|
|
- disabled
|
|
|
|
|
- optional
|
|
|
|
|
- required
|
|
|
|
|
|
2019-05-08 09:05:45 -05:00
|
|
|
|
reviewable_default_topics:
|
2017-10-20 11:37:20 -05:00
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2019-05-07 12:25:11 -05:00
|
|
|
|
reviewable_default_visibility:
|
2019-01-03 11:03:01 -06:00
|
|
|
|
client: true
|
2019-05-07 12:25:11 -05:00
|
|
|
|
type: enum
|
|
|
|
|
default: low
|
2019-05-23 13:43:31 -05:00
|
|
|
|
enum: "ReviewablePrioritySetting"
|
2013-11-13 13:02:47 -06:00
|
|
|
|
|
|
|
|
|
rate_limits:
|
2017-08-06 20:43:09 -05:00
|
|
|
|
unique_posts_mins: 5
|
2014-07-14 02:03:00 -05:00
|
|
|
|
rate_limit_create_topic: 15
|
2013-11-06 14:47:26 -06:00
|
|
|
|
rate_limit_create_post: 5
|
2015-08-02 17:26:12 -05:00
|
|
|
|
rate_limit_new_user_create_topic: 120
|
2014-07-14 15:58:10 -05:00
|
|
|
|
rate_limit_new_user_create_post: 30
|
2013-11-06 14:47:26 -06:00
|
|
|
|
max_topics_per_day: 20
|
2018-01-31 00:16:25 -06:00
|
|
|
|
max_personal_messages_per_day: 20
|
2013-11-06 14:47:26 -06:00
|
|
|
|
max_likes_per_day: 50
|
|
|
|
|
max_bookmarks_per_day: 20
|
|
|
|
|
max_flags_per_day: 20
|
|
|
|
|
max_edits_per_day: 30
|
2015-01-19 12:50:01 -06:00
|
|
|
|
max_invites_per_day: 10
|
2015-05-13 02:04:05 -05:00
|
|
|
|
max_topic_invitations_per_day: 30
|
2015-08-02 17:26:12 -05:00
|
|
|
|
max_topics_in_first_day: 3
|
2014-03-21 20:14:35 -05:00
|
|
|
|
max_replies_in_first_day: 10
|
2015-04-15 18:44:30 -05:00
|
|
|
|
tl2_additional_likes_per_day_multiplier: 1.5
|
|
|
|
|
tl3_additional_likes_per_day_multiplier: 2
|
|
|
|
|
tl4_additional_likes_per_day_multiplier: 3
|
2016-02-17 02:44:53 -06:00
|
|
|
|
alert_admins_if_errors_per_minute:
|
|
|
|
|
client: true
|
|
|
|
|
default: 0
|
|
|
|
|
alert_admins_if_errors_per_hour:
|
|
|
|
|
client: true
|
|
|
|
|
default: 0
|
2016-08-05 00:12:35 -05:00
|
|
|
|
max_prints_per_hour_per_user:
|
2016-08-08 22:53:08 -05:00
|
|
|
|
default: 5
|
2016-08-05 00:12:35 -05:00
|
|
|
|
client: true
|
2017-02-21 11:23:35 -06:00
|
|
|
|
max_logins_per_ip_per_hour:
|
|
|
|
|
min: 1
|
|
|
|
|
default: 30
|
|
|
|
|
max_logins_per_ip_per_minute:
|
|
|
|
|
min: 1
|
|
|
|
|
default: 6
|
2018-06-28 06:33:37 -05:00
|
|
|
|
max_post_deletions_per_minute:
|
|
|
|
|
min: 1
|
2018-08-31 15:27:25 -05:00
|
|
|
|
default: 2
|
2018-06-28 06:33:37 -05:00
|
|
|
|
max_post_deletions_per_day:
|
|
|
|
|
min: 1
|
2018-08-31 15:27:25 -05:00
|
|
|
|
default: 10
|
2013-11-13 13:02:47 -06:00
|
|
|
|
|
2013-11-14 13:46:17 -06:00
|
|
|
|
developer:
|
2014-10-03 00:53:01 -05:00
|
|
|
|
force_hostname:
|
2017-08-06 20:43:09 -05:00
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2013-11-14 13:46:17 -06:00
|
|
|
|
port:
|
2017-08-06 20:43:09 -05:00
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-03-21 20:14:35 -05:00
|
|
|
|
enable_long_polling:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2017-08-06 20:43:09 -05:00
|
|
|
|
long_polling_interval:
|
|
|
|
|
default: 25000
|
|
|
|
|
max: 25000
|
2014-10-23 21:38:00 -05:00
|
|
|
|
long_polling_base_url:
|
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "/"
|
2014-10-21 20:49:10 -05:00
|
|
|
|
background_polling_interval:
|
|
|
|
|
client: true
|
|
|
|
|
default: 60000
|
2017-04-20 02:49:50 -05:00
|
|
|
|
max: 99000
|
2014-03-21 20:14:35 -05:00
|
|
|
|
polling_interval:
|
|
|
|
|
client: true
|
|
|
|
|
default: 3000
|
2017-04-20 02:49:50 -05:00
|
|
|
|
max: 99000
|
2014-03-21 20:14:35 -05:00
|
|
|
|
anon_polling_interval:
|
|
|
|
|
client: true
|
2019-05-31 19:05:22 -05:00
|
|
|
|
default: 30000
|
2017-04-20 02:49:50 -05:00
|
|
|
|
max: 99000
|
2014-03-21 20:14:35 -05:00
|
|
|
|
flush_timings_secs:
|
|
|
|
|
client: true
|
2019-04-18 02:30:39 -05:00
|
|
|
|
default: 60
|
2014-03-21 20:14:35 -05:00
|
|
|
|
active_user_rate_limit_secs: 60
|
2014-08-26 23:12:11 -05:00
|
|
|
|
verbose_localization:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2016-01-20 10:36:18 -06:00
|
|
|
|
top_topics_formula_log_views_multiplier:
|
|
|
|
|
default: 2
|
|
|
|
|
top_topics_formula_first_post_likes_multiplier:
|
|
|
|
|
default: 0.5
|
|
|
|
|
top_topics_formula_least_likes_per_post_multiplier:
|
|
|
|
|
default: 3
|
2016-08-15 05:54:30 -05:00
|
|
|
|
rebake_old_posts_count:
|
2019-01-03 16:24:46 -06:00
|
|
|
|
default: 80
|
2016-08-15 05:54:30 -05:00
|
|
|
|
min: 1
|
2015-06-12 05:02:36 -05:00
|
|
|
|
migrate_to_new_scheme:
|
|
|
|
|
hidden: true
|
|
|
|
|
default: false
|
2015-10-01 02:17:15 -05:00
|
|
|
|
max_new_topics:
|
2015-08-25 03:32:37 -05:00
|
|
|
|
default: 500
|
2015-08-25 00:40:50 -05:00
|
|
|
|
client: true
|
2015-08-25 20:02:21 -05:00
|
|
|
|
hidden: true
|
2016-09-14 15:36:08 -05:00
|
|
|
|
wizard_enabled:
|
2016-09-14 16:08:34 -05:00
|
|
|
|
default: true
|
2016-09-14 15:36:08 -05:00
|
|
|
|
hidden: true
|
2017-05-12 09:18:43 -05:00
|
|
|
|
bypass_wizard_check:
|
|
|
|
|
default: false
|
|
|
|
|
hidden: true
|
2017-10-27 04:54:45 -05:00
|
|
|
|
logging_provider:
|
|
|
|
|
hidden: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "default"
|
|
|
|
|
type: "list"
|
2017-10-27 04:54:45 -05:00
|
|
|
|
choices:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
- "default"
|
|
|
|
|
- "lograge"
|
2017-11-21 15:13:09 -06:00
|
|
|
|
bootstrap_error_pages:
|
|
|
|
|
hidden: true
|
|
|
|
|
default: false
|
2018-04-23 13:50:52 -05:00
|
|
|
|
enable_safe_mode:
|
|
|
|
|
default: true
|
|
|
|
|
client: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
|
2013-12-31 13:37:43 -06:00
|
|
|
|
embedding:
|
2014-06-11 13:42:41 -05:00
|
|
|
|
embed_by_username:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-06-12 17:03:03 -05:00
|
|
|
|
type: username
|
2015-08-20 12:43:12 -05:00
|
|
|
|
hidden: true
|
|
|
|
|
embed_post_limit:
|
|
|
|
|
default: 100
|
|
|
|
|
hidden: true
|
2016-08-22 11:43:02 -05:00
|
|
|
|
embed_title_scrubber:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-08-22 11:43:02 -05:00
|
|
|
|
hidden: true
|
2015-08-20 12:43:12 -05:00
|
|
|
|
embed_blacklist_selector:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2015-08-20 12:43:12 -05:00
|
|
|
|
hidden: true
|
2015-09-24 17:20:59 -05:00
|
|
|
|
embed_classname_whitelist:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "emoji"
|
2015-09-24 17:20:59 -05:00
|
|
|
|
hidden: true
|
2013-12-31 13:37:43 -06:00
|
|
|
|
|
2014-02-07 15:04:00 -06:00
|
|
|
|
legal:
|
2013-11-13 13:02:47 -06:00
|
|
|
|
tos_url:
|
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-02-07 15:04:00 -06:00
|
|
|
|
privacy_policy_url:
|
2013-11-13 13:02:47 -06:00
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2014-03-21 20:14:35 -05:00
|
|
|
|
faq_url:
|
|
|
|
|
client: true
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2018-03-05 13:38:18 -06:00
|
|
|
|
log_anonymizer_details:
|
|
|
|
|
default: true
|
2014-02-07 15:04:00 -06:00
|
|
|
|
|
2014-03-11 16:28:12 -05:00
|
|
|
|
backups:
|
2017-12-21 14:21:28 -06:00
|
|
|
|
enable_backups:
|
|
|
|
|
default: true
|
|
|
|
|
client: true
|
2014-03-11 16:28:12 -05:00
|
|
|
|
allow_restore:
|
|
|
|
|
default: false
|
2018-10-14 20:43:31 -05:00
|
|
|
|
backup_location:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "local"
|
2018-10-14 20:43:31 -05:00
|
|
|
|
type: enum
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "BackupLocationSiteSetting"
|
2018-10-14 20:43:31 -05:00
|
|
|
|
client: true
|
2014-03-11 16:28:12 -05:00
|
|
|
|
maximum_backups:
|
|
|
|
|
client: true
|
2016-02-13 18:13:49 -06:00
|
|
|
|
default: 5
|
2016-01-05 03:31:46 -06:00
|
|
|
|
automatic_backups_enabled:
|
2015-08-14 01:25:29 -05:00
|
|
|
|
default: true
|
2015-08-07 10:34:58 -05:00
|
|
|
|
backup_frequency:
|
2015-08-14 01:25:29 -05:00
|
|
|
|
min: 1
|
2015-08-14 00:20:22 -05:00
|
|
|
|
max: 30
|
|
|
|
|
default: 7
|
2014-03-12 15:23:47 -05:00
|
|
|
|
s3_backup_bucket:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-08-15 03:06:29 -05:00
|
|
|
|
regex: '^[a-z0-9\-\/]+$' # can't use '.' when using HTTPS
|
2016-03-01 13:01:51 -06:00
|
|
|
|
s3_disable_cleanup:
|
|
|
|
|
default: false
|
2015-11-12 09:14:49 -06:00
|
|
|
|
backup_time_of_day:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "3:30"
|
2015-11-12 09:14:49 -06:00
|
|
|
|
regex: "^((0?(0|1|2|3|4|5|6|7|8|9)|(10|11|12|13|14|15|16|17|18|19|20|21|22|23))):\\d\\d$"
|
2015-11-12 09:23:59 -06:00
|
|
|
|
backup_with_uploads: true
|
2019-02-12 08:50:31 -06:00
|
|
|
|
backup_gzip_compression_level_for_uploads:
|
|
|
|
|
default: 1
|
|
|
|
|
min: 1
|
|
|
|
|
max: 9
|
2019-02-13 04:10:33 -06:00
|
|
|
|
include_thumbnails_in_backups:
|
2019-02-13 19:20:43 -06:00
|
|
|
|
default: false
|
2019-07-01 13:38:36 -05:00
|
|
|
|
include_s3_uploads_in_backups:
|
|
|
|
|
default: false
|
|
|
|
|
hidden: true
|
2014-03-11 16:28:12 -05:00
|
|
|
|
|
2016-08-11 12:48:49 -05:00
|
|
|
|
search:
|
|
|
|
|
min_search_term_length:
|
|
|
|
|
client: true
|
|
|
|
|
default: 3
|
2017-08-06 20:43:09 -05:00
|
|
|
|
locale_default:
|
|
|
|
|
zh_CN: 2
|
|
|
|
|
zh_TW: 2
|
2018-05-27 18:37:57 -05:00
|
|
|
|
ko: 2
|
|
|
|
|
ja: 2
|
2016-08-11 12:48:49 -05:00
|
|
|
|
search_tokenize_chinese_japanese_korean: false
|
|
|
|
|
search_prefer_recent_posts: false
|
2017-08-06 20:43:09 -05:00
|
|
|
|
search_recent_posts_size:
|
|
|
|
|
default: 100000
|
|
|
|
|
max: 100000
|
2018-05-14 07:23:51 -05:00
|
|
|
|
log_search_queries:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2017-08-06 20:43:09 -05:00
|
|
|
|
search_query_log_max_size:
|
|
|
|
|
default: 1000000
|
|
|
|
|
max: 1000000
|
2018-05-21 13:56:51 -05:00
|
|
|
|
search_query_log_max_retention_days:
|
2018-06-19 19:46:07 -05:00
|
|
|
|
default: 365 # 1 year
|
2018-05-21 13:56:51 -05:00
|
|
|
|
max: 1825 # 5 years
|
2018-09-17 03:31:15 -05:00
|
|
|
|
search_ignore_accents:
|
|
|
|
|
default: false
|
|
|
|
|
locale_default:
|
|
|
|
|
ar: true
|
|
|
|
|
ca: true
|
|
|
|
|
cs: true
|
|
|
|
|
el: true
|
|
|
|
|
es: true
|
|
|
|
|
fa_IR: true
|
|
|
|
|
fr: true
|
|
|
|
|
hu: true
|
|
|
|
|
pt: true
|
|
|
|
|
pt_BR: true
|
|
|
|
|
ro: true
|
|
|
|
|
sk: true
|
|
|
|
|
tr_TR: true
|
2019-03-24 21:59:55 -05:00
|
|
|
|
category_search_priority_very_low_weight:
|
|
|
|
|
default: 0.6
|
|
|
|
|
hidden: true
|
|
|
|
|
validator: "CategorySearchPriorityWeightsValidator"
|
|
|
|
|
category_search_priority_low_weight:
|
|
|
|
|
default: 0.8
|
|
|
|
|
hidden: true
|
|
|
|
|
validator: "CategorySearchPriorityWeightsValidator"
|
|
|
|
|
category_search_priority_high_weight:
|
|
|
|
|
default: 1.2
|
|
|
|
|
hidden: true
|
|
|
|
|
validator: "CategorySearchPriorityWeightsValidator"
|
|
|
|
|
category_search_priority_very_high_weight:
|
|
|
|
|
default: 1.4
|
|
|
|
|
hidden: true
|
|
|
|
|
validator: "CategorySearchPriorityWeightsValidator"
|
2016-08-11 12:48:49 -05:00
|
|
|
|
|
2014-02-07 15:04:00 -06:00
|
|
|
|
uncategorized:
|
2014-03-21 20:14:35 -05:00
|
|
|
|
version_checks:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
2014-03-21 20:14:35 -05:00
|
|
|
|
default: true
|
|
|
|
|
new_version_emails: true
|
|
|
|
|
send_welcome_message: true
|
2013-11-14 14:05:48 -06:00
|
|
|
|
|
2014-03-21 20:14:35 -05:00
|
|
|
|
suppress_uncategorized_badge:
|
2013-11-06 14:47:26 -06:00
|
|
|
|
client: true
|
|
|
|
|
default: true
|
2014-03-21 20:14:35 -05:00
|
|
|
|
|
2018-07-30 22:42:30 -05:00
|
|
|
|
header_dropdown_category_count:
|
2018-07-30 03:43:00 -05:00
|
|
|
|
client: true
|
|
|
|
|
default: 8
|
|
|
|
|
|
2015-04-13 09:50:41 -05:00
|
|
|
|
slug_generation_method:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "ascii"
|
|
|
|
|
enum: "SlugSetting"
|
2019-10-16 15:08:43 -05:00
|
|
|
|
client: true
|
2017-08-06 20:43:09 -05:00
|
|
|
|
locale_default:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
ja: "none"
|
|
|
|
|
zh_CN: "none"
|
|
|
|
|
zh_TW: "none"
|
2015-04-13 09:50:41 -05:00
|
|
|
|
|
2015-07-15 00:32:35 -05:00
|
|
|
|
permalink_normalizations:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2015-07-15 00:32:35 -05:00
|
|
|
|
type: list
|
|
|
|
|
|
2015-06-29 14:53:44 -05:00
|
|
|
|
max_similar_results: 5
|
2014-03-21 20:14:35 -05:00
|
|
|
|
minimum_topics_similar: 50
|
|
|
|
|
|
2013-11-13 13:02:47 -06:00
|
|
|
|
previous_visit_timeout_hours: 1
|
|
|
|
|
staff_like_weight: 3
|
2015-03-04 22:25:05 -06:00
|
|
|
|
topic_view_duration_hours: 8
|
2015-09-14 02:51:17 -05:00
|
|
|
|
user_profile_view_duration_hours: 8
|
2014-03-21 20:14:35 -05:00
|
|
|
|
|
|
|
|
|
# Summary mode
|
2013-11-18 11:48:26 -06:00
|
|
|
|
summary_score_threshold: 15
|
|
|
|
|
summary_posts_required: 50
|
|
|
|
|
summary_likes_required: 1
|
|
|
|
|
summary_percent_filter: 20
|
2014-10-28 15:03:43 -05:00
|
|
|
|
summary_max_results: 100
|
2014-03-21 20:14:35 -05:00
|
|
|
|
|
2019-06-04 09:34:07 -05:00
|
|
|
|
automatic_topic_heat_values: true
|
|
|
|
|
|
2014-03-21 20:14:35 -05:00
|
|
|
|
# View heat thresholds
|
2013-11-06 14:47:26 -06:00
|
|
|
|
topic_views_heat_low:
|
|
|
|
|
client: true
|
|
|
|
|
default: 1000
|
|
|
|
|
topic_views_heat_medium:
|
|
|
|
|
client: true
|
|
|
|
|
default: 2000
|
|
|
|
|
topic_views_heat_high:
|
|
|
|
|
client: true
|
2019-06-04 09:34:07 -05:00
|
|
|
|
default: 3500
|
2014-03-21 20:14:35 -05:00
|
|
|
|
|
2014-08-15 11:02:29 -05:00
|
|
|
|
# Post/Like heat thresholds
|
|
|
|
|
topic_post_like_heat_low:
|
|
|
|
|
client: true
|
|
|
|
|
default: 0.5
|
|
|
|
|
topic_post_like_heat_medium:
|
|
|
|
|
client: true
|
|
|
|
|
default: 1.0
|
|
|
|
|
topic_post_like_heat_high:
|
|
|
|
|
client: true
|
|
|
|
|
default: 2.0
|
|
|
|
|
|
2014-08-15 11:22:06 -05:00
|
|
|
|
# History edit heat thresholds
|
|
|
|
|
history_hours_low:
|
|
|
|
|
client: true
|
|
|
|
|
default: 12
|
|
|
|
|
history_hours_medium:
|
|
|
|
|
client: true
|
|
|
|
|
default: 24
|
|
|
|
|
history_hours_high:
|
|
|
|
|
client: true
|
|
|
|
|
default: 48
|
|
|
|
|
|
2014-08-15 11:09:31 -05:00
|
|
|
|
# Cold map thresholds
|
|
|
|
|
cold_age_days_low:
|
|
|
|
|
default: 14
|
|
|
|
|
client: true
|
2017-01-27 06:01:09 -06:00
|
|
|
|
cold_age_days_medium:
|
2015-05-27 03:04:50 -05:00
|
|
|
|
default: 90
|
2014-08-15 11:09:31 -05:00
|
|
|
|
client: true
|
2017-01-27 06:01:09 -06:00
|
|
|
|
cold_age_days_high:
|
2015-05-27 03:04:50 -05:00
|
|
|
|
default: 180
|
2017-01-27 06:01:09 -06:00
|
|
|
|
client: true
|
2014-08-15 11:09:31 -05:00
|
|
|
|
|
2014-03-21 20:14:35 -05:00
|
|
|
|
# Warnings
|
|
|
|
|
educate_until_posts: 2
|
2013-11-06 14:47:26 -06:00
|
|
|
|
sequential_replies_threshold: 2
|
2017-02-04 14:04:15 -06:00
|
|
|
|
get_a_room_threshold: 3
|
2013-11-06 14:47:26 -06:00
|
|
|
|
dominating_topic_minimum_percent: 20
|
2015-12-14 11:02:40 -06:00
|
|
|
|
disable_avatar_education_message: false
|
2014-03-21 20:14:35 -05:00
|
|
|
|
|
2014-03-24 00:51:48 -05:00
|
|
|
|
global_notice:
|
|
|
|
|
default: ""
|
|
|
|
|
client: true
|
2014-03-24 02:03:39 -05:00
|
|
|
|
has_login_hint:
|
|
|
|
|
default: false
|
|
|
|
|
hidden: true
|
2014-03-24 00:51:48 -05:00
|
|
|
|
|
2015-09-06 20:57:50 -05:00
|
|
|
|
# Nothing past this threshold is ever considered new
|
|
|
|
|
# this is calculated dynamically every 15 minutes
|
|
|
|
|
min_new_topics_time:
|
|
|
|
|
default: 0
|
|
|
|
|
hidden: true
|
|
|
|
|
|
2014-03-21 20:14:35 -05:00
|
|
|
|
# Category IDs
|
2014-01-20 14:49:43 -06:00
|
|
|
|
lounge_category_id:
|
|
|
|
|
default: -1
|
|
|
|
|
hidden: true
|
2014-01-21 23:05:46 -06:00
|
|
|
|
meta_category_id:
|
|
|
|
|
default: -1
|
|
|
|
|
hidden: true
|
2014-02-27 16:38:01 -06:00
|
|
|
|
staff_category_id:
|
|
|
|
|
default: -1
|
|
|
|
|
hidden: true
|
2015-09-10 16:04:21 -05:00
|
|
|
|
uncategorized_category_id:
|
|
|
|
|
default: -1
|
|
|
|
|
hidden: true
|
2013-11-13 13:02:47 -06:00
|
|
|
|
|
2014-04-03 13:34:21 -05:00
|
|
|
|
notify_about_flags_after: 48
|
2014-05-14 13:38:04 -05:00
|
|
|
|
|
2014-05-26 10:13:04 -05:00
|
|
|
|
show_create_topics_notice:
|
|
|
|
|
client: true
|
|
|
|
|
default: true
|
|
|
|
|
|
2014-05-22 02:37:02 -05:00
|
|
|
|
enable_system_avatars:
|
|
|
|
|
hidden: true
|
|
|
|
|
default: true
|
2014-06-11 10:14:00 -05:00
|
|
|
|
|
2019-07-31 09:50:41 -05:00
|
|
|
|
disable_system_edit_notifications: true
|
2014-07-24 13:27:34 -05:00
|
|
|
|
|
2019-12-05 03:06:06 -06:00
|
|
|
|
notification_consolidation_threshold:
|
2019-01-16 03:55:17 -06:00
|
|
|
|
default: 3
|
2019-01-16 02:17:04 -06:00
|
|
|
|
min: 0
|
2019-01-15 20:40:16 -06:00
|
|
|
|
|
|
|
|
|
likes_notification_consolidation_window_mins:
|
|
|
|
|
default: 120
|
|
|
|
|
min: 1
|
|
|
|
|
|
2017-01-27 06:01:09 -06:00
|
|
|
|
delete_drafts_older_than_n_days:
|
|
|
|
|
default: 180
|
2015-06-02 06:26:01 -05:00
|
|
|
|
|
2019-10-17 00:56:40 -05:00
|
|
|
|
backup_drafts_to_pm_length:
|
|
|
|
|
default: 0
|
|
|
|
|
hidden: true
|
|
|
|
|
|
2014-07-24 13:27:34 -05:00
|
|
|
|
tos_topic_id:
|
|
|
|
|
default: -1
|
|
|
|
|
hidden: true
|
|
|
|
|
guidelines_topic_id:
|
|
|
|
|
default: -1
|
|
|
|
|
hidden: true
|
|
|
|
|
privacy_topic_id:
|
|
|
|
|
default: -1
|
|
|
|
|
hidden: true
|
2019-03-18 15:09:13 -05:00
|
|
|
|
welcome_topic_id:
|
|
|
|
|
default: -1
|
|
|
|
|
hidden: true
|
|
|
|
|
lounge_welcome_topic_id:
|
|
|
|
|
default: -1
|
|
|
|
|
hidden: true
|
|
|
|
|
admin_quick_start_topic_id:
|
|
|
|
|
default: -1
|
|
|
|
|
hidden: true
|
2015-08-21 13:39:21 -05:00
|
|
|
|
|
2016-04-26 12:08:19 -05:00
|
|
|
|
bootstrap_mode_min_users:
|
|
|
|
|
default: 50
|
|
|
|
|
client: true
|
|
|
|
|
max: 5000
|
|
|
|
|
|
|
|
|
|
bootstrap_mode_enabled:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
|
|
|
|
hidden: true
|
|
|
|
|
|
2015-11-06 10:12:12 -06:00
|
|
|
|
automatically_unpin_topics:
|
|
|
|
|
default: true
|
|
|
|
|
client: true
|
|
|
|
|
|
2015-12-30 00:45:17 -06:00
|
|
|
|
read_time_word_count:
|
|
|
|
|
default: 500
|
|
|
|
|
client: true
|
2017-08-06 20:43:09 -05:00
|
|
|
|
locale_default:
|
2018-09-11 04:58:22 -05:00
|
|
|
|
ja: 350
|
2017-08-06 20:43:09 -05:00
|
|
|
|
zh_CN: 350
|
|
|
|
|
zh_TW: 350
|
2015-12-30 00:45:17 -06:00
|
|
|
|
|
2017-12-29 21:36:02 -06:00
|
|
|
|
topic_page_title_includes_category:
|
|
|
|
|
default: true
|
|
|
|
|
client: true
|
2016-04-11 15:44:10 -05:00
|
|
|
|
|
2019-04-17 11:25:13 -05:00
|
|
|
|
native_app_install_banner_ios: false
|
|
|
|
|
|
|
|
|
|
native_app_install_banner_android: false
|
|
|
|
|
|
|
|
|
|
ios_app_id:
|
|
|
|
|
default: "1173672076"
|
|
|
|
|
hidden: true
|
|
|
|
|
|
|
|
|
|
android_app_id:
|
|
|
|
|
default: "com.discourse"
|
|
|
|
|
hidden: true
|
2017-01-03 11:50:45 -06:00
|
|
|
|
|
2018-10-26 11:47:22 -05:00
|
|
|
|
pwa_display_browser_regex:
|
|
|
|
|
default: "iPad|iPhone"
|
|
|
|
|
hidden: true
|
|
|
|
|
|
2019-08-27 13:05:37 -05:00
|
|
|
|
app_association_android:
|
|
|
|
|
default: ""
|
|
|
|
|
textarea: true
|
|
|
|
|
|
|
|
|
|
app_association_ios:
|
|
|
|
|
default: ""
|
|
|
|
|
textarea: true
|
|
|
|
|
|
2017-03-10 07:16:00 -06:00
|
|
|
|
share_anonymized_statistics: true
|
|
|
|
|
|
2017-09-14 11:00:37 -05:00
|
|
|
|
auto_handle_queued_age:
|
|
|
|
|
default: 60
|
|
|
|
|
min: 0
|
|
|
|
|
|
2018-11-26 15:49:57 -06:00
|
|
|
|
svg_icon_subset:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
|
|
|
|
type: "list"
|
|
|
|
|
list_type: "compact"
|
2018-11-26 15:49:57 -06:00
|
|
|
|
client: true
|
|
|
|
|
|
2019-02-07 10:50:10 -06:00
|
|
|
|
always_include_topic_excerpts:
|
|
|
|
|
default: false
|
|
|
|
|
hidden: true
|
|
|
|
|
|
2019-06-12 04:05:21 -05:00
|
|
|
|
max_bulk_invites:
|
|
|
|
|
default: 50000
|
|
|
|
|
hidden: true
|
|
|
|
|
|
2019-07-15 12:47:44 -05:00
|
|
|
|
overridden_robots_txt:
|
|
|
|
|
default: ""
|
|
|
|
|
hidden: true
|
|
|
|
|
|
2020-01-28 05:55:46 -06:00
|
|
|
|
enable_new_user_card_route:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
|
|
|
|
hidden: true
|
|
|
|
|
|
2015-08-21 13:39:21 -05:00
|
|
|
|
user_preferences:
|
|
|
|
|
default_email_digest_frequency:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "DigestEmailSiteSetting"
|
2016-03-02 14:26:27 -06:00
|
|
|
|
default: 10080
|
2016-03-17 16:35:23 -05:00
|
|
|
|
default_include_tl0_in_digests: false
|
2019-03-15 09:55:11 -05:00
|
|
|
|
default_email_level:
|
|
|
|
|
enum: "EmailLevelSiteSetting"
|
|
|
|
|
default: 1
|
|
|
|
|
default_email_messages_level:
|
|
|
|
|
enum: "EmailLevelSiteSetting"
|
|
|
|
|
default: 0
|
2015-08-21 13:39:21 -05:00
|
|
|
|
default_email_mailing_list_mode: false
|
2016-05-21 08:17:54 -05:00
|
|
|
|
default_email_mailing_list_mode_frequency:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "MailingListModeSiteSetting"
|
2017-08-06 20:43:09 -05:00
|
|
|
|
default: 1
|
2016-03-04 15:53:28 -06:00
|
|
|
|
disable_mailing_list_mode:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2016-02-18 20:56:52 -06:00
|
|
|
|
default_email_previous_replies:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "PreviousRepliesSiteSetting"
|
2016-02-25 07:05:40 -06:00
|
|
|
|
default: 2
|
|
|
|
|
default_email_in_reply_to:
|
|
|
|
|
default: true
|
2015-08-21 13:39:21 -05:00
|
|
|
|
|
|
|
|
|
default_other_new_topic_duration_minutes:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "NewTopicDurationSiteSetting"
|
2015-08-21 13:39:21 -05:00
|
|
|
|
default: 2880
|
|
|
|
|
default_other_auto_track_topics_after_msecs:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "AutoTrackDurationSiteSetting"
|
2015-08-21 13:39:21 -05:00
|
|
|
|
default: 240000
|
2016-09-30 11:36:43 -05:00
|
|
|
|
default_other_notification_level_when_replying:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "NotificationLevelWhenReplyingSiteSetting"
|
2016-09-30 11:36:43 -05:00
|
|
|
|
default: 2
|
2015-08-21 13:39:21 -05:00
|
|
|
|
default_other_external_links_in_new_tab: false
|
|
|
|
|
default_other_enable_quoting: true
|
2019-05-31 00:43:17 -05:00
|
|
|
|
default_other_enable_defer: false
|
2015-08-21 13:39:21 -05:00
|
|
|
|
default_other_dynamic_favicon: false
|
2016-03-02 06:16:52 -06:00
|
|
|
|
default_other_like_notification_frequency:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "LikeNotificationFrequencySiteSetting"
|
2016-03-02 06:16:52 -06:00
|
|
|
|
default: 1
|
2015-08-21 13:39:21 -05:00
|
|
|
|
|
2015-11-17 11:21:40 -06:00
|
|
|
|
default_topics_automatic_unpin:
|
|
|
|
|
default: true
|
|
|
|
|
client: true
|
|
|
|
|
|
2015-08-21 13:39:21 -05:00
|
|
|
|
default_categories_watching:
|
|
|
|
|
type: category_list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2015-08-21 13:39:21 -05:00
|
|
|
|
default_categories_tracking:
|
|
|
|
|
type: category_list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2015-08-21 13:39:21 -05:00
|
|
|
|
default_categories_muted:
|
|
|
|
|
type: category_list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-11-09 12:37:54 -06:00
|
|
|
|
default_categories_watching_first_post:
|
|
|
|
|
type: category_list
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2019-11-07 20:58:11 -06:00
|
|
|
|
mute_all_categories_by_default:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
2019-01-16 02:17:04 -06:00
|
|
|
|
|
2019-11-01 02:10:13 -05:00
|
|
|
|
default_tags_watching:
|
|
|
|
|
type: tag_list
|
|
|
|
|
default: ""
|
|
|
|
|
default_tags_tracking:
|
|
|
|
|
type: tag_list
|
|
|
|
|
default: ""
|
|
|
|
|
default_tags_muted:
|
|
|
|
|
type: tag_list
|
|
|
|
|
default: ""
|
|
|
|
|
default_tags_watching_first_post:
|
|
|
|
|
type: tag_list
|
|
|
|
|
default: ""
|
|
|
|
|
|
2019-01-14 07:21:46 -06:00
|
|
|
|
default_text_size:
|
|
|
|
|
type: enum
|
|
|
|
|
default: normal
|
|
|
|
|
choices:
|
2019-01-17 09:30:34 -06:00
|
|
|
|
- smaller
|
2019-01-14 07:21:46 -06:00
|
|
|
|
- normal
|
|
|
|
|
- larger
|
|
|
|
|
- largest
|
2019-04-17 11:25:13 -05:00
|
|
|
|
|
2019-04-11 18:02:18 -05:00
|
|
|
|
default_title_count_mode:
|
|
|
|
|
type: enum
|
|
|
|
|
default: notifications
|
|
|
|
|
choices:
|
|
|
|
|
- notifications
|
|
|
|
|
- contextual
|
2017-11-08 00:08:30 -06:00
|
|
|
|
api:
|
|
|
|
|
retain_web_hook_events_period_days:
|
|
|
|
|
default: 30
|
2018-05-30 06:27:40 -05:00
|
|
|
|
retry_web_hook_events:
|
|
|
|
|
default: false
|
2019-11-27 15:15:34 -06:00
|
|
|
|
api_key_last_used_epoch:
|
2019-11-05 08:10:23 -06:00
|
|
|
|
default: "" # Value is added in a migration
|
|
|
|
|
hidden: true
|
|
|
|
|
revoke_api_keys_days:
|
|
|
|
|
default: 180
|
2017-11-08 00:08:30 -06:00
|
|
|
|
|
2016-08-15 02:58:33 -05:00
|
|
|
|
user_api:
|
2016-10-14 00:05:27 -05:00
|
|
|
|
allow_user_api_keys:
|
2016-08-15 02:58:33 -05:00
|
|
|
|
default: true
|
2016-10-14 00:05:27 -05:00
|
|
|
|
allow_user_api_key_scopes:
|
2019-04-01 12:18:53 -05:00
|
|
|
|
default: "read|write|message_bus|push|notifications|session_info|one_time_password"
|
2016-10-14 00:05:27 -05:00
|
|
|
|
type: list
|
2016-08-15 02:58:33 -05:00
|
|
|
|
max_api_keys_per_user:
|
|
|
|
|
default: 10
|
2016-08-25 21:47:10 -05:00
|
|
|
|
push_api_secret_key:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-08-25 21:47:10 -05:00
|
|
|
|
hidden: true
|
2016-08-15 02:58:33 -05:00
|
|
|
|
min_trust_level_for_user_api_key:
|
2017-10-01 18:59:55 -05:00
|
|
|
|
default: 0
|
2019-01-17 12:05:39 -06:00
|
|
|
|
enum: "TrustLevelSetting"
|
2016-08-15 02:58:33 -05:00
|
|
|
|
allowed_user_api_push_urls:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: ""
|
2016-08-15 02:58:33 -05:00
|
|
|
|
type: list
|
|
|
|
|
allowed_user_api_auth_redirects:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "https://api.discourse.org/api/auth_redirect|discourse://auth_redirect"
|
2016-08-15 02:58:33 -05:00
|
|
|
|
type: list
|
2018-08-20 10:36:14 -05:00
|
|
|
|
expire_user_api_keys_days:
|
|
|
|
|
default: 180
|
2016-08-15 02:58:33 -05:00
|
|
|
|
|
2016-04-25 14:55:15 -05:00
|
|
|
|
tags:
|
|
|
|
|
tagging_enabled:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
|
|
|
|
refresh: true
|
|
|
|
|
tag_style:
|
|
|
|
|
client: true
|
|
|
|
|
type: enum
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "simple"
|
2016-04-25 14:55:15 -05:00
|
|
|
|
choices:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
- simple
|
|
|
|
|
- bullet
|
|
|
|
|
- box
|
2016-04-25 14:55:15 -05:00
|
|
|
|
preview: '<div class="discourse-tags"><span class="discourse-tag {{value}}">tag1</span><span class="discourse-tag {{value}}">tag2</span></div>'
|
|
|
|
|
max_tags_per_topic:
|
|
|
|
|
default: 5
|
|
|
|
|
client: true
|
|
|
|
|
max_tag_length:
|
|
|
|
|
default: 20
|
|
|
|
|
client: true
|
|
|
|
|
min_trust_to_create_tag:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "3"
|
|
|
|
|
enum: "TrustLevelAndStaffSetting"
|
2016-04-25 14:55:15 -05:00
|
|
|
|
min_trust_level_to_tag_topics:
|
2019-01-17 12:05:39 -06:00
|
|
|
|
default: "0"
|
|
|
|
|
enum: "TrustLevelAndStaffSetting"
|
2016-04-25 14:55:15 -05:00
|
|
|
|
client: true
|
|
|
|
|
max_tag_search_results:
|
|
|
|
|
client: true
|
|
|
|
|
default: 5
|
|
|
|
|
min: 1
|
|
|
|
|
show_filter_by_tag:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
|
|
|
|
refresh: true
|
|
|
|
|
max_tags_in_filter_list:
|
2019-10-17 16:22:27 -05:00
|
|
|
|
client: true
|
2016-04-25 14:55:15 -05:00
|
|
|
|
default: 30
|
|
|
|
|
min: 1
|
|
|
|
|
refresh: true
|
|
|
|
|
tags_sort_alphabetically:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
|
|
|
|
refresh: true
|
2018-01-03 09:40:32 -06:00
|
|
|
|
tags_listed_by_group:
|
|
|
|
|
client: true
|
|
|
|
|
default: false
|
2018-02-21 19:18:34 -06:00
|
|
|
|
allow_staff_to_tag_pms:
|
2018-02-13 14:46:25 -06:00
|
|
|
|
default: false
|
2016-04-25 14:55:15 -05:00
|
|
|
|
suppress_overlapping_tags_in_list:
|
|
|
|
|
default: false
|
|
|
|
|
client: true
|
|
|
|
|
remove_muted_tags_from_latest:
|
2019-06-02 21:23:23 -05:00
|
|
|
|
client: true
|
|
|
|
|
type: enum
|
|
|
|
|
default: always
|
|
|
|
|
enum: RemoveMutedTagsFromLatestSiteSetting
|
2018-10-05 04:23:52 -05:00
|
|
|
|
force_lowercase_tags:
|
2018-10-19 09:43:31 -05:00
|
|
|
|
default: true
|
|
|
|
|
client: true
|
2018-12-26 03:29:07 -06:00
|
|
|
|
|
|
|
|
|
dashboard:
|
|
|
|
|
dashboard_general_tab_activity_metrics:
|
|
|
|
|
client: true
|
|
|
|
|
type: list
|
|
|
|
|
list_type: compact
|
|
|
|
|
default: "page_view_total_reqs|visits|time_to_first_response|likes|flags|user_to_user_private_messages_with_replies"
|
|
|
|
|
allow_any: false
|
|
|
|
|
choices:
|
|
|
|
|
- page_view_total_reqs
|
|
|
|
|
- visits
|
|
|
|
|
- time_to_first_response
|
|
|
|
|
- likes
|
|
|
|
|
- flags
|
|
|
|
|
- user_to_user_private_messages_with_replies
|
|
|
|
|
- signups
|