]> Untitled Git - lemmy.git/history - crates/api_common
add enable_federated_downvotes site option
[lemmy.git] / crates / api_common /
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 dullbananasReplace TypedBuilder with Default in update forms ...
2023-08-08 Piotr JuszczykAllow filtering posts and comments by whether they...
2023-08-08 Alex LavalleeAllow filtering PMs by sender (#3770)
2023-08-07 maxime.ioFix sanitize_html whitespaces (#3829)
2023-08-04 NutomicRemove form_id params (#3812)
2023-08-03 DessalinesFixing broken SQL migration formatting. (#3800)
2023-08-02 NutomicDont use sha hash for password reset token (fixes ...
2023-08-02 NutomicRewrite remaining federation actions, get rid of Perfor...
2023-08-02 Louis GERARDRemove follow community traits (#3737)
2023-08-01 NutomicRewrite some federation actions to remove Perform/SendA...
2023-07-28 NutomicRewrite some API handlers to remove Perform trait ...
2023-07-28 NutomicRestore markdown quotes after sanitize (#3708) (#3749)
2023-07-26 NutomicSanitize html (#3708)
2023-07-26 biosfoodAdd moderator view parameter to list posts (#3176)
2023-07-26 marsara9Make resolve_object not require auth #3685 (#3716)
2023-07-26 Domenic HornerUI Settings - Blur NSFW & Auto Expand (#3377)
2023-07-20 NutomicFix process shutdown (#3673)
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 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-12 Simon BordeyneAdd infinite scroll user option (#3572)
2023-07-11 dullbananasMake functions work with both connection and pool ...
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-03 Dessalines300 comment limit. (#3306)
2023-07-03 Simon BordeyneAdd Open links in new tab setting (#3318)
2023-06-30 Lemmus.orgUpdate federated posts to not cache sensitive images...
2023-06-28 Jan Klassdocs(api): Add api-common info on generating TypeScript...
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-26 Otto RottierSite Metadata: resolve relative URLs for embedded image...
2023-06-26 TKilFreefeat: allow all admins to purge content (#3271)
2023-06-26 cetra3Remove `actix_rt` & use standard tokio spawn (#3158)
2023-06-26 cetra3Remove `actix_rt` & use standard tokio spawn (#3158)
2023-06-20 Sander SaarendFix parameter ordering for new_report_subject string...
2023-06-16 Sander SaarendRemove e-mail verification success e-mails (#3124)
2023-06-15 NutomicUpdate all dependencies (#3091)
2023-06-14 DessalinesFix unapproved users being able to log in after registr...
2023-06-06 NutomicRemove chatserver (#2919)
2023-06-06 DessalinesAdding taglines to SiteResponse. Fixes #2925 (#2926)
2023-05-29 NutomicRemove websocket code (#2878)
2023-05-25 NutomicDont return error in case optional auth is invalid...
2023-05-21 NutomicRemove GetCommunityResponse.default_post_language ...
2023-05-13 DessalinesPrettier check (#2855)
2023-05-11 DessalinesFixing empty req issue. (#2849)
2023-05-10 DessalinesUpgrade api_test deps (#2850)
2023-05-10 DessalinesAdding comments to all API related types. Fixes #2846...
2023-04-26 DessalinesAdding typescript generation for API. Fixes #2824 ...
2023-04-21 DessalinesRemove last Option<Vec.. from API. Fixes #2820 (#2822)
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 DessalinesLeave modded communities on account deletion. Fixes...
2023-04-13 DessalinesMaking the chat server an actor. (#2793)
2023-04-12 NutomicFix listing type default value (#2796)
2023-04-05 NutomicRemove unused dependencies (#2795)
2023-03-21 NutomicActivitypub crate rewrite (#2782)
2023-03-20 AnonAdd Custom Emojis Support (#2616)
2023-03-02 DessalinesAdding TOTP / 2FA to lemmy (#2741)
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-18 NutomicImplement separate mod activities for feature, lock...
2023-02-18 DessalinesSeparate comment distinguish (#2740)
2023-02-18 DessalinesAdding instance software and version. Fixes #2222 ...
2023-02-16 DessalinesOrganize utils into separate files. Fixes #2295 (#2736)
2023-02-14 DessalinesOnly let top admin purge. Fixes #2731 (#2732)
2023-02-14 DessalinesAdding a site option to email admins for new reports...
2023-02-03 DessalinesFixing admin application email subject. Fixes #2688...
2023-01-30 DessalinesFixing `.drone.yml` (#2677)
2023-01-30 DessalinesUse join_all instead of try_join_all. Fixes #2673 ...
2023-01-05 NutomicUse enum for registration mode setting (#2604)
2023-01-03 NutomicAdd documentation for using Lemmy API from Rust (#2639)
2022-12-19 DessalinesFixing missing forms, incorrect user discussion_languag...
2022-12-12 AnonAdd support for Featured Posts (#2585)
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 NutomicRelax honeypot check (fixes #2595) (#2596)
2022-11-24 NutomicAdd some more clippy lints (#2586)
2022-11-21 NutomicRemove federation settings, rely on sensible defaults...
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-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-11-05 NutomicFix password length check (#2536)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-10-06 Nutomicimplement language tags for site/community in db and...
2022-09-27 DessalinesAdding email admins for new applications. Fixes #2271...
2022-09-26 DessalinesRemove unnecessary show_deleted_and_removed comments...
2022-09-26 DessalinesDiesel 2.0.0 upgrade (#2452)
next