Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into js-loading
Browse files Browse the repository at this point in the history
* origin/main:
  Fix loadOneBranch panic (#29938)
  Fix comment review avatar alignment (#29935)
  Remove the negative margin from `.page-content` (#29922)
  Move notifications to a standalone file (#29930)
  Remove unnecessary ".Link" usages (#29929)
  Remove unnecessary ".Link" usages (#29909)
  Show Actions post step when it's running (#29926)
  Fix the wrong default value of ENABLE_OPENID_SIGNIN on docs (#29925)
  Restore deleted branches when syncing (#29898)
  Don't lock using GitHub actions (#29913)
  Remove jQuery `.attr` from the user search box (#29919)
  Remove jQuery `.attr` from the archive download and compare page branch selector (#29918)
  Remove jQuery `.attr` from the image diff (#29917)
  Remove jQuery `.attr` from the quick pull request button text (#29916)
  Remove jQuery `.attr` from the issue author dropdown (#29915)
  Switch to the maintained vitest extension (#29914)
  • Loading branch information
silverwind committed Mar 20, 2024
2 parents ded0e13 + 2115147 commit 895fa8b
Show file tree
Hide file tree
Showing 45 changed files with 704 additions and 646 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/cron-lock.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/content/administration/config-cheat-sheet.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ And the following unique queues:

## OpenID (`openid`)

- `ENABLE_OPENID_SIGNIN`: **false**: Allow authentication in via OpenID.
- `ENABLE_OPENID_SIGNIN`: **true**: Allow authentication in via OpenID.
- `ENABLE_OPENID_SIGNUP`: **! DISABLE\_REGISTRATION**: Allow registering via OpenID.
- `WHITELISTED_URIS`: **_empty_**: If non-empty, list of POSIX regex patterns matching
OpenID URI's to permit.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/administration/config-cheat-sheet.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ Gitea 创建以下非唯一队列:

## OpenID (`openid`)

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

0 comments on commit 895fa8b

Please sign in to comment.