Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-26 | Filter OEmbed HTML tags | Mark Felder | |
2023-05-26 | Enforce unauth restrictions for public streaming endpoints | tusooa | |
2023-05-26 | Merge branch 'issue/3126' into 'develop' | Haelwenn | |
MediaProxyController: Apply CSP sandbox See merge request pleroma/pleroma!3890 | |||
2023-05-26 | Merge branch 'tusooa/rework-refetch' into 'develop' | Haelwenn | |
Make sure object refetching follows update rules See merge request pleroma/pleroma!3883 | |||
2023-03-30 | Merge branch 'remove-crypt' into 'develop' | tusooa | |
Remove crypt(3) support Closes #3030 and #3062 See merge request pleroma/pleroma!3847 | |||
2023-03-30 | Merge branch 'fix/tag-feed-crashes' into 'develop' | Haelwenn | |
fix: atom/rss feed issues Closes #3045 See merge request pleroma/pleroma!3851 | |||
2023-03-30 | Merge branch 'tusooa/oban-common-pipeline' into 'develop' | Haelwenn | |
Stop oban from retrying if validating errors occur when processing incoming data See merge request pleroma/pleroma!3844 | |||
2023-03-01 | Sanitize filenames when uploading | tusooa | |
2023-02-20 | Ignores in exiftool read descriptions | tusooa | |
2023-02-20 | Test double dot link | tusooa | |
2023-02-20 | Test that zwnj is treated as word char in hashtags | tusooa | |
2023-02-20 | Require related object for notifications to filter on content | Alexander Tumin | |
2023-02-20 | Fix inproper content being cached in report content | tusooa | |
2023-02-20 | Allow customizing instance languages | tusooa | |
2023-02-20 | Fix block_from_stranger setting | tusooa | |
2023-02-20 | B StripLocation: Add test, work for all svgs. | Lain Soykaf | |
2023-02-20 | Bump earmark to 1.4.22 | tusooa | |
2022-12-23 | Git merge is not my favorite tool | Haelwenn (lanodan) Monnier | |
2022-12-23 | Revert "Delete report notifs when demoting from superuser" | Haelwenn (lanodan) Monnier | |
This reverts commit 4504c810802e2253599f06ddf6d58d3389fb23ac. | |||
2022-12-23 | Merge back 2.4.5 | Haelwenn (lanodan) Monnier | |
2022-12-19 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Sean King | |
fine_grained_moderation_privileges | |||
2022-12-20 | Merge branch 'deletion-resilience' into 'develop' | lain | |
Deletion resilience See merge request pleroma/pleroma!3237 | |||
2022-12-19 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Sean King | |
fine_grained_moderation_privileges | |||
2022-12-20 | Merge branch 'from/upstream/develop/tusooa/mrf-updates' into 'develop' | lain | |
MRFs with Updates See merge request pleroma/pleroma!3808 | |||
2022-12-19 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Sean King | |
fine_grained_moderation_privileges | |||
2022-12-19 | Merge branch 'develop' into 'fix/2980-rss-feed-generation' | lain | |
# Conflicts: # CHANGELOG.md | |||
2022-12-19 | Fix TwitterCard meta tags | Mark 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-18 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Sean King | |
fine_grained_moderation_privileges | |||
2022-12-19 | use to_rfc2822 instead of pub_date in tests, too | faried nawaz | |
2022-12-19 | modify user feed controller test to expect summary for title | faried nawaz | |
2022-12-19 | remove ap_id test -- the element makes the feed break | faried nawaz | |
2022-12-16 | Merge 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-16 | Merge 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-15 | AudioVideoValidator: Fix embedded attachment requirements | Lain Soykaf | |
2022-12-15 | AttachmentValidator: Actually require url | Lain Soykaf | |
2022-12-15 | Make SimplePolicy Update-aware | tusooa | |
This is inspired by https://akkoma.dev/AkkomaGang/akkoma/commit/d5828f1c5e54ca236e50ef7837bfba3d1e665854 | |||
2022-12-15 | Make TagPolicy Update-aware | tusooa | |
This is inspired by https://akkoma.dev/AkkomaGang/akkoma/commit/d5828f1c5e54ca236e50ef7837bfba3d1e665854 | |||
2022-12-14 | Fix failure when registering a user with no email when approval required | tusooa | |
2022-12-11 | Return 413 when an actor's banner or background exceeds the size limit | duponin | |
2022-12-11 | Uploading an avatar media exceeding max size returns a 413 | duponin | |
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-09 | Merge 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-08 | Add tests for flagging non-Create activities | tusooa | |
2022-11-28 | Merge branch 'develop' into 'develop' | Haelwenn | |
Change follow_operation schema to use type BooleanLike Closes #2999 See merge request pleroma/pleroma!3787 | |||
2022-11-28 | Change follow_operation schema to use type BooleanLike | ave | |
2022-11-27 | Merge branch 'mergeback/2.4.5' into 'develop' | Haelwenn | |
Mergeback: 2.4.5 See merge request pleroma/pleroma!3794 | |||
2022-11-27 | ArticleNotePageValidator: fix replies fixing | Hé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-27 | fix resolution of GTS user keys | FloatingGhost | |
2022-11-27 | Make local-only posts stream in local timeline | Tusooa Zhu | |
2022-11-27 | Do not stream out Create of ChatMessage | Tusooa Zhu | |
2022-11-27 | script_test: Fix %ErlangError for Elixir 1.14 | Haelwenn (lanodan) Monnier | |