summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2023-01-26Allow customizing instance languagestusooa
2023-01-18Fix block_from_stranger settingtusooa
2023-01-15Force spec for every operation to have a listed tagtusooa
2023-01-06Test double dot linktusooa
2023-01-06Test that zwnj is treated as word char in hashtagstusooa
2023-01-05B StripLocation: Add test, work for all svgs.Lain Soykaf
2023-01-03B TestHelper: Remove warnings-as-errorsLain Soykaf
It's already set in mix.exs
2023-01-03Tests: Capture logs to clean up the test output.Lain Soykaf
2023-01-03Fix warnings in tests, treat warnings as errors in CI.Lain Soykaf
The warnings revealed two bad tests, the code still worked but the test didn't actually test for it. Activating this for CI to prevent issues like these in the future.
2023-01-02Revert "Merge branch 'copyright-bump' into 'develop'"lain
This reverts merge request !3825
2023-01-01Bump copyright yearmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-12-30TagValidator: Add test for Link tagsilverpill
2022-12-28Bump earmark to 1.4.22tusooa
2022-12-24Log errors more extensivelytusooa
2022-12-24Expose backup status via Pleroma APItusooa
2022-12-24Detail backup statestusooa
2022-12-23Git merge is not my favorite toolHaelwenn (lanodan) Monnier
2022-12-23Revert "Delete report notifs when demoting from superuser"Haelwenn (lanodan) Monnier
This reverts commit 4504c810802e2253599f06ddf6d58d3389fb23ac.
2022-12-23Merge back 2.4.5Haelwenn (lanodan) Monnier
2022-12-19Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Sean King
fine_grained_moderation_privileges
2022-12-20Merge branch 'deletion-resilience' into 'develop'lain
Deletion resilience See merge request pleroma/pleroma!3237
2022-12-19Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Sean King
fine_grained_moderation_privileges
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' of git.pleroma.social:pleroma/pleroma into ↵Sean King
fine_grained_moderation_privileges
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-18Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Sean King
fine_grained_moderation_privileges
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-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