NorthRealm
cc6c8d1b0d
Any other recipient?
2025-07-08 15:28:45 +08:00
NorthRealm
afe2deefbb
Merge branch 'patch3' into patch4
2025-07-08 15:16:42 +08:00
NorthRealm
2bac8d86d7
terrible
2025-07-08 15:00:35 +08:00
NorthRealm
d41aee8fa3
34982#discussion_r2191579495
2025-07-08 14:27:25 +08:00
NorthRealm
204f7ca886
stop if cannot render template
2025-07-08 14:25:03 +08:00
NorthRealm
8100f63457
silly
2025-07-08 14:21:57 +08:00
NorthRealm
53970ec4ed
Refactor
2025-07-08 14:09:38 +08:00
NorthRealm
a0737b1ff4
Decoration
2025-07-08 00:33:34 +08:00
NorthRealm
4f3f1b9c8a
Decoration
2025-07-07 23:52:03 +08:00
NorthRealm
0126656260
Merge branch 'patch3' into patch4
2025-07-07 17:42:03 +08:00
NorthRealm
ed7b2bc242
Refactor
2025-07-07 17:41:26 +08:00
NorthRealm
bb5e10b519
fmt
2025-07-07 17:31:20 +08:00
NorthRealm
bf3559f0b5
MAILER
2025-07-07 17:12:30 +08:00
NorthRealm
bf468fee21
MAILER
2025-07-07 15:46:43 +08:00
NorthRealm
1f6c68d572
MAILER
2025-07-07 15:03:39 +08:00
NorthRealm
a63093528a
MAILER
2025-07-07 13:01:21 +08:00
NorthRealm
31d82a4cbb
Merge branch 'main' into patch4
2025-07-07 03:12:31 +08:00
NorthRealm
0081ef87fb
Merge branch 'main' into patch3
2025-07-07 03:11:56 +08:00
NorthRealm
027c9fef2b
MAILER
2025-07-07 02:49:32 +08:00
NorthRealm
6b42ea1e54
Rerun job only when run is done ( #34970 )
...
For consistency, limit rerunning Job(s) to only when Run is in Done status.
2025-07-06 10:47:02 -07:00
silverwind
95a935aca0
Enable gocritic equalFold
and fix issues ( #34952 )
...
Continuation of https://github.com/go-gitea/gitea/pull/34678 .
---------
Signed-off-by: silverwind <me@silverwind.io>
2025-07-06 16:53:34 +00:00
MrMars98
ba943fb773
Fixed minor typos in two files #HSFDPMUW ( #34944 )
...
Fixed minor typos in CODE_OF_CONDUCT.md and README.md
I use the hashtag for a project at my university
---------
Signed-off-by: MrMars98 <Marcel.Lang98@googlemail.com>
2025-07-06 09:27:26 -07:00
wxiaoguang
9dafcc5c9e
Improve project & label color picker and image scroll ( #34971 )
...
Fix #34609
Fix #34967
2025-07-06 23:37:26 +08:00
NorthRealm
c8b64c7686
Refactor
2025-07-06 21:59:04 +08:00
wxiaoguang
e0745eb14d
Refactor webhook and fix feishu/lark secret ( #34961 )
2025-07-06 06:04:08 +00:00
wxiaoguang
3533263ced
Improve OAuth2 provider (correct Issuer, respect ENABLED) ( #34966 )
...
1. Make "Issuer" strictly follow the spec (see comment)
2. Make "/.well-known/openid-configuration" respond 404 if the OAuth2
provider is not enabled.
Then by the way, remove the JSEscape template helper because it is not
needed any more.
2025-07-06 13:36:45 +08:00
wxiaoguang
429efc8b4f
Merge index.js ( #34963 )
...
Fix #34960
2025-07-06 04:55:16 +00:00
GiteaBot
479757f61b
[skip ci] Updated translations via Crowdin
2025-07-06 00:42:18 +00:00
Dan Čermák
58759aeca0
Mark old reviews as stale on agit pr updates ( #34933 )
...
Fixes: https://github.com/go-gitea/gitea/issues/34134
2025-07-05 11:30:06 -07:00
wxiaoguang
63ee6783b8
Refactor "delete-button" to "link-action" ( #34962 )
2025-07-06 00:01:53 +08:00
wxiaoguang
c05082669b
Refactor frontend unique id & comment ( #34958 )
...
* there is no bug of the "unique element id", but duplicate code, this
PR just merges the duplicate "element id" logic and move the function
from "fomaintic" to "dom"
* improve comments
* make "git commit graph" page update pagination links correctly
2025-07-05 15:21:53 +00:00
wxiaoguang
6033c67a1a
Refactor some trivial problems ( #34959 )
...
1. make our "route group pattern match" also update chi's RoutePattern
2. fix incorrect "NotFound" call in conda package
3. make ".flex-item .flex-item-main" has a general gap, then no need to
use `tw` tricks
4. improve the "test webhook" UI
2025-07-05 23:19:33 +08:00
Lunny Xiao
555735936f
Upgrade security public key ( #34956 )
2025-07-05 10:11:41 -04:00
wxiaoguang
70685a9489
Fix git graph page ( #34948 )
...
fix #34946
2025-07-04 15:41:19 +00:00
silverwind
41678e1a57
Update JS dependencies ( #34951 )
...
Ran `make update-js svg` and adapted to svgo v4.
2025-07-04 17:02:32 +02:00
wxiaoguang
71e151cc22
Refactor head navbar icons ( #34922 )
...
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
2025-07-04 13:03:22 +02:00
wxiaoguang
d6d643fe86
Fix http auth header parsing ( #34936 )
...
Using `strings.EqualFold` is wrong in many cases.
2025-07-03 03:02:38 +00:00
Lunny Xiao
8cbec63cc7
Don't send trigger for a pending review's comment create/update/delete ( #34928 )
...
Fix #18846
Fix #34924
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-03 10:35:45 +08:00
RickyMa
6455c8202b
Support getting last commit message using contents-ext API ( #34904 )
...
Fix #34870
Fix #34929
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-03 09:45:42 +08:00
GiteaBot
97fc87af89
[skip ci] Updated translations via Crowdin
2025-07-03 00:37:58 +00:00
silverwind
6fe5c4c4d9
Exclude devtest.ts from tailwindcss ( #34935 )
...
Fix this leftover from the typescript migration.
2025-07-02 18:00:16 -04:00
GiteaBot
dd1fd89185
[skip ci] Updated translations via Crowdin
2025-07-02 00:37:55 +00:00
wxiaoguang
1d4ad5aa2b
Improve html escape ( #34911 )
...
drop "escape-goat"
2025-07-01 21:44:05 +08:00
Aaron Meese
35f0b5a3ec
Adds tooltip on branch commit counts ( #34869 )
...
Adds a tooltip to the commit counts when comparing branches, making it
easier for novice users to understand what the numbers mean.
Fixes #34867 .
---------
Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-01 19:14:32 +08:00
wxiaoguang
90f96c301e
Fix PR toggle WIP ( #34920 )
...
Fix #34919
---------
Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-01 16:32:39 +08:00
wxiaoguang
6596b92140
Fix modal + form abuse ( #34921 )
...
See the comment. And due to the abuse, there is a regression: when the
modal is hidden, the form will be reset and it can't submit.
This PR fixes all problems: keep the modal with form open, and add
"loading" indicator.
2025-07-01 15:19:03 +08:00
GiteaBot
f3364ec57f
[skip ci] Updated translations via Crowdin
2025-07-01 00:43:26 +00:00
delvh
8dbf13b1cb
Follow file symlinks in the UI to their target ( #28835 )
...
Symlinks are followed when you click on a link next to an entry, either
until a file has been found or until we know that the link is dead.
When the link cannot be accessed, we fall back to the current behavior
of showing the document containing the target.
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-01 06:55:36 +08:00
wxiaoguang
a94e472788
Fix issue filter ( #34914 )
...
`0` is zero value and won't be put into query parameter by QueryBuild
Fix #34913
2025-07-01 00:33:53 +08:00
Exploding Dragon
09bb19ad01
Fix: RPM package download routing & missing package version count ( #34909 )
...
* Fix RPM package download routing
* Fix missing package version count
---------
Signed-off-by: Exploding Dragon <explodingfkl@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-06-30 23:02:30 +08:00