Skip to content
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
wants to merge 782 commits into from

Conversation

mrvahedi68
Copy link

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.

@szaimen szaimen added the 3. to review Waiting for reviews label Apr 25, 2023
@szaimen szaimen added this to the Nextcloud 27 milestone Apr 25, 2023
@@ -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
skjnldsv and others added 18 commits May 24, 2023 09:02
…error-logging

Avoid db connections when logging db connection errors
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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 <jld3103yt@gmail.com>
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
…er-action

fix(files): make open folder a default action
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
…ystem-address-book-enumeration

fix(carddav): Check enumeration settings for all SAB methods
Signed-off-by: greta <gretadoci@gmail.com>
This reverts commit cb852ef

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
…other-tel

fix(carddav): Make system contact phone number RFC compliant
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
@ChristophWurst
Copy link
Member

Something is not right about this PR. Please clean up the branch, or start fresh and cherry-pick your commits.

@michielbdejong
Copy link
Contributor

Rebased in #39471

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.