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 | Apply 1 suggestion(s) to 1 file(s) | rinpatch | |
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-11 | Merge remote-tracking branch 'remotes/origin/develop' into media-preview-proxy | Ivan Tashkinov | |
# Conflicts: # lib/pleroma/instances/instance.ex | |||
2020-09-11 | instance: Handle not getting a favicon | Haelwenn (lanodan) Monnier | |
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 | pin/unpin for activities with expires_at option | Alexander Strizhakov | |
2020-09-10 | reject activity creation | Alexander Strizhakov | |
if passed expires_at option and expiring activities are not configured | |||
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 | Streaming integration tests: remove unexpected error assumption | rinpatch | |
For some reason instead of fixing unexpected errors, we made tests assert they indeed trigger... Now that the errors are fixed these were failing | |||
2020-09-10 | expire mfa tokens through Oban | Alexander Strizhakov | |
2020-09-10 | schedule expired oauth tokens deletion with Oban | Alexander Strizhakov | |
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 | Do not serve RSS/Atom feeds when instance is private | Mark Felder | |
2020-09-08 | Fix test so setting doesn't leak | Mark Felder | |
2020-09-08 | Disable providers of user and status metadata when instance is private | Mark Felder | |
2020-09-08 | AP C2S: Restrict character limit on Note | Haelwenn (lanodan) Monnier | |
2020-09-08 | Remove OStatus in testsuite | Haelwenn (lanodan) Monnier | |
2020-09-08 | Drop unused "inReplyToAtomUri" in objects | Haelwenn (lanodan) Monnier | |
2020-09-08 | don't run async tests, which use Mock | Alexander Strizhakov | |
2020-09-08 | Merge branch 'develop' into 'develop' | feld | |
ForceBotUnlistedPolicy See merge request pleroma/pleroma!2967 | |||
2020-09-08 | account_view_test: Remove empty test | Haelwenn (lanodan) Monnier | |
2020-09-08 | test: remove extraneous :instances_favicons config bits | Haelwenn (lanodan) Monnier | |
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 | 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 | Verify webp files are not processed with exiftool | Mark Felder | |
2020-09-08 | Improve upload filter return values so we can identify when filters make no ↵ | Mark Felder | |
changes to the input | |||
2020-09-07 | ForceBotUnlistedPolicy: try to fix test 2 | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: try to fix test | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: fix test extension | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: format | Alibek Omarov | |
2020-09-07 | ForceBotUnlistedPolicy: add test | Alibek Omarov | |
2020-09-07 | deprecation warnings | Alexander Strizhakov | |
2020-09-07 | passing adapter options directly without adapter key | Alexander Strizhakov | |
2020-09-07 | removing Stats worker from Oban cron jobs | Alexander Strizhakov | |
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-06 | [#2497] Fixed MediaProxyWarmingPolicyTest. | Ivan Tashkinov | |
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 | Rich Media: Do not cache URLs for preview statuses | rinpatch | |
Closes #1987 | |||
2020-09-05 | [#2497] Made media preview proxy fall back to media proxy instead of to ↵ | Ivan Tashkinov | |
source url. Adjusted tests. Refactoring. |