lemmy/crates/api/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>
2024-05-16 20:41:57 -04:00
..
comment Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
comment_report Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
community Fix community add mod check (fixes #4624) (#4667) 2024-04-25 11:47:38 -04:00
local_user Mark database fields as sensitive so they dont show up in logs (#4720) 2024-05-16 20:41:57 -04:00
post Untangle thumbnail generation logic (ref #4604) (#4615) 2024-04-17 10:36:45 -04:00
post_report Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
private_message Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
private_message_report Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
site Creating a LocalImageView, so that front ends have the Person struct. (#4631) 2024-04-16 19:20:44 -04:00
lib.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
sitemap.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00