lemmy/crates/db_schema/src/impls
Nutomic 2848c076af
Add helper method for caching function results (#5220)
* Add helper method for caching function results

* fmt
2024-11-22 09:33:35 -05:00
..
activity.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
actor_language.rs Removing a few expects from production and test code. (#5193) 2024-11-15 08:18:52 -05:00
captcha_answer.rs Removing a few expects from production and test code. (#5193) 2024-11-15 08:18:52 -05:00
comment.rs Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01: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 Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00
community.rs Upgrading diesel and a few other deps. (#5203) 2024-11-18 10:23:02 -07:00
community_block.rs Combine action tables (#4459) 2024-11-11 11:34:10 +01: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 Implement private communities (#5076) 2024-11-07 05:49:05 -05: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 Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00
instance_block.rs Combine action tables (#4459) 2024-11-11 11:34:10 +01:00
language.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
local_site.rs Add helper method for caching function results (#5220) 2024-11-22 09:33:35 -05: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 expects from production and test code. (#5193) 2024-11-15 08:18:52 -05: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 Fixing LemmyError imports. (#5157) 2024-11-04 10:44:58 +01:00
mod.rs SSO Support (#4881) 2024-09-18 14:52:33 +02:00
moderator.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
oauth_account.rs Cleanup remaining use of Result<bool, Error> (fixes #4862) (#5047) 2024-09-24 13:25:33 -04:00
oauth_provider.rs SSO Support (#4881) 2024-09-18 14:52:33 +02:00
password_reset_request.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
person.rs Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00
person_block.rs Combine action tables (#4459) 2024-11-11 11:34:10 +01:00
person_mention.rs Dont show replies / mentions from blocked users. Fixes #4227 (#4727) 2024-05-22 08:50:26 -04:00
post.rs Removing a few expects from production and test code. (#5193) 2024-11-15 08:18:52 -05:00
post_report.rs Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00
private_message.rs Implement private communities (#5076) 2024-11-07 05:49:05 -05:00
private_message_report.rs Cleanup post action forms (#5197) 2024-11-15 11:21:08 +01:00
registration_application.rs Simplify handling of NotFound SQL errors (fixes #4633) (#5031) 2024-09-23 11:26:50 -04:00
secret.rs Replace clippy::unwrap_used in tests (#5064) 2024-10-02 08:50:21 -04:00
site.rs Check for error when fetching link metadata (fixes #5127) (#5129) 2024-11-15 09:13:43 -05:00
tagline.rs Upgrading diesel and a few other deps. (#5203) 2024-11-18 10:23:02 -07:00