Recommending use of the separate HTTP server for exposing the metrics
and securing it externally on your firewall or reverse proxy. It will
listen on port 4021 by default.
* origin/develop: (57 commits)
remove static_fe pipeline for /users/:nickname/feed
oops, remove unused import
use scrub_html_and_truncate instead of scrub_html for feed item title
modify Utils.scrub_html_and_truncate to take omission parameter
format feed_view.ex
feed eex templates: use published field from @data, not @activity.data
fix tag feeds: remote activities might not have a summary field
Make clear the test names
Fix FederatorTest
Stop oban from retrying if validating errors occur when processing incoming data
Add the security fix to the changelog
Sanitize filenames when uploading
Allow with_relationships param for blocks
Bundle frontend
Bump version in mix project to 2.5.1
Compose changelog for 2.5.1
Ignores in exiftool read descriptions
Bump crypt to v1.0.1
Update mix.exs
Bump linkify
...
* origin/develop: (126 commits)
Revert "Merge branch 'copyright-bump' into 'develop'"
Bump copyright year
Extract translatable strings
mix: version 2.5.50
mix: Release 2.5.0
CHANGELOG: Set 2.5.0
Git merge is not my favorite tool
Revert "Delete report notifs when demoting from superuser"
Update PleromaFE bundle to 2.5.0
Make lint happy
Use crazy hack to finally get pleroma:report notifications not visible after revoking privileges
Update AdminFE bundle to version 2.5.0
Extract translatable strings
Fix TwitterCard meta tags
Fix CommonAPI delete function to use User.privileged? instead of User.superuser?
use to_rfc2822 instead of pub_date in tests, too
document rss/atom fix in changelog
modify user feed controller test to expect summary for title
remove pub_date() -- use to_rfc2822 instead
remove ap_id test -- the element makes the feed break
...