Merge remote-tracking branch 'origin/develop' into shigusegubu
* origin/develop: (62 commits) update pleroma frontend tests: add regression test MRF: anti followbot: gracefully handle accounts without a display name Adjust delete activity audience to match the deleted object Revert existing object check Preserve parameters in link headers (Mastodon API) [#647] tests for web push Keep heading short Add default config for masto_fe Add handling of objects not in database Add tests for reserved char escaping in upload Properly escape reserved URI charachters in upload urls Web.RelMe: Fix having other values in rel attr Plugs.HTTPSecurityPlug: Add static_url to CSP's connect-src Include admins in nodeinfo Typo rich media: helpers: rework validate_page_url() local -> only_local Format & update docs helpers: use AutoLinker to validate URIs as well as the other tests ...
This commit is contained in:
commit
66185ad957
71 changed files with 1860 additions and 464 deletions
|
|
@ -199,6 +199,9 @@ config :pleroma, :frontend_configurations,
|
|||
scopeCopy: false,
|
||||
subjectLineBehavior: "noop",
|
||||
alwaysShowSubjectInput: false
|
||||
},
|
||||
masto_fe: %{
|
||||
showInstanceSpecificPanel: true
|
||||
}
|
||||
|
||||
config :pleroma, :activitypub,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue