]> Untitled Git - lemmy.git/history - crates/db_schema
Update Dockerfile to run process as non-privileged user. (#3709)
[lemmy.git] / crates / db_schema /
2023-07-20 Sander SaarendDenormalize community_id into post_aggregates for a...
2023-07-17 cetra3Cache & Optimize Woodpecker CI (#3450)
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 NutomicCheck for dead federated instances (fixes #2221) (...
2023-07-12 Simon BordeyneAdd infinite scroll user option (#3572)
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-07-10 Piotr JuszczykFix #3501 - Fix aggregation counts for elements removed...
2023-07-10 NutomicError enum fixed (#3487)
2023-07-04 DessalinesFixing clippy. (#3471)
2023-07-03 JP MoresmauDo not decrement comment score twice when removing...
2023-07-03 Simon BordeyneAdd Open links in new tab setting (#3318)
2023-07-03 NutomicUse serde(skip) instead of skip_serializing, add placeh...
2023-06-28 Sander SaarendFix cargo warnings (#3397)
2023-06-28 dullbananasRemove redundant calls to `Iterator::collect` (#3365)
2023-06-27 TKilFreefeat: re-added captcha checks (#3289)
2023-06-27 Sander SaarendLimit password resets (#3344)
2023-06-26 c-andy-candiesFeature add three six and nine months options backend...
2023-06-26 Felix AbleitnerRemove another unused dev dependency
2023-06-26 NutomicAllow wildcard imports in schema.rs (#3293)
2023-06-26 ScottUpdate DB local_user.theme type to text (#3266)
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 cetra3Remove `actix_rt` & use standard tokio spawn (#3158)
2023-06-26 DessalinesRevert "feat: re-added captcha checks (#3249)" (#3288)
2023-06-26 TKilFreefeat: re-added captcha checks (#3249)
2023-06-26 Sander SaarendAdd support for sslmode=require for diesel-async DB...
2023-06-26 cetra3Remove `actix_rt` & use standard tokio spawn (#3158)
2023-06-23 DessalinesRevert "feat: re-added captcha checks (#3249)" (#3288)
2023-06-23 TKilFreefeat: re-added captcha checks (#3249)
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-21 NutomicCorrect error messages if user registers with taken...
2023-06-20 Ivo BarrosFeature add hours as sorting options backend (#3161)
2023-06-20 Sander SaarendCalculate initial hot_rank and hot_rank_active for...
2023-06-08 DessalinesAdding hot_rank columns in place of function sorting...
2023-06-07 NutomicActivitypub breaking changes for Lemmy 0.18 (#2705)
2023-06-07 derivatorFall back to String for Comment::path when not using...
2023-06-07 Carlrsupdate diesel to 2.1.0 and diesel-async to 0.3.0 (issue...
2023-06-06 DessalinesAdding taglines to SiteResponse. Fixes #2925 (#2926)
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-17 DessalinesAdding diesel enums for SortType and ListingType (...
2023-04-15 DessalinesLeave modded communities on account deletion. Fixes...
2023-04-05 NutomicRemove unused dependencies (#2795)
2023-03-30 NutomicOptimize federated language updates to avoid unnecessar...
2023-03-21 NutomicActivitypub crate rewrite (#2782)
2023-03-20 AnonAdd Custom Emojis Support (#2616)
2023-03-03 DessalinesAdding deadpool timeouts. (#2775)
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-28 DessalinesSwitch from bb8 to deadpool. Fixes #2765 (#2768)
2023-02-28 DessalinesAdding a vector indexing check to prevent panics. Fixes...
2023-02-22 DessalinesFixing issue with saving site language. Fixes #2748...
2023-02-18 NutomicImplement separate mod activities for feature, lock...
2023-02-18 DessalinesAdding instance software and version. Fixes #2222 ...
2023-02-16 DessalinesOrganize utils into separate files. Fixes #2295 (#2736)
2023-02-14 DessalinesAdding a site option to email admins for new reports...
2023-02-05 NutomicFix docker federation setup (#2706)
2023-02-05 NutomicFix data fetching from Peertube (fixes #2689) (#2703)
2023-01-30 DessalinesFixing `.drone.yml` (#2677)
2023-01-23 DessalinesSpeeding up comment-ltree migration, fixing index creat...
2023-01-05 NutomicUse enum for registration mode setting (#2604)
2023-01-04 DessalinesFix historical post fetching. Fixes #2640 (#2643)
2022-12-19 NutomicAllow embedding Lemmy, fix setup error (#2618)
2022-12-12 AnonAdd support for Featured Posts (#2585)
2022-12-02 NutomicMerge pull request #2593 from LemmyNet/refactor-notific...
2022-12-02 Felix AbleitnerAdd SendActivity trait so that api crates compile in...
2022-11-24 NutomicAdd some more clippy lints (#2586)
2022-11-23 NutomicImplement federated user following (fixes #752) (#2577)
2022-11-21 NutomicRemove federation settings, rely on sensible defaults...
2022-11-21 DessalinesFix clippy lints. (#2572)
2022-11-19 AnonAdd support for Taglines (#2548)
2022-11-19 NutomicVarious pedantic clippy fixes (#2568)
2022-11-19 NutomicSort vecs before assert to avoid random test failures...
2022-11-17 NutomicSpecify dependencies and metadata for entire workspace...
2022-11-16 NutomicUse enum_delegate crate (#2554)
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-11-02 DessalinesGroup imports dess (#2526)
2022-10-28 NutomicFix limit_languages to operate on correct instance...
2022-10-28 NutomicMake verify apub url function async (#2514)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-10-17 NutomicReturn empty vec when reading all languages (fixes...
2022-10-06 Nutomicimplement language tags for site/community in db and...
2022-10-03 NutomicUse compat mode when signing outgoing activities (fixes...
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 DessalinesDiesel 2.0.0 upgrade (#2452)
2022-09-19 NutomicImplement reports for private messages (#2433)
2022-09-14 DessalinesMerge branch 'main' of https://github.com/LemmyNet...
2022-09-13 DessalinesThe language id is crucial for front ends. (#2437)
2022-09-02 Felix Ableitnerapi changes for comment language tagging
next