1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-03-13 15:02:44 +00:00
lemmy/crates
flamingos-cant e7ab5256f7
Add new setting to block NSFW content ()
* Block NSFW content on instances with it disabled

* Make disallow_nsfw_content a local_site setting

* Clippy

* Add comma

* SQL fmt

* Newline

* Use func in apub + update js-client

* Remove extra db queries, add purge_post_images

* Add back local_site to funcs that need it

* Fix tests

* Add delay to api test

* Address comments

* Cleanup

* Return results from db func

* fmt

* Remove unneeded result

* Sync translations
2025-03-03 11:46:39 +01:00
..
api Add new setting to block NSFW content () 2025-03-03 11:46:39 +01:00
api_common Add new setting to block NSFW content () 2025-03-03 11:46:39 +01:00
api_crud Add new setting to block NSFW content () 2025-03-03 11:46:39 +01:00
apub Add new setting to block NSFW content () 2025-03-03 11:46:39 +01:00
db_perf Rename actor_id columns to ap_id () 2025-02-05 22:56:37 -05:00
db_schema Add new setting to block NSFW content () 2025-03-03 11:46:39 +01:00
db_views Also search url field by default () 2025-02-28 08:08:55 -05:00
federate Reduce usage of async_trait () 2025-02-19 11:06:22 -05:00
routes Cors policy should allow any origin by default (fixes ) () 2025-02-07 11:11:44 -05:00
utils Add new setting to block NSFW content () 2025-03-03 11:46:39 +01:00