lemmy/crates/apub/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
..
activities Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00
api fix(posts/comments/search): return error on invalid community name (#3418) 2023-07-04 13:04:38 +02:00
collections Remove `actix_rt` & use standard tokio spawn (#3158) 2023-06-26 10:24:11 +02:00
fetcher Addressing slow profile queries. #2777 (#2830) 2023-04-25 19:28:06 -04:00
http Remove not needed anymore http-signature-normalization-actix dependency (#3458) 2023-07-04 12:14:37 +02:00
objects Only allow http(s) scheme for urls (ref #3505) (#3508) 2023-07-06 08:29:51 -04:00
protocol improve performance of community followers inbox query (#3482) 2023-07-05 11:50:26 -04:00
activity_lists.rs Activitypub crate rewrite (#2782) 2023-03-21 16:03:05 +01:00
lib.rs Cache federation blocklist (#3486) 2023-07-05 11:08:02 -04:00
mentions.rs Remove redundant calls to `Iterator::collect` (#3365) 2023-06-28 11:19:26 +02:00