]> Untitled Git - lemmy.git/history - crates/db_schema/src/utils.rs
Cache & Optimize Woodpecker CI (#3450)
[lemmy.git] / crates / db_schema / src / utils.rs
2023-07-17 cetra3Cache & Optimize Woodpecker CI (#3450)
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-07-10 NutomicError enum fixed (#3487)
2023-07-04 DessalinesFixing clippy. (#3471)
2023-06-26 c-andy-candiesFeature add three six and nine months options backend...
2023-06-26 Felix AbleitnerMerge branch 'vijaykramesh_clear_deleted_posts_comments'
2023-06-26 Felix AbleitnerRemove DELETED_REPLACEMENT_URL
2023-06-26 Sander SaarendAdd support for sslmode=require for diesel-async DB...
2023-06-26 Sander SaarendAdd support for sslmode=require for diesel-async DB...
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-06-20 Ivo BarrosFeature add hours as sorting options backend (#3161)
2023-06-07 Carlrsupdate diesel to 2.1.0 and diesel-async to 0.3.0 (issue...
2023-03-21 NutomicActivitypub crate rewrite (#2782)
2023-03-03 DessalinesAdding deadpool timeouts. (#2775)
2023-02-28 DessalinesSwitch from bb8 to deadpool. Fixes #2765 (#2768)
2023-02-18 NutomicImplement separate mod activities for feature, lock...
2023-02-05 NutomicFix docker federation setup (#2706)
2023-01-30 DessalinesFixing `.drone.yml` (#2677)
2023-01-23 DessalinesSpeeding up comment-ltree migration, fixing index creat...
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-07-30 DessalinesFirst pass at adding comment trees. (#2362)
2022-07-08 DessalinesAdding check for requests with no id or name, adding...
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-06 NutomicDerive default for api request structs, move type enums...
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...