summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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-27ArticleNotePageValidator: fix replies fixingHélène
Some software, like GoToSocial, expose replies as ActivityPub Collections, but do not expose any item array directly in the object, causing validation to fail via the ObjectID validator. Now, Pleroma will drop that field in this situation too.
2022-11-27fix resolution of GTS user keysFloatingGhost
2022-11-27Make local-only posts stream in local timelineTusooa Zhu
2022-11-27Do not stream out Create of ChatMessageTusooa Zhu
2022-11-27script_test: Fix %ErlangError for Elixir 1.14Haelwenn (lanodan) Monnier
2022-11-27timeline_controller_test: Fix test name for elixir 1.14Haelwenn (lanodan) Monnier
2022-11-27Make mutes and blocks behave the same as other listsTusooa Zhu
2022-11-27AttachmentValidator: Use custom ecto type and regex for "mediaType"Haelwenn (lanodan) Monnier
2022-11-27Delete report notifs when demoting from superuserIlja
When someone isn't a superuser any more, they shouldn't see the reporsts any more either. Here we delete the report notifications from a user when that user gets updated from being a superuser to a non-superuser.
2022-11-27Skip two unicode/kanji tests that can't pass on Mac.Jeremy Huffman
2022-11-27scrubbers: Scrub img class attributeHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3790
2022-11-27scrubbers: Scrub img class attributeHaelwenn (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-10Actually, unlisted posts are indexedEkaterina Vaartis
2022-10-10Fix meilisearch tests and jobs for obanEkaterina Vaartis
2022-10-10Rename Activity.Search to Search.DatabaseSearchEkaterina Vaartis
2022-10-10Style fixesEkaterina Vaartis
2022-10-10Add tests for local post indexing for meilisearchEkaterina Vaartis
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>
2022-09-27Merge branch 'fix/exclude-deactivated-in-search' into 'develop'Haelwenn
User: search: exclude inactive users from user search See merge request pleroma/pleroma!3755
2022-09-27Merge branch 'from/upstream-develop/tusooa/fix-static-tests' into 'develop'Haelwenn
Make instance document controller test sync Closes #2940 See merge request pleroma/pleroma!3757
2022-09-27Merge branch 'bugfix/elixir-1.14' into 'develop'Haelwenn
Bugfix: Elixir 1.14 See merge request pleroma/pleroma!3740
2022-09-24Add extra routes to :users_manage_credentials privilegeIlja
2022-09-20Make instance document controller test syncTusooa Zhu
2022-09-18Merge branch 'websocketex' into 'develop'tusooa
Use Websockex to replace websocket_client See merge request pleroma/pleroma!3743
2022-09-16Merge branch 'remove_from_followers' into 'develop'tusooa
MastoAPI: POST /api/v1/accounts/:id/remove_from_followers See merge request pleroma/pleroma!3647
2022-09-16User: search: exclude deactivated users from user searcha1batross
This way we don't pollute search results with deactivated and deleted users
2022-09-14Fix wrong relationship directionTusooa Zhu