]> Untitled Git - lemmy.git/history - crates/api_crud/src/lib.rs
Rewrite some API handlers to remove Perform trait (#3735)
[lemmy.git] / crates / api_crud / src / lib.rs
2023-07-28 NutomicRewrite some API handlers to remove Perform trait ...
2023-07-19 NutomicRemove SendActivity and Perform traits, rely on channel...
2023-07-10 phireskyImprove api response times by doing send_activity async...
2023-06-06 NutomicRemove chatserver (#2919)
2023-03-20 AnonAdd Custom Emojis Support (#2616)
2023-01-05 NutomicUse enum for registration mode setting (#2604)
2022-12-23 NutomicImprove application question check (#2628)
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-19 NutomicVarious pedantic clippy fixes (#2568)
2022-09-19 NutomicImplement reports for private messages (#2433)
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2021-11-25 DessalinesMerge pull request #1937 from LemmyNet/disable-edit...
2021-11-23 DessalinesAdding a GetComment endpoint. Fixes #1919 (#1944)
2021-07-05 DessalinesRunning clippy --fix (#1647)
2021-03-29 DessalinesMerge remote-tracking branch 'yerba/split-api-crate...
2021-03-29 Felix AbleitnerFix API and clippy warnings
2021-03-25 Felix AbleitnerSplit api crate into api_structs and api