summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2022-12-20Remove leftover Gun connection pool testMark Felder
2022-12-20Bring back :send_user_agent for test env only.Mark Felder
Too many tests break as they don't include injected user agent in expected response
2022-12-20Fix the remaining reverse proxy tests which are still relevantMark Felder
All tests related to streaming/chunking have been removed
2022-12-20Tests WIPMark Felder
Remove the :send_user_agent setting. We should always send the user agent. Remove duplicate setting of the user agent from ReverseProxy module
2022-12-20Finch everywhereMark Felder
2022-12-20Merge branch 'deletion-resilience' into 'develop'lain
Deletion resilience See merge request pleroma/pleroma!3237
2022-12-20Merge branch 'from/upstream/develop/tusooa/mrf-updates' into 'develop'lain
MRFs with Updates See merge request pleroma/pleroma!3808
2022-12-19Merge branch 'develop' into 'fix/2980-rss-feed-generation'lain
# Conflicts: # CHANGELOG.md
2022-12-19Fix TwitterCard meta tagsMark Felder
TwitterCard meta tags are supposed to use the attributes "name" and "content". OpenGraph tags use the attributes "property" and "content". Twitter itself is smart enough to detect broken meta tags and discover the TwitterCard using "property" and "content", but other platforms that only implement parsing of TwitterCards and not OpenGraph may fail to correctly detect the tags as they're under the wrong attributes. > "Open Graph protocol also specifies the use of property and content attributes for markup while > Twitter cards use name and content. Twitter’s parser will fall back to using property and content, > so there is no need to modify existing Open Graph protocol markup if it already exists." [0] [0] https://developer.twitter.com/en/docs/twitter-for-websites/cards/guides/getting-started
2022-12-19use to_rfc2822 instead of pub_date in tests, toofaried nawaz
2022-12-19modify user feed controller test to expect summary for titlefaried nawaz
2022-12-19remove ap_id test -- the element makes the feed breakfaried nawaz
2022-12-16Merge branch 'fix-2856' into 'develop'tusooa
Uploading an avatar media exceeding max size returns a 413 Closes #2856 See merge request pleroma/pleroma!3804
2022-12-16Merge branch 'update-deps' into 'develop'lain
Update to Phoenix 1.6, Elixir 1.11, and chase dependencies See merge request pleroma/pleroma!3766
2022-12-15AudioVideoValidator: Fix embedded attachment requirementsLain Soykaf
2022-12-15AttachmentValidator: Actually require urlLain Soykaf
2022-12-15Make SimplePolicy Update-awaretusooa
This is inspired by https://akkoma.dev/AkkomaGang/akkoma/commit/d5828f1c5e54ca236e50ef7837bfba3d1e665854
2022-12-15Make TagPolicy Update-awaretusooa
This is inspired by https://akkoma.dev/AkkomaGang/akkoma/commit/d5828f1c5e54ca236e50ef7837bfba3d1e665854
2022-12-14Fix failure when registering a user with no email when approval requiredtusooa
2022-12-11Return 413 when an actor's banner or background exceeds the size limitduponin
2022-12-11Uploading an avatar media exceeding max size returns a 413duponin
Until now it was returning a 500 because the upload plug were going through the changeset and ending in the JSON encoder, which raised because struct has to @derive the encoder.
2022-12-09Merge branch 'from/upstream-develop/tusooa/report-fake' into 'develop'Haelwenn
Report an Object, not a Create Activity Closes #2986 See merge request pleroma/pleroma!3788
2022-12-08Add tests for flagging non-Create activitiestusooa
2022-11-28Merge branch 'develop' into 'develop'Haelwenn
Change follow_operation schema to use type BooleanLike Closes #2999 See merge request pleroma/pleroma!3787
2022-11-28Change follow_operation schema to use type BooleanLikeave
2022-11-27Merge branch 'mergeback/2.4.5' into 'develop'Haelwenn
Mergeback: 2.4.5 See merge request pleroma/pleroma!3794
2022-11-27Skip two unicode/kanji tests that can't pass on Mac.Jeremy Huffman
2022-11-27scrubbers: Scrub img class attributebugfix/inline-image-classHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3790
2022-11-20Fix UtilsTesttusooa
2022-11-20Fix unit teststusooa
2022-11-20Fix report apitusooa
2022-11-19Flag an Object, not an Activitytusooa
2022-11-14Merge branch 'akkoma/delete-improvements' into 'develop'lain
Alter priority of Delete activities to be lowest See merge request pleroma/pleroma!3782
2022-11-14Merge branch 'bugfix/reset-unreachable-on-fetch' into 'develop'lain
Object.Fetcher: Set reachable on successful fetch See merge request pleroma/pleroma!3780
2022-11-13Alter priority of Delete activities to be lowestMark Felder
This will prevent a user with a large number of posts from negatively affecting performance of the outgoing federation queue if they delete their account.
2022-11-13Merge branch 'fix-typo-in-csp-report-to-header-name' into 'develop'Haelwenn
Fix typo in CSP Report-To header name See merge request pleroma/pleroma!3768
2022-11-13Object.Fetcher: Set reachable on successful fetchHaelwenn (lanodan) Monnier
2022-11-12Merge branch 'from/upstream-develop/tusooa/no-strip-report' into 'develop'tusooa
Give admin the choice to not strip reported statuses Closes #2887 See merge request pleroma/pleroma!3773
2022-11-11Linttusooa
2022-11-11Remove Quack logging backendMark Felder
2022-11-09Render a generated reported activity properlytusooa
2022-11-09Do not strip reported statuses when configured not totusooa
2022-11-04Fix typo in CSP Report-To header nameThomas Citharel
The header name was Report-To, not Reply-To. In any case, that's now being changed to the Reporting-Endpoints HTTP Response Header. https://w3c.github.io/reporting/#header https://github.com/w3c/reporting/issues/177 CanIUse says the Report-To header is still supported by current Chrome and friends. https://caniuse.com/mdn-http_headers_report-to It doesn't have any data for the Reporting-Endpoints HTTP header, but this article says Chrome 96 supports it. https://web.dev/reporting-api/ (Even though that's come out one year ago, that's not compatible with Network Error Logging which's still using the Report-To version of the API) Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-11-03rebase fixAlexander Strizhakov
2022-11-03expanding WebFingerAlexander Strizhakov
2022-10-30Merge branch 'from/upstream-develop/tusooa/2930-get-or-fetch' into 'develop'Haelwenn
Fix User.get_or_fetch/1 with usernames starting with http Closes #2930 See merge request pleroma/pleroma!3751
2022-10-27Merge branch 'push-updates' into 'develop'tusooa
Push.Impl: support edits See merge request pleroma/pleroma!3760
2022-10-14CommonAPI: generate ModerationLog for all admin/moderator deletesHaelwenn (lanodan) Monnier
As a side-effect it also changes the ChatMessage delete ID to an Activity.id rather than MessageReference.id Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2958
2022-10-08Merge branch 'release/2.4.4' into mergeback/2.4.4Tusooa Zhu
2022-10-01Push.Impl: support editsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>