b1b35e934e
Fix the bug when ssh clone with redirect user or repository ( #36039 ) ( #36090 )
...
Backport #36039 by @lunny
Fix #36026
The redirect should be checked when original user/repo doesn't exist.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-12-04 20:06:14 -08:00
544450a212
fix some file icon ui ( #36078 ) ( #36088 )
...
Backport #36078 by @a1012112796
fix #36071
looks that's because if an svg in hiden env, it's color added by
`fill="url(#a)"` will become not usefull. by ai helping, I think moving
it out of page by position is a good solution. fell free creat a new
pull request if you have a better soluton. Thanks.
<img width="2198" height="1120" alt="image"
src="https://github.com/user-attachments/assets/bbf7c171-0b7f-412a-a1bc-aea3f1629636 "
/>
Signed-off-by: a1012112796 <1012112796@qq.com >
Co-authored-by: a1012112796 <1012112796@qq.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-12-04 19:39:35 +00:00
0ab447005d
Use Golang net/smtp instead of gomail's smtp to send email ( #36055 ) ( #36083 )
...
Backport #36055 by @lunny
Replace #36032
Fix #36030
This PR use `net/smtp` instead of gomail's smtp. Now
github.com/wneessen/go-mail will be used only for generating email
message body.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-12-04 18:58:01 +00:00
52902d4ece
Fix edit user email bug in API ( #36068 ) ( #36081 )
...
Backport #36068 by @lunny
Follow #36058 for API edit user bug when editing email.
- The Admin Edit User API includes a breaking change. Previously, when
updating a user with an email from an unallowed domain, the request
would succeed but return a warning in the response headers. Now, the
request will fail and return an error in the response body instead.
- Removed `AdminAddOrSetPrimaryEmailAddress` because it will not be used
any where.
Fix https://github.com/go-gitea/gitea/pull/36058#issuecomment-3600005186
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-12-04 18:25:52 +00:00
45cdc5d8fd
Fix bug when updating user email ( #36058 ) ( #36066 )
...
Backport #36058 by @lunny
Fix #20390
We should use `ReplacePrimaryEmailAddress` instead of
`AdminAddOrSetPrimaryEmailAddress` when modify user's email from admin
panel. And also we need a database transaction to keep deletion and
insertion succeed at the same time.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-12-02 02:57:21 +01:00
46d1d154e8
Fix error handling in mailer and wiki services ( #36041 ) ( #36053 )
...
Backport #36041 by @hamkido
- Updated error message in `incoming.go` to remove unnecessary wrapping
of the error.
- Corrected typo in error message in `wiki.go` for clarity.
Co-authored-by: hamkido <hamki.do2000@gmail.com >
2025-11-28 20:34:38 -08:00
f164e38e04
Fix incorrect viewed files counter if file has changed ( #36009 ) ( #36047 )
...
Backport #36009 by @bytedream
File changes since last review didn't decrease the viewed files counter
---
<img width="440" height="178" alt="image"
src="https://github.com/user-attachments/assets/da34fcf4-452f-4f71-8da2-97edbfc31fdd "
/>
Also reported here ->
https://github.com/go-gitea/gitea/issues/35803#issuecomment-3567850285
Co-authored-by: bytedream <me@bytedream.dev >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-11-28 11:33:37 +01:00
d4d338f1c1
Fix container registry error handling ( #36021 ) ( #36037 )
...
Backport #36021 by wxiaoguang
1. the `if` check in `handleCreateManifestResult` didn't handler err
correctly
2. add more error details for debugging
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-11-26 08:01:35 -08:00
f6895f632e
Add "site admin" back to profile menu ( #36010 ) ( #36013 )
...
Backport #36010 by @wxiaoguang
Fix #35904
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-11-23 14:07:44 -08:00
e3bfee80dd
Change project default column icon to 'star' ( #35967 ) ( #35979 )
...
Backport #35967 by @DrMaxNix
Consistently use a `star` icon to highlight the default column of a
project.
The icon is both shown while viewing the project, as well as while
changing the default status of this column.
<img width="1065" height="370" alt="image"
src="https://github.com/user-attachments/assets/1ca5773d-8eec-4b90-ad0b-22b1f4bd4cfd "
/>
Co-authored-by: DrMaxNix <git@drmaxnix.de >
2025-11-19 10:43:48 +01:00
f93e2cf301
Misc CSS fixes ( #35888 ) ( #35981 )
...
Backport #35888 by @silverwind
Fixes: https://github.com/go-gitea/gitea/issues/35913
Fixes: https://github.com/go-gitea/gitea/issues/35942
Contains a number of minor CSS fixes.
Fix missing border on targeted speech bubble
<img width="158" height="90" alt="Screenshot 2025-11-06 at 22 43 31"
src="https://github.com/user-attachments/assets/94696191-353a-4782-a998-2a3d5552ab71 "
/>
Add padding to inline comments, slightly more padding around emoji
button
<img width="823" height="301" alt="Screenshot 2025-11-06 at 22 38 39"
src="https://github.com/user-attachments/assets/3ed8f113-13d2-4fad-9d12-81a670540e0b "
/>
Center text on header in code search results
<img width="1328" height="295" alt="Screenshot 2025-11-06 at 22 08 01"
src="https://github.com/user-attachments/assets/41e3d279-8504-4435-9347-e9b969cdfaa2 "
/>
Tweak emoji selector, reducing font size primarily
<img width="251" height="219" alt="Screenshot 2025-11-06 at 22 29 46"
src="https://github.com/user-attachments/assets/e892646e-129f-44fd-8333-7a8e14863f03 "
/>
Minor tweaks to repo sidebar, reduce font size by 1px, center "Release"
text with label.
<img width="390" height="586" alt="image"
src="https://github.com/user-attachments/assets/397dc36b-11e6-42df-bcdf-e97f4280a90e "
/>
Fix issue comment buttons being misaligned on mobile
<img width="757" height="160" alt="Screenshot 2025-11-06 at 22 50 19"
src="https://github.com/user-attachments/assets/1609d104-1bfe-4913-bfa0-6f4739716d61 "
/>
Add highlight to actions re-run icon
<img width="116" height="106" alt="Screenshot 2025-11-06 at 23 04 30"
src="https://github.com/user-attachments/assets/0daed0ac-ef59-432a-b534-b4256d38393b "
/>
Fix actions re-run button overflow
<img width="214" height="125" alt="image"
src="https://github.com/user-attachments/assets/d5c79ce6-ad31-4c06-a411-d79eefb72d02 "
/>
Signed-off-by: silverwind <me@silverwind.io >
Co-authored-by: silverwind <me@silverwind.io >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-11-19 08:16:54 +01:00
1b01d6de82
Fix container push tag overwriting ( #35936 ) ( #35954 )
...
Backport #35936 by wxiaoguang
Fix #35853
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-11-14 12:22:23 +08:00
d67cd622d0
Fix corrupted external render content ( #35946 ) ( #35950 )
...
Backport #35946 by wxiaoguang
Fix #35944
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-11-14 02:15:36 +00:00
15f3e9d5a5
Don't show unnecessary error message to end users for DeleteBranchAfterMerge ( #35937 ) ( #35941 )
...
Backport #35937 by wxiaoguang
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-11-12 23:31:05 +00:00
01fa8b2b7e
Limit read bytes instead of ReadAll ( #35928 ) ( #35934 )
...
Backport #35928 by wxiaoguang
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-11-13 02:26:27 +08:00
1d9ae7ac23
Load jQuery as early as possible to support custom scripts ( #35926 ) ( #35929 )
...
Backport #35926 by wxiaoguang
Fix #35923
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-11-12 07:24:21 +08:00
01873a99c1
Allow to display embed images/pdfs when SERVE_DIRECT was enabled on MinIO storage ( #35882 ) ( #35917 )
...
Backport #35882 by lifegpc
Co-authored-by: lifegpc <g1710431395@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-11-11 02:24:06 +00:00
ce70863793
Use correct form field for allowed force push users in branch protection API ( #35894 ) ( #35908 )
...
Backport #35894 by zorrobiwan
Signed-off-by: Alberty Pascal <github@albertyorban.be >
Co-authored-by: Alberty Pascal <github@albertyorban.be >
2025-11-11 01:39:35 +00:00
Giteabot and GitHub
327f2207dc
Make OAuth2 issuer configurable ( #35915 ) ( #35916 )
...
Backport #35915 by wxiaoguang
2025-11-10 16:12:25 +00:00
db876d8f17
Fix #35763 : Add proper page title for project pages ( #35773 ) ( #35909 )
...
Backport #35773 by @mithileshgupta12
Co-authored-by: Mithilesh Gupta <mithileshgupta059@gmail.com >
Co-authored-by: Mithilesh Gupta <guptamithilesh@protonmail.com >
2025-11-10 09:42:14 +02:00
2b71bf283b
Display source code downloads last for release attachments ( #35897 ) ( #35903 )
...
Backport #35897 by lutinglt
Typically, you want to download the binaries, not the source code.
Co-authored-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-11-09 14:51:36 +08:00
1ca4fef611
Fix team member access check ( #35899 ) ( #35905 )
...
Backport #35899 by wxiaoguang
Fix #35499
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-11-09 03:44:53 +00:00
70ee6b9029
Fix conda null depend issue ( #35900 ) ( #35902 )
...
Backport #35900 by Luohaothu
This fixes issue #35895
Co-authored-by: Luohao Wang <luohaothu@live.com >
2025-11-08 16:37:00 +00:00
5842cd23a6
Contribution heatmap improvements ( #35876 ) ( #35880 )
...
Backport #35876 by @silverwind
1. Set a fixed height on the element, preventing the content after the
element from shifting on page load. This uses CSS [container query
length
units](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_containment/Container_queries#container_query_length_units )
as I saw no other way because of the non-linear scaling of the element.
2. Move the "total-contributions" text into the existing vue slot,
eliminating the need for absolute positioning.
Co-authored-by: silverwind <me@silverwind.io >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-11-06 08:51:49 +00:00
289bd9694b
Remove padding override on .ui .sha.label ( #35864 ) ( #35873 )
...
Backport #35864 by @silverwind
Since upgrading to v1.25, I noticed the SHA labels have slightly
different padding than before. I can't pinpoint exactly which change it
was. Fix it by removing the padding override on `.ui .sha.label` and
make the one on`.ui.label` (`2px 6px`) take effect which matches 1.24
rendering.
Before:
<img width="135" height="172" alt="image"
src="https://github.com/user-attachments/assets/2781a854-be08-4a11-bde0-d3699b2b7454 "
/>
After:
<img width="139" height="162" alt="image"
src="https://github.com/user-attachments/assets/5c864fa3-c1f9-4452-ae58-5411dd445865 "
/>
Co-authored-by: silverwind <me@silverwind.io >
2025-11-06 06:06:36 +00:00
154d7521a5
fix(api/repo/contents): set the dates to now when not specified by the caller ( #35861 ) ( #35874 )
...
Backport #35861 by @divyun
Since 1.25.0, the dates get set to `2001-01-01T00:00:00Z`, when not
specified by the caller.
Fixes #35860
Co-authored-by: Divyun Raje Vaid <mail@divyun.com >
2025-11-06 13:08:06 +08:00
24189dcced
Fix pull description code label background ( #35865 ) ( #35870 )
...
Backport #35865 by @silverwind
Fix visual regression from https://github.com/go-gitea/gitea/pull/35567 :
Before:
<img width="612" height="33" alt="image"
src="https://github.com/user-attachments/assets/aee4017c-b8b9-4ac2-9809-9d3eb3fda56c "
/>
After:
<img width="613" height="32" alt="image"
src="https://github.com/user-attachments/assets/ee6624da-b417-4e3b-8773-88c77c2cd672 "
/>
Co-authored-by: silverwind <me@silverwind.io >
2025-11-05 17:29:06 +00:00
7ea9722c1d
Make ACME email optional ( #35849 ) ( #35857 )
...
Backport #35849 by @wxiaoguang
Fix a regression from #33668
Fix #35847
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-11-04 10:22:26 -08:00
297f63af42
Remove wrong code ( #35846 ) ( #35856 )
...
Backport #35846 by @lunny
Follow #35821
Fix https://github.com/go-gitea/gitea/pull/35844#issuecomment-3483521045
The reviewed file numbers and progress have been set from backend so
that we don't need to update the numbers when clicking `load more`.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-11-04 20:04:08 +02:00
0a9cbf3228
upgrade go mail to 0.7.2 and fix the bug ( #35833 ) ( #35837 )
...
Backport #35833 by @lunny
patch from
https://github.com/wneessen/go-mail/issues/504#issuecomment-3477890515 .
Thanks to @wneessen
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-11-03 20:28:12 +00:00
74dfadb543
Fix circular spin animation direction ( #35785 ) ( #35823 )
...
Backport #35785 by @lutinglt
Wait for the status icon to rotate clockwise instead of counterclockwise
before:

after:

This can be merged to 1.25
Signed-off-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com >
Signed-off-by: wxiaoguang <wxiaoguang@gmail.com >
Co-authored-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com >
Co-authored-by: lutinglt <lutinglt@users.noreply.github.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-11-03 09:37:01 +00:00
8ffc1fbfbf
Revert gomail to v0.7.0 to fix sending mail failed ( #35816 ) ( #35824 )
...
Backport #35816 by @lunny
Revert gomail to the last work version to fix #35794
There is a problem between go mail v0.7.1 to prevent sending email work.
https://github.com/wneessen/go-mail/compare/v0.7.0...v0.7.1
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-11-03 09:08:13 +00:00
Giteabot and GitHub
e95378329b
Fix clone mixed bug ( #35810 ) ( #35822 )
2025-11-02 10:20:27 -08:00
fddf6cd63f
Fix cli "Before" handling ( #35797 ) ( #35808 )
...
Backport #35797 by @wxiaoguang
Regression of #34973
Fix #35796
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-31 22:00:14 +01:00
d253e2055b
Fix file extension on gogs.png ( #35793 ) ( #35799 )
...
Backport #35793 by @silverwind
During https://github.com/go-gitea/gitea/issues/35790 , it was noticed
that this PNG image had the wrong file extension. I also verified
`dingtalk.ico` and that one is actually an `.ico`.
Co-authored-by: silverwind <me@silverwind.io >
2025-10-31 03:33:27 +01:00
e194d89c74
Improve and fix markup code preview rendering ( #35777 ) ( #35787 )
...
Backport #35777 by @silverwind
1. Add the color on the link to the referenced file, which is the more
likely thing the user wants to click
2. Use monospace font on the SHA
3. Tweak text colors
4. Change SHA link to go to the commit instead of the repo root with
commit filter set
5. Added the repo name to the file link text
6. Fix broken line numbering rendering
The only major difference to GitHub is now the missing line numbers.
Before:
<img width="286" height="162" alt="Screenshot 2025-10-29 at 19 09 59"
src="https://github.com/user-attachments/assets/f16b4eec-caf2-4c31-a2b5-ae5f41747d4b "
/>
After:
<img width="378" height="157" alt="image"
src="https://github.com/user-attachments/assets/0c91dfd3-0910-4b2d-a43b-8c87cfbb933e "
/>
For comparison, GitHub rendering:
<img width="286" height="177" alt="image"
src="https://github.com/user-attachments/assets/8a9a07b7-9153-4415-9d7a-5685853e472a "
/>
Co-authored-by: silverwind <me@silverwind.io >
2025-10-30 09:06:44 +00:00
65a37572f3
add pnpm to Snapcraft ( #35778 ) ( #35779 )
...
Backport #35778 by techknowlogick
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
2025-10-29 19:35:18 +01:00
f85cd7aeb5
Fix actions schedule update issue ( #35767 ) ( #35774 )
...
Backport #35767 by @Zettat123
Fix #34472
Add integration tests for actions schedule update.
---------
Co-authored-by: Zettat123 <zettat123@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-29 18:51:16 +01:00
Giteabot and GitHub
88a8571b93
Update tab title when navigating file tree ( #35757 ) ( #35772 )
...
Backport #35757 by bytedream
2025-10-29 14:04:19 +00:00
45a88e09af
Fix "ref-issue" handling in markup ( #35739 ) ( #35771 )
...
Backport #35739 by wxiaoguang
This is a follow up for #35662 , and also fix #31181 , help #30275 , fix
#31161
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-29 19:03:02 +08:00
18cc3160b5
Revert #18491 , fix oauth2 client link account ( #35745 ) ( #35751 )
...
Backport #35745 by @wxiaoguang
Fix #35744 by reverting #18491
* "OpenID" options don't mean "OAuth2Client" options
* "OAuth2(server)" options don't mean "OAuth2Client" options
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-26 15:26:40 -07:00
0925089b5e
Honor delete branch on merge repo setting when using merge API ( #35488 ) ( #35726 )
...
Backport #35488 by @kemzeb
Fix #35463 .
---------
Co-authored-by: Kemal Zebari <60799661+kemzeb@users.noreply.github.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-22 09:41:40 -07:00
c84d17b1bb
Don't block site admin's operation if SECRET_KEY is lost ( #35721 ) ( #35724 )
...
Backport #35721 by wxiaoguang
Related: #24573
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-22 05:02:47 +00:00
cb338a2ba1
fix attachment file size limit in server backend ( #35519 ) ( #35720 )
...
Backport #35519 by @a1012112796
fix #35512
Co-authored-by: a1012112796 <1012112796@qq.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-21 18:01:59 +00:00
16f4f0d473
Make restricted users can access public repositories ( #35693 ) ( #35719 )
...
Backport #35693 by wxiaoguang
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-21 15:35:41 +00:00
387a4e72f7
Fix various trivial problems ( #35714 ) ( #35718 )
...
Backport #35714 by wxiaoguang
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-21 18:02:57 +08:00
ac6d38e4b7
Refactor legacy code ( #35708 ) ( #35716 )
...
Backport #35708 by wxiaoguang
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-21 05:47:37 +00:00
6df51d4ef5
Avoid emoji mismatch and allow to only enable chosen emojis ( #35692 ) ( #35705 )
...
Backport #35692 by wxiaoguang
Fix #23635
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-20 08:29:02 +08:00
Giteabot and GitHub
4af1d58c86
Fix various bugs ( #35684 ) ( #35696 )
...
Backport #35684 by wxiaoguang
2025-10-19 02:26:03 +08:00
f71df88a6b
Use LFS object size instead of blob size when viewing a LFS file ( #35679 ) ( #35680 )
...
Backport #35679 by surya-purohit
shows the main LFS filesize instead of the pointer filesize when viewing
a file
Co-authored-by: Surya Purohit <suryaprakash.sharma@sourcefuse.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-16 22:41:24 +08:00
5ae9bb4df9
Fix a bug missed return ( #35655 ) ( #35667 )
...
Backport #35655 by @lunny
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-10-15 07:40:31 +02:00
ae2e8c1f00
Always create Actions logs stepsContainer ( #35654 ) ( #35672 )
...
Backport #35654 by wxiaoguang
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-15 04:16:06 +00:00
f4512426a1
Fix code tag style problem and LFS view bug ( #35628 ) ( #35636 )
...
Backport #35628 by lutinglt
Signed-off-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com >
Co-authored-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-11 20:25:03 +00:00
a3458c669a
The status icon of the Action step is consistent with GitHub ( #35618 ) ( #35621 )
...
Backport #35618 by @lutinglt
#35616
Before:
running:
<img width="45" height="34" alt="image"
src="https://github.com/user-attachments/assets/e2508f98-2f1f-4b7e-a80c-30b406f42531 "
/>
waiting:
<img width="44" height="33" alt="image"
src="https://github.com/user-attachments/assets/e7c8164e-fdc3-4546-b088-31166544edb0 "
/>
---
After:
running:
<img width="49" height="43" alt="image"
src="https://github.com/user-attachments/assets/b5a9b245-a995-458a-af23-d1723daa3692 "
/>
waiting:
<img width="42" height="44" alt="image"
src="https://github.com/user-attachments/assets/ff72551e-cfb5-4665-af52-938ef0cf8f1c "
/>
`gitea-running.svg` is not an icon from the @ primer/octicon library,
extracted from the Github page. Github did not assign a clear class name
to this icon
Signed-off-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com >
Co-authored-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com >
Co-authored-by: lutinglt <lutinglt@users.noreply.github.com >
2025-10-10 12:12:21 -07:00
609d88f029
Fix inputing review comment will remove reviewer ( #35591 ) ( #35615 )
...
Backport #35591 by @lunny
Fix #34617
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-10-10 08:28:44 +00:00
3c78598217
Mock external service in hcaptcha TestCaptcha ( #35604 ) ( #35614 )
...
Backport #35604 by silverwind
The test calls out to a web service which may be down or unreachable as
seen in the linked issue. It's better for tests to not have such
external dependencies to make them absolutely stable.
Fixes: https://github.com/go-gitea/gitea/issues/35571
Co-authored-by: silverwind <me@silverwind.io >
2025-10-10 04:49:20 +00:00
b7bb0fa538
Fix diffpatch API endpoint ( #35610 ) ( #35613 )
...
Backport #35610 by @surya-purohit
Updates the swagger documentation for the `diffpatch` API endpoint.
The request body is corrected from the outdated `UpdateFileOptions` to
the current `ApplyDiffPatchOptions` to match the code implementation.
Closes [issue#35602](https://github.com/go-gitea/gitea/issues/35602 )
---------
Co-authored-by: Surya Purohit <suryaprakash.sharma@sourcefuse.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-10-10 03:28:40 +00:00
6de2151607
Fixing issue #35530 : Password Leak in Log Messages ( #35584 ) ( #35609 )
...
Backport #35584 by @shashank-netapp
# Summary
The Gitea codebase was logging `Elasticsearch` and `Meilisearch`
connection strings directly to log files without sanitizing them. Since
connection strings often contain credentials in the format
`protocol://username:password@host:port`, this resulted in passwords
being exposed in plain text in log output.
Fix:
- wrapped all instances of setting.Indexer.RepoConnStr and
setting.Indexer.IssueConnStr with the `util.SanitizeCredentialURLs()`
function before logging them.
Fixes : #35530
Co-authored-by: shashank-netapp <108022276+shashank-netapp@users.noreply.github.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-10-09 11:00:40 +02:00
a99761d466
Use inputs context when parsing workflows ( #35590 ) ( #35595 )
...
Backport #35590 by @Zettat123
Depends on [gitea/act#143 ](https://gitea.com/gitea/act/pulls/143 )
The [`inputs`
context](https://docs.github.com/en/actions/reference/workflows-and-actions/contexts#inputs-context )
is used when parsing workflows so that `run-name` like `run-name: Deploy
to ${{ inputs.deploy_target }}` can be parsed correctly.
Co-authored-by: Zettat123 <zettat123@gmail.com >
2025-10-06 22:28:17 +00:00
8d1c04bda4
Fix creating pull request failure when the target branch name is the same as some tag ( #35552 ) ( #35582 )
...
Backport #35552 by @lunny
Use full reference name in the git command to avoid ambiguity.
Fix #35470
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2025-10-06 06:10:52 +02:00
aa57531aac
fix: auto-expand and auto-scroll for actions logs ( #35583 ) ( #35586 )
...
Backport #35583 by ita004
Co-authored-by: Shafi Ahmed <98274448+ita004@users.noreply.github.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-05 12:06:41 +08:00
006fe2a907
Add rebase push display wrong comments bug ( #35560 ) ( #35580 )
...
Backport #35560 by @lunny
Fix #35518
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-10-04 10:28:32 +02:00
d94faf6d7e
fix(webhook): prevent tag events from bypassing branch filters targets ( #35567 ) ( #35577 )
...
Backport #35567 by Exgene
Co-authored-by: Kausthubh J Rao <105716675+Exgene@users.noreply.github.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-authored-by: silverwind <me@silverwind.io >
2025-10-03 17:49:16 +00:00
6c8879b832
Fix markup init after issue comment editing ( #35536 ) ( #35537 )
...
Backport #35536 by wxiaoguang
Fix #35533
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-09-26 07:11:21 +08:00
GiteaBot
0b706b0825
[skip ci] Updated translations via Crowdin
2025-09-24 00:34:35 +00:00
GiteaBot
4730bb596c
[skip ci] Updated translations via Crowdin
2025-09-17 00:33:50 +00:00
GiteaBot
16e1207449
[skip ci] Updated translations via Crowdin
2025-09-12 00:33:19 +00:00
GiteaBot
f04b9aaa1c
[skip ci] Updated translations via Crowdin
2025-09-11 00:34:46 +00:00
GiteaBot
fb247f640e
[skip ci] Updated translations via Crowdin
2025-09-10 00:33:42 +00:00
GiteaBot
4c369c0a92
[skip ci] Updated translations via Crowdin
2025-09-09 00:34:36 +00:00
GiteaBot
0c31499498
[skip ci] Updated translations via Crowdin
2025-09-07 00:37:41 +00:00
GiteaBot
1640e9a490
[skip ci] Updated translations via Crowdin
2025-09-06 00:33:13 +00:00
GiteaBot
086ff87e58
[skip ci] Updated translations via Crowdin
2025-09-03 00:32:59 +00:00
GiteaBot
8a534132c8
[skip ci] Updated translations via Crowdin
2025-09-02 00:34:51 +00:00
GiteaBot
fd7ebaf427
[skip ci] Updated translations via Crowdin
2025-09-01 00:43:05 +00:00
GiteaBot
fe7883c54f
[skip ci] Updated translations via Crowdin
2025-08-30 00:32:53 +00:00
GiteaBot
09c3189ab7
[skip ci] Updated translations via Crowdin
2025-08-29 00:34:50 +00:00
GiteaBot
89cc9663f8
[skip ci] Updated translations via Crowdin
2025-08-28 00:34:46 +00:00
GiteaBot
4b19e292b9
[skip ci] Updated translations via Crowdin
2025-08-23 00:34:05 +00:00
GiteaBot
6619b1ed2b
[skip ci] Updated translations via Crowdin
2025-08-18 00:40:58 +00:00
GiteaBot
04017f259b
[skip ci] Updated translations via Crowdin
2025-08-16 00:35:49 +00:00
GiteaBot
a2e8bf5261
[skip ci] Updated translations via Crowdin
2025-08-14 00:37:39 +00:00
GiteaBot
d328e00775
[skip ci] Updated translations via Crowdin
2025-08-11 00:41:48 +00:00
GiteaBot
a8349c4dc3
[skip ci] Updated translations via Crowdin
2025-08-10 00:43:29 +00:00
GiteaBot
ee9cd03f17
[skip ci] Updated translations via Crowdin
2025-08-08 00:40:27 +00:00
GiteaBot
93cf656974
[skip ci] Updated translations via Crowdin
2025-08-06 00:40:29 +00:00
GiteaBot
1692652d65
[skip ci] Updated translations via Crowdin
2025-08-05 00:41:30 +00:00
GiteaBot
8125633aa3
[skip ci] Updated translations via Crowdin
2025-08-04 00:44:07 +00:00
GiteaBot
1f676b36b1
[skip ci] Updated translations via Crowdin
2025-08-03 00:44:31 +00:00
GiteaBot
5050976de7
[skip ci] Updated translations via Crowdin
2025-08-02 00:38:38 +00:00
GiteaBot
e01c921ee4
[skip ci] Updated translations via Crowdin
2025-08-01 00:45:25 +00:00
GiteaBot
b7d8fade72
[skip ci] Updated translations via Crowdin
2025-07-30 00:39:54 +00:00
GiteaBot
3778538a1c
[skip ci] Updated translations via Crowdin
2025-07-29 00:43:36 +00:00
GiteaBot
1b4d0800b4
[skip ci] Updated translations via Crowdin
2025-07-28 00:42:51 +00:00
GiteaBot
2a8ecfb002
[skip ci] Updated translations via Crowdin
2025-07-27 00:44:03 +00:00
GiteaBot
c72174a43d
[skip ci] Updated translations via Crowdin
2025-07-24 00:40:59 +00:00
GiteaBot
f201dde945
[skip ci] Updated translations via Crowdin
2025-07-22 00:39:36 +00:00
GiteaBot
3e8aa52446
[skip ci] Updated translations via Crowdin
2025-07-18 00:38:45 +00:00
GiteaBot
cd3fb95d4c
[skip ci] Updated translations via Crowdin
2025-07-16 00:38:59 +00:00
GiteaBot
4bad298cd7
[skip ci] Updated translations via Crowdin
2025-07-15 00:40:54 +00:00