Kyle D 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54acf7b0d4 
							
						 
					 
					
						
						
							
							Normalize oauth email username ( #28561 )  
						
						
						
						
					 
					
						2024-01-03 18:48:20 -06:00 
						 
				 
			
				
					
						
							
							
								Denys Konovalov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							657b23d635 
							
						 
					 
					
						
						
							
							Fix wrapping of label list ( #28684 )  
						
						... 
						
						
						
						The label list needs to wrap the items to avoid unnecessary overflow / incorrect text wrapping. 
						
						
					 
					
						2024-01-03 20:33:55 +08:00 
						 
				 
			
				
					
						
							
							
								wackbyte 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9b418158b9 
							
						 
					 
					
						
						
							
							Fix grammar in actions.variables.id_not_exist (en-US) ( #28680 )  
						
						... 
						
						
						
						Fixes the capitalization and grammar of the key. 
						
						
					 
					
						2024-01-03 10:43:38 +00:00 
						 
				 
			
				
					
						
							
							
								wackbyte 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ba1216b9d 
							
						 
					 
					
						
						
							
							Fix grammar issues on the repository Actions page (en-US) ( #28679 )  
						
						... 
						
						
						
						Fixes a few grammar issues in the en-US localization of the repository
Actions page. 
						
						
					 
					
						2024-01-03 10:42:56 +00:00 
						 
				 
			
				
					
						
							
							
								wackbyte 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							361839fb1c 
							
						 
					 
					
						
						
							
							Fix tooltip of variable edit button ( #28681 )  
						
						... 
						
						
						
						The `variables.edit` key does not exist.
 
						
						
					 
					
						2024-01-03 06:25:19 +00:00 
						 
				 
			
				
					
						
							
							
								Brecht Van Lommel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							12c0487e01 
							
						 
					 
					
						
						
							
							Make cross-reference issue links work in markdown documents again ( #28682 )  
						
						... 
						
						
						
						In #26365  issue references were disabled entirely for documents,
intending to match GitHub behavior. However cross-references do appear
to work in documents on GitHub.
This is useful for example to write release notes in a markdown document
and reference issues. While the simpler syntax may create links when not
intended, hopefully the cross-reference syntax is unique enough to avoid
it. 
						
						
					 
					
						2024-01-03 14:01:12 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							91aa263225 
							
						 
					 
					
						
						
							
							Make template DateTime show proper tooltip ( #28677 )  
						
						... 
						
						
						
						There was a question about "how to improve the datetime display for
SSH/PGP/WebAuthn"
https://github.com/go-gitea/gitea/pull/28262#issuecomment-1831141611 
The root problem is that `DateTime` misses the "data-tooltip-content"
attribute, which should be used to make the tooltip popup smoothly.
Now the UI is consistent and the end users could see the detailed
hour/minute/second easily by hovering the element.

 
						
						
					 
					
						2024-01-02 20:09:18 +01:00 
						 
				 
			
				
					
						
							
							
								Yarden Shoham 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cdc33b29a0 
							
						 
					 
					
						
						
							
							Add global setting how timestamps should be rendered ( #28657 )  
						
						... 
						
						
						
						- Resolves https://github.com/go-gitea/gitea/issues/22493 
- Related to https://github.com/go-gitea/gitea/issues/4520 
Some admins prefer all timestamps to display the full date instead of
relative time. They can do that now by setting
```ini
[ui]
PREFERRED_TIMESTAMP_TENSE = absolute
```
This setting is set to `mixed` by default, allowing dates to render as
"5 hours ago". Here are some screenshots of the UI with this setting set
to `absolute`:



---------
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: delvh <dev.lh@web.de> 
						
						
					 
					
						2024-01-02 09:25:30 +08:00 
						 
				 
			
				
					
						
							
							
								GiteaBot 
							
						 
					 
					
						
						
						
						
							
						
						
							f8f394cb0e 
							
						 
					 
					
						
						
							
							[skip ci] Updated translations via Crowdin  
						
						
						
						
					 
					
						2024-01-01 00:27:55 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							da58bb85fa 
							
						 
					 
					
						
						
							
							Upgrade xorm to new version which supported update join for all supported databases ( #28590 )  
						
						... 
						
						
						
						Fix https://github.com/go-gitea/gitea/pull/28547#issuecomment-1867740842 
Since https://gitea.com/xorm/xorm/pulls/2383  merged, xorm now supports
UPDATE JOIN.
To keep consistent from different databases, xorm use
`engine.Join().Update`, but the actural generated SQL are different
between different databases.
For MySQL, it's `UPDATE talbe1 JOIN table2 ON join_conditions SET xxx
Where xxx`.
For MSSQL, it's `UPDATE table1 SET xxx FROM TABLE1, TABLE2 WHERE
join_conditions`.
For SQLITE per https://www.sqlite.org/lang_update.html , sqlite support
`UPDATE table1 SET xxx FROM table2 WHERE join conditions` from
3.33.0(2020-8-14).
POSTGRES is the same as SQLITE. 
						
						
					 
					
						2023-12-31 05:00:35 +00:00 
						 
				 
			
				
					
						
							
							
								vincent 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f8a1bad883 
							
						 
					 
					
						
						
							
							Fix: system webhooks API bug ( #28531 )  
						
						... 
						
						
						
						- Fix the bug about admin/hooks API that `GET /admin/hooks` can only
fetch system_hooks, `POST /admin/hooks` can only create default_hooks. 
						
						
					 
					
						2023-12-31 04:31:50 +00:00 
						 
				 
			
				
					
						
							
							
								Nanguan Lin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6e0957b9c 
							
						 
					 
					
						
						
							
							Fix alpine package files are not rebuilt ( #28638 )  
						
						... 
						
						
						
						I noticed the `BuildAllRepositoryFiles` function under the Alpine folder
is unused and I thought it was a bug.
But I'm not sure about this. Was it on purpose? 
						
						
					 
					
						2023-12-31 12:08:46 +08:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cb10f2767c 
							
						 
					 
					
						
						
							
							Fix migration test ( #28659 )  
						
						
						
						
					 
					
						2023-12-30 21:54:48 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e5d8c4b8d4 
							
						 
					 
					
						
						
							
							Avoid cycle-redirecting user/login page ( #28636 )  
						
						... 
						
						
						
						Fix  #28231 , and remove some unused code. The `db.HasEngine` doesn't seem
useful because the db engine is always initialized before web route. 
					
						2023-12-30 08:48:34 +00:00 
						 
				 
			
				
					
						
							
							
								Mihir Joshi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d474110c1 
							
						 
					 
					
						
						
							
							Fix long package version names overflowing ( #28619 )  
						
						... 
						
						
						
						Fixes  #28534  
---
Before:

After:
<img width="304" alt="image"
src="https://github.com/go-gitea/gitea/assets/50193156/53d04ad0-6d5c-47e2-8a7d-30a4d5dd9959 ">
Should we also apply this for long filenames in Assets?
It looks like this currently:
<img width="285" alt="image"
src="https://github.com/go-gitea/gitea/assets/50193156/e2dcbb2e-30d5-4e35-b304-6274ef60bda7 ">
---------
Co-authored-by: Mihir <mihir.joshi@senpiper.com> 
					
						2023-12-30 07:42:16 +00:00 
						 
				 
			
				
					
						
							
							
								silverwind 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ce55a74374 
							
						 
					 
					
						
						
							
							Update JS dependencies ( #28537 )  
						
						... 
						
						
						
						- Update all JS dependencies excluding mcaptcha (breaking changes) and
stylelint (plugin not compatible with v16)
- Regenerate SVGs
- Update markdownlint rule names
- Fix one issue of heading in markdown discovered during lint
- Update for monaco options renames
- Fix stylelint rule length-zero-no-unit for custom properties
- Tested editor, swagger, sorting, vue, lint 
						
						
					 
					
						2023-12-30 05:29:03 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							19b1b698c9 
							
						 
					 
					
						
						
							
							Improve document for ARTIFACT_RETENTION_DAYS ( #28646 )  
						
						... 
						
						
						
						Follow #28626  
						
						
					 
					
						2023-12-29 06:44:58 +00:00 
						 
				 
			
				
					
						
							
							
								Denys Konovalov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f10d716ff4 
							
						 
					 
					
						
						
							
							fix empty ref for cron workflow runs ( #28640 )  
						
						... 
						
						
						
						Fix  #27678  
Please see
https://github.com/go-gitea/gitea/issues/27678#issuecomment-1871445853 
for details. 
					
						2023-12-29 06:18:57 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							19c45dd479 
							
						 
					 
					
						
						
							
							Improve 1.22 document for Database Preparation ( #28643 )  
						
						... 
						
						
						
						Fix  #28247  
					
						2023-12-29 05:42:22 +00:00 
						 
				 
			
				
					
						
							
							
								GiteaBot 
							
						 
					 
					
						
						
						
						
							
						
						
							4995b4a057 
							
						 
					 
					
						
						
							
							[skip ci] Updated translations via Crowdin  
						
						
						
						
					 
					
						2023-12-29 00:20:25 +00:00 
						 
				 
			
				
					
						
							
							
								Denys Konovalov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c133b9fe0 
							
						 
					 
					
						
						
							
							switch destination directory for apt signing keys ( #28639 )  
						
						... 
						
						
						
						According to [Debian
docs](https://wiki.debian.org/DebianRepository/UseThirdParty ):
> The certificate MUST NOT be placed in /etc/apt/trusted.gpg.d or loaded
by apt-key add.
> ...
> If future updates to the certificate will be managed by an apt/dpkg
package as recommended below, then it SHOULD be downloaded into
/usr/share/keyrings using the same filename that will be provided by the
package. If it will be managed locally , it SHOULD be downloaded into
/etc/apt/keyrings instead.
> ...
> A sources.list entry SHOULD have the signed-by option set. 
						
						
					 
					
						2023-12-28 22:08:59 +01:00 
						 
				 
			
				
					
						
							
							
								Gerd Katzenbeisser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d1277c0cb 
							
						 
					 
					
						
						
							
							Extend description for ARTIFACT_RETENTION_DAYS ( #28626 )  
						
						... 
						
						
						
						Make it clear that this value is just a default value and that every
artifact can have it's own value. 
						
						
					 
					
						2023-12-28 10:11:44 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e743570f65 
							
						 
					 
					
						
						
							
							Refactor timeutil package ( #28623 )  
						
						... 
						
						
						
						1. make names more readable
2. remove unused FormatLong/FormatShort
3. use `FormatDate` instead of `Format "2006-01-02"` 
						
						
					 
					
						2023-12-28 10:09:57 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f3999888c0 
							
						 
					 
					
						
						
							
							Refactor some legacy code and remove unused code ( #28622 )  
						
						... 
						
						
						
						1. use slices.Contains, remove Int64sContains
2. use HashEmail, remove base.EncodeMD5
3. remove BasicAuthEncode, IsLetter 
						
						
					 
					
						2023-12-28 09:38:59 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							921df1cbad 
							
						 
					 
					
						
						
							
							Remove unnecessary syncbranchToDB with tests ( #28624 )  
						
						... 
						
						
						
						#28361  introduced `syncBranchToDB` in `CreateNewBranchFromCommit`. This
PR will revert the change because it's unnecessary. Every push will
already be checked by `syncBranchToDB`.
This PR also created a test to ensure it's right. 
					
						2023-12-28 15:28:57 +08:00 
						 
				 
			
				
					
						
							
							
								KN4CK3R 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4cd666d7dc 
							
						 
					 
					
						
						
							
							Do not set Accept header twice ( #28598 )  
						
						... 
						
						
						
						Revert #28550 
Don't add the `Accept` header twice. 
						
						
					 
					
						2023-12-28 03:59:00 +00:00 
						 
				 
			
				
					
						
							
							
								GiteaBot 
							
						 
					 
					
						
						
						
						
							
						
						
							c706b3e436 
							
						 
					 
					
						
						
							
							[skip ci] Updated translations via Crowdin  
						
						
						
						
					 
					
						2023-12-28 00:24:21 +00:00 
						 
				 
			
				
					
						
							
							
								katsu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42149ff1a8 
							
						 
					 
					
						
						
							
							fix wrong link in user and organization profile when using relative url ( #28617 )  
						
						... 
						
						
						
						fix  #28436 .
the doc https://docs.gitea.com/usage/profile-readme  maybe also need to
be updated to tell that
the main branch is necessary,which means the following three conditions
should be satisfied:
- repo: **.profile**
- branch: **[default branch]**
- markdown: **README.md** 
					
						2023-12-27 08:32:27 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							baf0d402d9 
							
						 
					 
					
						
						
							
							Add get actions runner registration token for API routes, repo, org, user and global level ( #27144 )  
						
						... 
						
						
						
						Replace #23761 
---------
Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io> 
						
						
					 
					
						2023-12-27 07:57:54 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4c29c75968 
							
						 
					 
					
						
						
							
							Fix session key conflict with database keyword ( #28613 )  
						
						... 
						
						
						
						This is a regression from #28220  .
`builder.Cond` will not add `` ` `` automatically but xorm method
`Get/Find` adds `` ` ``.
This PR also adds tests to prevent the method from being implemented
incorrectly. The tests are added in `integrations` to test every
database. 
						
						
					 
					
						2023-12-27 15:24:23 +08:00 
						 
				 
			
				
					
						
							
							
								GiteaBot 
							
						 
					 
					
						
						
						
						
							
						
						
							a1dfffd723 
							
						 
					 
					
						
						
							
							[skip ci] Updated translations via Crowdin  
						
						
						
						
					 
					
						2023-12-27 00:23:45 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d68b9237bf 
							
						 
					 
					
						
						
							
							Use known issue IID to generate new PR index number when migrating from GitLab ( #28616 )  
						
						... 
						
						
						
						Fix  #13884  
					
						2023-12-26 17:57:25 +00:00 
						 
				 
			
				
					
						
							
							
								Volodymyr Stelmashchuk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0e9c988373 
							
						 
					 
					
						
						
							
							Update repo-mirror.en-us.md ( #28612 )  
						
						... 
						
						
						
						Add small changes to the doc. The workflow scope require for push code
to github mirror in case the project use the github action compatibility
ui. 
						
						
					 
					
						2023-12-27 00:36:11 +08:00 
						 
				 
			
				
					
						
							
							
								GiteaBot 
							
						 
					 
					
						
						
						
						
							
						
						
							ff7383e83a 
							
						 
					 
					
						
						
							
							[skip ci] Updated translations via Crowdin  
						
						
						
						
					 
					
						2023-12-26 00:24:05 +00:00 
						 
				 
			
				
					
						
							
							
								delvh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							778ad795fd 
							
						 
					 
					
						
						
							
							Refactor deletion ( #28610 )  
						
						... 
						
						
						
						Introduce the new generic deletion methods
- `func DeleteByID[T any](ctx context.Context, id int64) (int64, error)`
- `func DeleteByIDs[T any](ctx context.Context, ids ...int64) error`
- `func Delete[T any](ctx context.Context, opts FindOptions) (int64,
error)`
So, we no longer need any specific deletion method and can just use
the generic ones instead.
Replacement of #28450 
Closes  #28450 
---------
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> 
						
						
					 
					
						2023-12-25 21:25:29 +01:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b41925cee3 
							
						 
					 
					
						
						
							
							Refactor CORS handler ( #28587 )  
						
						... 
						
						
						
						The CORS code has been unmaintained for long time, and the behavior is
not correct.
This PR tries to improve it. The key point is written as comment in
code. And add more tests.
Fix  #28515 
Fix  #27642 
Fix  #17098  
						
						
					 
					
						2023-12-25 20:13:18 +08:00 
						 
				 
			
				
					
						
							
							
								Jean-Baptiste Gomond 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d0f24ff4ca 
							
						 
					 
					
						
						
							
							Added instance-level variables ( #28115 )  
						
						... 
						
						
						
						This PR adds instance-level variables, and so closes  #27726 


 
						
						
					 
					
						2023-12-25 07:28:59 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0407a402bb 
							
						 
					 
					
						
						
							
							Revert "improve possible performance bottleneck ( #28547 )" ( #28593 )  
						
						... 
						
						
						
						This reverts commit b35d3fddfac389a7be401a63b4e1283dd74af681.
This is totally wrong. I think `Update join` hasn't been supported well
by xorm.
I just revert the PR and will try to send another one. 
						
						
					 
					
						2023-12-25 06:52:17 +00:00 
						 
				 
			
				
					
						
							
							
								GiteaBot 
							
						 
					 
					
						
						
						
						
							
						
						
							7396e3618d 
							
						 
					 
					
						
						
							
							[skip ci] Updated licenses and gitignores  
						
						
						
						
					 
					
						2023-12-25 00:25:23 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8989d466ed 
							
						 
					 
					
						
						
							
							Fix flex container width ( #28603 )  
						
						... 
						
						
						
						Fix  #28489  
					
						2023-12-24 22:39:02 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a71f7280a 
							
						 
					 
					
						
						
							
							Fix the scroll behavior for emoji/mention list ( #28597 )  
						
						... 
						
						
						
						Fix  #28595  by https://github.com/github/combobox-nav/pull/79  (combobox-nav v2.3.1) 
					
						2023-12-24 13:08:41 +08:00 
						 
				 
			
				
					
						
							
							
								techknowlogick 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1d2a152f8 
							
						 
					 
					
						
						
							
							bump to use alpine3.19 ( #28594 )  
						
						
						
						
					 
					
						2023-12-23 21:04:58 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							330aab47b3 
							
						 
					 
					
						
						
							
							Include heap pprof in diagnosis report to help debugging memory leaks ( #28596 )  
						
						
						
						
					 
					
						2023-12-23 19:06:02 +00:00 
						 
				 
			
				
					
						
							
							
								Kyle D 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							33439b733a 
							
						 
					 
					
						
						
							
							Disable query token param in integration tests ( #28592 )  
						
						... 
						
						
						
						Follow up to https://github.com/go-gitea/gitea/pull/28484 , this PR
enables the setting for integration tests and migrates a few additional
test queries. 
						
						
					 
					
						2023-12-23 11:29:51 +08:00 
						 
				 
			
				
					
						
							
							
								Yarden Shoham 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d9ed931c4d 
							
						 
					 
					
						
						
							
							Fix wrong due date rendering in issue list page ( #28588 )  
						
						... 
						
						
						
						It included the hours, minutes, and seconds. By removing these, the date
renders correctly.
Signed-off-by: Yarden Shoham <git@yardenshoham.com> 
						
						
					 
					
						2023-12-22 10:53:12 -06:00 
						 
				 
			
				
					
						
							
							
								Zettat123 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							907c97aabb 
							
						 
					 
					
						
						
							
							Fix status_check_contexts matching bug ( #28582 )  
						
						... 
						
						
						
						Fix  #28570 
Follow #24633 
---
Copied from
https://github.com/go-gitea/gitea/issues/28570#issuecomment-1867327999 
The feature introduced in #24633  should be compatible with
`status_check_contexts`. However, if one or more of
`status_check_contexts` is not a legal glob expressions, `glob.Compile`
will fail and the contexts cannot match.
21229ed2c8/routers/web/repo/pull.go (L653-L663) 
					
						2023-12-22 13:29:50 +00:00 
						 
				 
			
				
					
						
							
							
								morphelinho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							19869d1c11 
							
						 
					 
					
						
						
							
							Fix 405 method not allowed CORS / OIDC ( #28583 )  
						
						... 
						
						
						
						Follow #28184 
Follow #28515 
Fix problem with 405 method not allowed for CORS wrt OIDC 
						
						
					 
					
						2023-12-22 12:23:24 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							21229ed2c8 
							
						 
					 
					
						
						
							
							Add more ways to try ( #28581 )  
						
						
						
						
					 
					
						2023-12-22 06:20:59 +00:00 
						 
				 
			
				
					
						
							
							
								KN4CK3R 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							838db2f891 
							
						 
					 
					
						
						
							
							Convert to url auth to header auth in tests ( #28484 )  
						
						... 
						
						
						
						Related #28390  
						
						
					 
					
						2023-12-21 23:59:59 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04b235d094 
							
						 
					 
					
						
						
							
							Fix 500 error of searching commits ( #28576 )  
						
						... 
						
						
						
						Regression of #28454  . Now the string is escaped HTML, so it doesn't
need `| Safe`.
Fix  #28575  
						
						
					 
					
						2023-12-21 23:09:14 +00:00