You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Croft
a99d05e60a
refactor(scim): hoist shared helpers into scim mod
Move the SCIM actor constants, page-size caps, body limit, pagination
clamp, ListResponse builder, and resource-location helper into scim/mod.rs so
users.rs, groups.rs, discovery.rs, and main.rs share one definition instead of
re-inlining literals. Export LIST_RESPONSE_URN and reference SCIM_MAX_RESULTS
from ServiceProviderConfig so the advertised filter cap and the enforced cap
cannot drift.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
4 days ago
..
api
refactor(scim): hoist shared helpers into scim mod
4 days ago
auth
2026.6.0 send support (#7346)
2 weeks ago
db
refactor(scim): batch user lookup and clarify scim_api_key
4 days ago
static
Updates and fixes (#7235)
2 months ago
auth.rs
2026.6.0 send support (#7346)
2 weeks ago
config.rs
Add SCIM v2 scaffolding: per-org api key, auth guard, discovery endpoints
5 days ago
crypto.rs
Several SSO Fixes (#7163)
3 months ago
error.rs
2026.6.0 send support (#7346)
2 weeks ago
http_client.rs
Fix enforce blocked (#7246)
2 weeks ago
mail.rs
Switch to Edition 2024, more clippy lints, and less macro calls (#7200)
2 months ago
main.rs
Add SCIM v2 scaffolding: per-org api key, auth guard, discovery endpoints
5 days ago
ratelimit.rs
Add SCIM v2 scaffolding: per-org api key, auth guard, discovery endpoints
5 days ago
sso.rs
Switch to Edition 2024, more clippy lints, and less macro calls (#7200)
2 months ago
sso_client.rs
SSO use ClientSecretPost if ClientSecretBasic is not available (#7357)
2 weeks ago
storage.rs
Switch to Edition 2024, more clippy lints, and less macro calls (#7200)
2 months ago
util.rs
Switch to Edition 2024, more clippy lints, and less macro calls (#7200)
2 months ago