lemmy/crates
Nutomic 7c2445efe7
Resolve links to remote posts into local URL (#5057)
* move code to new file

* rewrite markdown links (fixes #2987)

* add missing file

* add helper fn

* also convert post.url

* simplify search.rs

* clippy

* also rewrite user/community links in markdown

* Call from apub handlers, cleanup

* no network requests in test

* clippy

* fix tests

* serial

* test

* no mut

* add api test

* fix api test
2024-10-03 08:24:05 -04:00
..
api Adding a get_random_community endpoint. (#5042) 2024-10-02 09:10:41 -04:00
api_common Resolve links to remote posts into local URL (#5057) 2024-10-03 08:24:05 -04:00
api_crud Adding a get_random_community endpoint. (#5042) 2024-10-02 09:10:41 -04:00
apub Resolve links to remote posts into local URL (#5057) 2024-10-03 08:24:05 -04:00
db_perf Replace clippy allow annotation with expect (fixes #5012) (#5048) 2024-09-24 13:29:02 -04:00
db_schema Resolve links to remote posts into local URL (#5057) 2024-10-03 08:24:05 -04:00
db_views Replace clippy::unwrap_used in tests (#5064) 2024-10-02 08:50:21 -04:00
db_views_actor Replace clippy::unwrap_used in tests (#5064) 2024-10-02 08:50:21 -04:00
db_views_moderator Fixing extra modlog entries when post_id or comment_id is given. (#4664) 2024-04-25 10:26:17 +02:00
federate Replace clippy::unwrap_used in tests (#5064) 2024-10-02 08:50:21 -04:00
routes Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
utils Resolve links to remote posts into local URL (#5057) 2024-10-03 08:24:05 -04:00