]> Untitled Git - lemmy.git/history - crates/api_crud
add enable_federated_downvotes site option
[lemmy.git] / crates / api_crud /
2023-08-21 selfadd enable_federated_downvotes site option main
2023-08-11 Freakazoid182Replace Option<bool> with bool for PostQuery and Commen...
2023-08-08 NutomicAutomatically resolve report when post/comment is remov...
2023-08-08 dullbananasReplace TypedBuilder with Default in update forms ...
2023-08-08 Alex LavalleeAllow filtering PMs by sender (#3770)
2023-08-04 NutomicRemove form_id params (#3812)
2023-08-03 DessalinesFixing broken SQL migration formatting. (#3800)
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-25 Ben WyattBump version of dependency "webmention" (#3711)
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 Sander SaarendUse local_site.default_post_listing_type as the initial...
2023-07-19 NutomicRemove SendActivity and Perform traits, rely on channel...
2023-07-17 RocketDerpPost remove delete federation outbound fix0 (#3613)
2023-07-17 cetra3Cache & Optimize Woodpecker CI (#3450)
2023-07-17 dullbananasRemove TypedBuilder from db_views and db_views_actor...
2023-07-14 DessalinesMake `lemmy_api_common` wasm-compatible (#3587)
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-07-10 Pawan HegdeFix #3366: Wrap plain-text error responses from the...
2023-07-10 NutomicError enum fixed (#3487)
2023-07-10 dullbananasUse async email sender (#3554)
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-28 Sander SaarendFix cargo warnings (#3397)
2023-06-28 dullbananasRemove redundant calls to `Iterator::collect` (#3365)
2023-06-27 Nina BlansonFixes #2900 - Checks slur regex to see if it is too...
2023-06-27 Domenic Horneradd new flag to api (#3363)
2023-06-27 TKilFreefeat: re-added captcha checks (#3289)
2023-06-26 NeshuraAdd separate Post check for is_valid_body_field (#3263)
2023-06-26 cetra3Remove `actix_rt` & use standard tokio spawn (#3158)
2023-06-26 DessalinesRevert "feat: re-added captcha checks (#3249)" (#3288)
2023-06-26 TKilFreefeat: re-added captcha checks (#3249)
2023-06-26 cetra3Remove `actix_rt` & use standard tokio spawn (#3158)
2023-06-23 DessalinesRevert "feat: re-added captcha checks (#3249)" (#3288)
2023-06-23 TKilFreefeat: re-added captcha checks (#3249)
2023-06-21 Vijay RameshMerge branch 'main' into clear_deleted_posts_comments
2023-06-21 ScottEnsure site can only either be a private instance or...
2023-06-21 NutomicCorrect error messages if user registers with taken...
2023-06-21 DessalinesFixing cross_post duplicates. Fixes #3233 (#3234)
2023-06-15 Wyatt SmithPrevent making an instance private if federation is...
2023-06-14 DessalinesFix unapproved users being able to log in after registr...
2023-06-08 Andy BrandtFix private message e-mail notification subject and...
2023-06-08 AnonAdd comment depth check (#2940)
2023-06-07 NutomicActivitypub breaking changes for Lemmy 0.18 (#2705)
2023-06-06 NutomicRemove chatserver (#2919)
2023-06-06 DessalinesAdding taglines to SiteResponse. Fixes #2925 (#2926)
2023-05-25 NutomicDont return error in case optional auth is invalid...
2023-05-23 phankydnRemove unnecessary clone (#2874)
2023-04-19 DessalinesAdding cross_post fetching to GetPost. Fixes #2127...
2023-04-17 DessalinesAdding diesel enums for SortType and ListingType (...
2023-04-16 DessalinesSeparate federated_instances into its own endpoint...
2023-04-15 DessalinesAdding check to description and body length fields...
2023-04-13 DessalinesMaking the chat server an actor. (#2793)
2023-04-05 NutomicRemove unused dependencies (#2795)
2023-03-30 NutomicOptimize federated language updates to avoid unnecessar...
2023-03-21 NutomicActivitypub crate rewrite (#2782)
2023-03-20 AnonAdd Custom Emojis Support (#2616)
2023-03-01 DessalinesGet rid of Safe Views, use serde_skip (#2767)
2023-03-01 DessalinesShow deleted and removed posts for profile views. Fixes...
2023-02-28 DessalinesAdding a vector indexing check to prevent panics. Fixes...
2023-02-22 DessalinesFixing issue with saving site language. Fixes #2748...
2023-02-18 DessalinesSeparate comment distinguish (#2740)
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)
2023-02-14 DessalinesAdding a site option to email admins for new reports...
2023-01-05 NutomicUse enum for registration mode setting (#2604)
2022-12-23 NutomicImprove application question check (#2628)
2022-12-19 DessalinesFixing missing forms, incorrect user discussion_languag...
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-24 NutomicAdd some more clippy lints (#2586)
2022-11-21 NutomicRemove federation settings, rely on sensible defaults...
2022-11-21 DessalinesFix clippy lints. (#2572)
2022-11-19 AnonAdd support for Taglines (#2548)
2022-11-19 NutomicVarious pedantic clippy fixes (#2568)
2022-11-17 NutomicSpecify dependencies and metadata for entire workspace...
2022-11-16 NutomicUse enum_delegate crate (#2554)
2022-11-16 NutomicLive reload settings (fixes #2508) (#2543)
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-11-02 DessalinesGroup imports dess (#2526)
2022-10-28 NutomicFix limit_languages to operate on correct instance...
2022-10-28 NutomicMake verify apub url function async (#2514)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-10-06 Nutomicimplement language tags for site/community in db and...
2022-10-03 NutomicUse compat mode when signing outgoing activities (fixes...
2022-09-28 DessalinesDont show deleted users or communities on profile page...
2022-09-27 DessalinesAdding email admins for new applications. Fixes #2271...
2022-09-27 DessalinesShowing # of unread comments for posts. Fixes #2134...
2022-09-27 NutomicConvert emails to lowercase (fixes #2462) (#2463)
next