]> Untitled Git - lemmy.git/shortlog
lemmy.git
2023-08-21 selfadd enable_federated_downvotes site option main
2023-08-21 selffix submodule error
2023-08-21 selfupdate cargoSha256
2023-08-21 selfupdate flake version to 0.18.4
2023-08-21 selfeliminate git submodule when used as a Nix flake
2023-08-21 selfadd more tooling to the Nix flake
2023-08-21 selfpackage lemmy as a nix flake
2023-08-21 Alex Romanfix: add client connect timeout to scheduled task ...
2023-08-16 Freakazoid182Add person name to PersonIsBannedFromSite error (#3786...
2023-08-11 Freakazoid182Replace Option<bool> with bool for PostQuery and Commen...
2023-08-10 Maarten VercruysseUpdate .woodpecker.yml use steps instead (#3858)
2023-08-09 DessalinesFixing woodpecker env var. (#3854)
2023-08-09 DessalinesAdding 0.18.4 Release notes. (#3853)
2023-08-08 NutomicAutomatically resolve report when post/comment is remov...
2023-08-08 NutomicSpeedup CI (#3852)
2023-08-08 NutomicReorder woodpecker config to avoid ci failures (#3851)
2023-08-08 dullbananasReplace TypedBuilder with Default in update forms ...
2023-08-08 dullbananasReduce amount of columns selected (#3755)
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 Felix AbleitnerRevert "Version 0.18.4-rc.2"
2023-08-07 Felix AbleitnerVersion 0.18.4-rc.2
2023-08-07 maxime.ioFix sanitize_html whitespaces (#3829)
2023-08-07 Felix AbleitnerRevert "Attempt to fix CI building wrong commits (...
2023-08-07 dullbananasAttempt to fix CI building wrong commits (#3830)
2023-08-07 DessalinesFix ordering when doing a comment_parent type `list_com...
2023-08-04 NutomicRemove unused db view options (#3787)
2023-08-04 NutomicRemove form_id params (#3812)
2023-08-03 Maarten VercruysseUpdate QUESTION.yml, remove UI (#3807)
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 DessalinesAdding SQL format checking via `pg_format` / pgFormatte...
2023-08-02 RocketDerpDo not hide read posts when it is a user profile view...
2023-08-02 NutomicOnly run slow CI checks for actual code changes (attemp...
2023-08-02 Louis GERARDRemove follow community traits (#3737)
2023-08-01 dullbananasDefault imprementations for read and delete in Crud...
2023-08-01 NutomicRewrite some federation actions to remove Perform/SendA...
2023-08-01 RocketDerpEnhanced testing of comments. Validate reply notificati...
2023-08-01 Denis DzyubenkoFix fetch instance software version from nodeinfo ...
2023-08-01 figure-0eCorrect logic to meet join-lemmy requirement, don't...
2023-07-28 Felix AbleitnerRevert "Only run slow CI checks for actual code changes...
2023-07-28 NutomicUpdate CODEOWNERS (#3748)
2023-07-28 NutomicDelete migrations_testing folder (#3751)
2023-07-28 NutomicMove entry from .rgignore to .gitignore (#3752)
2023-07-28 NutomicRewrite some API handlers to remove Perform trait ...
2023-07-28 DessalinesAdding 0.18.3 Release notes. (#3753)
2023-07-28 NutomicOnly run slow CI checks for actual code changes (#3750)
2023-07-28 NutomicRestore markdown quotes after sanitize (#3708) (#3749)
2023-07-28 dullbananasUse same table join code for both read and list functio...
2023-07-27 phireskyremove n^2 part of person triggers, improve community...
2023-07-27 phireskyremove performance-problematic and buggy duplicate...
2023-07-27 NutomicChange readme installation link (#3736)
2023-07-27 RocketDerpFederation tests replication round1 - demonstrate absen...
2023-07-27 BaoOmit local instance from federated instances list ...
2023-07-27 phireskyadd trigram index to search (#3719)
2023-07-26 NutomicSanitize html (#3708)
2023-07-26 biosfoodAdd moderator view parameter to list posts (#3176)
2023-07-26 Pavlos SmithAdd controversial ranking (#3205)
2023-07-26 marsara9Make resolve_object not require auth #3685 (#3716)
2023-07-26 NutomicSkip fragile API tests (#3723)
2023-07-26 Domenic HornerUI Settings - Blur NSFW & Auto Expand (#3377)
2023-07-26 dullbananasEnable gzip for reqwest (#3696)
2023-07-25 Into the V0idDont authenticate user after successful password reset...
2023-07-25 Freakazoid182detailed error message for blocked domains (#3698)...
2023-07-25 Ben WyattBump version of dependency "webmention" (#3711)
2023-07-25 phireskyprevent ordering by comment path without post filter...
2023-07-24 asimons04Update Dockerfile to run process as non-privileged...
2023-07-21 NutomicChange logic for determining comment default language...
2023-07-21 Joel Beckmeyerdisable rustfmt feature on rosetta-build (#3679)
2023-07-21 DessalinesFix federation test errors with new lemmy-js-client...
2023-07-21 DessalinesAdding diesel migration check. Fixes #3676 (#3677)
2023-07-21 DessalinesMake sure comments are sorted by hot_rank, then score...
2023-07-20 NutomicFix process shutdown (#3673)
2023-07-20 NutomicIgnore errors when fetching community mods (fixes ...
2023-07-20 NutomicUpgrade activitypub library to 0.4.6 (fixes #3222)...
2023-07-20 Sander SaarendDenormalize community_id into post_aggregates for a...
2023-07-20 DessalinesFixing hot_ranks and scores to append a published sort...
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 NutomicDont publish releases to crates.io (fixes #3272) (...
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-19 cetra3Add http cache for webfingers (#3317)
2023-07-19 RocketDerpprepare-drone-federation-test.sh has some more echo...
2023-07-17 RocketDerpPost remove delete federation outbound fix0 (#3613)
2023-07-17 Ikko Eltociear... Add Japanese README (#3620)
2023-07-17 cetra3Cache & Optimize Woodpecker CI (#3450)
2023-07-17 dullbananasRemove TypedBuilder from db_views and db_views_actor...
2023-07-17 Sander SaarendOptimize hot rank updates (#3617)
2023-07-14 NutomicSplit activity table into sent and received parts ...
2023-07-14 phireskywork around race condition on community fetch (#3414)
2023-07-14 DessalinesMake `lemmy_api_common` wasm-compatible (#3587)
2023-07-13 NutomicAdd dev profile to strip symbols and disable debug...
2023-07-13 NutomicCheck for dead federated instances (fixes #2221) (...
2023-07-13 Manuel BleichnerFix wrong SMTP port when TLS is being used (fixes ...
2023-07-13 Nina BlansonAdd workaround for #3102 until cross-compile work compl...
2023-07-13 Jason GrimUpdated Lemmy Matrix Support link (#3599)
2023-07-12 nixoyeUpdate RELEASES.md (#3593)
2023-07-12 Simon BordeyneAdd infinite scroll user option (#3572)
next