lemmy/crates/db_schema/src/impls
Nutomic 6f513793cb
Activitypub crate rewrite (#2782)
* update activitypub-federation crate to 0.4.0

* fixes

* apub compiles!

* everything compiling!

* almost done, federated follow failing

* some test fixes

* use release

* add code back in
2023-03-21 16:03:05 +01:00
..
activity.rs Activitypub crate rewrite (#2782) 2023-03-21 16:03:05 +01:00
actor_language.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
comment.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
comment_reply.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
comment_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
community.rs Get rid of Safe Views, use serde_skip (#2767) 2023-03-01 18:19:46 +01:00
community_block.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
custom_emoji.rs Add Custom Emojis Support (#2616) 2023-03-20 17:32:31 -04:00
email_verification.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
federation_allowlist.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
federation_blocklist.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
instance.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
language.rs Fix data fetching from Peertube (fixes #2689) (#2703) 2023-02-05 00:38:08 -05:00
local_site.rs Use enum for registration mode setting (#2604) 2023-01-05 01:42:30 +00:00
local_site_rate_limit.rs Allow embedding Lemmy, fix setup error (#2618) 2022-12-19 10:54:42 -05:00
local_user.rs Get rid of Safe Views, use serde_skip (#2767) 2023-03-01 18:19:46 +01:00
mod.rs Add Custom Emojis Support (#2616) 2023-03-20 17:32:31 -04:00
moderator.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
password_reset_request.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
person.rs Get rid of Safe Views, use serde_skip (#2767) 2023-03-01 18:19:46 +01:00
person_block.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
person_mention.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
post.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
post_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
private_message.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
private_message_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
registration_application.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
secret.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
site.rs Fixing issue with saving site language. Fixes #2748 (#2749) 2023-02-22 02:22:54 +01:00
tagline.rs Fix clippy lints. (#2572) 2022-11-21 10:21:09 +00:00