lemmy/crates/db_schema/src/impls
dullbananas 79e6dbf0de
Remove PersonInsertForm builder (#4779)
* Update session_middleware.rs

* Update private_message_report_view.rs

* Update session_middleware.rs

* Update private_message_view.rs

* Update private_message.rs

* Update registration_application_view.rs

* Update actor_language.rs

* Update vote_view.rs

* Update code_migrations.rs

* Update comment_aggregates.rs

* Update person_view.rs

* Update user_settings_backup.rs

* Update person.rs

* Update create.rs

* Update comment_view.rs

* Update moderator.rs

* Update site_aggregates.rs

* Update claims.rs

* Update community_aggregates.rs

* Update post_report.rs

* Update person_mention_view.rs

* Update community_view.rs

* Update comment_report_view.rs

* Update post_report_view.rs

* Update community_moderators.rs

* Update comment.rs

* Update person_aggregates.rs

* Update comment_reply_view.rs

* Update password_reset_request.rs

* Update post_aggregates.rs

* Update community.rs

* Update main.rs

* Update post.rs

* Update person.rs

* Update person.rs

* Update claims.rs

* Update person.rs

* Update create.rs

* Update user_settings_backup.rs

* Update community_moderators.rs

* Update main.rs

* Update comment_aggregates.rs

* Update community_aggregates.rs

* Update person.rs

* Update Cargo.toml

* Update Cargo.toml

* Update person.rs

* fix

* Update code_migrations.rs

* fix submodule

* Update person.rs
2024-06-06 08:29:18 -04:00
..
activity.rs Move SQL triggers from migrations into reusable sql file (#4333) 2024-04-17 20:58:44 -04:00
actor_language.rs Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
captcha_answer.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
comment.rs Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
comment_reply.rs Dont show replies / mentions from blocked users. Fixes #4227 (#4727) 2024-05-22 08:50:26 -04:00
comment_report.rs Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 2024-02-15 08:52:04 -05:00
community.rs Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
community_block.rs Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
custom_emoji.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
email_verification.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
federation_allowlist.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00
federation_blocklist.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
federation_queue_state.rs add federation queue state to get_federated_instances api (#4104) 2023-11-06 16:07:04 -05:00
images.rs Creating a LocalImageView, so that front ends have the Person struct. (#4631) 2024-04-16 19:20:44 -04:00
instance.rs Unit tests and cleanup for outgoing federation code (#4733) 2024-05-27 09:34:58 -04:00
instance_block.rs Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
language.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
local_site.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
local_site_rate_limit.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
local_site_url_blocklist.rs Add a blocklist for URLs. (#4515) 2024-03-15 07:03:29 -04:00
local_user.rs Allow importing partial backup (fixes #4672) (#4705) 2024-05-14 22:37:30 -04:00
local_user_vote_display_mode.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
login_token.rs Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
mod.rs Add a blocklist for URLs. (#4515) 2024-03-15 07:03:29 -04:00
moderator.rs Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
password_reset_request.rs Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
person.rs Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
person_block.rs Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
person_mention.rs Dont show replies / mentions from blocked users. Fixes #4227 (#4727) 2024-05-22 08:50:26 -04:00
post.rs Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
post_report.rs Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
private_message.rs Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
private_message_report.rs chore: fix some comments (#4637) 2024-04-17 14:35:54 +02:00
registration_application.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
secret.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
site.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
tagline.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00