* Add `client_overrides` directory in configuration file. **You must configure it in your production.yaml**
* Deprecate `/videos/abuse` endpoint.
A new endpoint to report videos will be created in PeerTube 2.4 and will also allow to report accounts and comments (`/videos/abuse` will be removed in 3.0)
* Renamed videos blacklist feature to videos blocks/blocklist
...
...
@@ -38,6 +39,10 @@ A new endpoint to report videos will be created in PeerTube 2.4 and will also al
* Add ability to override client assets: logo - favicon - PWA icons - PWA manifest name and description [@kimsible in #2897](https://github.com/Chocobozzz/PeerTube/pull/2897)
### Features
* :tada: Add global search support (has to be explicitely enabled by admins)