lemmy/crates/api_common/src
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
..
build_response.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
claims.rs Replace clippy::unwrap_used in tests (#5064) 2024-10-02 08:50:21 -04:00
comment.rs View report history for a post or comment. Fixes #4190 (#4492) 2024-03-05 11:31:40 +01:00
community.rs Adding a get_random_community endpoint. (#5042) 2024-10-02 09:10:41 -04:00
context.rs federation: parallel sending per instance (#4623) 2024-07-21 11:50:50 -04:00
custom_emoji.rs Feature/custom emoji and tagline views (#4580) 2024-09-19 05:15:04 -04:00
lib.rs Feature/custom emoji and tagline views (#4580) 2024-09-19 05:15:04 -04:00
oauth_provider.rs Adding skip_serializing_none to another OAuth API request. (#5060) 2024-09-27 11:15:44 -04:00
person.rs Remove redundant local_user.auto_expand setting. (#5041) 2024-09-24 08:55:09 -04:00
post.rs Post scheduling (fixes #234) (#5025) 2024-09-24 05:39:40 -04:00
private_message.rs Make request models derive PartialEq, Eq, and Hash (#4443) 2024-02-11 00:32:14 -05:00
request.rs Replace clippy::unwrap_used in tests (#5064) 2024-10-02 08:50:21 -04:00
send_activity.rs Adding ability to restore content on user unban. (#4845) 2024-09-18 09:11:42 -04:00
site.rs Adding local site settings to reject federated upvotes or downvotes. (#5038) 2024-10-02 06:55:37 -04:00
tagline.rs Feature/custom emoji and tagline views (#4580) 2024-09-19 05:15:04 -04:00
utils.rs Resolve links to remote posts into local URL (#5057) 2024-10-03 08:24:05 -04:00