Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-14 | Merge remote-tracking branch 'remotes/origin/develop' into media-preview-proxymedia-preview-proxy | Ivan Tashkinov | |
2020-09-14 | [#2497] Prototype of video streaming for media preview proxy (WIP). | Ivan Tashkinov | |
2020-09-14 | RichMedia: fix a compilation error due to nonexistent variable | rinpatch | |
No idea why this passed Gitlab CI | |||
2020-09-14 | RichMedia: Do a HEAD request to check content type/length | rinpatch | |
This shouldn't be too expensive, since the connections are pooled, but it should save us some bandwidth since we won't fetch non-html files and files that are too large for us to process (especially since you can't cancel a request without closing the connection with HTTP1). | |||
2020-09-14 | RichMedia parser: do not set a cache TTL for unchanging errors | rinpatch | |
2020-09-12 | [#2497] Media preview proxy: preview bypass for small images | Ivan Tashkinov | |
(basing on Content-Length and Content-Type). | |||
2020-09-12 | [#2497] Media preview proxy: redirecting to media proxy url in case of ↵ | Ivan Tashkinov | |
preview error or unsupported content type. | |||
2020-09-11 | Merge remote-tracking branch 'remotes/origin/develop' into media-preview-proxy | Ivan Tashkinov | |
# Conflicts: # lib/pleroma/instances/instance.ex | |||
2020-09-11 | ConnectionPool: Log possible HTTP1 blocks | rinpatch | |
2020-09-11 | instance: Handle not getting a favicon | Haelwenn (lanodan) Monnier | |
2020-09-10 | [#2497] Formatting fix. | Ivan Tashkinov | |
2020-09-10 | remove validate_expires_at from enqueue method | Alexander Strizhakov | |
2020-09-10 | configurable lifetime for ephemeral activities | Alexander Strizhakov | |
2020-09-10 | oban warning | Alexander Strizhakov | |
2020-09-10 | pin/unpin for activities with expires_at option | Alexander Strizhakov | |
2020-09-10 | little clean up | Alexander Strizhakov | |
2020-09-10 | expiration for new pipeline | Alexander Strizhakov | |
2020-09-10 | reject activity creation | Alexander Strizhakov | |
if passed expires_at option and expiring activities are not configured | |||
2020-09-10 | copyright header | Alexander Strizhakov | |
2020-09-10 | deprecation warning | Alexander Strizhakov | |
changed namespace for activity expiration configuration | |||
2020-09-10 | don't expire pinned posts | Alexander Strizhakov | |
2020-09-10 | schedule activity expiration in Oban | Alexander Strizhakov | |
2020-09-10 | Merge branch 'feature/1790-oban-overuse-clear-oauth-token' into 'develop' | rinpatch | |
Feature/1790 removing expired tokens through Oban scheduled jobs See merge request pleroma/pleroma!2957 | |||
2020-09-10 | Merge branch 'chores/remove-ostatus-fixtures' into 'develop' | rinpatch | |
Remove OStatus in testsuite See merge request pleroma/pleroma!2968 | |||
2020-09-10 | Merge branch 'fix/streaming-termination-errors' into 'develop' | rinpatch | |
Fix two pseudo-errors in websocket handler Closes #2131 See merge request pleroma/pleroma!2982 | |||
2020-09-10 | Merge branch '2130-mfa-users-oauth-login-fix' into 'develop' | rinpatch | |
[#2130] Fixed OAuth OOB authentication for users with enabled MFA Closes #2130 See merge request pleroma/pleroma!2979 | |||
2020-09-10 | [#2497] Removed support for thumbnail_max_* params for media preview proxy | Ivan Tashkinov | |
(per https://git.pleroma.social/pleroma/pleroma/-/merge_requests/2497#note_70771) | |||
2020-09-10 | Websocket handler: fix never matching code on failed auth | rinpatch | |
`:cowboy_req.reply` does not return tuples since 2.0, see https://ninenines.eu/docs/en/cowboy/2.4/manual/cowboy_req.reply/ | |||
2020-09-10 | Websocket handler: do not raise if handler is terminated before switching ↵ | rinpatch | |
protocols Closes #2131 | |||
2020-09-10 | websocket handler: Do not log client ping frames as errors | rinpatch | |
2020-09-10 | pass options without adapter key | Alexander Strizhakov | |
2020-09-10 | oban warning | Alexander Strizhakov | |
2020-09-10 | expire mfa tokens through Oban | Alexander Strizhakov | |
2020-09-10 | schedule expired oauth tokens deletion with Oban | Alexander Strizhakov | |
2020-09-10 | [#2497] Removed Hackney-specific code | Ivan Tashkinov | |
(no longer needed due to adapter options unification). | |||
2020-09-09 | [#2130] Fixed OAuth OOB authentication for users with enabled MFA. | Ivan Tashkinov | |
2020-09-09 | [#2497] Formatting fix. | Ivan Tashkinov | |
2020-09-09 | [#2497] Added missing alias, removed legacy `:adapter` option specification ↵ | Ivan Tashkinov | |
for HTTP.get/_. | |||
2020-09-09 | Merge branch 'develop' into media-preview-proxy | Mark Felder | |
2020-09-08 | Metadata: Move restriction check from Feed provider to activated_providers | rinpatch | |
2020-09-08 | Use :restrict_unauthenticated testing for more granular control | Mark Felder | |
2020-09-08 | Do not serve RSS/Atom feeds when instance is private | Mark Felder | |
2020-09-08 | Feed provider only generates a redirect, so always activate it. | Mark Felder | |
Making this configurable is misleading. | |||
2020-09-08 | Disable providers of user and status metadata when instance is private | Mark Felder | |
2020-09-08 | Do not make RelMe metadata provider optional. | Mark Felder | |
There's really no sound reason to turn this off anyway. | |||
2020-09-08 | user: harden get_friends_query(), get_followers_query() and their wrappers | Haelwenn (lanodan) Monnier | |
2020-09-08 | search: Apply following filter only when user is usable | Haelwenn (lanodan) Monnier | |
2020-09-08 | AP C2S: Restrict character limit on Note | Haelwenn (lanodan) Monnier | |
2020-09-08 | Fix atom leak in AdminAPIController | Egor Kislitsyn | |
2020-09-08 | Remove OStatus in testsuite | Haelwenn (lanodan) Monnier | |