0731abc444 
								
							 
						 
						
							
							
								
								Remove avatarHTML from template helpers ( #26598 )  
							
							... 
							
							
							
							The HTML code is more readable and more correct (it needs `"ui avatar"`
class)
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-21 15:00:14 +00:00  
				
					
						
							
							
								 
						
							
								8cf3b61fb9 
								
							 
						 
						
							
							
								
								Add optimistic lock to ActionRun table ( #26563 )  
							
							... 
							
							
							
							Should fix  #26559 .
How xorm works: https://xorm.io/docs/chapter-06/1.lock/ 
---------
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-21 14:07:52 +00:00  
				
					
						
							
							
								 
						
							
								42cbe6005a 
								
							 
						 
						
							
							
								
								Improve the branch selector tab UI ( #26631 )  
							
							
							
						 
						
							2023-08-21 13:35:02 +00:00  
				
					
						
							
							
								 
						
							
								5bd63f83e3 
								
							 
						 
						
							
							
								
								Improve translation of milestone filters ( #26569 )  
							
							... 
							
							
							
							https://github.com/go-gitea/gitea/issues/26567#issue-1855312074 
> The terms `closest` and `furthest` don't describe the actual sorting
behavior as these two are semantically relative to the current date.
> Could we switch to `earliest` and `latest` instead?
close  #26567 
---------
Co-authored-by: yp05327 <576951401@qq.com>
Co-authored-by: Giteabot <teabot@gitea.io> 
						
							2023-08-21 21:11:07 +08:00  
				
					
						
							
							
								 
						
							
								16dee4f1b2 
								
							 
						 
						
							
							
								
								Add `branch_filter` to hooks API endpoints ( #26599 )  
							
							... 
							
							
							
							We now include the branch filler in the response.
- Closes  #26591  
# Before

# After

---------
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-21 11:43:52 +00:00  
				
					
						
							
							
								 
						
							
								facdaee47b 
								
							 
						 
						
							
							
								
								Replace box-shadow for `floating` dropdown as well ( #26581 )  
							
							... 
							
							
							
							Add `box-shadow` replacement to the `floating` dropdown variant as well,
which was missed in https://github.com/go-gitea/gitea/pull/26469 . The
Fomantic style has `!important`, so this has to have too. Also made a
tiny adjustment to shadow color on dark theme.
<img width="305" alt="Screenshot 2023-08-18 at 16 40 34"
src="https://github.com/go-gitea/gitea/assets/115237/a0aac9cb-6393-4d69-b0b3-00eaac5ccf9f ">
<img width="202" alt="Screenshot 2023-08-18 at 16 40 22"
src="https://github.com/go-gitea/gitea/assets/115237/0a5fa3aa-7452-4dbd-86ed-ccbc1c872ebb ">
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-21 12:49:49 +02:00  
				
					
						
							
							
								 
						
							
								f6e7798405 
								
							 
						 
						
							
							
								
								Add link to job details and tooltip to commit status in repo list in dashboard ( #26326 )  
							
							... 
							
							
							
							Tooltip:

Link to the target job:
 
							
						 
						
							2023-08-21 15:26:10 +08:00  
				
					
						
							
							
								 
						
							
								3be80a863b 
								
							 
						 
						
							
							
								
								Ignore the trailing slashes when comparing oauth2 redirect_uri ( #26597 )  
							
							... 
							
							
							
							Fix  #26526  
						
							2023-08-21 12:15:55 +08:00  
				
					
						
							
							
								 
						
							
								3db3f5daae 
								
							 
						 
						
							
							
								
								Update tool dependencies ( #26607 )  
							
							... 
							
							
							
							- Updated all tool dependencies to latest versions
- Add Makefile to `swagger` files because it specifies `go-swagger`
version
- Fix lint 
							
						 
						
							2023-08-20 22:59:19 +00:00  
				
					
						
							
							
								 
						
							
								653e77fd22 
								
							 
						 
						
							
							
								
								bump go to 1.21 ( #26608 )  
							
							... 
							
							
							
							Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-21 00:27:46 +02:00  
				
					
						
							
							
								 
						
							
								9c80a5d508 
								
							 
						 
						
							
							
								
								Update 1.20.3 changelog ( #26609 )  
							
							
							
						 
						
							2023-08-20 21:17:15 +02:00  
				
					
						
							
							
								 
						
							
								84d05516dc 
								
							 
						 
						
							
							
								
								Fix NPM packages name validation ( #26595 )  
							
							... 
							
							
							
							- Added new tests to cover corner cases
- Replace existing regex with new one
Closes  #26551  
---
As @silverwind suggested, I started from
[validate-npm-package-name](https://github.com/npm/validate-npm-package-name ),
but found this solution too complicated.
Then I tried to fix existing regex myself, but thought, that exclude all
restricted symbols is harder, than set only allowed symbols.
Then I search a bit more and found
[package-name-regex](https://github.com/dword-design/package-name-regex )
and regex from it works for all new test cases.
Let me know, if more information or help with this PR is needed. 
							
						 
						
							2023-08-20 15:06:42 +00:00  
				
					
						
							
							
								 
						
							
								ead52dd96c 
								
							 
						 
						
							
							
								
								Use "input" event instead of "keyup" event for migration form ( #26602 )  
							
							... 
							
							
							
							Otherwise, "pasted" content won't update the UI. 
							
						 
						
							2023-08-20 16:36:07 +02:00  
				
					
						
							
							
								 
						
							
								79c3329502 
								
							 
						 
						
							
							
								
								Do not use deprecated log config options by default ( #26592 )  
							
							... 
							
							
							
							Simplify the log config
* Remove unnecessary `ROUTER` config, it defaults to the `MODE`.
* `XORM` config was deprecated 
							
						 
						
							2023-08-20 01:05:29 +00:00  
				
					
						
							
							
								 
						
							
								f00fdd1abd 
								
							 
						 
						
							
							
								
								fix reopen logic for agit flow pull request ( #26399 )  
							
							... 
							
							
							
							the head branch is meaningless for a agit flow pull request, so should
not check it when reopen it.
related: #24231 
fix  #26334 
Signed-off-by: a1012112796 <1012112796@qq.com> 
							
						 
						
							2023-08-19 11:29:34 +02:00  
				
					
						
							
							
								 
						
							
								5feef6d5c0 
								
							 
						 
						
							
							
								
								Update JS dependencies ( #26586 )  
							
							... 
							
							
							
							- Update all JS dependencies
- Adapt `ansi_up` import for ESM
- Tested Mermaid and Ansi rendering 
							
						 
						
							2023-08-19 10:18:39 +02:00  
				
					
						
							
							
								 
						
							
								8f936488f7 
								
							 
						 
						
							
							
								
								docs: template variables ( #26547 )  
							
							... 
							
							
							
							Explanation for using gitea's variables in `.tmpl` files.
Thanks to @wxiaoguang for advising me on
[discord](https://discord.com/channels/322538954119184384/561007778139734027/1141217820441587722 ). 
							
						 
						
							2023-08-19 00:24:27 +00:00  
				
					
						
							
							
								 
						
							
								00cf36d6c7 
								
							 
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
							
						 
						
							2023-08-19 00:20:23 +00:00  
				
					
						
							
							
								 
						
							
								48c4a7e75c 
								
							 
						 
						
							
							
								
								Rewrite the DiffFileTreeItem and fix misalignment ( #26565 )  
							
							... 
							
							
							
							Fix some layout / user-interaction problems and close  #25650  , the code
has been simplified (+46 −108)
<details>

</details>
---------
Co-authored-by: delvh <dev.lh@web.de> 
							
						 
						
							2023-08-18 19:55:56 +00:00  
				
					
						
							
							
								 
						
							
								30e5278d1b 
								
							 
						 
						
							
							
								
								Allow text selection in actions step header ( #26588 )  
							
							
							
						 
						
							2023-08-18 18:38:29 +00:00  
				
					
						
							
							
								 
						
							
								bfb5b43b04 
								
							 
						 
						
							
							
								
								Bump xgo to go-1.21.x and node to 20 in release-version ( #26589 )  
							
							... 
							
							
							
							Now that https://github.com/techknowlogick/xgo/issues/163  is resolved,
we can bump these.
It seems there is no way to dry-run this, so we may only notice issues
next release, but I don't expect any. 
							
						 
						
							2023-08-18 14:32:14 -04:00  
				
					
						
							
							
								 
						
							
								e5b3f53d36 
								
							 
						 
						
							
							
								
								Add minimum polyfill to support "relative-time-element" in PaleMoon ( #26575 )  
							
							... 
							
							
							
							Close  #26525  
						
							2023-08-18 17:27:11 +08:00  
				
					
						
							
							
								 
						
							
								445dbda276 
								
							 
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
							
						 
						
							2023-08-18 00:21:36 +00:00  
				
					
						
							
							
								 
						
							
								fe2b9274b1 
								
							 
						 
						
							
							
								
								Fix various line-height styles ( #26553 )  
							
							... 
							
							
							
							Fix  #26537 
Use the same default line-height as "normalize.css" instead of "1". "1"
is not right because it doesn't work with descent part and causes
overflow problems.

---------
Co-authored-by: silverwind <me@silverwind.io> 
						
							2023-08-17 21:50:32 +00:00  
				
					
						
							
							
								 
						
							
								b658f2c61b 
								
							 
						 
						
							
							
								
								Return empty when searching issues with no repos ( #26545 )  
							
							
							
						 
						
							2023-08-17 12:42:17 -05:00  
				
					
						
							
							
								 
						
							
								47fddaadc8 
								
							 
						 
						
							
							
								
								Support rebuilding issue indexer manually ( #26546 )  
							
							... 
							
							
							
							Provide a way to rebuild issue indexer manually.
So if the indexer get outdated because of some bugs like #26539 , we can
rebuild it.
<img width="1104" alt="image"
src="https://github.com/go-gitea/gitea/assets/9418365/ac242e29-6f04-47ca-b3d0-801a796448d3 ">
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-17 14:05:17 +00:00  
				
					
						
							
							
								 
						
							
								940f997512 
								
							 
						 
						
							
							
								
								Fix label filter between `all` and `no` ( #26557 )  
							
							... 
							
							
							
							Regression of https://github.com/go-gitea/gitea/pull/25886 .
# Description 
For `labelIDs`:
9afcb0e046/routers/web/repo/issue.go (L171-L174)https://github.com/go-gitea/gitea/assets/50507092/3dac5075-6da0-4769-ba20-48a56f4063c0 
#  After:
https://github.com/go-gitea/gitea/assets/50507092/ff79fd4c-b02e-4dfb-9309-ae7851f4dcdb 
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-17 13:19:24 +00:00  
				
					
						
							
							
								 
						
							
								c179ab4236 
								
							 
						 
						
							
							
								
								Fix "issueReposQueryPattern does not match query" ( #26556 )  
							
							... 
							
							
							
							Fix
`https://github.com/go-gitea/gitea/pull/26545#discussion_r1295734340 `
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-17 12:38:02 +00:00  
				
					
						
							
							
								 
						
							
								c6b92c84fe 
								
							 
						 
						
							
							
								
								Sync repo's IsEmpty status correctly ( #26517 )  
							
							... 
							
							
							
							Close  #26509  
						
							2023-08-17 04:43:39 +00:00  
				
					
						
							
							
								 
						
							
								16aee56e6a 
								
							 
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
							
						 
						
							2023-08-17 00:21:25 +00:00  
				
					
						
							
							
								 
						
							
								376c0e25f7 
								
							 
						 
						
							
							
								
								Remove fomantic transition module ( #26469 )  
							
							... 
							
							
							
							Removes all dropdown and dimmer animations. Works everywhere as far as I
can tell, but need to give this thorough testing. Removes around 70kb
JS/CSS.
Note, I'm not 100% sure regarding the various callbacks, those will need
more investigation, but it appears to work nonetheless.
Fixes: https://github.com/go-gitea/gitea/issues/15709  
							
						 
						
							2023-08-16 22:12:40 +00:00  
				
					
						
							
							
								 
						
							
								3b129aaa80 
								
							 
						 
						
							
							
								
								Explain SearchOptions and fix ToSearchOptions ( #26542 )  
							
							... 
							
							
							
							Follow #26012  #26490 .
A detailed description has been added to the comment. 
							
						 
						
							2023-08-16 15:40:13 +00:00  
				
					
						
							
							
								 
						
							
								1432d4eab9 
								
							 
						 
						
							
							
								
								Update go dependencies ( #26534 )  
							
							
							
						 
						
							2023-08-16 12:02:40 +00:00  
				
					
						
							
							
								 
						
							
								9665622378 
								
							 
						 
						
							
							
								
								Differentiate better between user settings and admin settings ( #26538 )  
							
							... 
							
							
							
							User settings page and admin settings page are too similar. I thinlk
this will be better of using `User Settings` and `Admin Settings` as the
navbar's title.
Before:


After:

 
							
						 
						
							2023-08-16 10:12:03 +00:00  
				
					
						
							
							
								 
						
							
								7e75e58ae4 
								
							 
						 
						
							
							
								
								Add missing triggers to update issue indexer ( #26539 )  
							
							... 
							
							
							
							Fix  #26536 
Follow #26012 
Whatever the comment type is, always update the issue indexer. So the
issue indexer will be updated when there is a change in Status,
Assignee, Label, and so on.
I added the logic for `NotifyUpdateComment`, but missed it for
`NotifyCreateIssueComment` and `NotifyDeleteComment`. 
						
							2023-08-16 17:36:05 +08:00  
				
					
						
							
							
								 
						
							
								82f6e3d845 
								
							 
						 
						
							
							
								
								Improve deadline icon location in milestone list page ( #26532 )  
							
							
							
						 
						
							2023-08-16 16:22:25 +08:00  
				
					
						
							
							
								 
						
							
								3e044d2c9f 
								
							 
						 
						
							
							
								
								Use unique class for breadcrumb divider ( #26524 )  
							
							... 
							
							
							
							Fix regression from https://github.com/go-gitea/gitea/pull/25539 :
https://github.com/go-gitea/gitea/pull/26519#issuecomment-1678825200 .
Before:
<img width="429" alt="Screenshot 2023-08-15 at 15 46 12"
src="https://github.com/go-gitea/gitea/assets/115237/a818f60a-77a2-48fe-8e6f-363d152ccb1e ">
After:
<img width="424" alt="Screenshot 2023-08-15 at 15 46 19"
src="https://github.com/go-gitea/gitea/assets/115237/c90159e2-ced2-4a74-8a0f-a1b2b5d0b565 ">
<img width="605" alt="Screenshot 2023-08-15 at 15 56 11"
src="https://github.com/go-gitea/gitea/assets/115237/3ded6f57-86f4-422a-86cb-56dd2c216dee "> 
							
						 
						
							2023-08-16 00:08:23 +00:00  
				
					
						
							
							
								 
						
							
								bc930f332f 
								
							 
						 
						
							
							
								
								Fix typo of RunerOwnerID ( #26508 )  
							
							
							
						 
						
							2023-08-15 23:10:40 +00:00  
				
					
						
							
							
								 
						
							
								8703b6c954 
								
							 
						 
						
							
							
								
								Improve clickable area in repo action view page ( #26115 )  
							
							... 
							
							
							
							Before:

After:

In current design, the clickable area is too small, and it is hard to
find the correct clickable area as the area with background color (div
with class name `job-brief-item selected`) is bigger than it.
---------
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-16 00:44:43 +02:00  
				
					
						
							
							
								 
						
							
								c7fd9ad8b4 
								
							 
						 
						
							
							
								
								Fix dark theme highlight for "NameNamespace" ( #26519 )  
							
							... 
							
							
							
							The color is taken from "Name"
Before:

After:

Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-16 00:10:10 +02:00  
				
					
						
							
							
								 
						
							
								7563891cc4 
								
							 
						 
						
							
							
								
								Remove duplicate CSS import for chroma/base.css ( #26523 )  
							
							
							
						 
						
							2023-08-16 05:13:56 +08:00  
				
					
						
							
							
								 
						
							
								0e74fc4a84 
								
							 
						 
						
							
							
								
								Fix project filter bugs ( #26490 )  
							
							... 
							
							
							
							related: #26012 
### Bugs
1. missing project filter on the issue page.
1e76a824bc/modules/indexer/issues/dboptions.go (L11-L15)f5dbac9d36/models/issues/issue_search.go (L233)https://github.com/go-gitea/gitea/assets/50507092/1dcde39e-3e2f-4151-b2c6-4d67bf493c2f )
### After:

---------
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-15 14:50:12 +00:00  
				
					
						
							
							
								 
						
							
								7f8028e5a1 
								
							 
						 
						
							
							
								
								Fix display problems of members and teams unit ( #26363 )  
							
							... 
							
							
							
							Fix:
- display member count and team count in the menu bar

- Also display member unit in the menu bar if there are no hidden
members in public org

- hidden member board when there's no seeable members.
In this org, we only have hidden members: 

We will hidden the member board when doer is not the member of this org

Before:

If you click the number in the members board, you will access the
members page, which is not expected.

---------
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-15 16:00:35 +02:00  
				
					
						
							
							
								 
						
							
								27e4ac3e40 
								
							 
						 
						
							
							
								
								Use `hidden` over `clip` for text truncation ( #26520 )  
							
							... 
							
							
							
							Avoid browser bugs:
- Firefox not cutting off -
https://github.com/go-gitea/gitea/pull/26354#issuecomment-1678456052 
- Safari not showing ellipsis -
https://github.com/go-gitea/gitea/pull/26354#issuecomment-1678812801  
							
						 
						
							2023-08-15 13:23:51 +00:00  
				
					
						
							
							
								 
						
							
								79d74d208f 
								
							 
						 
						
							
							
								
								Add API route to list org secrets ( #26485 )  
							
							... 
							
							
							
							- Add a new function `CountOrgSecrets` in the file
`models/secret/secret.go`
- Add a new file `modules/structs/secret.go`
- Add a new function `ListActionsSecrets` in the file
`routers/api/v1/api.go`
- Add a new file `routers/api/v1/org/action.go`
- Add a new function `listActionsSecrets` in the file
`routers/api/v1/org/action.go`
go-sdk: https://gitea.com/gitea/go-sdk/pulls/629 
---------
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-08-15 14:32:43 +02:00  
				
					
						
							
							
								 
						
							
								d317c983bc 
								
							 
						 
						
							
							
								
								Set "type=button" for editor's toolbar buttons ( #26510 )  
							
							... 
							
							
							
							The editor usually is in a form, so the buttons should have
"type=button", avoid conflicting with the form's submit. 
							
						 
						
							2023-08-15 19:31:48 +08:00  
				
					
						
							
							
								 
						
							
								e9d631ec03 
								
							 
						 
						
							
							
								
								Apply to become a maintainer ( #26514 )  
							
							... 
							
							
							
							Here is my PR list:- [go-gitea/gitea/pulls (author:caicandong is:merged)](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+sort%3Aupdated-desc+author%3ACaiCandong+is%3Amerged ) 
							
						 
						
							2023-08-15 11:30:06 +02:00  
				
					
						
							
							
								 
						
							
								ced34bab1a 
								
							 
						 
						
							
							
								
								Detect ogg mime-type as audio or video ( #26494 )  
							
							... 
							
							
							
							"ogg" is just a "container" format for audio and video.
Golang's `DetectContentType` only reports "application/ogg" for
potential ogg files.
Actually it could do more "guess" to see whether it is a audio file or a
video file. 
							
						 
						
							2023-08-15 10:31:25 +08:00  
				
					
						
							
							
								 
						
							
								c91a7e8dbb 
								
							 
						 
						
							
							
								
								Use `object-fit: contain` for oauth2 custom icons ( #26493 )  
							
							
							
						 
						
							2023-08-14 16:21:04 +00:00  
				
					
						
							
							
								 
						
							
								19872063a3 
								
							 
						 
						
							
							
								
								add disable workflow feature ( #26413 )  
							
							... 
							
							
							
							As title, that's simmilar with github.


---------
Signed-off-by: a1012112796 <1012112796@qq.com>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Jason Song <i@wolfogre.com> 
							
						 
						
							2023-08-14 15:14:30 +00:00