continuwuity/src/api/router
Tom Foster 583cb924f1 refactor: address code review feedback for auth and pagination improvements
- Extract duplicated thread/message pagination functions to shared utils module
- Refactor pagination token parsing to use Option combinators instead of defaults
- Split access token generation from assignment for clearer error handling
- Add appservice token collision detection at startup and registration
- Allow appservice re-registration with same token (for config updates)
- Simplify thread relation chunk building using iterator chaining
- Fix saturating_inc edge case in relation queries with explicit filtering
- Add concise comments explaining non-obvious behaviour choices
2025-08-12 05:29:41 +01:00
..
args.rs use async_trait without axum re-export 2025-03-31 04:27:20 +00:00
auth.rs refactor: address code review feedback for auth and pagination improvements 2025-08-12 05:29:41 +01:00
handler.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
request.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
response.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00