]> Untitled Git - lemmy.git/history - crates/api/src/local_user/save_settings.rs
Add infinite scroll user option (#3572)
[lemmy.git] / crates / api / src / local_user / save_settings.rs
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-03 Simon BordeyneAdd Open links in new tab setting (#3318)
2023-06-06 NutomicRemove chatserver (#2919)
2023-05-25 NutomicDont return error in case optional auth is invalid...
2023-04-15 DessalinesAdding check to description and body length fields...
2023-03-02 DessalinesAdding TOTP / 2FA to lemmy (#2741)
2023-02-16 DessalinesOrganize utils into separate files. Fixes #2295 (#2736)
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-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-08-18 NutomicTag posts and comments with language (fixes #440) ...
2022-07-11 NutomicFix problem where actors can have empty public key...
2022-06-22 DessalinesRemove update and read site config. Fixes #2306 (#2329)
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-10 NutomicRemove check that avatars/banners are locally hosted...
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-04-13 NutomicSplit apart api files (#2216)