summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2020-09-16User: Remote users don't need to be confirmed or approvedlain
2020-09-16Merge branch 'chores/mrf-loglevel' into 'develop'rinpatch
Fetcher: Correctly return MRF reject reason See merge request pleroma/pleroma!2990
2020-09-16Merge branch 'features/validators-video' into 'develop'rinpatch
Pipeline Ingestion: Video and Article See merge request pleroma/pleroma!2908
2020-09-16Merge branch 'issue/2089' into 'develop'lain
[#2089] fix notifications See merge request pleroma/pleroma!3000
2020-09-16RepoStreamer.chunk_stream -> Repo.chunk_streamMaksim Pechnikov
2020-09-15fixed testsMaksim Pechnikov
2020-09-15Mastodon API: fix the public timeline returning an error when the ↵eugenijm
`reply_visibility` parameter is set to `self` for an unauthenticated user
2020-09-15Merge branch 'fix/mrf-simple-welcome-chats' into 'develop'Haelwenn
Ensure we only apply media_nsfw simple policy on parsable objects Closes #2133 See merge request pleroma/pleroma!2992
2020-09-14Validate Welcome Chat message works with Simple policy applied to local instanceMark Felder
2020-09-14Apply 1 suggestion(s) to 1 file(s)rinpatch
2020-09-14RichMedia: Do a HEAD request to check content type/lengthrinpatch
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-11Fetcher: Correctly return MRF reject reasonHaelwenn (lanodan) Monnier
2020-09-11instance: Handle not getting a faviconHaelwenn (lanodan) Monnier
2020-09-11Pipeline Ingestion: ArticleHaelwenn (lanodan) Monnier
2020-09-11Pipeline Ingestion: VideoHaelwenn (lanodan) Monnier
2020-09-10remove validate_expires_at from enqueue methodAlexander Strizhakov
2020-09-10configurable lifetime for ephemeral activitiesAlexander Strizhakov
2020-09-10pin/unpin for activities with expires_at optionAlexander Strizhakov
2020-09-10reject activity creationAlexander Strizhakov
if passed expires_at option and expiring activities are not configured
2020-09-10don't expire pinned postsAlexander Strizhakov
2020-09-10schedule activity expiration in ObanAlexander Strizhakov
2020-09-10Merge 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-10Merge branch 'chores/remove-ostatus-fixtures' into 'develop'rinpatch
Remove OStatus in testsuite See merge request pleroma/pleroma!2968
2020-09-10Streaming integration tests: remove unexpected error assumptionrinpatch
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-10expire mfa tokens through ObanAlexander Strizhakov
2020-09-10schedule expired oauth tokens deletion with ObanAlexander Strizhakov
2020-09-08Metadata: Move restriction check from Feed provider to activated_providersrinpatch
2020-09-08Do not serve RSS/Atom feeds when instance is privateMark Felder
2020-09-08Fix test so setting doesn't leakMark Felder
2020-09-08Disable providers of user and status metadata when instance is privateMark Felder
2020-09-08AP C2S: Restrict character limit on NoteHaelwenn (lanodan) Monnier
2020-09-08Remove OStatus in testsuiteHaelwenn (lanodan) Monnier
2020-09-08Drop unused "inReplyToAtomUri" in objectsHaelwenn (lanodan) Monnier
2020-09-08don't run async tests, which use MockAlexander Strizhakov
2020-09-08Merge branch 'develop' into 'develop'feld
ForceBotUnlistedPolicy See merge request pleroma/pleroma!2967
2020-09-08account_view_test: Remove empty testHaelwenn (lanodan) Monnier
2020-09-08test: remove extraneous :instances_favicons config bitsHaelwenn (lanodan) Monnier
2020-09-08Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into unlistedMark Felder
2020-09-08Merge 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-08Revert/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-08Bypass the filter based on content-type as well in case a webp image is ↵Mark Felder
uploaded with the wrong file extension.
2020-09-08Verify webp files are not processed with exiftoolMark Felder
2020-09-08Improve upload filter return values so we can identify when filters make no ↵Mark Felder
changes to the input
2020-09-07ForceBotUnlistedPolicy: try to fix test 2Alibek Omarov
2020-09-07ForceBotUnlistedPolicy: try to fix testAlibek Omarov
2020-09-07ForceBotUnlistedPolicy: fix test extensionAlibek Omarov
2020-09-07ForceBotUnlistedPolicy: formatAlibek Omarov
2020-09-07ForceBotUnlistedPolicy: add testAlibek Omarov
2020-09-07deprecation warningsAlexander Strizhakov
2020-09-07passing adapter options directly without adapter keyAlexander Strizhakov