aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missed auto merge feed message on dashboard (#33309) (#33405)Giteabot2025-01-262-3/+6
| | | | | Backport #33309 by @lunny Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Clone button enhancements (#33362) (#33404)Giteabot2025-01-265-4/+12
| | | | | | | | | | | | | | | Backport #33362 by @silverwind - Add box-shadow to default tippy theme - Make colors for tabs match the ones from `.ui.tabular.menu` - Remove tippy arrow and slightly offset tooltip closer to the button - Fix setting of `aria-haspopup` when default role is used with tippy <img width="335" alt="image" src="https://github.com/user-attachments/assets/8633ebac-a43f-457a-86bd-7a88a83519ee" /> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Repo homepage styling tweaks (#33289) (#33381)Giteabot2025-01-243-5/+4
| | | | | | | | | Backport #33289 by @silverwind Reduce it to a value that results in `.repo-home-sidebar-top` and `.repo-home-sidebar-bottom` having 240px content width, the same as GitHub. Co-authored-by: silverwind <me@silverwind.io>
* Update katex to latest version (#33361)silverwind2025-01-232-5/+5
| | | | | Partial backport of https://github.com/go-gitea/gitea/pull/33359. Upgrade katex because there were a number of security problems fixed in recent versions.
* Update go tool dependencies (#32916) (#33355)silverwind2025-01-228-14/+11
| | | | Clean cherry-pick of https://github.com/go-gitea/gitea/pull/32916. Update all go tool dependencies to latest version.
* Fix code button alignment (#33345) (#33351)Giteabot2025-01-221-1/+2
| | | | | | Backport #33345 by silverwind Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Make issue suggestion work for all editors (#33340) (#33342)wxiaoguang2025-01-215-15/+34
| | | | | Backport #33340 And do not handle special keys when the text-expander popup exists
* Fix issue count (#33338) (#33341)Giteabot2025-01-211-10/+20
| | | | | | | Backport #33338 by wxiaoguang Fix #33336 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Make tracked time representation display as hours (#33315) (#33334)wxiaoguang2025-01-218-90/+30
| | | | | | | | Try to backport #33315, the only trivial conflict is in the helper functions map in the helper.go Fix #33333 Co-authored-by: Sysoev, Vladimir <i@vsysoev.ru>
* Improve sync fork behavior (#33319) (#33332)wxiaoguang2025-01-206-24/+108
| | | | | | | | Backport #33319 Fix #33271 The only conflict is `reqctx` in `services/repository/merge_upstream.go`, which could keep using `context.Context` in 1.23
* Fix Account linking page (#33325) (#33327)Giteabot2025-01-195-3/+40
| | | | | | | | | | | | Backport #33325 by CrimsonEdgeHope Fix password form missing whilst linking account even with `ENABLE_PASSWORD_SIGNIN_FORM = true`. Remove redundant empty box in account linking sign up page when `LinkAccountMode` is true. Co-authored-by: CrimsonEdgeHope <92579614+CrimsonEdgeHope@users.noreply.github.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix push message behavior (#33215) (#33317)wxiaoguang2025-01-196-135/+139
| | | | | | | | | Backport #33215 Manually resolved "reqctx" conflict --------- Co-authored-by: Chai-Shi <changchaishi@gmail.com>
* Trivial fixes (#33304) (#33312)wxiaoguang2025-01-1812-43/+52
| | | | | Backport #33304 The only conflict is caused by `templates/shared/issueicon.tmpl`
* Fix "stop time tracking button" on navbar (#33084) (#33300)wxiaoguang2025-01-175-7/+4
| | | | Backport #33084 (no conflict) Fix #33299, and remove incorrect translations
* Fix closed dependency title (#33285) (#33287)wxiaoguang2025-01-152-4/+4
| | | Backport #33285
* Fix sidebar milestone link (#33269) (#33272)Giteabot2025-01-153-9/+9
| | | | | | | Backport #33269 by wxiaoguang Fix #33266 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Add a confirm dialog for "sync fork" (#33270) (#33273)Giteabot2025-01-152-1/+5
| | | | | | | Backport #33270 by @wxiaoguang Try to quickly fix #33264 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix missing license when sync mirror (#33255) (#33258)Giteabot2025-01-141-0/+1
| | | | | | | Backport #33255 by yp05327 Fix #33222 Co-authored-by: yp05327 <576951401@qq.com>
* Fix tag route and empty repo (#33253)wxiaoguang2025-01-143-4/+22
|
* Fix upload file form (#33230) (#33233)Giteabot2025-01-131-3/+5
| | | | | | | Backport #33230 by @wxiaoguang Fix #33228 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix mirror bug (#33224) (#33225)Giteabot2025-01-122-1/+16
| | | | | | | | Backport #33224 by lunny Fix #33200 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* fix(cache): cache test triggered by non memory cache (#33220) (#33221)Giteabot2025-01-122-3/+9
| | | | | | | | | | | Backport #33220 by TheFox0x7 Change SlowCacheThreshold to 30 milliseconds so it doesn't trigger on non memory cache Closes: https://github.com/go-gitea/gitea/issues/33190 Closes: https://github.com/go-gitea/gitea/issues/32657 Co-authored-by: TheFox0x7 <thefox0x7@gmail.com>
* Change log for 1.23.1 (#33191)v1.23.1Lunny Xiao2025-01-101-0/+14
|
* Fix editor markdown not incrementing in a numbered list (#33187) (#33193)wxiaoguang2025-01-102-33/+273
| | | | | Backport #33187 (no conflict) Co-authored-by: Harry Vince <47283812+harryvince@users.noreply.github.com>
* Fix sync fork for consistency (#33147) (#33192)Giteabot2025-01-108-12/+309
| | | | | | | | | | | | Backport #33147 by changchaishi Fixes #33145 An integration test could be added. --------- Co-authored-by: Chai-Shi <changchaishi@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Use updated path to s6-svscan after alpine upgrade (#33185) (#33188)Giteabot2025-01-101-1/+1
| | | | | | | | Backport #33185 by @techknowlogick Fix #33163 Co-authored-by: techknowlogick <techknowlogick@gitea.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix raw file API ref handling (#33172) (#33189)Giteabot2025-01-103-47/+52
| | | | | | | Backport #33172 by wxiaoguang Fix #33164 and add more tests Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix branch dropdown not display ref name (#33159) (#33183)Giteabot2025-01-103-20/+30
| | | | | | | | | | | | | Backport #33159 by @yp05327 Before: ![image](https://github.com/user-attachments/assets/899d25a9-80e9-48d5-a820-79c911c858e9) After: ![image](https://github.com/user-attachments/assets/cf2a7407-909a-41db-9957-19d9214af57e) Co-authored-by: yp05327 <576951401@qq.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix ACME panic (#33178) (#33186)Giteabot2025-01-101-2/+4
| | | | | | | | | | | | | | Backport #33178 by @wxiaoguang Fix #33177, Manually tested: ```` 1.7364311850484018e+09 info maintenance started background certificate maintenance {"cache": "0x1400ca64180"} 1.736431185054049e+09 info obtain acquiring lock {"identifier": "example.com"} 1.736431185058073e+09 info obtain lock acquired {"identifier": "example.com"} 1.736431185058133e+09 info obtain obtaining certificate {"identifier": "example.com"} ```` Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Move repo size to sidebar (#33155) (#33182)Giteabot2025-01-092-5/+5
| | | | | | | | Backport #33155 by @yp05327 ![image](https://github.com/user-attachments/assets/8b14dbb7-ec36-4596-a6aa-72c14d93309d) Co-authored-by: yp05327 <576951401@qq.com>
* Fix assignee list overlapping in Issue sidebar (#33176) (#33181)Giteabot2025-01-091-4/+4
| | | | | | | Backport #33176 by wxiaoguang Fix #33170 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix pam auth test regression (#33169) (#33174)Giteabot2025-01-091-1/+1
| | | | | | | Backport #33169 by TheFox0x7 fixes: https://github.com/go-gitea/gitea/issues/33168 Co-authored-by: TheFox0x7 <thefox0x7@gmail.com>
* Fix fuzz test (#33156) (#33158)Giteabot2025-01-091-0/+2
| | | | | Backport #33156 by @lunny Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Update changelog for v1.23.0 (#33130)v1.23.0Lunny Xiao2025-01-091-1/+46
|
* Fix `git remote` error check, fix dependencies, fix js error (#33129) (#33133)wxiaoguang2025-01-089-69/+83
| | | | | | | | | | | | | And update some dependencies to fix bugs. Backport #33129, #33136 Fix #32889 Fix #33141 Fix #33139 --------- Co-authored-by: yp05327 <576951401@qq.com>
* Filter reviews of one pull request in memory instead of database to reduce ↵Giteabot2025-01-084-39/+53
| | | | | | | | | | | | | | | slow response because of lacking database index (#33106) (#33128) Backport #33106 by @lunny This PR fixes a performance problem when reviewing a pull request in a big instance which have many records in the `review` table. Traditionally, we should add more indexes in that table. But since dismissed reviews of 1 pull request will not be too many as expected in a common repository. Filtering reviews in the memory should be more quick . Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* fix empty repo updated time (#33120) (#33124)Giteabot2025-01-062-1/+10
| | | | | | | | | Backport #33120 by changchaishi fixes #33119 Co-authored-by: Chai-Shi <changchaishi@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Add missing transaction when set merge (#33113)Lunny Xiao2025-01-061-3/+8
| | | | | | backport from #33079 `SetMerged` should be in a database transaction otherwise it's possible to have dirty data.
* Fix package error handling and npm meta and empty repo guide (#33112)wxiaoguang2025-01-0610-49/+69
|
* Fix empty git repo handling logic and fix mobile view (#33101) (#33102)wxiaoguang2025-01-0511-44/+56
| | | Backport #33101 and UI fix from main (including #33108)
* Fix line-number and scroll bugs (#33094) (#33095)wxiaoguang2025-01-033-18/+7
| | | | | | | Partially backport #33094 Fix the scroll bug in issue/pr view page. Fix a JS error when line number exceeds the max
* Fix bleve fuzziness search (#33078) (#33087)wxiaoguang2025-01-0211-55/+86
|
* Fix broken forms (#33082)wxiaoguang2025-01-032-1/+5
|
* Try to fix ACME directory problem (#33072) (#33077)Giteabot2025-01-021-1/+1
| | | | | | | Backport #33072 by wxiaoguang Haven't really confirmed, but I think it might fix #32191 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Inherit submodules from template repository content (#16237) (#33068)wxiaoguang2025-01-0217-134/+289
| | | | | Backport #16237 (it more likely a bug fix) Co-authored-by: Steffen Schröter <steffen@vexar.de>
* feat(action): issue change title notifications (#33050) (#33065)Giteabot2024-12-311-0/+8
| | | | | | | | | | | | | | | | | Backport #33050 by appleboy action file as below: ```yaml name: Semantic Pull Request on: pull_request_target: types: [edited] ``` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Use project's redirect url instead of composing url (#33058) (#33064)Giteabot2024-12-314-11/+26
| | | | | | | | Backport #33058 by lunny Fix #32992 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Refactor maven package registry (#33049) (#33057)wxiaoguang2024-12-314-60/+138
| | | Backport #33049
* Make issue suggestion work for new PR page (#33035) (#33056)Giteabot2024-12-312-2/+4
| | | | | | | Backport #33035 by wxiaoguang Fix #33026 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix duplicate co-author in squashed merge commit messages (#33020) (#33054)Giteabot2024-12-311-1/+5
|