lemmy/crates/api_crud/src
Nutomic 1ba848f99d Avoid stack overflow when fetching nested comments, reduce max comment depth to 50 (#5009)
* Avoid stack overflow when fetching deeply nested comments

* add test case

* reduce comment depth, add docs

* decrease

* reduce max comment depth to 50

* fmt

* clippy

* cleanup
2024-10-01 10:10:14 +02:00
..
comment Avoid stack overflow when fetching nested comments, reduce max comment depth to 50 (#5009) 2024-10-01 10:10:14 +02:00
community Allow empty string to clear URL-type DB fields. (#4780) 2024-06-06 09:55:08 -04:00
custom_emoji Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2024-04-10 10:14:11 -04:00
post Adding a URL max length lemmy error. (#4960) 2024-08-04 09:45:53 -04:00
private_message Use trigger to generate apub URL in insert instead of update, and fix query planner options not being set when TLS is disabled (#4797) 2024-07-02 11:23:21 -04:00
site Ignore zero values when setting rate limits (fixes #4280) (#5029) 2024-10-01 10:03:59 +02:00
user Adding checks for higher admin and mod. (#4860) 2024-07-16 12:22:47 +02:00
lib.rs Rewrite remaining federation actions, get rid of PerformCrud trait (#3794) 2023-08-02 12:52:41 -04:00