lemmy/crates/db_schema/src/impls
dullbananas a47b12bbde
Reduce amount of columns selected (#3755)
* PostAggregatesNotInPost

* CommentAggregatesNotInComment

* CommunityPersonBanAdditionalInfo (partial)

* Revert "CommunityPersonBanAdditionalInfo (partial)"

This reverts commit 158f7f0cd9.

* Replace some nullable parts of selection with id::nullable().is_not_null()

* CommunityFollower::select_subscribed_type

* WithoutId

* Add WithoutId derives

* Update Cargo.toml

* rerun ci

* Fix syntatx errors

* rerun ci

* Add missing "|" in private_message_report_view.rs

* rerun ci

* cargo fmt

* rerun ci

* Only derive WithoutId for Community with "full" feature

* rerun ci

* Fix attribute filtering in WithoutId macro

* rerun ci

* Update without_id.rs

* rerun ci

* Update without_id.rs

* rerun ci

* Fix errors

* rerun ci

* cargo fmt

* Fix errors

* rerun ci

* Move WithoutId to lib.rs

* rerun ci

* Remove macro_use for paste

* rerun ci

* Update comment_reply_view.rs

* rerun ci

* Update registration_application_view.rs

* rerun ci

* Revert "Update registration_application_view.rs"

This reverts commit 2e98e4bb83.

* Revert "Update comment_reply_view.rs"

This reverts commit 857bf9f5a2.

* Revert "Remove macro_use for paste"

This reverts commit 13247279ed.

* Revert "Move WithoutId to lib.rs"

This reverts commit 0c23e5213b.

* Revert "Fix errors"

This reverts commit a283d155e5.

* Revert "cargo fmt"

This reverts commit 36a5210352.

* Revert "Fix errors"

This reverts commit c9102c14f4.

* Revert "Update without_id.rs"

This reverts commit 19adb2fcc8.

* Revert "Update without_id.rs"

This reverts commit e26107a2fe.

* Revert "Fix attribute filtering in WithoutId macro"

This reverts commit acaa4902b0.

* Revert "Only derive WithoutId for Community with "full" feature"

This reverts commit de0e9c6fdc.

* Revert "cargo fmt"

This reverts commit 5e1bd1ce58.

* Revert "Add missing "|" in private_message_report_view.rs"

This reverts commit c7ae9f1cd5.

* Revert "Fix syntatx errors"

This reverts commit d942f099de.

* Revert "Update Cargo.toml"

This reverts commit 23cdb6f6d3.

* Revert "Add WithoutId derives"

This reverts commit 06006d6ad3.

* Revert "WithoutId"

This reverts commit 5e86922b0f.

* Revert "CommentAggregatesNotInComment"

This reverts commit 603aede7ce.

* Revert "PostAggregatesNotInPost"

This reverts commit 1ee3fcaeab.

* Restore original position of options.saved_only filter

* rerun ci

* Update post_view.rs

* rerun ci
2023-08-08 11:41:10 +02:00
..
activity.rs Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00
actor_language.rs Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00
captcha_answer.rs Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00
comment.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -04:00
comment_reply.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -04:00
comment_report.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
community.rs Reduce amount of columns selected (#3755) 2023-08-08 11:41:10 +02:00
community_block.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04: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 functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
federation_allowlist.rs Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00
federation_blocklist.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
instance.rs Omit local instance from federated instances list (#3712) 2023-07-27 12:12:18 +02:00
language.rs Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00
local_site.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
local_site_rate_limit.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
local_user.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -04:00
mod.rs feat: re-added captcha checks (#3289) 2023-06-27 06:38:53 -04:00
moderator.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -04:00
password_reset_request.rs Dont use sha hash for password reset token (fixes #3491) (#3795) 2023-08-02 13:02:53 -04:00
person.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -04:00
person_block.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
person_mention.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -04:00
post.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -04:00
post_report.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
private_message.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -04:00
private_message_report.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
registration_application.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -04:00
secret.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
site.rs Default imprementations for read and delete in Crud trait (#3707) 2023-08-01 10:34:10 -04:00
tagline.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00