]> Untitled Git - lemmy.git/history - crates/apub/src/activities/create_or_update/comment.rs
Split activity table into sent and received parts (fixes #3103) (#3583)
[lemmy.git] / crates / apub / src / activities / create_or_update / comment.rs
2023-07-14 NutomicSplit activity table into sent and received parts ...
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-06-20 Sander SaarendCalculate initial hot_rank and hot_rank_active for...
2023-06-06 NutomicRemove chatserver (#2919)
2023-04-13 DessalinesMaking the chat server an actor. (#2793)
2023-03-21 NutomicActivitypub crate rewrite (#2782)
2023-02-18 NutomicProper permission check for federated comment distingui...
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-12-01 NutomicUse audience field to federate items in groups (fixes...
2022-11-23 NutomicImplement federated user following (fixes #752) (#2577)
2022-11-12 NutomicWhen announcing incoming activities, keep extra fields...
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-10-28 NutomicMake verify apub url function async (#2514)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-09-26 DessalinesDiesel 2.0.0 upgrade (#2452)
2022-06-08 NutomicUpgrade activitypub_federation to 0.2.0, add setting...
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)
2022-04-07 NutomicDont federate initial upvote (#2196)
2022-03-14 NutomicRevert "Add logging to debug federation issues (ref...
2022-02-17 NutomicAdd logging to debug federation issues (ref #2096)...
2022-02-14 NutomicMerge different delete activities for better compatibil...