You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/db_schema/src
Nutomic 99aac07714
Mark database fields as sensitive so they dont show up in logs (#4720)
* Mark database fields as sensitive so they dont show up in logs

* add file

* fix test

* Update crates/apub/src/objects/person.rs

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>

* Update crates/apub/src/objects/community.rs

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>

* Update crates/apub/src/objects/instance.rs

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>

---------

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
3 days ago
..
aggregates Make all single-fetch database calls return an Option. (#4617) 1 month ago
impls Mark database fields as sensitive so they dont show up in logs (#4720) 3 days ago
source Mark database fields as sensitive so they dont show up in logs (#4720) 3 days ago
diesel_ltree.patch Adding a post_view mode. Fixes #3730 (#3731) 9 months ago
lib.rs Mark database fields as sensitive so they dont show up in logs (#4720) 3 days ago
newtypes.rs chore: fix some comments (#4637) 1 month ago
schema.rs Testing for federation with NodeBB, make community.followers_url optional (#4629) 3 weeks ago
schema_setup.rs Move SQL triggers from migrations into reusable sql file (#4333) 1 month ago
sensitive.rs Mark database fields as sensitive so they dont show up in logs (#4720) 3 days ago
traits.rs Make all single-fetch database calls return an Option. (#4617) 1 month ago
utils.rs Update rustls (#4690) 2 weeks ago