]> Untitled Git - lemmy.git/history - crates/db_views/src
add enable_federated_downvotes site option
[lemmy.git] / crates / db_views / src /
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 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 DessalinesFix ordering when doing a comment_parent type `list_com...
2023-08-04 NutomicRemove unused db view options (#3787)
2023-08-02 RocketDerpDo not hide read posts when it is a user profile view...
2023-07-28 dullbananasUse same table join code for both read and list functio...
2023-07-26 biosfoodAdd moderator view parameter to list posts (#3176)
2023-07-26 Pavlos SmithAdd controversial ranking (#3205)
2023-07-26 Domenic HornerUI Settings - Blur NSFW & Auto Expand (#3377)
2023-07-25 phireskyprevent ordering by comment path without post filter...
2023-07-21 DessalinesMake sure comments are sorted by hot_rank, then score...
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-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-12 Simon BordeyneAdd infinite scroll user option (#3572)
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-07-07 DessalinesRevert "Make sure hot rank sorts for post and community...
2023-07-06 DessalinesMake sure hot rank sorts for post and community filter...
2023-07-03 Dessalines300 comment limit. (#3306)
2023-07-03 Simon BordeyneAdd Open links in new tab setting (#3318)
2023-06-26 c-andy-candiesFeature add three six and nine months options backend...
2023-06-26 DessalinesFixing removed posts showing. Fixes #2875 (#3279)
2023-06-23 DessalinesFixing removed posts showing. Fixes #2875 (#3279)
2023-06-21 JP MoresmauAdd test to check reading and listing posts return...
2023-06-20 DessalinesFixing comment_view unit tests. (#3224)
2023-06-20 Ivo BarrosFeature add hours as sorting options backend (#3161)
2023-06-08 DessalinesAdding hot_rank columns in place of function sorting...
2023-06-06 DessalinesFix *All* reports not showing. Fixes #2902 (#2903)
2023-05-29 phankydnDon't filter comments of posts from blocked community...
2023-05-18 NutomicForce enable undetermined language (#2851)
2023-05-10 DessalinesAdding comments to all API related types. Fixes #2846...
2023-04-26 DessalinesAdding typescript generation for API. Fixes #2824 ...
2023-04-25 DessalinesAddressing slow profile queries. #2777 (#2830)
2023-04-16 DessalinesTemporary fix for hiding deleted posts. #2624 (#2811)
2023-04-12 NutomicFix listing type default value (#2796)
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-03-01 NutomicDont upsert Instance row every apub fetch (#2771)
2023-03-01 NutomicIgnore undetermined language when calculating post...
2023-02-18 DessalinesFixing slow joins to post_read, post_saved, and comment...
2023-02-05 NutomicFix data fetching from Peertube (fixes #2689) (#2703)
2022-12-19 DessalinesFixing missing forms, incorrect user discussion_languag...
2022-12-12 AnonAdd support for Featured Posts (#2585)
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-27 DessalinesAdding email admins for new applications. Fixes #2271...
2022-09-27 DessalinesShowing # of unread comments for posts. Fixes #2134...
2022-09-26 DessalinesRemove pointless language joins. (#2451)
2022-09-26 DessalinesDiesel 2.0.0 upgrade (#2452)
2022-09-21 kartikynwaAllow filtering out of deleted and removed comments...
2022-09-19 NutomicImplement reports for private messages (#2433)
2022-09-02 Felix Ableitnerclippy fixes
2022-09-02 Felix Ableitneradd test for comment view languages
2022-09-02 Felix Ableitnerfix tests
2022-09-02 Felix AbleitnerAdd language tags for comments
2022-08-19 NutomicPass LocalUser to PostQuery etc, instead of separate...
2022-08-18 NutomicTag posts and comments with language (fixes #440) ...
2022-08-17 DessalinesAdding distinguish comment. Fixes #2002 (#2391)
2022-08-04 NutomicUse typed-builder crate for queries (#2379)
2022-07-30 DessalinesFirst pass at adding comment trees. (#2362)
2022-07-29 DessalinesRemove listing type community. Fixes #2361 (#2377)
2022-07-11 NutomicFix problem where actors can have empty public key...
2022-07-08 DessalinesAdding check for requests with no id or name, adding...
2022-06-22 DessalinesExpose pending 2 (#2282)
2022-06-02 NutomicEmbed Peertube videos (#2261)
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-13 DessalinesFixing unstable post sorts. Fixes #2188 (#2204)
2022-03-31 NutomicMerge pull request #2178 from LemmyNet/fix_ban_expires
2022-03-30 DessalinesClippy fixes.
2022-03-08 NutomicCorrectly read local SiteView (#2122)
2022-02-18 dayinjingHide community v2 (#2055)
2022-02-07 NutomicImplement instance actor (#1798)
2022-01-26 KradyzCase-insensitive username at login (#2010)
2022-01-26 DessalinesRemoving the site creator, adding leave_admin. Fixes...
2022-01-08 DessalinesAdding temporary bans. Fixes #1423 (#1999)
2021-12-15 DessalinesFirst pass at invite-only migration. (#1949)
2021-11-25 DessalinesMerge pull request #1937 from LemmyNet/disable-edit...
2021-11-23 DessalinesFixing duped report view for admins. Fixes #1933 (...
2021-11-23 RileyAdd tracing (#1942)
2021-11-22 DessalinesMerge pull request #1926 from LemmyNet/replace-activity...
2021-11-22 NutomicMerge pull request #1921 from LemmyNet/fix_login
2021-11-19 DessalinesFix login ilike bug. Fixes #1920
2021-11-17 DessalinesMerge pull request #1897 from LemmyNet/mastodon-compat
2021-11-16 NutomicMerge pull request #1905 from LemmyNet/fix_comment_repo...
2021-11-16 DessalinesFixing comment report creator. Fixes #1904
2021-10-20 DessalinesMerge pull request #1850 from LemmyNet/refactor-apub
2021-10-20 Felix AbleitnerMerge crates db_schema and db_queries
2021-10-19 TmpodAdd both (De)Serialize to all models (#1851)
next