lemmy/crates/db_schema/src/impls
Dessalines d476d32200
Removing a few more Result<bool> . (#4977)
* Removing a few more Result<bool> .

* Running taplo fmt.

* Running fmt.

* Adding email taken test.

* Fixing tests.

* Adding back in missing admin check.

* Rename check_has_local_followers function.
2024-09-23 20:55:35 -04:00
..
activity.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
actor_language.rs Remove TypedBuilder in favor of derive_new (fixes #4863) (#5020) 2024-09-20 08:15:25 -04:00
captcha_answer.rs Removing a few more Result<bool> . (#4977) 2024-09-23 20:55:35 -04:00
comment.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -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 Removing a few more Result<bool> . (#4977) 2024-09-23 20:55:35 -04:00
community_block.rs Removing a few more Result<bool> . (#4977) 2024-09-23 20:55:35 -04:00
custom_emoji.rs Feature/custom emoji and tagline views (#4580) 2024-09-19 05:15:04 -04:00
email_verification.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04: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 Always save remote image data (#4875) 2024-09-23 09:58:49 +02:00
instance.rs Get rid of a lot of pointless mut form initializations. (#5037) 2024-09-23 12:05:18 +02:00
instance_block.rs Removing a few more Result<bool> . (#4977) 2024-09-23 20:55:35 -04:00
language.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
local_site.rs Replace 3rd party once_cell crate with recently stabilized standard library API (#4919) 2024-07-30 10:11:39 -04: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 Removing a few more Result<bool> . (#4977) 2024-09-23 20:55:35 -04:00
local_user_vote_display_mode.rs refactor!: use rustls instead of native-tls (#4901) 2024-07-18 08:40:43 -04:00
login_token.rs Removing a few more Result<bool> . (#4977) 2024-09-23 20:55:35 -04:00
mod.rs SSO Support (#4881) 2024-09-18 14:52:33 +02:00
moderator.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
oauth_account.rs SSO Support (#4881) 2024-09-18 14:52:33 +02:00
oauth_provider.rs SSO Support (#4881) 2024-09-18 14:52:33 +02:00
password_reset_request.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
person.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
person_block.rs Removing a few more Result<bool> . (#4977) 2024-09-23 20:55:35 -04:00
person_mention.rs Dont show replies / mentions from blocked users. Fixes #4227 (#4727) 2024-05-22 08:50:26 -04:00
post.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
post_report.rs Remove TypedBuilder in favor of derive_new (fixes #4863) (#5020) 2024-09-20 08:15:25 -04:00
private_message.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
private_message_report.rs Adding deny unimplemented to clippy lints. (#4922) 2024-07-31 20:28:41 -04:00
registration_application.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
secret.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
site.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
tagline.rs Feature/custom emoji and tagline views (#4580) 2024-09-19 05:15:04 -04:00