You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/api_common/src
Nutomic a00313e680
Merge `/site_inbox` into `/inbox`, remove unique constraint for inboxes (#4138)
* Merge /site_inbox into /inbox (fixes #4137)

Get rid of different inboxes, only use /inbox

Remove shared_inbox_url db columns

add code migration

move to db migration, fixes

machete

fix sql

drop inbox url unique constraints

Dont create auth cookie in backend (#4136)

dont change individual inboxes to shared inbox

Dont send comment reply to user who has community blocked. Fixes #3684 (#4096)

* Dont send comment reply to user who has community blocked. Fixes #3684

* Adding source instance block check.

* Adding api test.

* Addressing PR comments.

* move site inbox rewrite to db

* fix test

* clippy

* clippy 2

* fix test
7 months ago
..
build_response.rs Dont send comment reply to user who has community blocked. Fixes #3684 (#4096) 7 months ago
claims.rs Refactor rate limiter and improve rate limit bucket cleanup (#3937) 8 months ago
comment.rs Remove explicit auth params (#3946) 9 months ago
community.rs Adding ts-rs directives for login_token. (#4063) 8 months ago
context.rs Refactor rate limiter and improve rate limit bucket cleanup (#3937) 8 months ago
custom_emoji.rs Convert more responses to SuccessResponse. Fixes #2860 (#4058) 8 months ago
lib.rs add federation queue state to get_federated_instances api (#4104) 7 months ago
person.rs Removing show_new_post_notifs. (#4158) 7 months ago
post.rs Make sure my_vote is consistently missing if not voted. Fixes #3197 (#4075) 8 months ago
private_message.rs Remove explicit auth params (#3946) 9 months ago
request.rs Rename cache_remote_images setting to cache_external_link_previews (ref #4035) (#4148) 7 months ago
send_activity.rs remove synchronous federation flag 9 months ago
sensitive.rs Upgrade api_test deps (#2850) 1 year ago
site.rs Adding skip_serializing_none to federation state. (#4152) 7 months ago
utils.rs Merge `/site_inbox` into `/inbox`, remove unique constraint for inboxes (#4138) 7 months ago