lemmy/crates/api_crud/src/post
Nutomic 00f9f79a44
Only allow http(s) scheme for urls (ref #3505) (#3508)
With this change only http(s) schemes are allowed for post.url
field. This is checked for incoming api and federation requests.
Existing posts in database which are sent to clients are not
checked. Neither does it check urls in markdown.
2023-07-06 08:29:51 -04:00
..
create.rs Only allow http(s) scheme for urls (ref #3505) (#3508) 2023-07-06 08:29:51 -04:00
delete.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
mod.rs Add SendActivity trait so that api crates compile in parallel with lemmy_apub 2022-12-02 10:46:49 +01:00
read.rs Fixing cross_post duplicates. Fixes #3233 (#3234) 2023-06-21 10:56:44 +02:00
remove.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
update.rs Only allow http(s) scheme for urls (ref #3505) (#3508) 2023-07-06 08:29:51 -04:00