]> Untitled Git - lemmy.git/history - crates/api_crud/src/user/create.rs
Sanitize html (#3708)
[lemmy.git] / crates / api_crud / src / user / create.rs
2023-07-26 NutomicSanitize html (#3708)
2023-07-19 Sander SaarendUse local_site.default_post_listing_type as the initial...
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-07-10 NutomicError enum fixed (#3487)
2023-06-27 TKilFreefeat: re-added captcha checks (#3289)
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-21 NutomicCorrect error messages if user registers with taken...
2023-06-14 DessalinesFix unapproved users being able to log in after registr...
2023-06-06 NutomicRemove chatserver (#2919)
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-21 NutomicActivitypub crate rewrite (#2782)
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 AbleitnerMove code to generate apub urls into lemmy_api_common
2022-12-02 Felix AbleitnerMerge websocket crate into api_common
2022-11-19 NutomicVarious pedantic clippy fixes (#2568)
2022-11-16 NutomicUse enum_delegate crate (#2554)
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 DessalinesAdding email admins for new applications. Fixes #2271...
2022-09-27 NutomicConvert emails to lowercase (fixes #2462) (#2463)
2022-09-19 DessalinesCheck for slurs in account creation. (#2443)
2022-09-02 Felix Ableitnerfix clippy
2022-09-02 Felix Ableitnerdont set default user languages in api code (already...
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-22 DessalinesDon't create or initially follow a default community...
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-20 DessalinesDropping default on pending column.
2022-05-20 DessalinesMaking community_follower.pending column not null.
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-03-24 NutomicWIP: Email localization (fixes #500) (#2053)
2022-03-16 NutomicRework error handling (fixes #1714) (#2135)
2022-02-07 NutomicImplement instance actor (#1798)
2021-12-15 DessalinesFirst pass at invite-only migration. (#1949)
2021-12-06 RileyDon't drop error context when adding a message to error...
2021-11-22 NutomicMerge pull request #1936 from LemmyNet/required_public_key
2021-11-22 DessalinesMaking public key required. Fixes #1934
2021-11-03 DessalinesMerge pull request #1874 from LemmyNet/protocol-testing
2021-10-29 Felix AbleitnerFix problem that prevented viewing of pleroma user...
2021-10-20 DessalinesMerge pull request #1850 from LemmyNet/refactor-apub
2021-10-20 Felix AbleitnerMerge crates db_schema and db_queries
2021-10-13 NutomicDont swallow API errors (fixes #1834) (#1837)
2021-10-01 DessalinesAdding honeypot to user and post creation. Fixes #1802...
2021-09-27 Felix AbleitnerMerge branch 'remove_settings_and_secret_singletons_squ...
2021-09-27 DessalinesMoving settings and secrets to context.
2021-09-27 Felix AbleitnerMove jwt secret from config to database (fixes #1728)
2021-08-04 DessalinesSimplify config using macros (#1686)
2021-07-23 DessalinesActor name length config dess (#1672)
2021-07-22 DessalinesAdd show_new_posts_notifs setting. Fixes #1664 (#1665)
2021-07-05 DessalinesRunning clippy --fix (#1647)
2021-04-26 DessalinesMerge pull request #1592 from LemmyNet/feature/mark_pos...
2021-04-26 DessalinesMerge branch 'main' into feature/mark_post_as_read
2021-04-24 DessalinesAdd show_read_posts filter. Fixes #1561
2021-04-21 NutomicMark accounts as bot nutomic (#1565)
2021-04-16 NutomicUse .map_err in api code (fixes #1573) (#1575)
2021-04-08 DessalinesRemoving community.creator column. Fixes #1504 (#1541)
2021-04-07 DessalinesMerge branch 'release/v0.10'
2021-04-07 DessalinesMerge pull request #1552 from LemmyNet/feature/1550...
2021-04-06 DessalinesMerge branch 'main' into change_password_api
2021-04-06 NutomicMerge pull request #1537 from LemmyNet/add_users_active...
2021-04-06 NutomicMerge pull request #1536 from LemmyNet/change_preferred...
2021-04-06 NutomicMerge pull request #1535 from LemmyNet/rust_captcha_fea...
2021-04-06 NutomicMerge pull request #1529 from LemmyNet/show_score_setting
2021-03-31 DessalinesAdding a setting to show / hide scores. Fixes #1503
2021-03-29 DessalinesMerge remote-tracking branch 'yerba/split-api-crate...
2021-03-25 Felix AbleitnerSplit api crate into api_structs and api