lemmy/crates/api_crud/src
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
..
comment Remove redundant calls to `Iterator::collect` (#3365) 2023-06-28 11:19:26 +02:00
community add new flag to api (#3363) 2023-06-27 06:45:26 -04:00
custom_emoji Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00
post Only allow http(s) scheme for urls (ref #3505) (#3508) 2023-07-06 08:29:51 -04:00
private_message Add separate Post check for is_valid_body_field (#3263) 2023-06-26 10:47:01 +02:00
site Fixes #2900 - Checks slur regex to see if it is too permissive (#3146) 2023-06-27 07:03:30 -04:00
user feat: re-added captcha checks (#3289) 2023-06-27 06:38:53 -04:00
lib.rs Remove chatserver (#2919) 2023-06-06 12:27:22 -04:00