-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add "MFA Verified" check to workflowengine #37914
Closed
Closed
Conversation
This file contains 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
@@ -769,6 +777,7 @@ | |||
$this->container->query(FileName::class), | |||
$this->container->query(FileSize::class), | |||
$this->container->query(FileSystemTags::class), | |||
$this->container->query(MfaVerified::class), |
Check notice
Code scanning / Psalm
DeprecatedMethod
The method OCP\IContainer::query has been marked as deprecated
This was referenced May 3, 2023
Merged
Closed
Merged
Merged
…error-logging Avoid db connections when logging db connection errors
Signed-off-by: Varun Patil <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
don't always check if we need to setup the object store root
…nonce webpack: add nonce to unsupported-browser-redirect chunk
Signed-off-by: jld3103 <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
Add OpenAPI specs
…er-action fix(files): make open folder a default action
Signed-off-by: Nextcloud bot <[email protected]>
Signed-off-by: Christoph Wurst <[email protected]>
…ystem-address-book-enumeration fix(carddav): Check enumeration settings for all SAB methods
Signed-off-by: greta <[email protected]>
This reverts commit cb852ef Signed-off-by: julia.kirschenheuter <[email protected]>
Signed-off-by: Christoph Wurst <[email protected]>
…ble_view Revert "Fix table view"
…other-tel fix(carddav): Make system contact phone number RFC compliant
Signed-off-by: Côme Chilliet <[email protected]>
mrvahedi68
requested review from
danxuliu,
tcitworld,
kesselb,
GretaD,
hamza221,
st3iny,
mejo- and
luka-nextcloud
as code owners
June 14, 2023 11:02
marcelklehr
removed request for
nfebe,
CarlSchwan,
Antreesy,
come-nc,
Pytal,
skjnldsv,
marcelklehr,
provokateurin,
szaimen,
datenangebot,
danxuliu,
GretaD,
hamza221 and
luka-nextcloud
June 14, 2023 11:06
Something is not right about this PR. Please clean up the branch, or start fresh and cherry-pick your commits. |
Rebased in #39471 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rebase of #37195
This PR goes together with:
It allows the creation of workflows that depend on whether the logged-in user has passed MFA Verification for the current session or not.