lemmy/crates/db_schema
Dessalines 91d10092b6
Adding pagination for GetBannedPersons (#5428)
* Extracting pagination cursor utils into a trait.

- Fixes #5275

* Refactoring to avoid stack overflows.

* Fixing api_common feature.

* Adding pagination for GetBannedPersons.

- Must come after #5424
- Fixes #2847

* Rename the traits and paginationcursor::new

* Using combined trait.

* Removing empty files.

* Merge from main, limit fetch.

* Adding local ban check, and ignore_page_limits.

* Only do page limits if not admin.
2025-03-11 09:41:02 +01:00
..
replaceable_schema Remove aggregate tables (fixes #4869) (#5407) 2025-03-06 16:18:41 +01:00
src Adding pagination for GetBannedPersons (#5428) 2025-03-11 09:41:02 +01:00
Cargo.toml Add new setting to block NSFW content (#5436) 2025-03-03 11:46:39 +01:00