]> Untitled Git - lemmy.git/history - crates/apub/src/activities/create_or_update/post.rs
Split activity table into sent and received parts (fixes #3103) (#3583)
[lemmy.git] / crates / apub / src / activities / create_or_update / post.rs
2023-07-14 NutomicSplit activity table into sent and received parts ...
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-07-10 NutomicError enum fixed (#3487)
2023-06-20 Sander SaarendCalculate initial hot_rank and hot_rank_active for...
2023-06-07 NutomicActivitypub breaking changes for Lemmy 0.18 (#2705)
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 NutomicImplement separate mod activities for feature, lock...
2022-12-12 AnonAdd support for Featured Posts (#2585)
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-16 NutomicUse enum_delegate crate (#2554)
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-10-10 NutomicFix check for federated mod actions (#2489)
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-06 NutomicFederate with Peertube (#2244)
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-04-07 NutomicDont federate initial upvote (#2196)
2022-04-04 NutomicFix verify_mod_action check for remote admin actions...
2022-04-01 NutomicMigrate towards using page.attachment field for url...
2022-02-14 NutomicMerge different delete activities for better compatibil...