# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
Feature: log-condition
Background:
Given invoking occ with "config:system:set log.condition matches 0 users 0 --value admin"
Then the command was successful
Scenario: Accessing /status.php with log.condition
When requesting "/status.php" with "GET"
Then the HTTP status code should be "200"
Scenario: Accessing /index.php with log.condition
When requesting "/index.php" with "GET"
Then the HTTP status code should be "200"
Scenario: Accessing /remote.php/webdav with log.condition
When requesting "/remote.php/webdav" with "GET"
Then the HTTP status code should be "401"
Scenario: Accessing /remote.php/dav with log.condition
When requesting "/remote.php/dav" with "GET"
Then the HTTP status code should be "401"
Scenario: Accessing /ocs/v1.php with log.condition
When requesting "/ocs/v1.php" with "GET"
Then the HTTP status code should be "200"
Scenario: Accessing /ocs/v2.php with log.condition
When requesting "/ocs/v2.php" with "GET"
Then the HTTP status code should be "404"
Scenario: Accessing /public.php/webdav with log.condition
When requesting "/public.php/webdav" with "GET"
Then the HTTP status code should be "401"
Scenario: Accessing /public.php/dav with log.condition
When requesting "/public.php/dav" with "GET"
Then the HTTP status code should be "503"
9'>dependabot/github_actions/github-actions-66959c3ab9
The official jQuery user interface library: https://github.com/jquery/jquery-ui
<!doctype html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1"><title>jQuery UI Effects - toggleClass Demo</title><linkrel="stylesheet"href="../../themes/base/all.css"><linkrel="stylesheet"href="../demos.css"><style>.toggler{width:500px;height:200px;position:relative;}#button{padding:.5em1em;text-decoration:none;}#effect{position:relative;width:240px;padding:1em;letter-spacing:0;font-size:1.2em;border:1pxsolid#000;background:#eee;color:#333;}.newClass{text-indent:40px;letter-spacing:.4em;width:410px;height:100px;padding:30px;margin:10px;font-size:1.6em;}</style><scriptsrc="../../external/requirejs/require.js"></script><scriptsrc="../bootstrap.js">$("#button").on("click",function(){$("#effect").toggleClass("newClass",1000);});</script></head><body><divclass="toggler"><divid="effect"class="newClass ui-corner-all">
Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede.
</div></div><buttonid="button"class="ui-state-default ui-corner-all">Run Effect</button><divclass="demo-description"><p>Click the button above to preview the effect.</p></div></body></html>