]> Untitled Git - lemmy.git/history - crates/api_crud/src/private_message/update.rs
Sanitize html (#3708)
[lemmy.git] / crates / api_crud / src / private_message / update.rs
2023-07-26 NutomicSanitize html (#3708)
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-07-10 NutomicError enum fixed (#3487)
2023-06-26 NeshuraAdd separate Post check for is_valid_body_field (#3263)
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-04-13 DessalinesMaking the chat server an actor. (#2793)
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-12-01 NutomicUse audience field to federate items in groups (fixes...
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-10-27 DessalinesMoving settings to Database. (#2492)
2022-09-19 NutomicImplement reports for private messages (#2433)
2022-06-02 NutomicExtract Activitypub logic into separate library (#2288)
2022-05-03 NutomicAdd cargo feature for building lemmy_api_common with...
2022-03-16 NutomicRework error handling (fixes #1714) (#2135)
2022-02-14 NutomicMerge different delete activities for better compatibil...
2021-12-06 RileyDon't drop error context when adding a message to error...
2021-11-08 DessalinesMerge pull request #1877 from LemmyNet/refactor-apub-2
2021-11-06 Felix AbleitnerChange to_apub and from_apub to take by value and avoid...
2021-11-03 DessalinesMerge pull request #1874 from LemmyNet/protocol-testing
2021-10-29 Felix AbleitnerMove activity structs to protocol folder
2021-10-20 DessalinesMerge pull request #1850 from LemmyNet/refactor-apub
2021-10-20 Felix AbleitnerMajor refactor, adding newtypes for apub crate
2021-10-20 Felix AbleitnerMerge crates db_schema and db_queries
2021-10-13 NutomicDont swallow API errors (fixes #1834) (#1837)
2021-09-27 Felix AbleitnerMerge branch 'remove_settings_and_secret_singletons_squ...
2021-09-27 DessalinesMoving settings and secrets to context.
2021-08-17 NutomicRewrite delete activities (#1699)
2021-08-02 DessalinesMerge pull request #1677 from LemmyNet/remove-fat-deps
2021-08-02 NutomicMerge pull request #1683 from LemmyNet/fix/comment_coun...
2021-08-02 DessalinesMerge pull request #1682 from LemmyNet/rewrite-comment
2021-07-31 Felix AbleitnerRewrite private message apub and merge create/update
2021-07-30 DessalinesBlank out extra info for deleted or removed content...
2021-07-05 DessalinesRunning clippy --fix (#1647)
2021-04-16 NutomicUse .map_err in api code (fixes #1573) (#1575)
2021-03-29 DessalinesMerge remote-tracking branch 'yerba/split-api-crate...
2021-03-29 Felix AbleitnerFix API and clippy warnings
2021-03-25 Felix AbleitnerSplit api crate into api_structs and api