Skip to content

Commit f505cc0

Browse files
committed
Merge remote-tracking branch 'upstream/main' into my-first-pr
2 parents 93191f0 + d17a848 commit f505cc0

15 files changed

+336
-20
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,54 @@ This changelog goes through all the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.io).
66

7+
## [1.19.4](https://github.com/go-gitea/gitea/releases/tag/v1.19.4) - 2023-07-04
8+
9+
* SECURITY
10+
* Fix open redirect check for more cases (#25143) (#25155)
11+
* API
12+
* Return `404` in the API if the requested webhooks were not found (#24823) (#24830)
13+
* Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694) (#24696)
14+
* ENHANCEMENTS
15+
* Set `--font-weight-bold` to 600 (#24840)
16+
* Make mailer SMTP check have timed context (#24751) (#24759)
17+
* Do not select line numbers when selecting text from the action run logs (#24594) (#24596)
18+
* BUGFIXES
19+
* Fix bug when change user name (#25637) (#25645)
20+
* Fix task list checkbox toggle to work with YAML front matter (#25184) (#25236)
21+
* Hide limited users if viewed by anonymous ghost (#25214) (#25224)
22+
* Add `WithPullRequest` for `actionsNotifier` (#25144) (#25196)
23+
* Fix parallelly generating index failure with Mysql (#24567) (#25081)
24+
* GitLab migration: Sanitize response for reaction list (#25054) (#25059)
25+
* Fix users cannot visit issue attachment bug (#25019) (#25027)
26+
* Fix missing reference prefix of commits when sync mirror repository (#24994)
27+
* Only validate changed columns when update user (#24867) (#24903)
28+
* Make DeleteIssue use correct context (#24885)
29+
* Fix topics deleted via API not being deleted in org page (#24825) (#24829)
30+
* Fix Actions being enabled accidentally (#24802) (#24810)
31+
* Fix missed table name on iterate lfs meta objects (#24768) (#24774)
32+
* Fix safari cookie session bug (#24772)
33+
* Respect original content when creating secrets (#24745) (#24746)
34+
* Fix Pull Mirror out-of-sync bugs (#24732) (#24733)
35+
* Fix run list broken when trigger user deleted (#24706) (#24709)
36+
* Fix issues list page multiple selection update milestones (#24660) (#24663)
37+
* Fix: release page for empty or non-existing target (#24659)
38+
* Fix close org projects (#24588) (#24591)
39+
* Refresh the refernce of the closed PR when reopening (#24231) (#24587)
40+
* Fix the permission of team's `Actions` unit issue (#24536) (#24545)
41+
* Bump go.etcd.io/bbolt and blevesearch deps (#23062) (#24519)
42+
* Fix new wiki page mirror (#24518)
43+
* Match unqualified references when syncing pulls as well (#23070)
44+
* DOCS
45+
* Change branch name from master to main in some documents' links (#25126) (#25139)
46+
* Remove unnecessary content on docs (#24976) (#25001)
47+
* Unify doc links to use paths relative to doc folder (#24979) (#25000)
48+
* Fix docs documenting invalid `@every` for `OLDER_THAN` cron settings (#24695) (#24698)
49+
* MISC
50+
* Merge different languages for language stats (#24900) (#24921)
51+
* Hiding Secrets options when Actions feature is disabled (#24792)
52+
* Improve decryption failure message (#24573) (#24575)
53+
* Makefile: Use portable !, not GNUish -not, with find(1). (#24565) (#24572)
54+
755
## [1.19.3](https://github.com/go-gitea/gitea/releases/tag/1.19.3) - 2023-05-03
856

957
* SECURITY

options/locale/locale_el-GR.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3135,7 +3135,7 @@ error.unit_not_allowed=Δεν σας επιτρέπεται να έχετε πρ
31353135
title=Πακέτα
31363136
desc=Διαχείριση πακέτων μητρώου.
31373137
empty=Δεν υπάρχουν πακέτα ακόμα.
3138-
empty.documentation=Για περισσότερες πληροφορίες σχετικά με το μητρώο πακέτων, ανατρέξτε <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/usage/packages/overview/">στην τεκμηρίωση</a>.
3138+
empty.documentation=Για περισσότερες πληροφορίες σχετικά με το μητρώο πακέτων, ανατρέξτε <a target="_blank" rel="noopener noreferrer" href="%s">στην τεκμηρίωση</a>.
31393139
empty.repo=Μήπως ανεβάσατε ένα πακέτο, αλλά δεν εμφανίζεται εδώ; Πηγαίνετε στις <a href="%[1]s">ρυθμίσεις πακέτων</a> και συνδέστε το σε αυτό το αποθετήριο.
31403140
filter.type=Τύπος
31413141
filter.type.all=Όλα

options/locale/locale_en-US.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ repo_path_helper = Remote Git repositories will be saved to this directory.
224224
lfs_path = Git LFS Root Path
225225
lfs_path_helper = Files tracked by Git LFS will be stored in this directory. Leave empty to disable.
226226
run_user = Run As Username
227-
run_user_helper = Enter the operating system username that Gitea runs as. Note that this user must have access to the repository root path.
227+
run_user_helper = The operating system username that Gitea runs as. Note that this user must have access to the repository root path.
228228
domain = Server Domain
229229
domain_helper = Domain or host address for the server.
230230
ssh_port = SSH Server Port
@@ -1436,6 +1436,7 @@ issues.next = Next
14361436
issues.open_title = Open
14371437
issues.closed_title = Closed
14381438
issues.draft_title = Draft
1439+
issues.num_comments_1 = %d comment
14391440
issues.num_comments = %d comments
14401441
issues.commented_at = `commented <a href="#%s">%s</a>`
14411442
issues.delete_comment_confirm = Are you sure you want to delete this comment?

options/locale/locale_fr-FR.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3133,7 +3133,7 @@ error.unit_not_allowed=Vous n'êtes pas autorisé à accéder à cette section d
31333133
title=Paquets
31343134
desc=Gérer les paquets du dépôt.
31353135
empty=Il n'y pas de paquet pour le moment.
3136-
empty.documentation=Pour plus d'informations sur le registre de paquets, voir <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/usage/packages/overview/">la documentation</a>.
3136+
empty.documentation=Pour plus d'informations sur le registre de paquets, voir <a target="_blank" rel="noopener noreferrer" href="%s">la documentation</a>.
31373137
empty.repo=Avez-vous téléchargé un paquet, mais il n'est pas affiché ici? Allez dans les <a href="%[1]s">paramètres du paquet</a> et liez le à ce dépôt.
31383138
filter.type=Type
31393139
filter.type.all=Tous

options/locale/locale_ja-JP.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3213,7 +3213,7 @@ error.unit_not_allowed=このセクションへのアクセスが許可されて
32133213
title=パッケージ
32143214
desc=リポジトリ パッケージを管理します。
32153215
empty=パッケージはまだありません。
3216-
empty.documentation=パッケージレジストリの詳細については、 <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/usage/packages/overview/">ドキュメント</a> を参照してください。
3216+
empty.documentation=パッケージレジストリの詳細については、 <a target="_blank" rel="noopener noreferrer" href="%s">ドキュメント</a> を参照してください。
32173217
empty.repo=パッケージはアップロードしたけども、ここに表示されない? <a href="%[1]s">パッケージ設定</a>を開いて、パッケージをこのリポジトリにリンクしてください。
32183218
filter.type=タイプ
32193219
filter.type.all=すべて

0 commit comments

Comments
 (0)