Age | Commit message (Collapse) | Author | |
---|---|---|---|
2 days | Include Announce activities in the list timelineHEADfse | r | |
2025-03-11 | Linting | Lain Soykaf | |
2025-03-11 | Containment: Never fetch locally | Lain Soykaf | |
2025-03-11 | Object.Fetcher: Don't do cross-site redirects. | Lain Soykaf | |
2025-03-11 | StealEmojiPolicy: Sanitise emoji names. | Lain Soykaf | |
2025-03-11 | ReverseProxy: Sanitize content. | Lain Soykaf | |
2025-03-11 | InstanceStatic: Extra-sanitize emoji | Lain Soykaf | |
2025-03-10 | More fixes for InstanceStatic | Lain Soykaf | |
2025-03-10 | Sanitize media uploads. | Lain Soykaf | |
2025-03-10 | . | Lain Soykaf | |
2025-03-10 | Merge branch 'assorted-test-fixes' into secfix | Lain Soykaf | |
2025-03-01 | Linting | Lain Soykaf | |
2025-03-01 | Merge branch 'security-2.9' into release/2.9.0 | Lain Soykaf | |
2025-03-01 | Linting | Lain Soykaf | |
2025-03-01 | Transmogrifier: Strip internal fields | Lain Soykaf | |
2025-03-01 | Merge branch 'pleroma-ensure-authorized-fetch' into security-2.9 | Lain Soykaf | |
2025-03-01 | Merge branch 'rich-media-ordering' into 'develop' | feld | |
Rich Media Parser should use first image found Closes #3356 See merge request pleroma/pleroma!4329 | |||
2025-02-28 | Filter the parsed OpenGraph/Twittercard tags and only retain the ones we ↵ | Mark Felder | |
intend to use. | |||
2025-02-28 | Retire MRFs DNSRBL, FODirectReply, and QuietReply | Mark Felder | |
DNSRBL was a neat experiment which should live out of tree. It works and could be used to coordinate rules across different servers, but Simple Policy will always be better FODirectReply and QuietReply have reliability issues as implemented in an MRF. If we want to expose this functionality to admins it should be a setting that overrides the chosen scope during CommonAPI.post instead of trying to rewrite the recipients with an MRF. | |||
2025-02-28 | Rich Media Parser should use first og:image | Mark Felder | |
2025-02-28 | Fix OpenGraph/TwitterCard meta tag ordering for posts with multiple attachments | Mark Felder | |
2025-02-28 | PackTest: Add test for skipping emoji | Lain Soykaf | |
2025-02-27 | Emoji, Pack, Backup, Frontend: Use SafeZip | Lain Soykaf | |
2025-02-27 | Add SafeZip module | Oneric | |
This will replace all the slightly different safety workarounds at different ZIP handling sites and ensure safety is actually consistently enforced everywhere while also making code cleaner and easiert to follow. | |||
2025-02-25 | Mogrify/Mogrifun: Asyncify | Lain Soykaf | |
2025-02-25 | AnonymizeFilename: Asyncify | Lain Soykaf | |
2025-02-25 | Merge branch and resolve conflict in database_test.exs | Lain Soykaf | |
2025-02-23 | UserRelationshipTest: Don't use Mock. | Lain Soykaf | |
2025-02-22 | Merge branch 'post-languages' into 'develop' | lain | |
Allow to specify post language See merge request pleroma/pleroma!3940 | |||
2025-02-22 | Merge branch 'follow-hashtags' into 'develop' | lain | |
Hashtag following (from Akkoma) See merge request pleroma/pleroma!4307 | |||
2025-02-21 | Fix missing check for domain presence in rich media ignore_host configuration | Mark Felder | |
2025-02-17 | Allow incoming "Listen" activities | mkljczk | |
Signed-off-by: mkljczk <git@mkljczk.pl> | |||
2025-02-17 | credo | mkljczk | |
Signed-off-by: mkljczk <git@mkljczk.pl> | |||
2025-02-17 | Include contentMap in outgoing posts | mkljczk | |
Signed-off-by: mkljczk <git@mkljczk.pl> | |||
2025-02-17 | Merge remote-tracking branch 'origin/develop' into post-languages | mkljczk | |
2025-01-30 | AnalyzeMetadata: Don't crash on grayscale image blurhash | Lain Soykaf | |
2025-01-28 | Fix Mastodon incoming edits with inlined "likes" | mkljczk | |
Signed-off-by: mkljczk <git@mkljczk.pl> | |||
2025-01-21 | Merge branch 'actor-published' into 'develop' | mkljczk | |
Include "published" in actor view See merge request pleroma/pleroma!4312 | |||
2025-01-21 | Merge branch 'proxy-redirect' into 'develop' | Haelwenn | |
MediaProxyController: Use 301 for permanent redirects See merge request pleroma/pleroma!4313 | |||
2025-01-21 | MediaProxyController: Use 301 for permanent redirects | Lain Soykaf | |
2025-01-19 | Include "published" in actor view | mkljczk | |
Signed-off-by: mkljczk <git@mkljczk.pl> | |||
2025-01-09 | Link to exported outbox/followers/following collections in backup actor.json | mkljczk | |
Signed-off-by: mkljczk <git@mkljczk.pl> | |||
2024-12-30 | fix alias ordering | mkljczk | |
Signed-off-by: mkljczk <git@mkljczk.pl> | |||
2024-12-30 | update spec | mkljczk | |
Signed-off-by: mkljczk <git@mkljczk.pl> | |||
2024-12-30 | Add /api/v1/followed_tags | FloatingGhost | |
Signed-off-by: mkljczk <git@mkljczk.pl> | |||
2024-12-30 | Remerge of hashtag following (#341) | floatingghost | |
this time with less idiot Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/341 Signed-off-by: mkljczk <git@mkljczk.pl> | |||
2024-12-09 | Verify a local Update sent through AP C2S so users can only update their own ↵ | tusooa | |
objects | |||
2024-11-27 | fix: skip directory entries | kPherox | |
In OTP 27.1 or later, `:zip.unzip/2` without `:skip_directories` option returns directory entries. However in OTP 26, passing `:skip_directories` returns a `:bad_option` error, so this option is not available for compatibility. | |||
2024-11-21 | Merge branch 'meilisearch/misc-fixes' into 'develop' | lain | |
Miscellaneous fixes for Meilisearch See merge request pleroma/pleroma!4296 | |||
2024-11-21 | B ReleaseTasks: Fix task module finding. | Lain Soykaf | |