Browse Source

changelog & docs

tags/v1.1.4
Alex S 5 years ago
parent
commit
7af27c143d
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -0
      docs/config.md

+ 1
- 0
CHANGELOG.md View File

@@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- Configuration: Filter.AnonymizeFilename added ability to retain file extension with custom text
- Admin API: changed json structure for saving config settings.
- RichMedia: parsers and their order are configured in `rich_media` config.

## [1.0.0] - 2019-06-29
### Security


+ 1
- 0
docs/config.md View File

@@ -425,6 +425,7 @@ This config contains two queues: `federator_incoming` and `federator_outgoing`.
* `enabled`: if enabled the instance will parse metadata from attached links to generate link previews
* `ignore_hosts`: list of hosts which will be ignored by the metadata parser. For example `["accounts.google.com", "xss.website"]`, defaults to `[]`.
* `ignore_tld`: list TLDs (top-level domains) which will ignore for parse metadata. default is ["local", "localdomain", "lan"]
* `parsers`: list of Rich Media parsers

## :fetch_initial_posts
* `enabled`: if enabled, when a new user is federated with, fetch some of their latest posts


Loading…
Cancel
Save