GiteaBot
4b19e292b9
[skip ci] Updated translations via Crowdin
4 months ago
Ilya Nurullin
e844a41248
Use configurable remote name for git commands ( #35172 )
...
Closes #19403 , and makes it possible to use any remote name in code
snippets for an empty repository and pull request.
This change is very helpful to me, because I always use different name
for my gitea remote.
Uses setting config module to store the value. Default is `origin` for
backward compatibility.
### Screenshots
<details>
<summary>Empty repo</summary>
<img width="791" height="398" alt="image"
src="https://github.com/user-attachments/assets/7214053d-a8dd-4e77-8c9d-78936d9859e0 "
/>
</details>
<details>
<summary>Pull Request</summary>
<img width="591" height="452" alt="image"
src="https://github.com/user-attachments/assets/ebc3d25c-5d6d-481d-819d-9706af3c5594 "
/>
</details>
<details>
<summary>Settings page</summary>
<img width="1438" height="839" alt="image"
src="https://github.com/user-attachments/assets/d92bfa2c-7adc-4efe-95fa-0c55ad13b3f5 "
/>
</details>
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
4 months ago
Lunny Xiao
c0f24bd803
Move organization's visibility change to danger zone. ( #34814 )
...
<img width="1185" alt="image"
src="https://github.com/user-attachments/assets/d48c4db2-df7c-43b3-986c-62e042190a51 "
/>
<img width="829" alt="image"
src="https://github.com/user-attachments/assets/772b8a14-6837-41f2-9d78-9f0489ef1c7d "
/>
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
4 months ago
GiteaBot
6619b1ed2b
[skip ci] Updated translations via Crowdin
4 months ago
GiteaBot
04017f259b
[skip ci] Updated translations via Crowdin
4 months ago
GiteaBot
a2e8bf5261
[skip ci] Updated translations via Crowdin
4 months ago
GiteaBot
d328e00775
[skip ci] Updated translations via Crowdin
4 months ago
GiteaBot
a8349c4dc3
[skip ci] Updated translations via Crowdin
4 months ago
GiteaBot
ee9cd03f17
[skip ci] Updated translations via Crowdin
4 months ago
GiteaBot
93cf656974
[skip ci] Updated translations via Crowdin
4 months ago
GiteaBot
1692652d65
[skip ci] Updated translations via Crowdin
4 months ago
Nicolas Auvray
c760e3b2b5
Display pull request in merged commit view ( #35202 )
...
Fixes #34634
---
I am not a Web dev so I'm open to any change on the design. The
important thing for me is to have the feature implemented.
Here are screenshots on a test instance:
<img width="2758" height="420" alt="Capture d'écran 2025-08-02 161710"
src="https://github.com/user-attachments/assets/30abbeb5-6139-4a91-9348-36e78f1646e6 "
/>
<img width="2769" height="520" alt="Capture d'écran 2025-08-02 161725"
src="https://github.com/user-attachments/assets/29871f05-f0b5-4a31-9ada-812780269c7d "
/>
4 months ago
GiteaBot
8125633aa3
[skip ci] Updated translations via Crowdin
5 months ago
GiteaBot
1f676b36b1
[skip ci] Updated translations via Crowdin
5 months ago
GiteaBot
5050976de7
[skip ci] Updated translations via Crowdin
5 months ago
satnam72
5b1ab35ced
Fixed typo in oauth2_full_name_claim_name string ( #35199 )
...
Fixes : #35197
- Replaced ';' with '-' in oauth2_full_name_claim_name string to fix
parsing issue.
Signed-off-by: satnam72 <125819218+satnam72@users.noreply.github.com>
5 months ago
satnam72
5d94c9dd21
Fixed typo in locale_en-US.ini ( #35196 )
...
Fixes : #35195
- Removed word "the" from the string 'reinstall_confirm_check_1' in
locale_en-US.ini
Signed-off-by: satnam72 <125819218+satnam72@users.noreply.github.com>
5 months ago
GiteaBot
e01c921ee4
[skip ci] Updated translations via Crowdin
5 months ago
GiteaBot
b7d8fade72
[skip ci] Updated translations via Crowdin
5 months ago
GiteaBot
3778538a1c
[skip ci] Updated translations via Crowdin
5 months ago
GiteaBot
1b4d0800b4
[skip ci] Updated translations via Crowdin
5 months ago
GiteaBot
2a8ecfb002
[skip ci] Updated translations via Crowdin
5 months ago
GiteaBot
c72174a43d
[skip ci] Updated translations via Crowdin
5 months ago
Dominik Rubo
43831ff0ca
Improve language in en-US locale strings ( #35124 )
...
#35015
For easier review, the changes are split into separate commits by broad
category. The extended commit messages include brief summaries. I am
happy to make a separate pull request for each category if preferred.
While many of the changes are corrections, some are influenced by style.
In those cases I have aimed mainly for consistency throughout the file,
picking a style variant that I think is widely accepted and aids
clarity.
There are additional things that could be improved that I have not
touched. For example, contractions (phrasing variants such as "doesn't"
vs. "does not") could be made more consistent. Not sure how colloquial
or formal the maintainers would like the UI to be.
---------
Signed-off-by: Dominik Rubo <dr-1@posteo.net>
Co-authored-by: Dominik Rubo <dominik.rubo@posteo.net>
Co-authored-by: delvh <dev.lh@web.de>
5 months ago
GiteaBot
f201dde945
[skip ci] Updated translations via Crowdin
5 months ago
GiteaBot
3e8aa52446
[skip ci] Updated translations via Crowdin
5 months ago
NorthRealm
0d00ec7eed
Send email on Workflow Run Success/Failure ( #34982 )
...
Closes #23725


/claim #23725
---------
Signed-off-by: NorthRealm <155140859+NorthRealm@users.noreply.github.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
5 months ago
GiteaBot
cd3fb95d4c
[skip ci] Updated translations via Crowdin
5 months ago
GiteaBot
4bad298cd7
[skip ci] Updated translations via Crowdin
5 months ago
Joshdike
b861d86f80
Fixed all grammatical errors in locale_en-US.ini ( #35053 )
...
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
5 months ago
GiteaBot
6090d70915
[skip ci] Updated translations via Crowdin
5 months ago
wxiaoguang
a5a3d9b101
Refactor OpenIDConnect to support SSH/FullName sync ( #34978 )
...
* Fix #26585
* Fix #28327
* Fix #34932
5 months ago
GiteaBot
b6d6402a1b
[skip ci] Updated translations via Crowdin
5 months ago
Neha Prasad
4669c64164
fix: improve english grammar and readability in locale_en-US.ini ( #35017 )
5 months ago
GiteaBot
2cc3368610
[skip ci] Updated translations via Crowdin
5 months ago
GiteaBot
08682212ab
[skip ci] Updated translations via Crowdin
5 months ago
GiteaBot
ddfa2e4a3e
[skip ci] Updated translations via Crowdin
5 months ago
wxiaoguang
e0745eb14d
Refactor webhook and fix feishu/lark secret ( #34961 )
5 months ago
GiteaBot
479757f61b
[skip ci] Updated translations via Crowdin
5 months ago
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
6 months ago
silverwind
41678e1a57
Update JS dependencies ( #34951 )
...
Ran `make update-js svg` and adapted to svgo v4.
6 months ago
GiteaBot
97fc87af89
[skip ci] Updated translations via Crowdin
6 months ago
GiteaBot
dd1fd89185
[skip ci] Updated translations via Crowdin
6 months ago
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>
6 months ago
GiteaBot
f3364ec57f
[skip ci] Updated translations via Crowdin
6 months ago
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>
6 months ago
GiteaBot
95964dd2ca
[skip ci] Updated translations via Crowdin
6 months ago
Pavanipogula
c077b71647
docs: fix typo in pull request merge warning message text ( #34899 )
...
### Description
This PR fixes two typos in the pull request merge command warning
message.
- "can not" → "cannot"
- "was not enable" → "is not enabled."
### File Updated
- `options/locale/locale_en-US.ini` (line 1972)
### Related Discussion
https://github.com/go-gitea/gitea/issues/34893
6 months ago
GiteaBot
26491caf8c
[skip ci] Updated translations via Crowdin
6 months ago
GiteaBot
376bf01769
[skip ci] Updated translations via Crowdin
6 months ago