Not really sure about the order in which this is but it feels right
because credo is more about checking if a ~working code could need
some improvements.<M-1>
* origin/develop: (24 commits)
MastoAPI followers/following endpoints
Switch the CI to Elixir 1.8.1
Linting.
WebPush: Add activity id to the push messages.
MastoAPI Accounts: Add fetching by nickname.
Update Differences-in-MastodonAPI-Responses.md
Remove chromium input hilight that clashes with our own
Style again the login page to fit pleroma more
MastoAPI StatusView: Add locality indicator.
Broadcast deleted activity id on deletion to conform to MastoAPI streamig spec
Change order of source code to align with platforms
Update homepages and provide source code links for Roma apps in Clients.md
Rename Mastalab -> Fedilab in Clients.md
http: connection: unify adapter configuration and defaults
http: connection: relax the timeouts a little
http: rework connection timeouts to match hackney docs, enforce 1 second max TCP connection timeout
http: actually pass the options list to the Connection factory
http: connection: merge hackney option lists instead of concatenating them
http: safely catch erlang exits and elixir errors from hackney (ref #672)
Allow an admin to delete a user status
...
Source: https://shitposter.club/objects/9be7c3f4-5a29-45a9-ac40-301312578a02
pleroma-fox-tan-smol.png is pleroma-fox-tan.png but the width
got divided by two in The GIMP.
All the pleroma*.png got optimised with mat2 and optipng/pngcrush,
depending on their best results.
[ci skip]
* 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
...