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
2023-11-16 14:22:40 +01:00
..
build_response.rs Dont send comment reply to user who has community blocked. Fixes #3684 (#4096) 2023-11-09 12:03:25 +01:00
claims.rs Refactor rate limiter and improve rate limit bucket cleanup (#3937) 2023-10-19 15:31:51 +02:00
comment.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
community.rs Adding ts-rs directives for login_token. (#4063) 2023-10-19 20:16:12 -04:00
context.rs Refactor rate limiter and improve rate limit bucket cleanup (#3937) 2023-10-19 15:31:51 +02:00
custom_emoji.rs Convert more responses to SuccessResponse. Fixes #2860 (#4058) 2023-10-19 13:21:05 -04:00
lib.rs add federation queue state to get_federated_instances api (#4104) 2023-11-06 16:07:04 -05:00
person.rs Removing show_new_post_notifs. (#4158) 2023-11-15 10:20:01 +01:00
post.rs Make sure my_vote is consistently missing if not voted. Fixes #3197 (#4075) 2023-10-23 12:40:29 -04:00
private_message.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
request.rs Rename cache_remote_images setting to cache_external_link_previews (ref #4035) (#4148) 2023-11-13 09:19:09 -05:00
send_activity.rs remove synchronous federation flag 2023-09-20 14:22:17 +00:00
sensitive.rs Upgrade api_test deps (#2850) 2023-05-10 16:31:37 -04:00
site.rs Adding skip_serializing_none to federation state. (#4152) 2023-11-14 08:20:44 -05:00
utils.rs Merge /site_inbox into /inbox, remove unique constraint for inboxes (#4138) 2023-11-16 14:22:40 +01:00