]> Untitled Git - lemmy.git/history - crates/apub/src/protocol/objects/mod.rs
Cache & Optimize Woodpecker CI (#3450)
[lemmy.git] / crates / apub / src / protocol / objects / mod.rs
2023-07-17 cetra3Cache & Optimize Woodpecker CI (#3450)
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-03-01 NutomicIgnore undetermined language when calculating post...
2023-02-05 NutomicFix data fetching from Peertube (fixes #2689) (#2703)
2023-01-20 NutomicPost creation from Mastodon (fixes #2590) (#2651)
2022-11-12 NutomicMobilizon federation (#2544)
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-10-06 Nutomicimplement language tags for site/community in db and...
2022-09-02 Felix AbleitnerAdd language tags for comments
2022-05-06 NutomicFederate with Peertube (#2244)
2022-04-27 NutomicAccept comments with hashtags from Friendica (#2236)
2022-04-12 NutomicChange Person, Instance types (#2200)
2022-03-29 NutomicAdd test files for Friendica federation (fixes #2144...
2022-03-24 NutomicGNU social compatibility (#2100)
2022-02-17 NutomicReorganize federation tests (#2092)
2022-02-07 NutomicImplement instance actor (#1798)
2022-01-28 NutomicAdd federation tests for Friendica, improve parsing...
2022-01-20 NutomicAdd tombstone tests, better test errors (#2046)
2022-01-17 NutomicAdd tests for lotide federation, make lotide groups...
2021-12-12 NutomicTest pleroma follow (#1988)
2021-11-22 DessalinesMerge pull request #1926 from LemmyNet/replace-activity...
2021-11-22 Felix AbleitnerReplace activitystreams crate with activitystreams...
2021-11-09 DessalinesMerge pull request #1887 from LemmyNet/federate-smithereen
2021-11-09 Felix AbleitnerAdd federation test cases for Smithereen and Mastodon
2021-11-08 DessalinesMerge pull request #1877 from LemmyNet/refactor-apub-2
2021-11-06 Felix AbleitnerReduce stack memory usage in apub code
2021-11-03 DessalinesMerge pull request #1874 from LemmyNet/protocol-testing
2021-11-02 Felix AbleitnerAdd tests for parsing activities and collections
2021-10-29 Felix AbleitnerMove object and collection structs to protocol folder