mirror of
https://ghfast.top/https://github.com/discourse/discourse-signatures.git
synced 2026-05-03 17:52:39 +08:00
* FEATURE: Add group, category, and display restrictions for signatures Adds five new site settings to control signature behavior: - signatures_allowed_groups: restrict signatures to specific groups (server-side enforced in both serializers and user update hook) - signatures_show_in_categories: limit signature display to specific categories - signatures_first_post_only: only show signatures on the OP - signatures_max_length: cap advanced mode signature length - signatures_max_image_height: constrain signature image height Also hardens URL validation (HTTP/HTTPS only) and reduces signature_url max_length from 32KB to 2048. All defaults are backward-compatible (empty/false = no change).
11 lines
424 B
YAML
11 lines
424 B
YAML
en:
|
|
js:
|
|
signatures:
|
|
enable_signatures: "Enable Signatures"
|
|
show_signatures: "See user signatures below posts"
|
|
my_signature: "My Signature"
|
|
signature_placeholder: "A valid URL to an image"
|
|
not_allowed: "Your account is not in a group that is allowed to use signatures."
|
|
characters_remaining:
|
|
one: "%{count} character remaining"
|
|
other: "%{count} characters remaining"
|