GiteaBot
5b56d13e0d
[skip ci] Updated translations via Crowdin
5 months ago
wxiaoguang
47ca61d8ba
Improve detecting empty files ( #31332 )
...
Co-authored-by: silverwind <me@silverwind.io>
5 months ago
GiteaBot
1844dc6c1d
[skip ci] Updated translations via Crowdin
5 months ago
GiteaBot
4f7d6feab7
[skip ci] Updated translations via Crowdin
5 months ago
GiteaBot
ce751761ce
[skip ci] Updated translations via Crowdin
6 months ago
techknowlogick
31011f5cde
Swap word order in Comment and Close ( #31148 )
...
Reduce accident closing of tickets only to re-open them right away. This
aligns the text on these buttons with what GitHub has.
Commit is authored by @LazyDodo , and was committed to the Blender fork
by @brechtvl
Background details:
https://projects.blender.org/infrastructure/gitea-custom/pulls/7
Co-authored-by: Ray Molenkamp <github@lazydodo.com>
6 months ago
GiteaBot
207c0c6c92
[skip ci] Updated translations via Crowdin
6 months ago
GiteaBot
0222f19f19
[skip ci] Updated translations via Crowdin
6 months ago
metiftikci
aa92b13164
Prevent simultaneous editing of comments and issues ( #31053 )
...
fixes #22907
Tested:
- [x] issue content edit
- [x] issue content change tasklist
- [x] pull request content edit
- [x] pull request change tasklist
![issue-content-edit](https://github.com/go-gitea/gitea/assets/29250154/a0828889-fb96-4bc4-8600-da92e3205812 )
6 months ago
Lunny Xiao
98751108b1
Rename project board -> column to make the UI less confusing ( #30170 )
...
This PR split the `Board` into two parts. One is the struct has been
renamed to `Column` and the second we have a `Template Type`.
But to make it easier to review, this PR will not change the database
schemas, they are just renames. The database schema changes could be in
future PRs.
---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: yp05327 <576951401@qq.com>
6 months ago
Lunny Xiao
e695ba4755
Fix possible ui 500 if workflow's job is nil ( #31092 )
...
Fix #31087
6 months ago
GiteaBot
ec771fdfcd
[skip ci] Updated translations via Crowdin
6 months ago
GiteaBot
6d119aafd1
[skip ci] Updated translations via Crowdin
6 months ago
GiteaBot
3066114c24
[skip ci] Updated translations via Crowdin
6 months ago
GiteaBot
ba83d27ab0
[skip ci] Updated translations via Crowdin
6 months ago
wxiaoguang
de9bcd1d23
Avoid 500 panic error when uploading invalid maven package file ( #31014 )
...
PackageDescriptor.Metadata might be nil (and maybe not only for maven).
This is only a quick fix.
The new `if` block is written intentionally to avoid unnecessary
indenting to the existing code.
6 months ago
GiteaBot
68d5c18953
[skip ci] Updated translations via Crowdin
6 months ago
GiteaBot
db578431ea
[skip ci] Updated translations via Crowdin
6 months ago
Lunny Xiao
5b6f80989f
Remove unnecessary double quotes on language file ( #30977 )
...
The double quotes and the prefix/suffix space are unnecessary.
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
6 months ago
GiteaBot
9a577c62e4
[skip ci] Updated translations via Crowdin
6 months ago
GiteaBot
f80b403dc9
[skip ci] Updated translations via Crowdin
6 months ago
wxiaoguang
7424f27cf3
Check if reverse proxy is correctly configured ( #30890 )
...
Follow #27011
Follow #30885
---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
6 months ago
GiteaBot
f1b0729078
[skip ci] Updated translations via Crowdin
6 months ago
GiteaBot
d8d46d1c48
[skip ci] Updated translations via Crowdin
7 months ago
Micash
ad4e902d5a
Add support for npm bundleDependencies ( #30751 )
7 months ago
GiteaBot
27861d711b
[skip ci] Updated translations via Crowdin
7 months ago
GiteaBot
935330b1b9
[skip ci] Updated translations via Crowdin
7 months ago
wxiaoguang
bffbbf5470
Improve oauth2 client "preferred username field" logic and the error handling ( #30622 )
...
Follow #30454
And fix #24957
When using "preferred_username", if no such field,
`extractUserNameFromOAuth2` (old `getUserName`) shouldn't return an
error. All other USERNAME options do not return such error.
And fine tune some logic and error messages, make code more stable and
more friendly to end users.
7 months ago
GiteaBot
4ff54933f8
[skip ci] Updated translations via Crowdin
7 months ago
wxiaoguang
b79e3db264
Initial support for colorblindness-friendly themes ( #30625 )
...
Initial support for #25680
This PR only adds some simple styles from GitHub, it is big enough and
it focuses on adding the necessary framework-level supports. More styles
could be fine-tuned later.
7 months ago
GiteaBot
7d5a03fda2
[skip ci] Updated translations via Crowdin
7 months ago
wxiaoguang
f4a1cf7eab
Fix repo home UI when there is no repo description ( #30552 )
...
Fix #30502 by a new approach.
![image](https://github.com/go-gitea/gitea/assets/2114189/22f48bca-82d1-45cc-b1b7-ee2344b81a76 )
7 months ago
GiteaBot
99d789e8cd
[skip ci] Updated translations via Crowdin
7 months ago
GiteaBot
ba9b124c34
[skip ci] Updated translations via Crowdin
7 months ago
GiteaBot
ffc9879070
[skip ci] Updated translations via Crowdin
7 months ago
6543
be5be0ac81
Expose fuzzy search for issues/pulls ( #29701 )
...
close #29685
---------
Signed-off-by: 6543 <6543@obermui.de>
Co-authored-by: silverwind <me@silverwind.io>
7 months ago
wxiaoguang
3feba9f1f4
Allow everyone to read or write a wiki by a repo unit setting ( #30495 )
...
Replace #6312
Help #5833
Wiki solution for #639
7 months ago
wxiaoguang
0798370f25
Correct locale string rendering ( #30522 )
...
Since #29165 , the translations are rendered as HTML in templates, so:
1. if the translation does contain `<>`, use `TrString`
2. use `{dummy}` instead of `<dummy>` as much as possible
Co-authored-by: Giteabot <teabot@gitea.io>
7 months ago
GiteaBot
38147d020d
[skip ci] Updated translations via Crowdin
7 months ago
GiteaBot
3b045ee165
[skip ci] Updated translations via Crowdin
7 months ago
GiteaBot
17c7ebb327
[skip ci] Updated translations via Crowdin
7 months ago
GiteaBot
d7013c26c8
[skip ci] Updated translations via Crowdin
7 months ago
GiteaBot
48223909be
[skip ci] Updated translations via Crowdin
7 months ago
GiteaBot
83c5072077
[skip ci] Updated translations via Crowdin
7 months ago
GiteaBot
663acd0b46
[skip ci] Updated translations via Crowdin
8 months ago
wxiaoguang
ca5c895efb
Render embedded code preview by permlink in markdown ( #30234 )
...
The permlink in markdown will be rendered as a code preview block, like GitHub
Co-authored-by: silverwind <me@silverwind.io>
8 months ago
GiteaBot
8a5c597c1d
[skip ci] Updated translations via Crowdin
8 months ago
wxiaoguang
6d34ce25b1
Do not allow different storage configurations to point to the same directory ( #30169 )
...
Replace #29171
8 months ago
GiteaBot
7eb3ab0765
[skip ci] Updated translations via Crowdin
8 months ago
GiteaBot
bcf3be3a6c
[skip ci] Updated translations via Crowdin
8 months ago