Age | Commit message (Collapse) | Author |
|
instance: Drop favicon URLs longer than 255 characters
Closes #2116
See merge request pleroma/pleroma!2949
|
|
Rich Media: Do not cache URLs for preview statuses
Closes #1987
See merge request pleroma/pleroma!2956
|
|
RichMedia: do not log webpages missing metadata as errors
See merge request pleroma/pleroma!2960
|
|
Add a copy of CC-BY-4.0 to the repo
See merge request pleroma/pleroma!2962
|
|
|
|
We mentined it in COPYING, but didn't actually have a copy in the repo.
|
|
Also fixes the return value of Parser.parse on errors, previously
was just `:ok` due to the logger call in the end
|
|
ConnectionPool: fix the previous hotfix
See merge request pleroma/pleroma!2959
|
|
|
|
I rushed the hotfix and forgot how `pop_in` actually works,
I want to die. We need some integration tests for the HTTP client
|
|
ConnectionPool middleware: fix a crash due to unimplemented behaviour
See merge request pleroma/pleroma!2958
|
|
Structs don't implement Access behaviour, so this crashed. Tests didn't
catch it and I didn't test that part of the codepath. Very sorry
|
|
Closes #1987
|
|
ConnectionPool middleware: Fix connection leak on ReverseProxy redirects
See merge request pleroma/pleroma!2954
|
|
|
|
Use TLS when adding Alpine community repository in Dockerfile
See merge request pleroma/pleroma!2955
|
|
|
|
Requires a patched Tesla due to upstream not saving opts between
redirects, patch submitted at https://github.com/teamon/tesla/pull/414
|
|
Added cmake
See merge request pleroma/pleroma!2953
|
|
|
|
HTTP: radically simplify pool checkin/checkout
See merge request pleroma/pleroma!2948
|
|
mix.lock: Bump fast_html
See merge request pleroma/pleroma!2950
|
|
This update fixes an incorrect push to Hex that reverted the gcc-10 fix
|
|
Use a custom tesla middleware instead of adapter helper function +
custom redirect middleware.
This will also fix "Client died before releasing the connection"
messages when the request pool is overloaded. Since the checkout is
now done after passing ConcurrentLimiter.
This is technically less efficient, since the connection needs to be
checked in/out every time the middleware is left or entered respectively.
But I don't think the nanoseconds we might lose on redirects
to the same host are worth the complexity.
|
|
Fix emoji in Question, force generated context/context_id insertion
Closes #1870
See merge request pleroma/pleroma!2915
|
|
Fix frontend install mix task bug
See merge request pleroma/pleroma!2942
|
|
|
|
seanking/pleroma-fix_install_fe_bug
|
|
Disallow password resets for deactivated accounts
Closes #2095
See merge request pleroma/pleroma!2935
|
|
user agent if Endpoint is not started yet
Closes #1991
See merge request pleroma/pleroma!2945
|
|
Fix removing an account from a list
Closes #2103
See merge request pleroma/pleroma!2940
|
|
|
|
Ensure all responses to password reset events are identical.
|
|
Rich media improvements
See merge request pleroma/pleroma!2944
|
|
|
|
|
|
|
|
By using a :not() selector and only extracting attributes from the
first match.
|
|
RichMedia parser fix
Closes #2047
See merge request pleroma/pleroma!2941
|
|
Improvements and fixes for http requests
See merge request pleroma/pleroma!2904
|
|
|
|
|
|
search: fix 'following' query parameter
See merge request pleroma/pleroma!2943
|
|
|
|
|
|
- fix for gun worker termination in some circumstances
- pool for http clients (ex_aws, tzdata)
- default pool timeouts for gun
- gun retries on gun_down messages
- s3 upload timeout if streaming enabled
|
|
The parameter included the accounts that are following you (followers)
instead of those you are actually following.
Co-Authored-By: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
|
|
|
|
|
|
Mastodon (Frontend) changed a different method for deletes,
keeping old format as mastodon documentation is too loose
|