Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge branch 'temp-hackney-fix' into 'develop' | rinpatch | |
temp hackney fix See merge request pleroma/pleroma!2951 | |||
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 | Remove OStatus in testsuite | Haelwenn (lanodan) Monnier | |
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 |