silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9b05bfb173 
							
						 
					 
					
						
						
							
							Fix overflow in issue card ( #31203 )  
						
						... 
						
						
						
						Before:
<img width="373" alt="Screenshot 2024-06-01 at 01 31 26"
src="https://github.com/go-gitea/gitea/assets/115237/82a210f2-c82e-4b7e-ac43-e70e46fa1186 ">
After:
<img width="376" alt="Screenshot 2024-06-01 at 01 31 32"
src="https://github.com/go-gitea/gitea/assets/115237/82d1b9f7-4fad-47bd-948a-04e1e7e006e6 "> 
						
						
					 
					
						2024-06-03 00:09:51 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2788a7ca27 
							
						 
					 
					
						
						
							
							Fix agit checkout command line hint & fix ShowMergeInstructions checking ( #31219 )  
						
						
						
						
					 
					
						2024-06-03 06:45:21 +08:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7034efc7dc 
							
						 
					 
					
						
						
							
							Use vertical layout for multiple code expander buttons ( #31122 )  
						
						... 
						
						
						
						Fixes: https://github.com/go-gitea/gitea/issues/31068 
- Now it only does a single call to `GetExpandDirection` per line
instead of multiples.
- Exposed `data-expand-direction` to frontend so it can correctly size
the buttons (it's a pain to do in tables).
<img width="142" alt="Screenshot 2024-05-27 at 20 44 56"
src="https://github.com/go-gitea/gitea/assets/115237/8b0b45a6-8e50-4081-8822-5e0775d8d941 ">
<img width="142" alt="Screenshot 2024-05-27 at 20 44 51"
src="https://github.com/go-gitea/gitea/assets/115237/b7ba2c57-8f55-4e9f-9606-c96d16b77892 ">
<img width="132" alt="Screenshot 2024-05-27 at 20 44 46"
src="https://github.com/go-gitea/gitea/assets/115237/0e838fb8-5e8c-4250-9843-a68b88d5418b ">
<img width="80" alt="Screenshot 2024-05-27 at 20 44 33"
src="https://github.com/go-gitea/gitea/assets/115237/da6c7f83-c160-4389-8ab2-889d0568cbe8 ">
<img width="80" alt="Screenshot 2024-05-27 at 20 44 26"
src="https://github.com/go-gitea/gitea/assets/115237/cdb490b2-5040-484a-92e5-46fc5e37c199 ">
<img width="78" alt="Screenshot 2024-05-27 at 20 44 20"
src="https://github.com/go-gitea/gitea/assets/115237/d2978ab0-764e-41ff-922c-25f8fe749f28 ">
Would backport as trivial enhancement. 
						
						
					 
					
						2024-05-29 06:08:45 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1e3c4d8fc7 
							
						 
					 
					
						
						
							
							Improve mobile review ui ( #31091 )  
						
						... 
						
						
						
						Fixes: https://github.com/go-gitea/gitea/issues/31071 
Not perfect but much better than before.
Before: Overflows, sticky not working, filename unreadable:
<img width="506" alt="Screenshot 2024-05-27 at 02 02 40"
src="https://github.com/go-gitea/gitea/assets/115237/a06b1edf-dece-4402-98c2-68670fca265f ">
After:
<img width="457" alt="Screenshot 2024-05-27 at 01 59 06"
src="https://github.com/go-gitea/gitea/assets/115237/2a282c96-e719-4554-b418-81963ae6269c "> 
						
						
					 
					
						2024-05-28 13:41:37 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							de4616690f 
							
						 
					 
					
						
						
							
							Add topics for repository API ( #31127 )  
						
						... 
						
						
						
						Fix ##31100 
						
						
					 
					
						2024-05-28 10:03:54 +00:00 
						 
				 
			
				
					
						
							
							
								metiftikci 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aa92b13164 
							
						 
					 
					
						
						
							
							Prevent simultaneous editing of comments and issues ( #31053 )  
						
						... 
						
						
						
						fixes  #22907  
Tested:
- [x] issue content edit
- [x] issue content change tasklist
- [x] pull request content edit
- [x] pull request change tasklist
 
					
						2024-05-27 15:34:18 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							98751108b1 
							
						 
					 
					
						
						
							
							Rename project board -> column to make the UI less confusing ( #30170 )  
						
						... 
						
						
						
						This PR split the `Board` into two parts. One is the struct has been
renamed to `Column` and the second we have a `Template Type`.
But to make it easier to review, this PR will not change the database
schemas, they are just renames. The database schema changes could be in
future PRs.
---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: yp05327 <576951401@qq.com> 
						
						
					 
					
						2024-05-27 08:59:54 +00:00 
						 
				 
			
				
					
						
							
							
								delvh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							072b029b33 
							
						 
					 
					
						
						
							
							Simplify review UI ( #31062 )  
						
						... 
						
						
						
						Instead of always displaying all available actions as buttons, merge
them into a single dropdown menu, same as GitHub. That decreases visual
overload and is more mobile-friendly, while not losing any
functionality.
## Screenshots
<details><summary>Before</summary>

</details> 
<details><summary>After (unexpanded)</summary>

</details>
 
<details><summary>After (expanded)</summary>

</details> 
						
						
					 
					
						2024-05-27 08:24:34 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6e140b58dd 
							
						 
					 
					
						
						
							
							Prevent tab shifting, remove extra margin on fluid pages ( #31090 )  
						
						... 
						
						
						
						1. Extend concept of https://github.com/go-gitea/gitea/pull/29831  to all
tabular menus, there were only three left that weren't already
`<overflow-menu>`.
<img width="634" alt="Screenshot 2024-05-27 at 00 42 16"
src="https://github.com/go-gitea/gitea/assets/115237/d9a7e219-d05e-40a1-9e93-777f9a8a90dd ">
<img width="965" alt="Screenshot 2024-05-27 at 00 29 32"
src="https://github.com/go-gitea/gitea/assets/115237/e6ed71b1-11fb-4a74-9adb-af4524286cff ">
2. Remove extra padding on `fluid padded` container like for example PR
diff view. The page margin is already correctly sized via
`.ui.container`, so this was just extraneous padding that looked ugly.
Before:
<img width="1351" alt="Screenshot 2024-05-27 at 00 45 11"
src="https://github.com/go-gitea/gitea/assets/115237/4b45fd11-b1b2-4fbb-a618-26eb22be9472 ">
After:
<img width="1344" alt="Screenshot 2024-05-27 at 00 45 22"
src="https://github.com/go-gitea/gitea/assets/115237/d09593eb-6c7f-45e7-85b6-f0050047004b ">
3. Replace `gt-word-break` with `tw-break-anywhere` in issue-title,
fixing overflow.
Before:
<img width="1333" alt="Screenshot 2024-05-27 at 00 50 14"
src="https://github.com/go-gitea/gitea/assets/115237/64d15d04-b456-401e-a972-df636965f0eb ">
After:
<img width="1316" alt="Screenshot 2024-05-27 at 00 50 26"
src="https://github.com/go-gitea/gitea/assets/115237/ed1ce830-1408-414b-8263-eeaf773f52c8 "> 
						
						
					 
					
						2024-05-27 06:45:16 +00:00 
						 
				 
			
				
					
						
							
							
								André Rosenhammer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14f6105ce0 
							
						 
					 
					
						
						
							
							Make gitea webhooks openproject compatible ( #28435 )  
						
						... 
						
						
						
						This PR adds some fields to the gitea webhook payload that
[openproject](https://www.openproject.org/ ) expects to exists in order
to process the webhooks.
These fields do exists in Github's webhook payload so adding them makes
Gitea's native webhook more compatible towards Github's. 
						
						
					 
					
						2024-05-26 04:08:13 +00:00 
						 
				 
			
				
					
						
							
							
								Zettat123 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7ab0988af1 
							
						 
					 
					
						
						
							
							Support setting the default attribute of the issue template dropdown field ( #31045 )  
						
						... 
						
						
						
						Fix  #31044 
According to [GitHub issue template
documentation](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema#attributes-for-dropdown ),
the `default` attribute can be used to specify the preselected option
for a dropdown field. 
					
						2024-05-23 13:01:02 +00:00 
						 
				 
			
				
					
						
							
							
								yp05327 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							daf2a4c047 
							
						 
					 
					
						
						
							
							Fix wrong display of recently pushed notification ( #25812 )  
						
						... 
						
						
						
						There's a bug in #25715 : 
If user pushed a commit into another repo with same branch name, the
no-related repo will display the recently pushed notification
incorrectly.
It is simple to fix this, we should match the repo id in the sql query.

The latest commit is 2 weeks ago.

The notification comes from another repo with same branch name:

After:
In forked repo:

New PR Link will redirect to the original repo:

In the original repo:

New PR Link:

In the same repo:

New PR Link:

08/15 Update:
Follow #26257 , added permission check and logic fix mentioned in
https://github.com/go-gitea/gitea/pull/26257#discussion_r1294085203 
2024/04/25 Update:
Fix  #30611 
---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2024-05-21 17:00:35 +00:00 
						 
				 
			
				
					
						
							
							
								Kemal Zebari 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1007ce764e 
							
						 
					 
					
						
						
							
							Don't include link of deleted branch when listing branches ( #31028 )  
						
						... 
						
						
						
						From
https://github.com/go-gitea/gitea/issues/31018#issuecomment-2119622680 .
This commit removes the link to a deleted branch name because it returns
a 404 while it is in this deleted state. GitHub also throws a 404 when
navigating to a branch link that was just deleted, but this deleted
branch is removed from the branch list after a page refresh. Since with
Gitea this deleted branch would be kept around for quite some time
(well, until the "cleanup deleted branches" cron job begins), it makes
sense to not have this as a link that users can navigate to. 
						
						
					 
					
						2024-05-21 02:23:07 +00:00 
						 
				 
			
				
					
						
							
							
								Zettat123 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f1d9f18d96 
							
						 
					 
					
						
						
							
							Return access_denied error when an OAuth2 request is denied ( #30974 )  
						
						... 
						
						
						
						According to [RFC
6749](https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.2.1 ),
when the resource owner or authorization server denied an request, an
`access_denied` error should be returned. But currently in this case
Gitea does not return any error.
For example, if the user clicks "Cancel" here, an `access_denied` error
should be returned.
<img width="360px"
src="https://github.com/go-gitea/gitea/assets/15528715/be31c09b-4c0a-4701-b7a4-f54b8fe3a6c5 "
/> 
						
						
					 
					
						2024-05-20 07:17:00 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							de9bcd1d23 
							
						 
					 
					
						
						
							
							Avoid 500 panic error when uploading invalid maven package file ( #31014 )  
						
						... 
						
						
						
						PackageDescriptor.Metadata might be nil (and maybe not only for maven).
This is only a quick fix.
The new `if` block is written intentionally to avoid unnecessary
indenting to the existing code. 
						
						
					 
					
						2024-05-20 06:44:16 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f48cc501c4 
							
						 
					 
					
						
						
							
							Fix incorrect "blob excerpt" link when comparing files ( #31013 )  
						
						... 
						
						
						
						When comparing files between the base repo and forked repo, the "blob
excerpt" link should point to the forked repo, because the commit
doesn't exist in base repo.
Co-authored-by: Giteabot <teabot@gitea.io> 
						
						
					 
					
						2024-05-20 05:57:57 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6574099ed 
							
						 
					 
					
						
						
							
							Fix project column title overflow ( #31011 )  
						
						... 
						
						
						
						By the way:
* Re-format the "color.go" to Golang code style
* Remove unused `overflow-y: scroll;` from `.project-column` because
there is `overflow: visible` 
						
						
					 
					
						2024-05-20 05:21:01 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							edbf74c418 
							
						 
					 
					
						
						
							
							Fix "force private" logic ( #31012 )  
						
						... 
						
						
						
						When creating a repo, the "FORCE_PRIVATE" config option should be
respected, `readonly` doesn't work for checkbox, so it should use
`disabled` attribute. 
						
						
					 
					
						2024-05-20 00:56:45 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							821d2fc2a3 
							
						 
					 
					
						
						
							
							Simplify mirror repository API logic ( #30963 )  
						
						... 
						
						
						
						Fix  #30921  
					
						2024-05-17 16:07:41 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							740b6e1389 
							
						 
					 
					
						
						
							
							Fix JS error when editing a merged PR's title ( #30990 )  
						
						
						
						
					 
					
						2024-05-16 13:04:25 +00:00 
						 
				 
			
				
					
						
							
							
								Frank Villaro-Dixon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2611249511 
							
						 
					 
					
						
						
							
							template: label fix correct input id ( #30987 )  
						
						... 
						
						
						
						Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu> 
						
						
					 
					
						2024-05-16 14:36:31 +08:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ea8e4baacc 
							
						 
					 
					
						
						
							
							Put web editor into a segment ( #30966 )  
						
						... 
						
						
						
						Implement
https://github.com/go-gitea/gitea/pull/30707#issuecomment-2084126206 
Diff without whitespace:
https://github.com/go-gitea/gitea/pull/30966/files?diff=unified&w=1 
Might as well backport. 
						
						
					 
					
						2024-05-15 14:54:34 +00:00 
						 
				 
			
				
					
						
							
							
								KN4CK3R 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b1d8f13bd0 
							
						 
					 
					
						
						
							
							Protected tag is no internal server error ( #30962 )  
						
						... 
						
						
						
						Fixes  #30959 
Adds an API test for protected tags.
Fix existing tag in combination with fixtures. 
					
						2024-05-14 06:48:21 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed25676a9a 
							
						 
					 
					
						
						
							
							Restyle release list, fix branch dropdown ( #30837 )  
						
						... 
						
						
						
						Fixes https://github.com/go-gitea/gitea/issues/30821  and restyles the
release list.
Desktop:
<img width="1199" alt="Screenshot 2024-05-02 at 20 46 10"
src="https://github.com/go-gitea/gitea/assets/115237/bee92423-d4a9-4b26-8301-3a1e09eef4cd ">
Mobile:
<img width="443" alt="Screenshot 2024-05-02 at 20 46 21"
src="https://github.com/go-gitea/gitea/assets/115237/42ecbae5-bdb6-4b16-a0ee-9c64daede68d ">
---------
Co-authored-by: Giteabot <teabot@gitea.io> 
						
						
					 
					
						2024-05-13 23:33:51 +02:00 
						 
				 
			
				
					
						
							
							
								Zettat123 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3beaed147 
							
						 
					 
					
						
						
							
							Support using label names when changing issue labels ( #30943 )  
						
						... 
						
						
						
						Resolve  #30917 
Make the APIs for adding labels and replacing labels support both label
IDs and label names so the
[`actions/labeler`](https://github.com/actions/labeler ) action can work
in Gitea.
<img width="600px"
src="https://github.com/go-gitea/gitea/assets/15528715/7835c771-f637-4c57-9ce5-e4fbf56fa0d3 "
/> 
					
						2024-05-13 04:28:53 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							301eaf60bf 
							
						 
					 
					
						
						
							
							Fix file path width in repo non-homepage view ( #30951 )  
						
						... 
						
						
						
						Fixes: https://github.com/go-gitea/gitea/issues/30940 
<img width="1310" alt="Screenshot 2024-05-11 at 20 48 41"
src="https://github.com/go-gitea/gitea/assets/115237/f163dfd4-1299-421f-a99e-cd0c793e0e3d "> 
						
						
					 
					
						2024-05-12 04:02:25 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							080486e47d 
							
						 
					 
					
						
						
							
							Fix some UI regressions for commit list ( #30920 )  
						
						... 
						
						
						
						Close  #30919 
---------
Co-authored-by: silverwind <me@silverwind.io> 
					
						2024-05-10 12:58:05 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7424f27cf3 
							
						 
					 
					
						
						
							
							Check if reverse proxy is correctly configured ( #30890 )  
						
						... 
						
						
						
						Follow #27011 
Follow #30885 
---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io> 
						
						
					 
					
						2024-05-10 20:07:01 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3fdb2d4ad8 
							
						 
					 
					
						
						
							
							Fix incorrect issue form ( #30881 )  
						
						... 
						
						
						
						Fix  #30864  
					
						2024-05-08 15:39:13 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a303c973e0 
							
						 
					 
					
						
						
							
							Fix various problems around projects board view ( #30696 )  
						
						... 
						
						
						
						# The problem
The previous implementation will start multiple POST requests from the
frontend when moving a column and another bug is moving the default
column will never be remembered in fact.
# What's changed
- [x] This PR will allow the default column to move to a non-first
position
- [x] And it also uses one request instead of multiple requests when
moving the columns
- [x] Use a star instead of a pin as the icon for setting the default
column action
- [x] Inserted new column will be append to the end
- [x] Fix  #30701  the newly added issue will be append to the end of the
default column
- [x] Fix when deleting a column, all issues in it will be displayed
from UI but database records exist.
- [x] Add a limitation for columns in a project to 20. So the sorting
will not be overflow because it's int8.
---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2024-05-08 13:44:57 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eda10cc2bb 
							
						 
					 
					
						
						
							
							Fix some UI problems (dropdown/container) ( #30849 )  
						
						... 
						
						
						
						Follow #30345 
Follow #30547 
`ellipsis` / `white-space` shouldn't be put on the general dropdown components. 
						
						
					 
					
						2024-05-06 07:17:22 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ce8b11ae13 
							
						 
					 
					
						
						
							
							Fix some UI problems (install/checkbox) ( #30854 )  
						
						... 
						
						
						
						Fix the space between the box and label for checkboxes, and fix incorrect usages in "repo-issue.js" 
						
						
					 
					
						2024-05-06 06:32:05 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5c236bd4c0 
							
						 
					 
					
						
						
							
							Fix issue/PR title edit ( #30858 )  
						
						... 
						
						
						
						1. "enter" doesn't work (I think it is the last enter support for #14843 )
2. if a branch name contains something like `&`, then the branch selector doesn't update 
						
						
					 
					
						2024-05-05 13:09:41 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c445a85528 
							
						 
					 
					
						
						
							
							Improve repo button row layout ( #30668 )  
						
						... 
						
						
						
						Since there is now a second `<input>` in the repo buttons, we can make a
better-looking layout with no empty space, except on mobile.
Also I fixed one bug with focus border on clone panel.
## Large
<img width="1163" alt="Screenshot 2024-04-23 at 22 25 22"
src="https://github.com/go-gitea/gitea/assets/115237/8135a572-aa67-4672-ad49-b76b06890b52 ">
## Medium
<img width="870" alt="Screenshot 2024-04-23 at 22 25 34"
src="https://github.com/go-gitea/gitea/assets/115237/9e93f61c-3315-4a78-8328-8cefad5b50fa ">
## Mobile
<img width="416" alt="Screenshot 2024-04-23 at 22 25 52"
src="https://github.com/go-gitea/gitea/assets/115237/859e341f-807a-48e6-8bcf-31715963216c "> 
						
						
					 
					
						2024-05-02 19:10:49 +00:00 
						 
				 
			
				
					
						
							
							
								Kemal Zebari 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							872caa17c0 
							
						 
					 
					
						
						
							
							Catch and handle unallowed file type errors in issue attachment API ( #30791 )  
						
						... 
						
						
						
						Before, we would just throw 500 if a user passes an attachment that is
not an allowed type. This commit catches this error and throws a 422
instead since this should be considered a validation error. 
						
						
					 
					
						2024-05-02 16:33:31 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ff2acc52c 
							
						 
					 
					
						
						
							
							Fix issue card layout ( #30800 )  
						
						... 
						
						
						
						Fix  #30788  
					
						2024-05-02 11:19:44 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ebe6f4cad7 
							
						 
					 
					
						
						
							
							Fix branch selector UI ( #30803 )  
						
						... 
						
						
						
						Fix  #30802  
						
						
					 
					
						2024-05-02 10:45:23 +00:00 
						 
				 
			
				
					
						
							
							
								Chester 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6709e28da7 
							
						 
					 
					
						
						
							
							Add API endpoints for getting action jobs status ( #26673 )  
						
						... 
						
						
						
						Sample of response, it is similar to Github actions
ref
https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#list-workflow-runs-for-a-repository 
``` json
{
    "workflow_runs": [
        {
            "id": 3,
            "name": "Explore-Gitea-Actions",
            "head_branch": "main",
            "head_sha": "6d8d29a9f7a01ded8f8aeb64341cb31ee1ab5f19",
            "run_number": 3,
            "event": "push",
            "display_title": "More job",
            "status": "success",
            "workflow_id": "demo2.yaml",
            "url": "/chester/test/actions/runs/3",
            "created_at": "2023-08-22T13:41:33-04:00",
            "updated_at": "2023-08-22T13:41:37-04:00",
            "run_started_at": "2023-08-22T13:41:33-04:00"
        },
        {
            "id": 2,
            "name": "Explore-Gitea-Actions",
            "head_branch": "main",
            "head_sha": "6d8d29a9f7a01ded8f8aeb64341cb31ee1ab5f19",
            "run_number": 2,
            "event": "push",
            "display_title": "More job",
            "status": "success",
            "workflow_id": "demo.yaml",
            "url": "/chester/test/actions/runs/2",
            "created_at": "2023-08-22T13:41:30-04:00",
            "updated_at": "2023-08-22T13:41:33-04:00",
            "run_started_at": "2023-08-22T13:41:30-04:00"
        },
        {
            "id": 1,
            "name": "Explore-Gitea-Actions",
            "head_branch": "main",
            "head_sha": "e5369ab054cae79899ba36e45ee82811a6e0acd5",
            "run_number": 1,
            "event": "push",
            "display_title": "Add job",
            "status": "failure",
            "workflow_id": "demo.yaml",
            "url": "/chester/test/actions/runs/1",
            "created_at": "2023-08-22T13:15:21-04:00",
            "updated_at": "2023-08-22T13:18:10-04:00",
            "run_started_at": "2023-08-22T13:15:21-04:00"
        }
    ],
    "total_count": 3
}
```
---------
Co-authored-by: yp05327 <576951401@qq.com>
Co-authored-by: puni9869 <80308335+puni9869@users.noreply.github.com> 
						
						
					 
					
						2024-05-01 09:40:23 +08:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							564102ce89 
							
						 
					 
					
						
						
							
							Rework and fix stopwatch ( #30732 )  
						
						... 
						
						
						
						Fixes https://github.com/go-gitea/gitea/issues/30721  and overhauls the
stopwatch. Time is now shown inside the "dot" icon and on both mobile
and desktop. All rendering is now done by `<relative-time>`, the
`pretty-ms` dependency is dropped.
Desktop:
<img width="557" alt="Screenshot 2024-04-29 at 22 33 27"
src="https://github.com/go-gitea/gitea/assets/115237/3a46cdbf-6af2-4bf9-b07f-021348badaac ">
Mobile:
<img width="640" alt="Screenshot 2024-04-29 at 22 34 19"
src="https://github.com/go-gitea/gitea/assets/115237/8a2beea7-bd5d-473f-8fff-66f63fd50877 ">
Note for tippy:
Previously, tippy instances defaulted to "menu" theme, but that theme is
really only meant for `.ui.menu`, so it was not optimal for the
stopwatch popover.
This introduces a unopinionated `default` theme that has no padding and
should be suitable for all content. I reviewed all existing uses and
explicitely set the desired `theme` on all of them. 
						
						
					 
					
						2024-04-30 14:52:46 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							059b2718a5 
							
						 
					 
					
						
						
							
							Right align the "Settings" menu item in overflow-menu ( #30764 )  
						
						... 
						
						
						
						I guess there could be enough people liking to make the Settings menu
item right aligned. As a site admin, I found it's easier to find the
right-aligned Settings menu item.
Tested with various sizes:


 
						
						
					 
					
						2024-04-30 04:26:13 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3d9f0d915 
							
						 
					 
					
						
						
							
							Fix all rounded borders, change affected tab menus to pills ( #30707 )  
						
						... 
						
						
						
						Fixes https://github.com/go-gitea/gitea/issues/30673 , all 23 issues.
Notes:
- Tab bar menus had to change to pills because of unsolvable issue with
the border-radius as tab bar renders a overlapping border onto the box
below. And I think pills look better.
- Added padding to code editor empty preview message
- Hide monaco's built-in blue focus border, we don't need it and it
never showed before either.
- Label add menu is simplified, removing the nested segment.
<img width="1322" alt="Screenshot 2024-04-25 at 22 26 19"
src="https://github.com/go-gitea/gitea/assets/115237/7e394e0c-b7ad-417d-8e9f-12f1dea93ed1 ">
<img width="1326" alt="Screenshot 2024-04-25 at 22 28 00"
src="https://github.com/go-gitea/gitea/assets/115237/66c8499f-aa9f-4d95-8cca-ef13dfa82c65 ">
<img width="997" alt="Screenshot 2024-04-25 at 22 36 53"
src="https://github.com/go-gitea/gitea/assets/115237/07896102-c71d-4246-8173-c2bc2e1d3cae ">
<img width="832" alt="Screenshot 2024-04-25 at 22 56 09"
src="https://github.com/go-gitea/gitea/assets/115237/d83afc96-08ca-4adc-baf4-3d02804be57c ">
<img width="361" alt="Screenshot 2024-04-25 at 22 57 12"
src="https://github.com/go-gitea/gitea/assets/115237/c7371a68-00b5-47d8-84d0-ddc5268b2b2c ">
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io> 
						
						
					 
					
						2024-04-29 20:53:15 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4daea7c603 
							
						 
					 
					
						
						
							
							Rename CodeIndexerEnabled to IsRepoIndexerEnabled ( #30762 )  
						
						... 
						
						
						
						Fix  #30761 
Most places use `IsRepoIndexerEnabled` but not `CodeIndexerEnabled`, so
it should always use `IsRepoIndexerEnabled` for consistency. 
						
						
					 
					
						2024-04-29 20:15:35 +00:00 
						 
				 
			
				
					
						
							
							
								Micash 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad4e902d5a 
							
						 
					 
					
						
						
							
							Add support for npm bundleDependencies ( #30751 )  
						
						
						
						
					 
					
						2024-04-29 16:19:06 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8de2992ffb 
							
						 
					 
					
						
						
							
							Make Ctrl+Enter work for issue/comment edit ( #30720 )  
						
						... 
						
						
						
						Fix  #30710  
					
						2024-04-27 14:32:00 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b93c87b6fe 
							
						 
					 
					
						
						
							
							Issue card improvements ( #30687 )  
						
						... 
						
						
						
						Fixes https://github.com/go-gitea/gitea/issues/30682  and does a few
improvements:
- Use gap instead of margin/padding
- Don't render empty image div
- Remove `right floated` class that did nothing
<img width="406" alt="Screenshot 2024-04-24 at 20 21 20"
src="https://github.com/go-gitea/gitea/assets/115237/2fa88707-c2c4-40df-aee7-a684c3097ed0 ">
---------
Co-authored-by: KN4CK3R <admin@oldschoolhack.me> 
						
						
					 
					
						2024-04-27 13:35:26 +00:00 
						 
				 
			
				
					
						
							
							
								Yarden Shoham 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51c28d9683 
							
						 
					 
					
						
						
							
							Don't show loading indicators when refreshing the system status ( #30712 )  
						
						... 
						
						
						
						Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: silverwind <me@silverwind.io> 
						
						
					 
					
						2024-04-27 13:05:06 +00:00 
						 
				 
			
				
					
						
							
							
								Kemal Zebari 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dd301cae1c 
							
						 
					 
					
						
						
							
							Prevent allow/reject reviews on merged/closed PRs ( #30686 )  
						
						... 
						
						
						
						Resolves  #30675 . 
					
						2024-04-27 11:55:03 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b2abac5e5f 
							
						 
					 
					
						
						
							
							Improve diff stats bar ( #30669 )  
						
						... 
						
						
						
						Minor tweaks:
- Remove unnecessary `item` class which was causing unwanted padding to
be added.
- Add some padding and prevent wrapping so it looks better on mobile.
- Increase width by 4px.
<img width="116" alt="Screenshot 2024-04-24 at 00 15 07"
src="https://github.com/go-gitea/gitea/assets/115237/1f1cf54c-8053-4297-b309-71d9c2ceb9ee ">
<img width="441" alt="Screenshot 2024-04-24 at 00 14 57"
src="https://github.com/go-gitea/gitea/assets/115237/2f3a33dc-edad-4b97-b64c-6812aae513cb "> 
						
						
					 
					
						2024-04-27 11:22:55 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9b2536b78f 
							
						 
					 
					
						
						
							
							Update misspell to 0.5.1 and add misspellings.csv ( #30573 )  
						
						... 
						
						
						
						Misspell 0.5.0 supports passing a csv file to extend the list of
misspellings, so I added some common ones from the codebase. There is at
least one typo in a API response so we need to decided whether to revert
that and then likely remove the dict entry. 
						
						
					 
					
						2024-04-27 08:03:49 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c93eefb42b 
							
						 
					 
					
						
						
							
							Diff color enhancements, add line number background ( #30670 )  
						
						... 
						
						
						
						1. Bring back the background on line numbers. This feature was lost a
long time ago.
<img width="457" alt="Screenshot 2024-04-24 at 01 36 09"
src="https://github.com/go-gitea/gitea/assets/115237/76a7f5a9-c22a-4c72-9f0a-ebf16a66513e ">
<img width="473" alt="Screenshot 2024-04-24 at 01 22 47"
src="https://github.com/go-gitea/gitea/assets/115237/eef06cf2-f1b9-40e3-947d-dd5852ec12a3 ">
<img width="457" alt="Screenshot 2024-04-24 at 02 13 18"
src="https://github.com/go-gitea/gitea/assets/115237/59e317d4-76a7-468c-8a19-10d88c675cc3 ">
<img width="459" alt="Screenshot 2024-04-24 at 01 23 21"
src="https://github.com/go-gitea/gitea/assets/115237/f1a46f8d-8846-4d78-a9d7-8b7dc18ac6e4 ">
2. Expanded lines background is now full-line, including line numbers:
<img width="1303" alt="Screenshot 2024-04-24 at 01 37 12"
src="https://github.com/go-gitea/gitea/assets/115237/271eefe2-0869-424e-93fb-ccd8adc87806 ">
3. Sort affected colors alphabetically in the CSS
Fixes  #14603  
						
						
					 
					
						2024-04-26 19:37:21 +00:00