#Mitra v5.2.0
https://codeberg.org/silverpill/mitra/releases/tag/v5.2.0
https://codeberg.org/silverpill/mitra-web/releases/tag/v5.2.0
- Gallery improvements: all attachments are displayed, not only the first one; added pagination.
- Short post timestamps are used by default (1d, 2h). Long timestamps can still be enabled in Settings, but this option will probably be removed in the future.
- Remote user profiles are automatically deleted if their inbox endpoint returns 410 Gone.
- Added http_behind_reverse_proxy configuration parameter. Tor and I2P instance operators who do not use a reverse proxy are advised to set this parameter to false in order for the API rate limiters to work properly.
- Fixed a security issue that was caused by insufficient validation of incoming activities.

Mitra v5.2.0 - silverpill/mitra
### Added - Support portable `Delete(Note)` activities. - Added `http_behind_reverse_proxy` configuration option. - Allow `<ruby>`, `<rt>` and `<rp>` tags in HTML post content. ### Changed - Allow split-domain setups where two different subdomains are used. - Write warning to log when...