]> Untitled Git - lemmy.git/history - crates/db_views/src/post_view.rs
Reduce amount of columns selected (#3755)
[lemmy.git] / crates / db_views / src / post_view.rs
2023-08-08 dullbananasReduce amount of columns selected (#3755)
2023-08-08 Piotr JuszczykAllow filtering posts and comments by whether they...
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-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-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-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 Ivo BarrosFeature add hours as sorting options backend (#3161)
2023-06-08 DessalinesAdding hot_rank columns in place of function sorting...
2023-05-18 NutomicForce enable undetermined language (#2851)
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-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-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 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-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-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-02-18 dayinjingHide community v2 (#2055)
2022-01-08 DessalinesAdding temporary bans. Fixes #1423 (#1999)
2021-11-23 RileyAdd tracing (#1942)
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)
2021-10-14 DessalinesFix saved posts and hide read posts issue. Fixes #1839...
2021-08-19 DessalinesUser / community blocking. Fixes #426 (#1604)
2021-07-20 DessalinesAdding shortname fetching for users and communities...
2021-05-26 DessalinesFix nsfw posts showing for non-logged in users. Fixes...
2021-04-26 DessalinesMerge pull request #1592 from LemmyNet/feature/mark_pos...
2021-04-26 DessalinesMerge branch 'main' into feature/mark_post_as_read
2021-04-26 NutomicMerge pull request #1566 from LemmyNet/additional_searc...
2021-04-26 DessalinesChanging unwrap_default to unwrap_or(false)
2021-04-24 DessalinesAdd show_read_posts filter. Fixes #1561
2021-04-23 DessalinesSome formatting
2021-04-23 DessalinesMaking more fields optional in the API.
2021-04-21 NutomicMark accounts as bot nutomic (#1565)
2021-04-08 DessalinesRemoving community.creator column. Fixes #1504 (#1541)
2021-04-07 DessalinesMerge branch 'release/v0.10'
2021-04-07 DessalinesMerge pull request #1552 from LemmyNet/feature/1550...
2021-04-06 DessalinesMerge branch 'main' into change_password_api
2021-04-06 NutomicMerge pull request #1537 from LemmyNet/add_users_active...
2021-04-06 NutomicMerge pull request #1536 from LemmyNet/change_preferred...
2021-04-01 DessalinesChanging preferred to display name. Fixes #1211
2021-03-29 DessalinesMerge remote-tracking branch 'yerba/split-api-crate...
2021-03-25 DessalinesMerge pull request #1516 from LemmyNet/move_matrix_and_...
2021-03-24 DessalinesMerge branch 'main' into move_matrix_and_admin_to_person
2021-03-23 DessalinesMerge branch 'remove_cargo_cache_v2' into move_matrix_a...
2021-03-23 DessalinesMerge branch 'main' into move_matrix_and_admin_to_person
2021-03-22 DessalinesMerge branch 'main' into move_matrix_and_admin_to_person
2021-03-22 DessalinesMoving admin to person table. Fixes #1515
2021-03-20 DessalinesCreating default DB forms. Fixes #1511
2021-03-20 DessalinesMoving matrix_user_id to person table. #1438
2021-03-19 Felix AbleitnerMerge branch 'main' into federated-moderation
2021-03-19 NutomicMerge pull request #1499 from LemmyNet/strictly_type_db_ids
2021-03-19 NutomicMerge pull request #1428 from LemmyNet/split_user_table
2021-03-19 DessalinesMerge branch 'Mart-Bogdan-1462-jwt-revocation-on-pwd...
2021-03-18 DessalinesMerge branch 'split_user_table' into strictly_type_db_ids
2021-03-18 DessalinesMerge branch 'main' into split_user_table
2021-03-18 DessalinesMerge branch 'split_user_table' into strictly_type_db_ids
2021-03-18 DessalinesMerge branch 'main' into split_user_table
2021-03-18 DessalinesStrictly typing DB id fields. Fixes #1498
2021-03-11 DessalinesA first pass.
next