-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCIM provisioning API basic implementation #17144
base: develop
Are you sure you want to change the base?
Commits on Aug 13, 2024
-
Implementation of a subset of SCIM endpoint and capabilities as described in MSC4098. Signed-off-by: Éloi Rivard <eloi@yaal.coop>
Configuration menu - View commit details
-
Copy full SHA for f0aa456 - Browse repository at this point
Copy the full SHA f0aa456View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28fc1a2 - Browse repository at this point
Copy the full SHA 28fc1a2View commit details
Commits on Aug 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6dbad3 - Browse repository at this point
Copy the full SHA c6dbad3View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 634a22d - Browse repository at this point
Copy the full SHA 634a22dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c39c0 - Browse repository at this point
Copy the full SHA 04c39c0View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2fb23a - Browse repository at this point
Copy the full SHA c2fb23aView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fafaf8 - Browse repository at this point
Copy the full SHA 5fafaf8View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c0d548 - Browse repository at this point
Copy the full SHA 8c0d548View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1c1afd - Browse repository at this point
Copy the full SHA f1c1afdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8904913 - Browse repository at this point
Copy the full SHA 8904913View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fe2423 - Browse repository at this point
Copy the full SHA 0fe2423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 965a341 - Browse repository at this point
Copy the full SHA 965a341View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c6f673 - Browse repository at this point
Copy the full SHA 7c6f673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f23459 - Browse repository at this point
Copy the full SHA 6f23459View commit details -
Configuration menu - View commit details
-
Copy full SHA for a548e44 - Browse repository at this point
Copy the full SHA a548e44View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76afb5d - Browse repository at this point
Copy the full SHA 76afb5dView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06cd88f - Browse repository at this point
Copy the full SHA 06cd88fView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35da83c - Browse repository at this point
Copy the full SHA 35da83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4311e65 - Browse repository at this point
Copy the full SHA 4311e65View commit details
Commits on Nov 13, 2024
-
Co-authored-by: reivilibre <olivier@librepush.net>
Configuration menu - View commit details
-
Copy full SHA for 38bfddc - Browse repository at this point
Copy the full SHA 38bfddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63cd06c - Browse repository at this point
Copy the full SHA 63cd06cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2619f3 - Browse repository at this point
Copy the full SHA f2619f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86fa3d1 - Browse repository at this point
Copy the full SHA 86fa3d1View commit details -
doc: indications about SCIM being an experimental feature
remove some references to MSC4098
Configuration menu - View commit details
-
Copy full SHA for c6199a3 - Browse repository at this point
Copy the full SHA c6199a3View commit details -
refactor: move the SCIM path from /_matrix/client/unstable/coop.yaal/…
…scim to /_synapse/admin/scim/v2
Configuration menu - View commit details
-
Copy full SHA for bd25a92 - Browse repository at this point
Copy the full SHA bd25a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e36431 - Browse repository at this point
Copy the full SHA 6e36431View commit details -
Configuration menu - View commit details
-
Copy full SHA for afbd62d - Browse repository at this point
Copy the full SHA afbd62dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 344b11e - Browse repository at this point
Copy the full SHA 344b11eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f24645 - Browse repository at this point
Copy the full SHA 5f24645View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8ebb1c - Browse repository at this point
Copy the full SHA d8ebb1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d042676 - Browse repository at this point
Copy the full SHA d042676View commit details -
fix: Disable SCIM if Pydantic version is under 2.7
This ensures the compatibility with scim2-models. The replaces HAS_PYDANTIC_V2 by PYDANTIC_VERSION, but HAS_PYDANTIC_V2 was not used anymore since element-hq#17667
Configuration menu - View commit details
-
Copy full SHA for 4c0b639 - Browse repository at this point
Copy the full SHA 4c0b639View commit details -
fix: parse the request with scim2-models for POST and PUT endpoints
instead of reading the raw parameters
Configuration menu - View commit details
-
Copy full SHA for 55107bb - Browse repository at this point
Copy the full SHA 55107bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5774d32 - Browse repository at this point
Copy the full SHA 5774d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a163ce - Browse repository at this point
Copy the full SHA 6a163ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ebdad7 - Browse repository at this point
Copy the full SHA 3ebdad7View commit details -
fix: remove scim from the 'all' extra
This fixes the CI step that tests the minimum versions, since synapse rely on Pydantic 1.7+ and scim2-models needs Pydantic 2.7+
Configuration menu - View commit details
-
Copy full SHA for feb5eba - Browse repository at this point
Copy the full SHA feb5ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ed5962 - Browse repository at this point
Copy the full SHA 0ed5962View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a2717 - Browse repository at this point
Copy the full SHA a5a2717View commit details
Commits on Nov 15, 2024
-
refactor: move set_avatar_url from SsoHandler to ProfileHandler
and rename it set_avatar_from_http_url This will allow to use this method with the SCIM API.
Configuration menu - View commit details
-
Copy full SHA for 05f773f - Browse repository at this point
Copy the full SHA 05f773fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0abef - Browse repository at this point
Copy the full SHA 0e0abefView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeaf74d - Browse repository at this point
Copy the full SHA aeaf74dView commit details
Commits on Nov 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 462ad10 - Browse repository at this point
Copy the full SHA 462ad10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48306b0 - Browse repository at this point
Copy the full SHA 48306b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f264ec - Browse repository at this point
Copy the full SHA 0f264ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c48e731 - Browse repository at this point
Copy the full SHA c48e731View commit details