-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Auth/PM-3275 - Changes to support TDE User without MP being able to Set a Password + misc refactoring #3242
Auth/PM-3275 - Changes to support TDE User without MP being able to Set a Password + misc refactoring #3242
Commits on Aug 29, 2023
-
PM-3275 - Add new GetMasterPasswordPolicy endpoint which will allow a…
…uthenticated clients to get an enabled MP org policy if it exists for the purposes of enforcing those policy requirements when setting a password.
Configuration menu - View commit details
-
Copy full SHA for c23d913 - Browse repository at this point
Copy the full SHA c23d913View commit details
Commits on Aug 30, 2023
-
PM-3275 - AccountsController.cs - PostSetPasswordAsync - (1) Convert …
…UserService.setPasswordAsync into new SetInitialMasterPasswordCommand (2) Refactor SetInitialMasterPasswordCommand to only accept post SSO users who are in the invited state (3) Add TODOs for more cleanup work and more commands
Configuration menu - View commit details
-
Copy full SHA for 5142d55 - Browse repository at this point
Copy the full SHA 5142d55View commit details -
PM-3275 - Update AccountsControllerTests.cs to add new SetInitialMast…
…erPasswordCommand
Configuration menu - View commit details
-
Copy full SHA for c28035b - Browse repository at this point
Copy the full SHA c28035bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96cb464 - Browse repository at this point
Copy the full SHA 96cb464View commit details
Commits on Aug 31, 2023
-
PM-3275 - The new SetInitialMasterPasswordCommand leveraged the Organ…
…izationService.cs AcceptUserAsync method so while I was in here I converted the AcceptUserAsync methods into a new AcceptOrgUserCommand.cs and turned the private method which accepted an existing org user public for use in the SetInitialMasterPasswordCommand
Configuration menu - View commit details
-
Copy full SHA for c6ce522 - Browse repository at this point
Copy the full SHA c6ce522View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ccd5b5 - Browse repository at this point
Copy the full SHA 6ccd5b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34ea740 - Browse repository at this point
Copy the full SHA 34ea740View commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 505c2c2 - Browse repository at this point
Copy the full SHA 505c2c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4da9fb2 - Browse repository at this point
Copy the full SHA 4da9fb2View commit details
Commits on Sep 13, 2023
-
Merge remote-tracking branch 'origin/master' into auth/pm-3275/tde-ad…
…d-get-mp-policy-endpoint # Conflicts: # src/Api/Controllers/OrganizationUsersController.cs # src/Core/Services/IOrganizationService.cs # src/Core/Services/Implementations/OrganizationService.cs
Configuration menu - View commit details
-
Copy full SHA for 0406d84 - Browse repository at this point
Copy the full SHA 0406d84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 083e41e - Browse repository at this point
Copy the full SHA 083e41eView commit details -
PM-3275 - AcceptOrgUserCommand.cs - create data protector specificall…
…y for this command
Configuration menu - View commit details
-
Copy full SHA for 724fdb0 - Browse repository at this point
Copy the full SHA 724fdb0View commit details -
PM-3275 - Add TODO for renaming / removing overloading of methods to …
…improve readability / clarity
Configuration menu - View commit details
-
Copy full SHA for dea79ab - Browse repository at this point
Copy the full SHA dea79abView commit details -
PM-3275 - AcceptOrgUserCommand.cs - refactor AcceptOrgUserAsync by Or…
…gId to retrieve orgUser with _organizationUserRepository.GetByOrganizationAsync which gets a single user instead of a collection
Configuration menu - View commit details
-
Copy full SHA for a2f1623 - Browse repository at this point
Copy the full SHA a2f1623View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc9a46b - Browse repository at this point
Copy the full SHA bc9a46bView commit details
Commits on Sep 14, 2023
-
PM-3275 / PM-1196 - (1) Slightly refactor SsoEmail2faSessionTokenable…
… to provide public static GetTokenLifeTime() method for testing (2) Add missed tests to SsoEmail2faSessionTokenable in preparation for building tests for new OrgUserInviteTokenable.cs
Configuration menu - View commit details
-
Copy full SHA for 483ea38 - Browse repository at this point
Copy the full SHA 483ea38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94bf6c2 - Browse repository at this point
Copy the full SHA 94bf6c2View commit details -
PM-3275 / PM-1196 - Removing SsoEmail2faSessionTokenable.cs changes +…
… tests as I've handled that separately in a new PR (#3270) for newly created task PM-3925
Configuration menu - View commit details
-
Copy full SHA for bd0785e - Browse repository at this point
Copy the full SHA bd0785eView commit details -
Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…
…cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
Configuration menu - View commit details
-
Copy full SHA for 33804a5 - Browse repository at this point
Copy the full SHA 33804a5View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 73ab565 - Browse repository at this point
Copy the full SHA 73ab565View commit details -
PM-3275 - ExpiringTokenable.cs - add clarifying comments to help dist…
…inguish between the Valid property and the TokenIsValid method.
Configuration menu - View commit details
-
Copy full SHA for b30e2da - Browse repository at this point
Copy the full SHA b30e2daView commit details -
PM-3275 - Create OrgUserInviteTokenable.cs and add tests in OrgUserIn…
…viteTokenableTests.cs
Configuration menu - View commit details
-
Copy full SHA for 1d279ee - Browse repository at this point
Copy the full SHA 1d279eeView commit details
Commits on Sep 18, 2023
-
PM-3275 - OrganizationService.cs - Refactor Org User Invite methods t…
…o use new OrgUserInviteTokenable instead of manual creation of a token
Configuration menu - View commit details
-
Copy full SHA for daffc93 - Browse repository at this point
Copy the full SHA daffc93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bde672 - Browse repository at this point
Copy the full SHA 1bde672View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd9a0c - Browse repository at this point
Copy the full SHA 6fd9a0cView commit details -
PM-3275 - AcceptOrgUserCommand.cs - replace method overloading with m…
…ore easily readable names.
Configuration menu - View commit details
-
Copy full SHA for 9654b88 - Browse repository at this point
Copy the full SHA 9654b88View commit details -
PM-3275 - AcceptOrgUserCommand.cs - Update ValidateOrgUserInviteToken…
… to add new token validation while maintaining backwards compatibility for 1 release.
Configuration menu - View commit details
-
Copy full SHA for dda6c90 - Browse repository at this point
Copy the full SHA dda6c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27c187 - Browse repository at this point
Copy the full SHA b27c187View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33ba8db - Browse repository at this point
Copy the full SHA 33ba8dbView commit details -
PM-3275 - ServiceCollectionExtensions.cs - Must register IDataProtect…
…orTokenFactory<OrgUserInviteTokenable> for new tokenable
Configuration menu - View commit details
-
Copy full SHA for ae29432 - Browse repository at this point
Copy the full SHA ae29432View commit details -
PM-3275 - OrgUserInviteTokenable needed access to global settings to …
…set its token lifetime to the _globalSettings.OrganizationInviteExpirationHours value. Creating a factory seemed the most straightforward way to encapsulate the desired creation logic. Unsure if in the correct location in ServiceCollectionExtensions.cs but will figure that out later.
Configuration menu - View commit details
-
Copy full SHA for 8b44977 - Browse repository at this point
Copy the full SHA 8b44977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eeacfc - Browse repository at this point
Copy the full SHA 2eeacfcView commit details
Commits on Sep 19, 2023
-
PM-3275 - Remove no longer relevant AcceptOrgUser tests from Organiza…
…tionServiceTests.cs
Configuration menu - View commit details
-
Copy full SHA for 9c5b808 - Browse repository at this point
Copy the full SHA 9c5b808View commit details -
Configuration menu - View commit details
-
Copy full SHA for f33e515 - Browse repository at this point
Copy the full SHA f33e515View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cda892 - Browse repository at this point
Copy the full SHA 5cda892View commit details -
PM-3275 - AcceptOrgUserCommandTests.cs - AcceptOrgUserAsync basic tes…
…t suite completed.
Configuration menu - View commit details
-
Copy full SHA for 3d55d70 - Browse repository at this point
Copy the full SHA 3d55d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7a6712 - Browse repository at this point
Copy the full SHA a7a6712View commit details -
PM-3275 - AcceptOrgUserCommandTests.cs - (1) Remove old tests from Or…
…ganizationServiceTests as no longer needed to reference (2) Add summary for SetupCommonAcceptOrgUserMocks (3) Get AcceptOrgUserByToken_OldToken_AcceptsUserAndVerifiesEmail passing
Configuration menu - View commit details
-
Copy full SHA for 62f5f49 - Browse repository at this point
Copy the full SHA 62f5f49View commit details -
PM-3275 - Create interface for OrgUserInviteTokenableFactory b/c that…
…'s the right thing to do + enables test substitution
Configuration menu - View commit details
-
Copy full SHA for 97b3503 - Browse repository at this point
Copy the full SHA 97b3503View commit details -
PM-3275 - AcceptOrgUserCommandTests.cs - (1) Start work on AcceptOrgU…
…serByToken_NewToken_AcceptsUserAndVerifiesEmail (2) Create and use SetupCommonAcceptOrgUserByTokenMocks() (3) Create generic FakeDataProtectorTokenFactory for tokenable testing
Configuration menu - View commit details
-
Copy full SHA for d6791ab - Browse repository at this point
Copy the full SHA d6791abView commit details
Commits on Sep 20, 2023
-
PM-3275 - (1) Get AcceptOrgUserByToken_NewToken_AcceptsUserAndVerifie…
…sEmail test passing (2) Move FakeDataProtectorTokenFactory to own file
Configuration menu - View commit details
-
Copy full SHA for b1b786f - Browse repository at this point
Copy the full SHA b1b786fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb64e4c - Browse repository at this point
Copy the full SHA bb64e4cView commit details -
PM-3275 - AcceptOrgUserCommandTests.cs - Finish up tests for AcceptOr…
…gUserByTokenAsync
Configuration menu - View commit details
-
Copy full SHA for bb071ab - Browse repository at this point
Copy the full SHA bb071abView commit details -
Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…
…cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
Configuration menu - View commit details
-
Copy full SHA for bbdd927 - Browse repository at this point
Copy the full SHA bbdd927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e531e - Browse repository at this point
Copy the full SHA 85e531eView commit details -
PM-3275 - Clean up unused params on AcceptOrgUserByToken_EmailMismatc…
…h_ThrowsBadRequest test
Configuration menu - View commit details
-
Copy full SHA for d49f994 - Browse repository at this point
Copy the full SHA d49f994View commit details -
PM-3275 - (1) Tests written for AcceptOrgUserByOrgSsoIdAsync (2) Refa…
…ctor happy path assertions into helper function AssertValidAcceptedOrgUser to reduce code duplication
Configuration menu - View commit details
-
Copy full SHA for a022de8 - Browse repository at this point
Copy the full SHA a022de8View commit details -
PM-3275 - Finish up testing AcceptOrgUserCommandTests.cs by adding te…
…sts for AcceptOrgUserByOrgIdAsync
Configuration menu - View commit details
-
Copy full SHA for 847d6ae - Browse repository at this point
Copy the full SHA 847d6aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3599438 - Browse repository at this point
Copy the full SHA 3599438View commit details -
PM-3275 - Bugfix - OrgUserInviteTokenableFactory implementation requi…
…red when declaring singleton service in ServiceCollectionExtensions.cs
Configuration menu - View commit details
-
Copy full SHA for ca95b25 - Browse repository at this point
Copy the full SHA ca95b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for e689788 - Browse repository at this point
Copy the full SHA e689788View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c9c1ba - Browse repository at this point
Copy the full SHA 7c9c1baView commit details
Commits on Sep 21, 2023
-
PM-3275 - PoliciesController.cs - GetMasterPasswordPolicy bugfix - fo…
…r orgs without a MP policy, policy comes back as null and we should return notFound in that case.
Configuration menu - View commit details
-
Copy full SHA for 675079a - Browse repository at this point
Copy the full SHA 675079aView commit details -
PM-3275 - Add PoliciesControllerTests.cs specifically for new GetMast…
…erPasswordPolicy(...) endpoint.
Configuration menu - View commit details
-
Copy full SHA for 3954b65 - Browse repository at this point
Copy the full SHA 3954b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 151f4a2 - Browse repository at this point
Copy the full SHA 151f4a2View commit details
Commits on Sep 25, 2023
-
PM-3275 - PoliciesController.cs - (1) Add tech debt task number (2) P…
…roperly flag endpoint as deprecated
Configuration menu - View commit details
-
Copy full SHA for db44b97 - Browse repository at this point
Copy the full SHA db44b97View commit details -
PM-3275 - Add new hasManageResetPasswordPermission property to Profil…
…eResponseModel.cs primarily for sync so that we can condition client side if TDE user obtains elevated permissions
Configuration menu - View commit details
-
Copy full SHA for 6f6d14c - Browse repository at this point
Copy the full SHA 6f6d14cView commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aec314d - Browse repository at this point
Copy the full SHA aec314dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff5022 - Browse repository at this point
Copy the full SHA 7ff5022View commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c425268 - Browse repository at this point
Copy the full SHA c425268View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd2c0a9 - Browse repository at this point
Copy the full SHA cd2c0a9View commit details -
Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…
…cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
Configuration menu - View commit details
-
Copy full SHA for 4e48e21 - Browse repository at this point
Copy the full SHA 4e48e21View commit details
Commits on Sep 29, 2023
-
PM-3275 - AcceptOrgUserCommand.cs - Refactor token validation to use …
…short circuiting to only run old token validation if new token validation fails.
Configuration menu - View commit details
-
Copy full SHA for 7cde427 - Browse repository at this point
Copy the full SHA 7cde427View commit details -
PM-3275 - OrgUserInviteTokenable.cs - (1) Add new static methods to c…
…entralize validation logic to avoid repetition (2) Add new token validation method so we can avoid having to pass in a full org user (and hitting the db to do so)
Configuration menu - View commit details
-
Copy full SHA for 138d4a2 - Browse repository at this point
Copy the full SHA 138d4a2View commit details -
PM-3275 - Realized that the old token validation was used in the Poli…
…ciesController.cs (existing user clicks invite link in email and goes to log in) and UserService.cs (user clicks invite link in email and registers for a new acct). Added tech debt item for cleaning up backwards compatibility in future.
Configuration menu - View commit details
-
Copy full SHA for eff02c0 - Browse repository at this point
Copy the full SHA eff02c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab422f - Browse repository at this point
Copy the full SHA 5ab422fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49c1701 - Browse repository at this point
Copy the full SHA 49c1701View commit details -
Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…
…cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
Configuration menu - View commit details
-
Copy full SHA for 15d728b - Browse repository at this point
Copy the full SHA 15d728bView commit details
Commits on Oct 3, 2023
-
PM-3275 - (1) AccountsController.cs - Update PostSetPasswordAsync Set…
…PasswordRequestModel to allow null keys for the case where we have a TDE user who obtains elevated permissions - they already have a user public and user encrypted private key saved in the db. (2) AccountsControllerTests.cs - test PostSetPasswordAsync scenarios to ensure changes will work as expected.
Configuration menu - View commit details
-
Copy full SHA for 0dcc86d - Browse repository at this point
Copy the full SHA 0dcc86dView commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 620efd7 - Browse repository at this point
Copy the full SHA 620efd7View commit details
Commits on Oct 6, 2023
-
PM-3275 - PR review feedback - (1) set CurrentContext to private (2) …
…Refactor GetProfile to use variables to improve clarity and simplify debugging.
Configuration menu - View commit details
-
Copy full SHA for 056636d - Browse repository at this point
Copy the full SHA 056636dView commit details -
Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…
…cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
Configuration menu - View commit details
-
Copy full SHA for 5710729 - Browse repository at this point
Copy the full SHA 5710729View commit details -
PM-3275 - SyncController.cs - PR Review Feedback - Set current contex…
…t as private instead of protected.
Configuration menu - View commit details
-
Copy full SHA for 1c099a0 - Browse repository at this point
Copy the full SHA 1c099a0View commit details -
PM-3275 - CurrentContextExtensions.cs - PR Feedback - move parenthesi…
…s up from own line.
Configuration menu - View commit details
-
Copy full SHA for d83da37 - Browse repository at this point
Copy the full SHA d83da37View commit details -
Configuration menu - View commit details
-
Copy full SHA for f651f85 - Browse repository at this point
Copy the full SHA f651f85View commit details -
PM-3275 - SetInitialMasterPasswordCommandTests.cs - PR Feedback - Add…
… expected outcome statement to test name
Configuration menu - View commit details
-
Copy full SHA for be5ad49 - Browse repository at this point
Copy the full SHA be5ad49View commit details -
PM-3275 - Set Initial Password command and tests - PR Feedback change…
…s - (1) Rename orgIdentifier --> OrgSsoIdentifier for clarity (2) Update SetInitialMasterPasswordAsync to not allow null orgSsoId with explicit message saying this vs letting null org trigger invalid organization (3) Add test to cover this new scenario.
Configuration menu - View commit details
-
Copy full SHA for 6b92cde - Browse repository at this point
Copy the full SHA 6b92cdeView commit details -
PM-3275 - SetInitialMasterPasswordCommand.cs - Move summary from impl…
…ementation to interface to better respect standards and the fact that the interface is the more seen piece of code.
Configuration menu - View commit details
-
Copy full SHA for bc476b7 - Browse repository at this point
Copy the full SHA bc476b7View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a40b5c4 - Browse repository at this point
Copy the full SHA a40b5c4View commit details -
PM-3275 - AcceptOrgUserCommand.cs - Per PR feedback, rename AcceptOrg…
…UserByTokenAsync -> AcceptOrgUserByEmailTokenAsync + replace generic name token with emailToken
Configuration menu - View commit details
-
Copy full SHA for c891f43 - Browse repository at this point
Copy the full SHA c891f43View commit details -
Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…
…cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
Configuration menu - View commit details
-
Copy full SHA for 4ba466c - Browse repository at this point
Copy the full SHA 4ba466cView commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 07c5374 - Browse repository at this point
Copy the full SHA 07c5374View commit details -
PM-3275 - AcceptOrgUserCommand.cs - Per PR feedback, remove new lines…
… in error messages for consistency.
Configuration menu - View commit details
-
Copy full SHA for 0ab5825 - Browse repository at this point
Copy the full SHA 0ab5825View commit details -
PM-3275 - SetInitialMasterPasswordCommand.cs - Per PR feedback, adjus…
…t formatting of constructor for improved readability.
Configuration menu - View commit details
-
Copy full SHA for 9b78c53 - Browse repository at this point
Copy the full SHA 9b78c53View commit details -
PM-3275 - CurrentContextExtensions.cs - Refactor AnyOrgUserHasManageR…
…esetPasswordPermission per PR feedback to remove unnecessary var.
Configuration menu - View commit details
-
Copy full SHA for f3bda42 - Browse repository at this point
Copy the full SHA f3bda42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44bc574 - Browse repository at this point
Copy the full SHA 44bc574View commit details -
PM-3275 - PoliciesController.cs - Per PR feedback, update GetByInvite…
…dUser param to be guid instead of string.
Configuration menu - View commit details
-
Copy full SHA for a569fe7 - Browse repository at this point
Copy the full SHA a569fe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 011fda9 - Browse repository at this point
Copy the full SHA 011fda9View commit details -
PM-3275 - AcceptOrgUserCommand.cs - Per PR feedback, use const purpos…
…e from tokenable instead of magic string.
Configuration menu - View commit details
-
Copy full SHA for 9c142bf - Browse repository at this point
Copy the full SHA 9c142bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 115d18d - Browse repository at this point
Copy the full SHA 115d18dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2841b96 - Browse repository at this point
Copy the full SHA 2841b96View commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4fc7733 - Browse repository at this point
Copy the full SHA 4fc7733View commit details -
PM-3275 - Per PR feedback, revert all sync controller changes as the …
…ProfileResponseModel.organizations array has org objects which have permissions which have the ManageResetPassword permission. So, I have the information that I need clientside already to determine if the user has the ManageResetPassword in any org.
Configuration menu - View commit details
-
Copy full SHA for 36c8d4b - Browse repository at this point
Copy the full SHA 36c8d4bView commit details -
Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…
…cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
Configuration menu - View commit details
-
Copy full SHA for 83c278e - Browse repository at this point
Copy the full SHA 83c278eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8fb82b - Browse repository at this point
Copy the full SHA a8fb82bView commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 50b954b - Browse repository at this point
Copy the full SHA 50b954bView commit details -
Merge remote-tracking branch 'origin/master' into auth/pm-3275/tde-ad…
…d-get-mp-policy-endpoint
Configuration menu - View commit details
-
Copy full SHA for 4b476e1 - Browse repository at this point
Copy the full SHA 4b476e1View commit details -
PM-3275 - PoliciesControllerTests.cs - Update imports as the Policies…
…Controller was moved under the admin console team's domain.
Configuration menu - View commit details
-
Copy full SHA for eaf3197 - Browse repository at this point
Copy the full SHA eaf3197View commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 40c7b35 - Browse repository at this point
Copy the full SHA 40c7b35View commit details
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b495711 - Browse repository at this point
Copy the full SHA b495711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65882ea - Browse repository at this point
Copy the full SHA 65882eaView commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05e8d82 - Browse repository at this point
Copy the full SHA 05e8d82View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 889acba - Browse repository at this point
Copy the full SHA 889acbaView commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e6f90f - Browse repository at this point
Copy the full SHA 2e6f90fView commit details
Commits on Oct 30, 2023
-
Merge remote-tracking branch 'origin/master' into auth/pm-3275/tde-ad…
…d-get-mp-policy-endpoint # Conflicts: # src/Core/Services/Implementations/UserService.cs # src/SharedWeb/Utilities/ServiceCollectionExtensions.cs # test/Core.Test/Services/UserServiceTests.cs
Configuration menu - View commit details
-
Copy full SHA for 699bfa8 - Browse repository at this point
Copy the full SHA 699bfa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6806047 - Browse repository at this point
Copy the full SHA 6806047View commit details -
PM-3275 / PM-4633 - PoliciesController.cs - use orgUserId to look up …
…user instead of orgId. Oops.
Configuration menu - View commit details
-
Copy full SHA for c546897 - Browse repository at this point
Copy the full SHA c546897View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8aa953 - Browse repository at this point
Copy the full SHA c8aa953View commit details
Commits on Nov 1, 2023
-
Merge remote-tracking branch 'origin/master' into auth/pm-3275/tde-ad…
…d-get-mp-policy-endpoint # Conflicts: # src/Core/Services/Implementations/OrganizationService.cs
Configuration menu - View commit details
-
Copy full SHA for e8e0d6c - Browse repository at this point
Copy the full SHA e8e0d6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 050b691 - Browse repository at this point
Copy the full SHA 050b691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f86e4d - Browse repository at this point
Copy the full SHA 3f86e4dView commit details