]> Untitled Git - lemmy.git/history - crates/api_crud/src/private_message/read.rs
Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857)
[lemmy.git] / crates / api_crud / src / private_message / read.rs
2023-08-11 Freakazoid182Replace Option<bool> with bool for PostQuery and Commen...
2023-08-08 Alex LavalleeAllow filtering PMs by sender (#3770)
2023-07-28 NutomicRewrite some API handlers to remove Perform trait ...
2023-07-17 dullbananasRemove TypedBuilder from db_views and db_views_actor...
2023-07-11 dullbananasMake functions work with both connection and pool ...
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-19 NutomicVarious pedantic clippy fixes (#2568)
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-11-03 NutomicMark own private messages as read in api (fixes #2484...
2022-09-19 NutomicImplement reports for private messages (#2433)
2022-08-04 NutomicUse typed-builder crate for queries (#2379)
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2021-12-06 RileyDon't drop error context when adding a message to error...
2021-10-20 DessalinesMerge pull request #1850 from LemmyNet/refactor-apub
2021-10-20 Felix AbleitnerMerge crates db_schema and db_queries
2021-09-27 Felix AbleitnerMerge branch 'remove_settings_and_secret_singletons_squ...
2021-09-27 DessalinesMoving settings and secrets to context.
2021-07-30 DessalinesBlank out extra info for deleted or removed content...
2021-07-05 DessalinesRunning clippy --fix (#1647)
2021-03-29 DessalinesMerge remote-tracking branch 'yerba/split-api-crate...
2021-03-25 Felix AbleitnerSplit api crate into api_structs and api