]> Untitled Git - lemmy.git/history - crates/api_crud/src/post/read.rs
Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857)
[lemmy.git] / crates / api_crud / src / post / read.rs
2023-08-11 Freakazoid182Replace Option<bool> with bool for PostQuery and Commen...
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-07-10 NutomicError enum fixed (#3487)
2023-06-21 DessalinesFixing cross_post duplicates. Fixes #3233 (#3234)
2023-06-06 NutomicRemove chatserver (#2919)
2023-05-25 NutomicDont return error in case optional auth is invalid...
2023-04-19 DessalinesAdding cross_post fetching to GetPost. Fixes #2127...
2023-04-13 DessalinesMaking the chat server an actor. (#2793)
2023-03-01 DessalinesShow deleted and removed posts for profile views. Fixes...
2022-12-09 NutomicRework websocket (#2598)
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-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-09-27 DessalinesShowing # of unread comments for posts. Fixes #2134...
2022-07-30 DessalinesFirst pass at adding comment trees. (#2362)
2022-07-08 DessalinesAdding check for requests with no id or name, adding...
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-04-19 NutomicAdd default post listing type (fixes #2195) (#2209)
2022-04-13 NutomicSplit apart api files (#2216)
2022-03-23 NutomicMerge branch 'main' into add_jerboa_link
2022-03-23 NutomicIf viewed actor isnt in db, fetch it from other instanc...
2022-03-16 NutomicRework error handling (fixes #1714) (#2135)
2022-01-27 NutomicDont make webfinger request when viewing community...
2021-12-15 DessalinesFirst pass at invite-only migration. (#1949)
2021-12-06 RileyDon't drop error context when adding a message to error...
2021-11-17 DessalinesMerge pull request #1897 from LemmyNet/mastodon-compat
2021-11-16 Felix AbleitnerMake webfinger standard compliant
2021-11-03 DessalinesMerge pull request #1874 from LemmyNet/protocol-testing
2021-10-29 Felix AbleitnerFix problem that prevented viewing of pleroma user...
2021-10-27 DessalinesDont blank out post or community info. Fixes #1813...
2021-10-20 DessalinesMerge pull request #1850 from LemmyNet/refactor-apub
2021-10-20 Felix AbleitnerMerge crates db_schema and db_queries
2021-10-13 NutomicDont swallow API errors (fixes #1834) (#1837)
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-20 DessalinesAdding shortname fetching for users and communities...
2021-07-05 DessalinesRunning clippy --fix (#1647)
2021-04-26 DessalinesMerge pull request #1592 from LemmyNet/feature/mark_pos...
2021-04-26 DessalinesMerge branch 'main' into feature/mark_post_as_read
2021-04-26 NutomicMerge pull request #1566 from LemmyNet/additional_searc...
2021-04-24 DessalinesAdd show_read_posts filter. Fixes #1561
2021-04-23 DessalinesSome formatting
2021-04-23 DessalinesMaking more fields optional in the API.
2021-04-21 NutomicMark accounts as bot nutomic (#1565)
2021-04-16 NutomicUse .map_err in api code (fixes #1573) (#1575)
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