Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-08 | Drop unused "inReplyToAtomUri" in objects | Haelwenn (lanodan) Monnier | |
2020-09-08 | combo fixes | Alexander Strizhakov | |
2020-09-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into unlisted | Mark Felder | |
2020-09-08 | Merge branch 'fix/upload-filter-exiftool-webp' into 'develop' | rinpatch | |
Skip processing webp image files because we can't strip EXIF Closes #2080 See merge request pleroma/pleroma!2924 | |||
2020-09-08 | Merge branch 'fix/admin-controller-atom-leak' into 'develop' | rinpatch | |
Fix atom leak in AdminAPIController See merge request pleroma/secteam/pleroma!6 | |||
2020-09-08 | Merge branch 'fix/rich-media-fake-statuses' into 'develop' | lain | |
Rich Media: Do not cache URLs for preview statuses Closes #1987 See merge request pleroma/pleroma!2956 | |||
2020-09-08 | Merge branch 'bugfix/favicon-too-long' into 'develop' | rinpatch | |
instance: Drop favicon URLs longer than 255 characters Closes #2116 See merge request pleroma/pleroma!2949 | |||
2020-09-08 | Merge branch 'fix/2095-deactivated-account-reset' into 'develop' | feld | |
Disallow password resets for deactivated accounts Closes #2095 See merge request pleroma/pleroma!2935 | |||
2020-09-08 | Merge branch 'http-fixes' into 'develop' | rinpatch | |
Improvements and fixes for http requests See merge request pleroma/pleroma!2904 | |||
2020-09-08 | Merge branch 'feat/rich-media-improvements' into 'develop' | rinpatch | |
Rich media improvements See merge request pleroma/pleroma!2944 | |||
2020-09-08 | Merge branch 'fix/2047-rich-media-parser' into 'develop' | rinpatch | |
RichMedia parser fix Closes #2047 See merge request pleroma/pleroma!2941 | |||
2020-09-08 | Merge branch 'fix/2087-metadata' into 'develop' | rinpatch | |
Fix/2087 metadata See merge request pleroma/secteam/pleroma!11 | |||
2020-09-08 | Merge branch 'secfix/search-crash' into 'develop' | rinpatch | |
Fix crash done via search See merge request pleroma/secteam/pleroma!12 | |||
2020-09-08 | Merge branch 'fix-searching-following' into 'develop' | rinpatch | |
search: fix 'following' query parameter See merge request pleroma/pleroma!2943 | |||
2020-09-08 | Merge branch 'fix/apc2s-limits' into 'develop' | rinpatch | |
AP C2S: Restrict character limit on Note Closes #2 See merge request pleroma/secteam/pleroma!9 | |||
2020-09-08 | Revert/simplify. | Mark Felder | |
We only need to check the content-type. There's no chance a webp file will get mismatched as another image type. | |||
2020-09-08 | Bypass the filter based on content-type as well in case a webp image is ↵ | Mark Felder | |
uploaded with the wrong file extension. | |||
2020-09-08 | Improve upload filter return values so we can identify when filters make no ↵ | Mark Felder | |
changes to the input | |||
2020-09-08 | Fix uploading webp image files when Exiftool Upload Filter is enabled | Mark Felder | |
2020-09-08 | ForceBotUnlistedPolicy: simplify code | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: format | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: initial add, tiny clean up from my previous version | Alibek Omarov | |
2020-09-07 | deprecation warnings | Alexander Strizhakov | |
2020-09-07 | passing adapter options directly without adapter key | Alexander Strizhakov | |
2020-09-07 | adapter options unification | Alexander Strizhakov | |
not needed options deletion | |||
2020-09-07 | removing Stats worker from Oban cron jobs | Alexander Strizhakov | |
2020-09-07 | Merge branch 'temp-hackney-fix' into 'develop' | rinpatch | |
temp hackney fix See merge request pleroma/pleroma!2951 | |||
2020-09-07 | Merge branch 'bugfix/favicon-too-long' into 'develop' | rinpatch | |
instance: Drop favicon URLs longer than 255 characters Closes #2116 See merge request pleroma/pleroma!2949 | |||
2020-09-07 | Merge branch 'fix/rich-media-fake-statuses' into 'develop' | lain | |
Rich Media: Do not cache URLs for preview statuses Closes #1987 See merge request pleroma/pleroma!2956 | |||
2020-09-07 | instance: Log catch favicon errors as warnings | Haelwenn (lanodan) Monnier | |
2020-09-07 | added api spec | Maksim Pechnikov | |
2020-09-06 | added import mutes | Maksim Pechnikov | |
2020-09-06 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Mark Felder | |
media-preview-proxy | |||
2020-09-05 | RichMedia: do not log webpages missing metadata as errors | rinpatch | |
Also fixes the return value of Parser.parse on errors, previously was just `:ok` due to the logger call in the end | |||
2020-09-05 | ConnectionPool middleware: handle connection opening errors | rinpatch | |
2020-09-05 | ConnectionPool: fix the previous hotfix | rinpatch | |
I rushed the hotfix and forgot how `pop_in` actually works, I want to die. We need some integration tests for the HTTP client | |||
2020-09-05 | ConnectionPool middleware: fix a crash due to unimplemented behaviour | rinpatch | |
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 | |||
2020-09-05 | Rich Media: Do not cache URLs for preview statuses | rinpatch | |
Closes #1987 | |||
2020-09-05 | [#2497] Func defs grouping fix. | Ivan Tashkinov | |
2020-09-05 | [#2497] Adjusted media proxy preview invalidation. Allowed client-side ↵ | Ivan Tashkinov | |
caching for media preview. Adjusted prewarmer to fetch only proxiable URIs. Removed :preview pool in favor of existing :media one. Misc. refactoring. | |||
2020-09-05 | [#2497] Made media preview proxy fall back to media proxy instead of to ↵ | Ivan Tashkinov | |
source url. Adjusted tests. Refactoring. | |||
2020-09-05 | Prevent AccountView and instance.get_or_update_favicon fails | Haelwenn (lanodan) Monnier | |
2020-09-04 | ConnectionPool middleware: Fix connection leak on ReverseProxy redirects | rinpatch | |
Requires a patched Tesla due to upstream not saving opts between redirects, patch submitted at https://github.com/teamon/tesla/pull/414 | |||
2020-09-04 | fix for ReverseProxy | Alexander Strizhakov | |
2020-09-04 | temp hackney fix | Alexander Strizhakov | |
2020-09-03 | HTTP: radically simplify pool checkin/checkout | rinpatch | |
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. | |||
2020-09-03 | URL passed to helper is already MediaProxy | Mark Felder | |
Set :preview pool on the request | |||
2020-09-03 | Merge branch 'media-preview-proxy' of git.pleroma.social:pleroma/pleroma ↵ | Mark Felder | |
into feld-media-preview-proxy | |||
2020-09-03 | Fetch preview requests through the MediaProxy. Separate connection options ↵ | Mark Felder | |
are not needed. Use a separate pool for preview requests | |||
2020-09-03 | [#2497] Added support for enforcing output format for media proxy preview, ↵ | Ivan Tashkinov | |
used for avatar_static & header_static (AccountView). |