]> Untitled Git - lemmy.git/history - crates/api
add enable_federated_downvotes site option
[lemmy.git] / crates / api /
2023-08-11 Freakazoid182Replace Option<bool> with bool for PostQuery and Commen...
2023-08-08 dullbananasReplace TypedBuilder with Default in update forms ...
2023-08-04 NutomicRemove form_id params (#3812)
2023-08-03 DessalinesFixing broken SQL migration formatting. (#3800)
2023-08-02 NutomicRewrite remaining federation actions, get rid of Perfor...
2023-08-02 Louis GERARDRemove follow community traits (#3737)
2023-08-01 NutomicRewrite some federation actions to remove Perform/SendA...
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 cetra3Cache & Optimize Woodpecker CI (#3450)
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 NutomicUpgrade all dependencies (#3526)
2023-07-10 dullbananasUse async email sender (#3554)
2023-07-10 rosenjcbUpdating `login.rs` with generic `incorrect_login`...
2023-07-10 phireskyImprove api response times by doing send_activity async...
2023-07-03 Simon BordeyneAdd Open links in new tab setting (#3318)
2023-07-03 NutomicMark follow as pending when subscribing to remote commu...
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 TKilFreefeat: allow all admins to purge content (#3271)
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-05-23 phankydnRemove unnecessary clone (#2874)
2023-05-21 NutomicRemove GetCommunityResponse.default_post_language ...
2023-04-17 DessalinesAdding diesel enums for SortType and ListingType (...
2023-04-16 DessalinesSeparate federated_instances into its own endpoint...
2023-04-15 DessalinesAdding check to description and body length fields...
2023-04-13 DessalinesMaking the chat server an actor. (#2793)
2023-04-05 NutomicRemove unused dependencies (#2795)
2023-03-30 NutomicOptimize federated language updates to avoid unnecessar...
2023-03-20 AnonAdd Custom Emojis Support (#2616)
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-02-28 DessalinesAdding a vector indexing check to prevent panics. Fixes...
2023-02-18 DessalinesSeparate comment distinguish (#2740)
2023-02-16 DessalinesOrganize utils into separate files. Fixes #2295 (#2736)
2023-02-14 DessalinesOnly let top admin purge. Fixes #2731 (#2732)
2023-02-14 DessalinesAdding a site option to email admins for new reports...
2023-01-05 NutomicUse enum for registration mode setting (#2604)
2022-12-19 DessalinesFixing missing forms, incorrect user discussion_languag...
2022-12-12 AnonAdd support for Featured Posts (#2585)
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-12-01 NutomicUse audience field to federate items in groups (fixes...
2022-11-24 NutomicAdd some more clippy lints (#2586)
2022-11-23 NutomicImplement federated user following (fixes #752) (#2577)
2022-11-19 AnonAdd support for Taglines (#2548)
2022-11-19 NutomicVarious pedantic clippy fixes (#2568)
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-10-28 NutomicMake verify apub url function async (#2514)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-10-13 NutomicOnly allow authenticated users to fetch remote objects...
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-28 DessalinesDont show deleted users or communities on profile page...
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-19 NutomicPass LocalUser to PostQuery etc, instead of separate...
2022-08-18 NutomicTag posts and comments with language (fixes #440) ...
2022-08-16 AnonAdd Modlog Filters (#2313)
2022-08-04 NutomicUse typed-builder crate for queries (#2379)
2022-07-30 DessalinesFirst pass at adding comment trees. (#2362)
2022-07-29 DessalinesFix a few form options for diesel. Fixes #2287 (#2376)
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-28 NutomicSpecify minimum Rust version 1.57 (fixes #2333) (#2334)
2022-06-22 DessalinesRemove update and read site config. Fixes #2306 (#2329)
2022-06-22 DessalinesExpose pending 2 (#2282)
2022-06-13 DessalinesAdding admin purging of DB items and pictures. #904...
2022-06-08 NutomicUpgrade activitypub_federation to 0.2.0, add setting...
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-30 DessalinesVersion 0.16.5
2022-05-27 DessalinesMerge branch 'main' of https://github.com/LemmyNet...
2022-05-27 NutomicMerge pull request #2284 from LemmyNet/fix_publish
2022-05-26 DessalinesFix publish
2022-05-26 DessalinesRevert "Add pending, and change use specific API respon...
2022-05-20 NutomicMerge pull request #2248 from LemmyNet/expose_pending
next