lemmy/crates/api_crud
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
..
src Adding pagination for GetBannedPersons (#5428) 2025-03-11 09:41:02 +01:00
Cargo.toml Remove instrument macros (#5368) 2025-01-29 10:50:42 +01:00