]> Untitled Git - lemmy.git/history - src
add enable_federated_downvotes site option
[lemmy.git] / src /
2023-08-21 Alex Romanfix: add client connect timeout to scheduled task ...
2023-08-08 dullbananasReplace TypedBuilder with Default in update forms ...
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-08-01 Denis DzyubenkoFix fetch instance software version from nodeinfo ...
2023-07-28 NutomicRewrite some API handlers to remove Perform trait ...
2023-07-20 NutomicFix process shutdown (#3673)
2023-07-19 NutomicRemove SendActivity and Perform traits, rely on channel...
2023-07-19 Sander SaarendDon't panic when scheduled tasks can't connect to datab...
2023-07-17 cetra3Cache & Optimize Woodpecker CI (#3450)
2023-07-17 Sander SaarendOptimize hot rank updates (#3617)
2023-07-14 NutomicSplit activity table into sent and received parts ...
2023-07-13 NutomicCheck for dead federated instances (fixes #2221) (...
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 Sander SaarendOnly update site_aggregates for local site (#3516)
2023-07-10 dullbananasUse async email sender (#3554)
2023-07-10 phireskyImprove api response times by doing send_activity async...
2023-07-06 DiamondAllow cross-origin requests (#3421)
2023-07-05 Andrew FieldsAdd Prometheus endpoint (#3456)
2023-07-04 Lemmus.orgAdd feature for enabling json logging (#3462)
2023-07-03 NutomicRemove PerformApub trait (#3423)
2023-06-27 TKilFreefeat: re-added captcha checks (#3289)
2023-06-27 Sander SaarendBatch hot rank updates (#3175)
2023-06-26 dullbananasUse compression middleware (#3343)
2023-06-26 cetra3Adjust the config check to be a separate faster to...
2023-06-26 Felix AbleitnerMerge branch 'vijaykramesh_clear_deleted_posts_comments'
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-22 Vijay RameshMerge branch 'main' into clear_deleted_posts_comments
2023-06-22 NutomicUpdate apub library to 0.4.4 (#3258)
2023-06-22 Óliver García Albertoslogger: Use forwarded instead of peer IP address (...
2023-06-21 Vijay RameshMerge branch 'main' into clear_deleted_posts_comments
2023-06-21 kartikynwaPut /admin/purge routes before /admin routes (#3244)
2023-06-21 Vijay Rameshafter 30 days post deletion, replace comment.content...
2023-06-21 dullbananasReduce memory usage of rate limiting (#3111)
2023-06-21 DessalinesAdding current domain from settings to CORs. (#3231)
2023-06-20 Joel Beckmeyerremove debugging println (#3227)
2023-06-20 NutomicMove cors default to source code (#3219)
2023-06-20 Andrew DeLisafix: add CORS origin environment variable (#3191)
2023-06-20 Joel Beckmeyermake embedded pict-rs port configurable (#3201)
2023-06-20 DessalinesMove connection creation into scheduler. (#3120)
2023-06-15 Sander SaarendHandle scheduled task errors (#3090)
2023-06-08 DessalinesAdding hot_rank columns in place of function sorting...
2023-06-06 NutomicRemove chatserver (#2919)
2023-05-29 DessalinesAdd CORS support for debug mode. (#2884)
2023-05-29 NutomicRemove websocket code (#2878)
2023-05-18 NutomicMerge pull request #2866 from LemmyNet/remove-reqwest...
2023-05-18 Felix AbleitnerDont retry outgoing HTTP requests (ref #2865)
2023-04-25 DessalinesAddressing slow profile queries. #2777 (#2830)
2023-04-16 DessalinesSeparate federated_instances into its own endpoint...
2023-04-13 DessalinesMaking the chat server an actor. (#2793)
2023-03-21 NutomicActivitypub crate rewrite (#2782)
2023-03-20 AnonAdd Custom Emojis Support (#2616)
2023-03-01 NutomicDont upsert Instance row every apub fetch (#2771)
2023-03-01 DessalinesFixing broken websockets. (#2770)
2023-02-28 DessalinesSwitch from bb8 to deadpool. Fixes #2765 (#2768)
2023-02-28 DessalinesAdding a vector indexing check to prevent panics. Fixes...
2023-02-18 DessalinesSeparate comment distinguish (#2740)
2023-02-18 DessalinesAdding instance software and version. Fixes #2222 ...
2023-01-30 DessalinesFixing `.drone.yml` (#2677)
2023-01-20 NutomicAdd feature to embed pictrs in lemmy binary (fixes...
2022-12-19 NutomicAllow embedding Lemmy, fix setup error (#2618)
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-11-19 NutomicVarious pedantic clippy fixes (#2568)
2022-11-16 NutomicUse enum_delegate crate (#2554)
2022-11-16 NutomicLive reload settings (fixes #2508) (#2543)
2022-11-11 NutomicUpdate doku dependency for easier formatting of default...
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-11-05 NutomicRemove explicit panic from db connection code (fixes...
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-10-06 Nutomicimplement language tags for site/community in db and...
2022-09-26 DessalinesDiesel 2.0.0 upgrade (#2452)
2022-09-19 NutomicImplement reports for private messages (#2433)
2022-09-07 DessalinesAdding job to drop phantom ccnew indexes. Fixes #2431...
2022-08-16 AnonAdd Modlog Filters (#2313)
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-11 NutomicConfig changes, remove unused image purge function...
2022-07-11 NutomicFix problem where actors can have empty public key...
2022-07-11 Lunaremove parking_lot (#2350)
2022-06-22 DessalinesRemove update and read site config. Fixes #2306 (#2329)
2022-06-13 DessalinesAdding admin purging of DB items and pictures. #904...
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-11 NutomicMerge pull request #2253 from LemmyNet/optional-opentel...
2022-05-11 Felix AbleitnerMake opentelemetry dependency optional
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-04-28 NutomicImplement restricted community (only mods can post...
2022-04-13 NutomicSplit apart api files (#2216)
2022-04-13 DessalinesFixing generate unique changeme (#2205)
next