Skip to content

Commit

Permalink
Merge remote-tracking branch 'giteaoffical/main'
Browse files Browse the repository at this point in the history
* giteaoffical/main:
  Fix image border-radius (go-gitea#23886)
  [skip ci] Updated translations via Crowdin
  Scroll collapsed file into view (go-gitea#23702)
  docs: make the required backticks in email password more explicit (go-gitea#23923)
  docs: fix typo (go-gitea#23924)
  Update docs markdown file weight to make it clear (go-gitea#23909)
  Add activity feeds API (go-gitea#23494)
  Fix code view (diff) broken layout (go-gitea#23096)
  Use ghost user if package creator does not exist (go-gitea#23822)
  Org pages style fixes (go-gitea#23901)
  User/Org Feed render description as per web (go-gitea#23887)
  • Loading branch information
zjjhot committed Apr 5, 2023
2 parents bd7f5fc + 376396a commit 69573be
Show file tree
Hide file tree
Showing 137 changed files with 923 additions and 242 deletions.
1 change: 0 additions & 1 deletion build.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2020 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT


//go:build vendor

package main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2019-12-28"
title: "Adding Legal Pages"
slug: adding-legal-pages
weight: 9
weight: 110
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/cmd-embedded.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2020-01-25T21:00:00-03:00"
title: "Embedded data extraction tool"
slug: "cmd-embedded"
weight: 40
weight: 20
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/command-line.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2017-01-01T16:00:00+02:00"
title: "Usage: Command Line"
slug: "command-line"
weight: 10
weight: 1
toc: false
draft: false
menu:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2016-12-26T16:00:00+02:00"
title: "Config Cheat Sheet"
slug: "config-cheat-sheet"
weight: 20
weight: 30
toc: false
draft: false
menu:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2016-12-26T16:00:00+02:00"
title: "配置说明"
slug: "config-cheat-sheet"
weight: 20
weight: 30
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/customizing-gitea.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2017-04-15T14:56:00+02:00"
title: "Customizing Gitea"
slug: "customizing-gitea"
weight: 9
weight: 100
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/customizing-gitea.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2017-04-15T14:56:00+02:00"
title: "自定义 Gitea 配置"
slug: "customizing-gitea"
weight: 9
weight: 100
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/email-setup.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ SMTP_ADDR = smtp.gmail.com
SMTP_PORT = 465
FROM = [email protected]
USER = example.user
PASSWD = ***
PASSWD = `***`
MAILER_TYPE = smtp
IS_TLS_ENABLED = true
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2017-04-08T11:34:00+02:00"
title: "Environment variables"
slug: "environment-variables"
weight: 20
weight: 10
toc: false
draft: false
menu:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2017-04-08T11:34:00+02:00"
title: "环境变量清单"
slug: "environment-variables"
weight: 20
weight: 10
toc: false
draft: false
menu:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2018-11-23:00:00+02:00"
title: "External renderers"
slug: "external-renderers"
weight: 40
weight: 60
toc: false
draft: false
menu:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2019-04-02T17:06:00+01:00"
title: "Advanced: Logging Configuration"
slug: "logging-configuration"
weight: 55
weight: 40
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/mail-templates.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Currently, the following notification events make use of templates:
| `approve` | The head comment of a approving review for a pull request. |
| `reject` | The head comment of a review requesting changes for a pull request. |
| `code` | A single comment on the code of a pull request. |
| `assigned` | Used was assigned to an issue or pull request. |
| `assigned` | User was assigned to an issue or pull request. |
| `default` | Any action not included in the above categories, or when the corresponding category template is not present. |

The path for the template of a particular message type is:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/reverse-proxies.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2018-05-22T11:00:00+00:00"
title: "Usage: Reverse Proxies"
slug: "reverse-proxies"
weight: 17
weight: 16
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/reverse-proxies.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2018-05-22T11:00:00+00:00"
title: "使用:反向代理"
slug: "reverse-proxies"
weight: 17
weight: 16
toc: false
draft: false
menu:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2019-12-31T13:55:00+05:00"
title: "Advanced: Search Engines Indexation"
slug: "search-engines-indexation"
weight: 30
weight: 60
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/administration/signing.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2019-08-17T10:20:00+01:00"
title: "GPG Commit Signatures"
slug: "signing"
weight: 20
weight: 50
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/contributing/localization.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2016-12-01T16:00:00+02:00"
title: "本地化"
slug: "localization"
weight: 10
weight: 20
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/contributing/localization.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2016-12-01T16:00:00+02:00"
title: "在地化"
slug: "localization"
weight: 10
weight: 20
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/contributing/translation.de-de.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date: "2021-01-22T00:00:00+02:00"
title: "Übersetzungs Richtlinien"
weight: 10
weight: 70
toc: true
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/contributing/translation.en-us.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date: "2021-01-22T00:00:00+02:00"
title: "Translation Guidelines"
weight: 10
weight: 70
toc: true
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/development/integrations.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2019-04-15T17:29:00+08:00"
title: "Integrations"
slug: "integrations"
weight: 40
weight: 65
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/development/integrations.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2019-04-15T17:29:00+08:00"
title: "整合"
slug: "integrations"
weight: 40
weight: 65
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/development/migrations.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2019-04-15T17:29:00+08:00"
title: "Migrations Interfaces"
slug: "migrations-interfaces"
weight: 30
weight: 55
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/development/migrations.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2019-04-15T17:29:00+08:00"
title: "遷移介面"
slug: "migrations-interfaces"
weight: 30
weight: 55
toc: false
draft: false
menu:
Expand Down
4 changes: 2 additions & 2 deletions docs/content/doc/help/search.de-de.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "Search"
slug: "search"
weight: 4
weight: 1
toc: false
draft: false
sitemap:
priority : 0.1
priority : 1
layout: "search"
---

Expand Down
4 changes: 2 additions & 2 deletions docs/content/doc/help/search.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "Search"
slug: "search"
weight: 4
weight: 1
toc: false
draft: false
sitemap:
priority : 0.1
priority : 1
layout: "search"
---

Expand Down
4 changes: 2 additions & 2 deletions docs/content/doc/help/search.fr-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "Chercher"
slug: "search"
weight: 4
weight: 1
toc: false
draft: false
sitemap:
priority : 0.1
priority : 1
layout: "search"
---

Expand Down
4 changes: 2 additions & 2 deletions docs/content/doc/help/search.nl-nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "Search"
slug: "search"
weight: 4
weight: 1
toc: false
draft: false
sitemap:
priority : 0.1
priority : 1
layout: "search"
---

Expand Down
4 changes: 2 additions & 2 deletions docs/content/doc/help/search.pt-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "Search"
slug: "search"
weight: 4
weight: 1
toc: false
draft: false
sitemap:
priority : 0.1
priority : 1
layout: "search"
---

Expand Down
4 changes: 2 additions & 2 deletions docs/content/doc/help/search.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "搜索"
slug: "search"
weight: 4
weight: 1
toc: false
draft: false
sitemap:
priority : 0.1
priority : 1
layout: "search"
---

Expand Down
4 changes: 2 additions & 2 deletions docs/content/doc/help/search.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
date: "2019-11-12T16:00:00+02:00"
title: "搜尋"
slug: "search"
weight: 4
weight: 1
toc: false
draft: false
sitemap:
priority : 0.1
priority : 1
layout: "search"
---

Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/help/seek-help.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2018-05-21T15:00:00+00:00"
title: "Support Options"
slug: "seek-help"
weight: 10
weight: 20
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/help/seek-help.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2017-01-20T15:00:00+08:00"
title: "需要帮助"
slug: "seek-help"
weight: 10
weight: 20
toc: false
draft: false
menu:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/doc/help/seek-help.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2018-05-21T15:00:00+00:00"
title: "取得協助"
slug: "seek-help"
weight: 10
weight: 20
toc: false
draft: false
menu:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ menu:
sidebar:
parent: "installation"
name: "Database preparation"
weight: 5
weight: 10
identifier: "database-prep"
---

Expand Down
4 changes: 2 additions & 2 deletions docs/content/doc/installation/from-binary.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
date: "2017-06-19T12:00:00+02:00"
title: "Installation from binary"
slug: "install-from-binary"
weight: 10
weight: 15
toc: false
draft: false
menu:
sidebar:
parent: "installation"
name: "From binary"
weight: 20
weight: 15
identifier: "install-from-binary"
---

Expand Down
Loading

0 comments on commit 69573be

Please sign in to comment.