Skip to content

Commit e305c30

Browse files
authored
Merge branch 'main' into drag
2 parents 6218b46 + 99d7ef5 commit e305c30

File tree

77 files changed

+1334
-971
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+1334
-971
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"features": {
55
// installs nodejs into container
66
"ghcr.io/devcontainers/features/node:1": {
7-
"version":"20"
7+
"version": "20"
88
},
99
"ghcr.io/devcontainers/features/git-lfs:1.1.0": {},
1010
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
@@ -24,7 +24,7 @@
2424
"DavidAnson.vscode-markdownlint",
2525
"Vue.volar",
2626
"ms-azuretools.vscode-docker",
27-
"zixuanchen.vitest-explorer",
27+
"vitest.explorer",
2828
"qwtel.sqlite-viewer",
2929
"GitHub.vscode-pull-request-github"
3030
]

.eslintrc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ rules:
286286
jquery/no-class: [0]
287287
jquery/no-clone: [2]
288288
jquery/no-closest: [0]
289-
jquery/no-css: [0]
289+
jquery/no-css: [2]
290290
jquery/no-data: [0]
291291
jquery/no-deferred: [2]
292292
jquery/no-delegate: [2]
@@ -409,7 +409,7 @@ rules:
409409
no-jquery/no-constructor-attributes: [2]
410410
no-jquery/no-contains: [2]
411411
no-jquery/no-context-prop: [2]
412-
no-jquery/no-css: [0]
412+
no-jquery/no-css: [2]
413413
no-jquery/no-data: [0]
414414
no-jquery/no-deferred: [2]
415415
no-jquery/no-delegate: [2]

.github/workflows/cron-lock.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ vscode:
4242
- DavidAnson.vscode-markdownlint
4343
- Vue.volar
4444
- ms-azuretools.vscode-docker
45-
- zixuanchen.vitest-explorer
45+
- vitest.explorer
4646
- qwtel.sqlite-viewer
4747
- GitHub.vscode-pull-request-github
4848

docs/content/administration/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ And the following unique queues:
590590

591591
## OpenID (`openid`)
592592

593-
- `ENABLE_OPENID_SIGNIN`: **false**: Allow authentication in via OpenID.
593+
- `ENABLE_OPENID_SIGNIN`: **true**: Allow authentication in via OpenID.
594594
- `ENABLE_OPENID_SIGNUP`: **! DISABLE\_REGISTRATION**: Allow registering via OpenID.
595595
- `WHITELISTED_URIS`: **_empty_**: If non-empty, list of POSIX regex patterns matching
596596
OpenID URI's to permit.

docs/content/administration/config-cheat-sheet.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ Gitea 创建以下非唯一队列:
562562

563563
## OpenID (`openid`)
564564

565-
- `ENABLE_OPENID_SIGNIN`: **false**:允许通过OpenID进行身份验证。
565+
- `ENABLE_OPENID_SIGNIN`: **true**:允许通过OpenID进行身份验证。
566566
- `ENABLE_OPENID_SIGNUP`: **! DISABLE\_REGISTRATION**:允许通过OpenID进行注册。
567567
- `WHITELISTED_URIS`: **_empty_**:如果非空,是一组匹配OpenID URI的POSIX正则表达式模式,用于允许访问。
568568
- `BLACKLISTED_URIS`: **_empty_**:如果非空,是一组匹配OpenID URI的POSIX正则表达式模式,用于阻止访问。

0 commit comments

Comments
 (0)