 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 |
|