-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Tools] Update SendAuthenticationQuery, add new non-anonymous endpoints, and add PutRemoveAuth endpoint #6786
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
Merged
harr1424
merged 56 commits into
main
from
tools/PM-30221-Update-SendAuthenticationQuery
Jan 14, 2026
+842
−92
Merged
Changes from 54 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
2d625f6
update send api models to support new `email` field
audreyality cc71297
normalize authentication field evaluation order
audreyality 74da4ab
document send response converters
audreyality 360a3da
add FIXME to remove unused constructor argument
audreyality 7b0b949
add FIXME to remove unused constructor argument
audreyality 1e9023d
Merge branch 'main' into tools/pm-21918/send-authentication-commands
audreyality 3271556
introduce `tools-send-email-otp-listing` feature flag
audreyality cd0a0ad
Merge branch 'main' into tools/pm-21918/send-authentication-commands
audreyality fb27708
add `ISendOwnerQuery` to dependency graph
audreyality d7a0282
Merge branch 'main' into tools/pm-21918/send-authentication-commands
audreyality 481f94a
Merge branch 'main' into tools/pm-21918/send-authentication-commands
djsmith85 4217dba
Merge branch 'main' into tools/pm-21918/send-authentication-commands
itsadrago b2c0dc8
fix broken tests
harr1424 c29ad65
Merge branch 'main' into tools/pm-21918/send-authentication-commands
harr1424 bc22b1d
added AuthType prop to send related models with test coverage and deb…
harr1424 c7ba30b
dotnet format
harr1424 2fec3db
Merge branch 'main' into tools/pm-21918/send-authentication-commands
harr1424 ad4c002
add migrations
harr1424 68b6cad
Merge branch 'main' into tools/pm-21918/send-authentication-commands
harr1424 25b0ed6
dotnet format
harr1424 8a273fc
make SendsController null safe (tech debt)
harr1424 bfd06c0
add AuthType col to Sends table, change Emails col length to 4000, an…
harr1424 b52f79e
Merge branch 'main' into tools/pm-21918/send-authentication-commands
harr1424 4f4d63d
dotnet format
harr1424 179d724
update SPs to expect AuthType
harr1424 af39424
include SP updates in migrations
harr1424 7df56e3
remove migrations not intended for merge
harr1424 94926c5
Revert "remove migrations not intended for merge"
harr1424 8c1f7ee
Merge branch 'main' into tools/pm-21918/send-authentication-commands
harr1424 4a179af
extract AuthType inference to util method and remove SQLite file
harr1424 a934b43
fix lints
harr1424 47512f9
Merge branch 'main' into tools/pm-21918/send-authentication-commands
itsadrago c85bd3e
address review comments
harr1424 1e4b1f3
Merge branch 'main' into tools/pm-21918/send-authentication-commands
harr1424 f9bdfc0
fix incorrect assignment and adopt SQL conventions
harr1424 1240fa4
fix column assignment order in Send_Update.sql
harr1424 cae8b59
Merge branch 'main' into tools/pm-21918/send-authentication-commands
harr1424 f9b700e
remove space added to email list
harr1424 6ccb9af
assign SQL default value of NULL to AuthType
harr1424 52376e5
Merge branch 'main' into tools/pm-21918/send-authentication-commands
harr1424 f0ddab2
update SPs to match migration changes
harr1424 6bfacec
Merge branch 'tools/pm-21918/send-authentication-commands' of github.…
harr1424 0bc27d0
remove FF, update SendAuthQuery, and update tests
harr1424 93f93d8
new endpoints added but lack test coverage
harr1424 7e94c87
Merge branch 'main' into tools/PM-30221-Update-SendAuthenticationQuery
harr1424 c477d55
dotnet format
harr1424 6e9b5df
add PutRemoveAuth endpoint with test coverage and tests for new non-a…
harr1424 26ce39e
update RequireFeatureFlag comment for clarity
harr1424 e5def1e
respond to Claude's findings
harr1424 01d1706
add additional validation logic to new auth endpoints
harr1424 232b1bb
Merge branch 'main' into tools/PM-30221-Update-SendAuthenticationQuery
harr1424 1ae7821
enforce auth policies on individual action methods
harr1424 3d949a6
Merge branch 'main' into tools/PM-30221-Update-SendAuthenticationQuery
harr1424 d30227a
Merge branch 'main' into tools/PM-30221-Update-SendAuthenticationQuery
itsadrago 41f0137
remove JsonConverter directive for AuthType
harr1424 4819b2f
remove tools-send-email-otp-listing feature flag
harr1424 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.