]> Untitled Git - lemmy.git/history - crates/apub/src/mentions.rs
Federation tests replication round1 - demonstrate absent replication of comment delet...
[lemmy.git] / crates / apub / src / mentions.rs
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-06-28 dullbananasRemove redundant calls to `Iterator::collect` (#3365)
2023-03-21 NutomicActivitypub crate rewrite (#2782)
2023-02-16 DessalinesOrganize utils into separate files. Fixes #2295 (#2736)
2022-12-02 NutomicMerge pull request #2593 from LemmyNet/refactor-notific...
2022-12-02 Felix AbleitnerAdd SendActivity trait so that api crates compile in...
2022-12-02 Felix AbleitnerMerge websocket crate into api_common
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-10-13 NutomicOnly allow authenticated users to fetch remote objects...
2022-07-30 DessalinesFirst pass at adding comment trees. (#2362)
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-04-27 NutomicAccept comments with hashtags from Friendica (#2236)
2021-12-06 RileyDon't drop error context when adding a message to error...
2021-11-22 DessalinesMerge pull request #1926 from LemmyNet/replace-activity...
2021-11-22 Felix AbleitnerReplace activitystreams crate with activitystreams...
2021-11-19 DessalinesMerge pull request #1914 from LemmyNet/dont-announce...
2021-11-18 DessalinesMerge pull request #1918 from LemmyNet/fix-smithereen...
2021-11-18 Felix AbleitnerFix Smithereen webfinger, remove duplicate webfinger...
2021-11-17 DessalinesMerge pull request #1897 from LemmyNet/mastodon-compat
2021-11-16 Felix AbleitnerCreate and Note always need to tag parent creator,...