]> Untitled Git - lemmy.git/history - crates/api/src/community/block.rs
Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857)
[lemmy.git] / crates / api / src / community / block.rs
2023-08-11 Freakazoid182Replace Option<bool> with bool for PostQuery and Commen...
2023-08-02 NutomicRewrite remaining federation actions, get rid of Perfor...
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-07-10 NutomicError enum fixed (#3487)
2023-06-06 NutomicRemove chatserver (#2919)
2023-05-25 NutomicDont return error in case optional auth is invalid...
2023-03-01 DessalinesShow deleted and removed posts for profile views. Fixes...
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-23 NutomicImplement federated user following (fixes #752) (#2577)
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-09-26 DessalinesDiesel 2.0.0 upgrade (#2452)
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-20 DessalinesDropping default on pending column.
2022-05-20 DessalinesMaking community_follower.pending column not null.
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-04-13 NutomicSplit apart api files (#2216)