Skip to content

Commit

Permalink
Merge branch 'main' into gm/correct-access-log
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny authored Apr 13, 2023
2 parents 4d3bbef + 2b749af commit 302b417
Show file tree
Hide file tree
Showing 31 changed files with 167 additions and 6 deletions.
91 changes: 90 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,96 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.io).

## [1.19.0](https://github.com/go-gitea/gitea/releases/tag/1.19.0) - 2023-03-19
## [1.19.1](https://github.com/go-gitea/gitea/releases/tag/v1.19.1) - 2023-04-12

* BREAKING
* Rename actions unit to `repo.actions` and add docs for it (#23733) (#23881)
* ENHANCEMENTS
* Add card type to org/user level project on creation, edit and view (#24043) (#24066)
* Refactor commit status for Actions jobs (#23786) (#24060)
* Show errors for KaTeX and mermaid on the preview tab (#24009) (#24019)
* Show protected branch rule names again (#23907) (#24018)
* Adjust sticky PR header to cover background (#23956) (#23999)
* Discolor pull request tab labels (#23950) (#23987)
* Treat PRs with agit flow as fork PRs when triggering actions. (#23884) (#23967)
* Left-align review comments (#23937)
* Fix image border-radius (#23886) (#23930)
* Scroll collapsed file into view (#23702) (#23929)
* Fix code view (diff) broken layout (#23096) (#23918)
* Org pages style fixes (#23901) (#23914)
* Fix user profile description rendering (#23882) (#23902)
* Fix review box viewport overflow issue (#23800) (#23898)
* Prefill input values in OAuth settings as intended (#23829) (#23871)
* CSS color tweaks (#23828) (#23842)
* Fix incorrect visibility dropdown list in add/edit user page (#23804) (#23833)
* Add CSS rules for basic colored labels (#23774) (#23777)
* Add creation time in tag list page (#23693) (#23773)
* Fix br display for packages curls (#23737) (#23764)
* Fix issue due date edit toggle bug (#23723) (#23758)
* Improve commit graph page UI alignment (#23751) (#23754)
* Use GitHub Actions compatible globbing for `branches`, `tag`, `path` filter (#22804) (#23740)
* Redirect to project again after editing it (#23326) (#23739)
* Remove row clicking from notification table (#22695) (#23706)
* Remove conflicting CSS rules on notifications, improve notifications table (#23565) (#23621)
* Fix diff tree height and adjust target file style (#23616)
* BUGFIXES
* Improve error logging for LFS (#24072) (#24082)
* Fix custom mailer template on Windows platform (#24081)
* Update the value of `diffEnd` when clicking the `Show More` button in the DiffFileTree (#24069) (#24078)
* Make label templates have consistent behavior and priority (#23749)
* Fix accidental overwriting of LDAP team memberships (#24050) (#24065)
* Fix branch protection priority (#24045) (#24061)
* Use actions job link as commit status URL instead of run link (#24023) (#24032)
* Add actions support to package auth verification (#23729) (#24028)
* Fix protected branch for API (#24013) (#24027)
* Do not escape space between PyPI repository URL and package name… (#23981) (#24008)
* Fix redirect bug when creating issue from a project (#23971) (#23997)
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944) (#23989)
* Use Get/Set instead of Rename when regenerating session ID (#23975) (#23983)
* Ensure RSS icon is present on all repo tabs (#23904) (#23973)
* Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore` filter (#23920) (#23969)
* Delete deleted release attachments immediately from storage (#23913) (#23958)
* Use ghost user if package creator does not exist (#23822) (#23915)
* User/Org Feed render description as per web (#23887) (#23906)
* Fix `cases.Title` crash for concurrency (#23885) (#23903)
* Convert .Source.SkipVerify to $cfg.SkipVerify (#23839) (#23899)
* Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#23874) (#23878)
* Fix JS error when changing PR's target branch (#23862) (#23864)
* Fix 500 error if there is a name conflict when editing authentication source (#23832) (#23852)
* Fix closed PR also triggers Webhooks and actions (#23782) (#23834)
* Fix checks for `needs` in Actions (#23789) (#23831)
* Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (#23790) (#23825)
* Fix cancel button in the page of project edit not work (#23655) (#23813)
* Don't apply the group filter when listing LDAP group membership if it is empty (#23745) (#23788)
* Fix profile page email display, respect settings (#23747) (#23756)
* Fix project card preview select and template select (#23684) (#23731)
* Check LFS/Packages settings in dump and doctor command (#23631) (#23730)
* Add git dashes separator to some "log" and "diff" commands (#23606) (#23720)
* Create commit status when event is `pull_request_sync` (#23683) (#23691)
* Fix incorrect `HookEventType` of pull request review comments (#23650) (#23678)
* Fix incorrect `show-modal` and `show-panel` class (#23660) (#23663)
* Improve workflow event triggers (#23613) (#23648)
* Introduce path Clean/Join helper functions, partially backport&refactor (#23495) (#23607)
* Fix pagination on `/notifications/watching` (#23564) (#23603)
* Fix submodule is nil panic (#23588) (#23601)
* Polyfill the window.customElements (#23592) (#23595)
* Avoid too long names for actions (#23162) (#23190)
* TRANSLATION
* Backport locales (with manual fixes) (#23808, #23634, #24083)
* BUILD
* Hardcode the path to docker images (#23955) (#23968)
* DOCS
* Update documentation to explain which projects allow Gitea to host static pages (#23993) (#24058)
* Merge `push to create`, `open PR from push`, and `push options` docs articles into one (#23744) (#23959)
* Fix code blocks in the cheat sheet (#23664) (#23669)
* MISC
* Do not crash when parsing an invalid workflow file (#23972) (#23976)
* Remove assertion debug code for show/hide refactoring (#23576) (#23868)
* Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict (#23766) (#23791)
* Make minio package support legacy MD5 checksum (#23768) (#23770)
* Improve template error reporting (#23396) (#23600)

## [1.19.0](https://github.com/go-gitea/gitea/releases/tag/v1.19.0) - 2023-03-19

* BREAKING
* Add loading yaml label template files (#22976) (#23232)
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_cs-CZ.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ footer=Patička
footer.software=O softwaru
footer.links=Odkazy

[editor]

[filter]
string.asc=A – Z
string.desc=Z – A
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_de-DE.ini
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ rss_feed=RSS Feed

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_el-GR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ footer=Υποσέλιδο
footer.software=Σχετικά με το Λογισμικό
footer.links=Συνδέσεις

[editor]

[filter]
string.asc=A - Z
string.desc=Z - A
Expand Down
2 changes: 1 addition & 1 deletion options/locale/locale_en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ pulls.delete.text = Do you really want to delete this pull request? (This will p

milestones.new = New Milestone
milestones.closed = Closed %s
milestones.updated = Updated
milestones.update_ago = Updated %s
milestones.no_due_date = No due date
milestones.open = Open
milestones.close = Close
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_es-ES.ini
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ rss_feed=Fuentes RSS

[aria]

[editor]

[filter]
string.asc=A - Z
string.desc=Z - A
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_fa-IR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ never=هرگز

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_fi-FI.ini
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ rss_feed=RSS-syöte

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_fr-FR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ rss_feed=Flux RSS

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_hu-HU.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ error404=Az elérni kívánt oldal vagy <strong>nem létezik</strong>, vagy <str

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_id-ID.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ loading=Memuat…

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_is-IS.ini
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ never=Aldrei

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_it-IT.ini
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ rss_feed=Feed RSS

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_ja-JP.ini
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ footer=フッター
footer.software=ソフトウェアについて
footer.links=リンク

[editor]

[filter]
string.asc=A - Z
string.desc=Z - A
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_ko-KR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ loading=불러오는 중...

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_lv-LV.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ footer=Kājene
footer.software=Par programmatūru
footer.links=Saites

[editor]

[filter]
string.asc=A - Z
string.desc=Z - A
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_nl-NL.ini
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ rss_feed=RSS Feed

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_pl-PL.ini
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ never=Nigdy

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_pt-BR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ footer=Rodapé
footer.software=Sobre o Software
footer.links=Links

[editor]

[filter]
string.asc=A - Z
string.desc=Z - A
Expand Down
20 changes: 20 additions & 0 deletions options/locale/locale_pt-PT.ini
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,28 @@ never=Nunca

rss_feed=Fonte RSS

on_date=no dia

[aria]
navbar=Barra de navegação
footer=Rodapé
footer.software=Sobre o Software
footer.links=Ligações

[editor]
buttons.heading.tooltip=Adicionar cabeçalho
buttons.bold.tooltip=Adicionar texto em negrito
buttons.italic.tooltip=Adicionar texto em itálico
buttons.quote.tooltip=Citar texto
buttons.code.tooltip=Adicionar código-fonte
buttons.link.tooltip=Adicionar uma ligação
buttons.list.unordered.tooltip=Adicionar uma lista de pontos
buttons.list.ordered.tooltip=Adicionar uma lista numerada
buttons.list.task.tooltip=Adicionar uma lista de tarefas
buttons.mention.tooltip=Mencionar um utilizador ou uma equipa
buttons.ref.tooltip=Referenciar uma questão ou um pedido de integração
buttons.switch_to_legacy.tooltip=Usar o editor clássico

[filter]
string.asc=A - Z
string.desc=Z - A
Expand Down Expand Up @@ -740,6 +755,7 @@ principal_state_desc=Este protagonista foi usado nos últimos 7 dias
show_openid=Mostrar no perfil
hide_openid=Ocultar do perfil
ssh_disabled=SSH desabilitado
ssh_signonly=Neste momento o SSH está desabiltado, por isso estas chaves são usadas apenas para verificar assinaturas de cometimentos.
ssh_externally_managed=Esta chave SSH é gerida externamente para este utilizador
manage_social=Gerir contas sociais associadas
social_desc=Estas contas sociais estão vinculadas à sua conta do Gitea. Certifique-se que as reconhece todas, uma vez que podem ser usadas para iniciar sessão na sua conta do Gitea.
Expand Down Expand Up @@ -1747,6 +1763,8 @@ wiki.create_first_page=Criar a primeira página
wiki.page=Página
wiki.filter_page=Filtrar página
wiki.new_page=Página
wiki.page_title=Título da página
wiki.page_content=Conteúdo da página
wiki.default_commit_message=Escreva uma nota sobre a modificação desta página (opcional).
wiki.save_page=Guardar página
wiki.last_commit_info=%s editou esta página %s
Expand Down Expand Up @@ -2312,7 +2330,9 @@ release.target=Alvo
release.tag_helper=Escolha uma etiqueta existente ou crie uma nova.
release.tag_helper_new=Nova etiqueta. Esta etiqueta será criada a partir do destino.
release.tag_helper_existing=Etiqueta existente.
release.title=Título do lançamento
release.title_empty=O título não pode estar vazio.
release.message=Descreva este lançamento
release.prerelease_desc=Marcar como pré-lançamento
release.prerelease_helper=Marcar este lançamento como inadequado para uso em produção.
release.cancel=Cancelar
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_ru-RU.ini
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ footer=Подвал
footer.software=О программе
footer.links=Ссылки

[editor]

[filter]
string.asc=A - Я
string.desc=Я - А
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_si-LK.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ never=කිසි විටෙකත්

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_sk-SK.ini
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ rss_feed=RSS kanál

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_sv-SE.ini
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ error404=Sidan du försöker nå <strong>finns inte</strong> eller så <strong>h

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_tr-TR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ footer=Alt Bilgi
footer.software=Yazılım Hakkında
footer.links=Bağlantılar

[editor]

[filter]
string.asc=A - Z
string.desc=Z - A
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_uk-UA.ini
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ never=Ніколи

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_zh-CN.ini
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ footer=页脚
footer.software=关于软件
footer.links=链接

[editor]

[filter]
string.asc=A - Z
string.desc=Z - A
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_zh-HK.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ enabled=已啟用

[aria]

[editor]

[filter]

[error]
Expand Down
2 changes: 2 additions & 0 deletions options/locale/locale_zh-TW.ini
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ footer=頁尾
footer.software=關於軟體
footer.links=連結

[editor]

[filter]
string.asc=A - Z
string.desc=Z - A
Expand Down
Loading

0 comments on commit 302b417

Please sign in to comment.