- Mar 13, 2025
-
-
Martin Lowe authored
update: update user delete request cleanup to use configs when cleaning Closes #118 See merge request !112
-
- Mar 04, 2025
-
-
Martin Lowe authored
update: add fallback to historic emails for authenticated mail lookups Closes #119 See merge request !111
-
- Feb 27, 2025
-
-
Martin Lowe authored
chore: Update Commons version to 1.2.1 See merge request !118
-
Martin Lowe authored
-
- Feb 20, 2025
-
-
Martin Lowe authored
update: upgrade to new Quarkus LTS + commons package See merge request !115
-
- Jan 30, 2025
-
-
Martin Lowe authored
-
- Jan 23, 2025
-
-
Martin Lowe authored
also includes changes that allow for insecure LDAP connections for local testing.
-
- Jan 09, 2025
-
-
Martin Lowe authored
update: update to SDK 1.1.10 to fix service account requests for oauth2 See merge request !114
-
Martin Lowe authored
-
Martin Lowe authored
update: update SDK version to 1.1.9 for oauth access token url fix See merge request !113
-
- Jan 08, 2025
-
-
Martin Lowe authored
-
- Jan 07, 2025
-
-
Martin Lowe authored
-
- Dec 06, 2024
-
-
Martin Lowe authored
Previously, this mechanism used hard coded numbers in SQL models to do lookups for deletion requests that were ready for cleanup. Instead, the task now uses the configuration and ensures that all present and tracked requests have been actioned. Any requests that are either no longer tracked, were deleted outside of the regular flow (like USS), or may have been created before a host was added for tracking are not counted for/against cleanup. Resolves #118
-
Martin Lowe authored
Added to allow matching on historic email addresses for better matching on older records. Resolves #119
-
- Nov 29, 2024
-
-
Martin Lowe authored
update: update to SDK 1.1.8, remove public fields references from code See merge request !110
-
Martin Lowe authored
Resovles #120
-
- Nov 21, 2024
-
-
Martin Lowe authored
update: add support for alternate error format from accounts API Closes #115 See merge request !108
-
- Nov 19, 2024
-
-
Martin Lowe authored
Add nocache to all resources See merge request !109
-
Martin Lowe authored
-
- Nov 15, 2024
-
-
Martin Lowe authored
In D10, we are migrating from an array-based message to an object-based message for not found messaging. This change set allows for both formats to be accepted. Resolves #115
-
- Nov 06, 2024
-
-
Martin Lowe authored
update: clear mxid when request isn't authenticated See merge request !104
-
Martin Lowe authored
update: remove eclipsecon deletion host from configuration See merge request !105
-
Martin Lowe authored
As this needs to be hardcoded for complex SQL, this can't be automatically detected/updated. This count should always be the number of deletion hosts minus 1 for the accounts host that this API actions.
-
Martin Lowe authored
For #117, as eclipsecon is a no longer active host and will never be removed or actioned. This leads to errors w/ deletion hanging for users.
-
- Nov 05, 2024
-
-
Martin Lowe authored
-
- Oct 29, 2024
-
-
Martin Lowe authored
update: Add mxid field, remove deprecated fields from accounts api model See merge request !103
-
- Oct 23, 2024
-
-
Martin Lowe authored
Added mxid for matrix fetch, and removed public fields, wg interests, and mail from accounts API model as the model will be updated.
-
- Oct 21, 2024
-
-
Martin Lowe authored
fix: Account lookups properly return 404 in associated cases See merge request !102
-
- Oct 16, 2024
-
-
Martin Lowe authored
In some cases, the 404 error would get returned as a 500 due to a platform bug with the reactive library. The workaround is to directly use the entity stream in those cases.
-
- Oct 07, 2024
-
-
Martin Lowe authored
fix: Only return missing from accounts when truly missing Closes #114 and #113 See merge request !101
-
Martin Lowe authored
-
- Oct 04, 2024
-
-
Martin Lowe authored
This can be an issue where one of the 2 driving services don't return data as expected. Rather than return data we can't be fully confident in, the service will instead error out. Resolves #114
-
Martin Lowe authored
Previously, any non-handled error code would fall through and indicate a missing user, which led to a lot of strange errors. This inversion means that we will more consistantly fail safely than return possibly incorrect missing users. Resolves #113
-
- Sep 27, 2024
-
-
Martin Lowe authored
chore: Update Commons version to 1.1.6 See merge request !100
-
- Sep 25, 2024
-
-
Martin Lowe authored
-
- Sep 13, 2024
-
-
Martin Lowe authored
Add ephemeral storage limits to k8s config See merge request !97
-
- Sep 12, 2024
-
-
Zachary Sabourin authored
fix: Update deprecated marketplace favorites URL See merge request !99
-
Zachary Sabourin authored
Relates to #111
-
Martin Lowe authored
Remove roles allowed that break rest client calls in reactive impl See merge request !98
-
- Sep 11, 2024
-
-
Martin Lowe authored
-