lemmy/crates
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
..
api Dont create auth cookie in backend (#4136) 2023-11-08 07:55:09 -05:00
api_common Merge /site_inbox into /inbox, remove unique constraint for inboxes (#4138) 2023-11-16 14:22:40 +01:00
api_crud Merge /site_inbox into /inbox, remove unique constraint for inboxes (#4138) 2023-11-16 14:22:40 +01:00
apub Merge /site_inbox into /inbox, remove unique constraint for inboxes (#4138) 2023-11-16 14:22:40 +01:00
db_schema Adding skip_serializing_none to federation state. (#4152) 2023-11-14 08:20:44 -05:00
db_views Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
db_views_actor Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
db_views_moderator chore: Run rust format 2023-09-22 21:39:03 -04:00
federate add federation queue state to get_federated_instances api (#4104) 2023-11-06 16:07:04 -05:00
routes Remove unused deps (#4111) 2023-10-31 11:11:12 +01:00
utils Rename cache_remote_images setting to cache_external_link_previews (ref #4035) (#4148) 2023-11-13 09:19:09 -05:00