lemmy/crates/apub/src/http
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
2023-11-16 14:22:40 +01:00
..
comment.rs Resolve federated objects from other instances via redirect (fixes #3129) (#4073) 2023-10-25 07:14:59 -04:00
community.rs Read community follower count from home instance (fixes #1440) (#4013) 2023-10-17 10:34:38 -04:00
mod.rs Resolve federated objects from other instances via redirect (fixes #3129) (#4073) 2023-10-25 07:14:59 -04:00
person.rs Federation tests replication round1 - demonstrate absent replication of comment deletes (#3657) 2023-07-27 06:17:40 -04:00
post.rs Resolve federated objects from other instances via redirect (fixes #3129) (#4073) 2023-10-25 07:14:59 -04:00
routes.rs Merge /site_inbox into /inbox, remove unique constraint for inboxes (#4138) 2023-11-16 14:22:40 +01:00
site.rs Merge /site_inbox into /inbox, remove unique constraint for inboxes (#4138) 2023-11-16 14:22:40 +01:00