]> Untitled Git - lemmy.git/history - crates/api/src/local_user
Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857)
[lemmy.git] / crates / api / src / local_user /
2023-08-11 Freakazoid182Replace Option<bool> with bool for PostQuery and Commen...
2023-08-08 dullbananasReplace TypedBuilder with Default in update forms ...
2023-08-02 NutomicRewrite remaining federation actions, get rid of Perfor...
2023-07-28 NutomicRewrite some API handlers to remove Perform trait ...
2023-07-26 NutomicSanitize html (#3708)
2023-07-26 Domenic HornerUI Settings - Blur NSFW & Auto Expand (#3377)
2023-07-25 Into the V0idDont authenticate user after successful password reset...
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-10 NutomicError enum fixed (#3487)
2023-07-10 rosenjcbUpdating `login.rs` with generic `incorrect_login`...
2023-07-03 Simon BordeyneAdd Open links in new tab setting (#3318)
2023-06-30 Dominic MazzoniFix concatenation of audio captcha wav files (#3350)
2023-06-27 TKilFreefeat: re-added captcha checks (#3289)
2023-06-27 Sander SaarendLimit password resets (#3344)
2023-06-26 NeshuraAdd separate Post check for is_valid_body_field (#3263)
2023-06-26 DessalinesRevert "feat: re-added captcha checks (#3249)" (#3288)
2023-06-26 TKilFreefeat: re-added captcha checks (#3249)
2023-06-23 DessalinesRevert "feat: re-added captcha checks (#3249)" (#3288)
2023-06-23 TKilFreefeat: re-added captcha checks (#3249)
2023-06-20 kartikynwaDon't check verified email when an admin logs in (...
2023-06-16 Sander SaarendRemove e-mail verification success e-mails (#3124)
2023-06-06 NutomicRemove chatserver (#2919)
2023-05-25 NutomicDont return error in case optional auth is invalid...
2023-04-17 DessalinesAdding diesel enums for SortType and ListingType (...
2023-04-15 DessalinesAdding check to description and body length fields...
2023-04-13 DessalinesMaking the chat server an actor. (#2793)
2023-03-02 DessalinesAdding TOTP / 2FA to lemmy (#2741)
2023-03-01 DessalinesGet rid of Safe Views, use serde_skip (#2767)
2023-02-16 DessalinesOrganize utils into separate files. Fixes #2295 (#2736)
2023-01-05 NutomicUse enum for registration mode setting (#2604)
2022-12-09 NutomicRework websocket (#2598)
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-12-02 Felix AbleitnerMerge websocket crate into api_common
2022-12-01 NutomicCheck user accepted before sending jwt in password...
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 NutomicConvert emails to lowercase (fixes #2462) (#2463)
2022-09-26 DessalinesDiesel 2.0.0 upgrade (#2452)
2022-09-19 NutomicImplement reports for private messages (#2433)
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-28 NutomicDont allow login if account is banned or deleted (fixes...
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-07-05 NutomicDont allow blocking admin (#2340)
2022-06-22 DessalinesRemove update and read site config. Fixes #2306 (#2329)
2022-06-13 DessalinesAdding admin purging of DB items and pictures. #904...
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-10 NutomicRemove check that avatars/banners are locally hosted...
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-13 NutomicSplit apart api files (#2216)