]> Untitled Git - lemmy.git/history - crates/api_crud/src/post
Automatically resolve report when post/comment is removed (#3850)
[lemmy.git] / crates / api_crud / src / post /
2023-08-08 NutomicAutomatically resolve report when post/comment is remov...
2023-08-08 dullbananasReplace TypedBuilder with Default in update forms ...
2023-08-02 NutomicRewrite remaining federation actions, get rid of Perfor...
2023-08-01 NutomicRewrite some federation actions to remove Perform/SendA...
2023-07-28 NutomicRewrite some API handlers to remove Perform trait ...
2023-07-26 NutomicSanitize html (#3708)
2023-07-21 NutomicChange logic for determining comment default language...
2023-07-20 Nutomic Handle displaying of deleted and removed posts/comment...
2023-07-19 NutomicRemove SendActivity and Perform traits, rely on channel...
2023-07-17 RocketDerpPost remove delete federation outbound fix0 (#3613)
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-07-10 phireskyImprove api response times by doing send_activity async...
2023-07-06 NutomicOnly allow http(s) scheme for urls (ref #3505) (#3508)
2023-07-03 NutomicDont compare db string errors (fixes #1393) (#3424)
2023-06-30 Lemmus.orgUpdate federated posts to not cache sensitive images...
2023-06-26 NeshuraAdd separate Post check for is_valid_body_field (#3263)
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-15 DessalinesAdding check to description and body length fields...
2023-04-13 DessalinesMaking the chat server an actor. (#2793)
2023-03-01 DessalinesShow deleted and removed posts for profile views. Fixes...
2023-02-16 DessalinesOrganize utils into separate files. Fixes #2295 (#2736)
2023-02-15 DessalinesRemoving checking permissions when editing posts and...
2023-02-14 DessalinesFixing updated form fields. Fixes #2724 (#2725)
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 AbleitnerMove code to generate apub urls into lemmy_api_common
2022-12-02 Felix AbleitnerMerge websocket crate into api_common
2022-12-01 NutomicUse audience field to federate items in groups (fixes...
2022-11-19 NutomicVarious pedantic clippy fixes (#2568)
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-10-06 Nutomicimplement language tags for site/community in db and...
2022-09-28 DessalinesDont show deleted users or communities on profile page...
2022-09-27 DessalinesShowing # of unread comments for posts. Fixes #2134...
2022-09-26 DessalinesFix missing local user from post queries. (#2447)
2022-09-26 DessalinesDiesel 2.0.0 upgrade (#2452)
2022-09-02 Felix Ableitnerapi changes for comment language tagging
2022-08-18 NutomicTag posts and comments with language (fixes #440) ...
2022-08-04 NutomicUse typed-builder crate for queries (#2379)
2022-07-30 DessalinesFirst pass at adding comment trees. (#2362)
2022-07-29 DessalinesFix a few form options for diesel. Fixes #2287 (#2376)
2022-07-08 DessalinesAdding check for requests with no id or name, adding...
2022-06-22 DessalinesRemove update and read site config. Fixes #2306 (#2329)
2022-06-02 NutomicEmbed Peertube videos (#2261)
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-06 NutomicDerive default for api request structs, move type enums...
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-04-28 NutomicImplement restricted community (only mods can post...
2022-04-19 NutomicAdd default post listing type (fixes #2195) (#2209)
2022-04-13 NutomicSplit apart api files (#2216)
2022-04-07 NutomicDont federate initial upvote (#2196)
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-02-14 NutomicMerge different delete activities for better compatibil...
2022-01-27 NutomicDont make webfinger request when viewing community...
2022-01-20 DessalinesCleaning optional post bodies. Fixes #2039 (#2043)
2022-01-06 RileyOpentelemetry (#1992)
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-23 RileyAdd tracing (#1942)
2021-11-17 DessalinesMerge pull request #1897 from LemmyNet/mastodon-compat
2021-11-16 Aode (lion)Support mastodon deletes
2021-11-16 Felix AbleitnerMake webfinger standard compliant
2021-11-09 DessalinesFixing clippy lints. (#1885)
2021-11-08 DessalinesMerge pull request #1877 from LemmyNet/refactor-apub-2
2021-11-06 Felix AbleitnerReduce stack memory usage in apub code
2021-11-06 Felix AbleitnerChange to_apub and from_apub to take by value and avoid...
2021-11-05 Felix AbleitnerMove ObjectId to library
2021-11-03 DessalinesCheck if post or comment are deleted first. Fixes ...
2021-11-03 DessalinesMerge pull request #1874 from LemmyNet/protocol-testing
2021-10-29 Felix AbleitnerMove activity structs to protocol folder
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 AbleitnerMajor refactor, adding newtypes for apub crate
2021-10-20 Felix AbleitnerMerge crates db_schema and db_queries
2021-10-14 DessalinesDont allow posts to deleted / removed communities....
2021-10-13 NutomicDont swallow API errors (fixes #1834) (#1837)
2021-10-01 DessalinesAdding honeypot to user and post creation. Fixes #1802...
2021-09-27 NutomicImplement webmention support (fixes #1395) (#1671)
2021-09-27 Felix AbleitnerMerge branch 'remove_settings_and_secret_singletons_squ...
2021-09-27 DessalinesMoving settings and secrets to context.
2021-09-25 NutomicRewrite fetcher (#1792)
2021-08-19 DessalinesSwap out iframely (#1706)
2021-08-17 NutomicRewrite delete activities (#1699)
2021-08-04 DessalinesSimplify config using macros (#1686)
2021-08-02 NutomicRewrite voting (#1685)
2021-08-02 DessalinesMerge pull request #1677 from LemmyNet/remove-fat-deps
2021-08-02 NutomicMerge pull request #1683 from LemmyNet/fix/comment_coun...
2021-08-02 DessalinesMerge pull request #1682 from LemmyNet/rewrite-comment
2021-07-31 Felix AbleitnerMerge logic for post create and update
2021-07-31 NutomicMerge pull request #1678 from LemmyNet/rewrite-post
2021-07-30 Felix AbleitnerAdd docs for MediaType, PublicUrl values
next