-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #727 from nextcloud/backport/717/stable31
[stable31] feat: Allow to configure different policies per password context
- Loading branch information
Showing
47 changed files
with
1,150 additions
and
2,598 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
"appName": true | ||
}, | ||
"extends": [ | ||
"@nextcloud" | ||
"@nextcloud/eslint-config/typescript" | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,16 @@ SPDX-PackageName = "external" | |
SPDX-PackageSupplier = "Nextcloud <[email protected]>" | ||
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/external" | ||
|
||
# Dependency management | ||
[[annotations]] | ||
path = ["package-lock.json", "package.json", ".l10nignore", "composer.json", "composer.lock", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", ".tx/config", "js/vendor.LICENSE.txt", ".github/CODEOWNERS", ".eslintrc.json", "tests/psalm-baseline.xml"] | ||
path = ["package-lock.json", "package.json", "composer.json", "composer.lock", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", "js/vendor.LICENSE.txt"] | ||
precedence = "aggregate" | ||
SPDX-FileCopyrightText = "none" | ||
SPDX-License-Identifier = "CC0-1.0" | ||
|
||
# Build config files | ||
[[annotations]] | ||
path = [".l10nignore", "tsconfig.json", ".tx/config", ".github/CODEOWNERS", ".eslintrc.json", "tests/psalm-baseline.xml"] | ||
precedence = "aggregate" | ||
SPDX-FileCopyrightText = "none" | ||
SPDX-License-Identifier = "CC0-1.0" | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
/* extracted by css-entry-points-plugin */ | ||
@import './settings-Bm9V54dt.chunk.css'; | ||
@import './settings-rj0ps52C.chunk.css'; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.