lemmy/crates/db_schema/src
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
..
impls Dont force enable undetermined language anymore (fixes #5487) (#5491) 2025-03-10 11:52:35 -04:00
schema_setup Add custom migration runner, forbid some diesel migration commands, fix old migrations (#4673) 2025-01-08 11:07:32 +01:00
source Adding pagination for GetBannedPersons (#5428) 2025-03-11 09:41:02 +01:00
utils Prevent incorrectly using delete instead of uplete (#5331) 2025-01-21 09:52:18 -05:00
diesel_ltree.patch Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
lib.rs Remove aggregate tables (fixes #4869) (#5407) 2025-03-06 16:18:41 +01:00
newtypes.rs Extracting pagination cursor utils into a trait. (#5424) 2025-03-04 13:00:18 -05:00
schema.rs Remove aggregate tables (fixes #4869) (#5407) 2025-03-06 16:18:41 +01:00
schema_setup.rs Only print migration output when running migrate command (#5363) 2025-01-29 13:51:23 -05:00
sensitive.rs Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
traits.rs Extracting pagination cursor utils into a trait. (#5424) 2025-03-04 13:00:18 -05:00
utils.rs Adding pagination for GetBannedPersons (#5428) 2025-03-11 09:41:02 +01:00