]> Untitled Git - lemmy.git/history - crates/db_schema/src/impls/post.rs
Cache & Optimize Woodpecker CI (#3450)
[lemmy.git] / crates / db_schema / src / impls / post.rs
2023-07-17 cetra3Cache & Optimize Woodpecker CI (#3450)
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-06-26 Felix AbleitnerMerge branch 'vijaykramesh_clear_deleted_posts_comments'
2023-06-26 Felix AbleitnerRemove DELETED_REPLACEMENT_URL
2023-06-22 Vijay RameshMerge branch 'main' into clear_deleted_posts_comments
2023-06-21 Vijay RameshMerge branch 'main' into clear_deleted_posts_comments
2023-06-21 Vijay Rameshafter 30 days post deletion, replace comment.content...
2023-03-01 DessalinesShow deleted and removed posts for profile views. Fixes...
2023-03-01 NutomicDont upsert Instance row every apub fetch (#2771)
2023-02-18 NutomicImplement separate mod activities for feature, lock...
2023-01-04 DessalinesFix historical post fetching. Fixes #2640 (#2643)
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-09-26 DessalinesDiesel 2.0.0 upgrade (#2452)
2022-08-18 NutomicTag posts and comments with language (fixes #440) ...
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-13 DessalinesAdding admin purging of DB items and pictures. #904...
2022-06-02 NutomicEmbed Peertube videos (#2261)
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-04-01 NutomicExclude removed/deleted posts from community outbox...
2021-10-20 DessalinesMerge pull request #1850 from LemmyNet/refactor-apub
2021-10-20 Felix AbleitnerMajor refactor, adding newtypes for apub crate
2021-10-20 Felix AbleitnerMerge crates db_schema and db_queries