 hiifongandGitHub
|
5f679c1c59
|
Add .run to gitignore (#33175)

|
2025-01-09 18:11:35 +00:00 |
|
 hiifongandGitHub
|
4a254856b3
|
Add IntelliJ Gateway's .uuid to gitignore (#33052)
|
2024-12-30 21:42:29 -05:00 |
|
 
|
a87168869a
|
Fix duplicate co-author in squashed merge commit messages (#33020)
Fix: #31980
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
2024-12-30 19:03:21 +00:00 |
|
 
|
276f43330c
|
Do not display attestation-manifest and use short sha256 instead of full sha256 (#32851)
Related: #24973
Before:

After:

Index:
```json
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.index.v1+json",
"manifests": [
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"digest": "sha256:5967afffdfde104ca1459286a72346baaef8b70ac153325d7a6cd85c7734ac6e",
"size": 672,
"platform": {
"architecture": "amd64",
"os": "linux"
}
},
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"digest": "sha256:f9abfcc55320f9ff1f38eeb7dbb4bea10b29c7febfa49ccd7aab9fa02403b9f0",
"size": 672,
"platform": {
"architecture": "arm64",
"os": "linux"
}
},
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"digest": "sha256:d70ad19d00c19e40691045cbddc3e8a5a4454c31cc454d1132b13bcaf35b6d46",
"size": 566,
"annotations": {
"vnd.docker.reference.digest": "sha256:5967afffdfde104ca1459286a72346baaef8b70ac153325d7a6cd85c7734ac6e",
"vnd.docker.reference.type": "attestation-manifest"
},
"platform": {
"architecture": "unknown",
"os": "unknown"
}
},
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"digest": "sha256:73bc233bf4eac96a404ce3e0430b698831a4ea7050c878d5f76d1d1f133751dd",
"size": 566,
"annotations": {
"vnd.docker.reference.digest": "sha256:f9abfcc55320f9ff1f38eeb7dbb4bea10b29c7febfa49ccd7aab9fa02403b9f0",
"vnd.docker.reference.type": "attestation-manifest"
},
"platform": {
"architecture": "unknown",
"os": "unknown"
}
}
]
}
```
---------
Co-authored-by: silverwind <me@silverwind.io>
|
2024-12-16 10:22:49 +08:00 |
|
 
|
7616aeb2ea
|
In some lfs server implementations, they require the ref attribute. (#32838)
Fix: #32611
In some lfs server implementations, they require the ref attribute.
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
2024-12-15 02:06:21 +00:00 |
|
 hiifongandGitHub
|
82c59d52ea
|
Add User-Agent for gitea's self-implemented lfs client. (#32832)
|
2024-12-14 03:35:19 +00:00 |
|
 
|
30008fcfcf
|
Fix bug of branch/tag selector in the issue sidebar (#32744)
Fix: #32731
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
2024-12-13 00:45:06 +00:00 |
|
 hiifongandGitHub
|
0b8a8941a0
|
Fix lfs migration (#32812)
Fix: #32803
|
2024-12-12 21:36:39 +00:00 |
|
 
|
87bb5ed0bc
|
Fix: passkey login not working anymore (#32623)
Quick fix #32595, use authenticator auth flags to login
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
2024-11-26 16:04:17 +00:00 |
|
 hiifongandGitHub
|
ae90b21db0
|
Apply to became a maintainer (#32614)
[PRs
list](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+author%3Ahiifong+is%3Aclosed+is%3Amerged)
|
2024-11-22 18:26:05 +00:00 |
|
 hiifongandGitHub
|
f38e101448
|
Lazy load avatar images (#32051)
|
2024-09-17 19:02:48 +00:00 |
|
 hiifongandGitHub
|
4628aa5251
|
fix incorrect repo url when changed the case of ownername (#25733)
When only the case of the username changes and the new username is
consistent with the lowercase username of the old user name, update the
owner name of the repo, and keep the original logic consistent with
other conditions.
example: your username is `gitea`, lowercase username is `gitea`,repo
url is `.../gitea/{repo}`, you changed username to `Gitea` or `GiTea` or
other, but the lowercase username is still `gitea`, the repo url is
still `.../gitea/{repo}`.
this pr fixed it,keep username and repo url consistent.
Before:


After:


|
2023-07-14 13:42:10 +08:00 |
|
 hiifongandGitHub
|
d58096ec31
|
Fix the wrong default branch name displayed by checkout (#25777)
Related: #22743
Before:

After:

|
2023-07-09 11:09:06 +02:00 |
|
 hiifongandGitHub
|
a6a9389c70
|
Hide add file button for pull mirrors (#25748)
I think hiding the add file button for mirror repositories that can keep the ui clean.
Before:

After:

|
2023-07-07 13:36:14 +00:00 |
|
 
|
36f1fa7792
|
Support displaying diff stats in PR tab bar (#25387)
Fix #25326
---------
Co-authored-by: silverwind <me@silverwind.io>
|
2023-07-03 01:00:28 +00:00 |
|
  
|
1069472c0c
|
Fix input line-height cutting off g (#25334)
Fix the incomplete display of input text
Before:


After:


---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
|
2023-06-27 08:45:43 +00:00 |
|
 hiifongandGitHub
|
8e6a114317
|
fix tags line no margin see #25255 (#25280)
This is my first pr, there are many things I don't understand very well,
I am very sorry, I rearranged the code and opened this new pr.
Now:

|
2023-06-24 20:30:46 +08:00 |
|
 hiifongandGitHub
|
57120d9969
|
When viewing a file, hide the add button (#25320)
Fix #25281
When viewing a file, hide the add button


|
2023-06-18 09:21:50 +00:00 |
|