aboutsummaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2024-06-112-6/+11
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-06-101-0/+110
|
* [skip ci] Updated licenses and gitignoresGiteaBot2024-06-0315-51/+122
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-05-3025-50/+5
|
* Swap word order in Comment and Close (#31148)techknowlogick2024-05-291-2/+2
| | | | | | | | | | | | 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>
* [skip ci] Updated translations via CrowdinGiteaBot2024-05-292-0/+8
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-05-2827-66/+52
|
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-271-0/+4
| | | | | | | | | | | 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)
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-2/+2
| | | | | | | | | | | | | 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>
* Fix possible ui 500 if workflow's job is nil (#31092)Lunny Xiao2024-05-271-0/+1
| | | Fix #31087
* [skip ci] Updated licenses and gitignoresGiteaBot2024-05-275-0/+98
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-05-242-1/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-05-231-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-05-221-1/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-05-211-0/+5
|
* Avoid 500 panic error when uploading invalid maven package file (#31014)wxiaoguang2024-05-201-0/+1
| | | | | | | 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.
* [skip ci] Updated licenses and gitignoresGiteaBot2024-05-205-0/+269
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-05-171-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-05-1517-73/+57
|
* Remove unnecessary double quotes on language file (#30977)Lunny Xiao2024-05-151-1/+1
| | | | | The double quotes and the prefix/suffix space are unnecessary. Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
* [skip ci] Updated translations via CrowdinGiteaBot2024-05-141-0/+7
|
* [skip ci] Updated licenses and gitignoresGiteaBot2024-05-1317-437/+1993
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-05-122-1/+2
|
* Check if reverse proxy is correctly configured (#30890)wxiaoguang2024-05-101-0/+1
| | | | | | | | | Follow #27011 Follow #30885 --------- Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Giteabot <teabot@gitea.io>
* [skip ci] Updated translations via CrowdinGiteaBot2024-05-081-7/+11
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-05-011-0/+1
|
* Add support for npm bundleDependencies (#30751)Micash2024-04-291-0/+1
|
* [skip ci] Updated licenses and gitignoresGiteaBot2024-04-291-0/+121
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-04-271-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-04-261-8/+8
|
* Improve oauth2 client "preferred username field" logic and the error ↵wxiaoguang2024-04-251-0/+1
| | | | | | | | | | | | | 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.
* [skip ci] Updated translations via CrowdinGiteaBot2024-04-251-0/+2
|
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-241-0/+2
| | | | | | | 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.
* [skip ci] Updated translations via CrowdinGiteaBot2024-04-2327-27/+0
|
* [skip ci] Updated licenses and gitignoresGiteaBot2024-04-222-0/+42
|
* Fix repo home UI when there is no repo description (#30552)wxiaoguang2024-04-211-1/+0
| | | | | | Fix #30502 by a new approach. ![image](https://github.com/go-gitea/gitea/assets/2114189/22f48bca-82d1-45cc-b1b7-ee2344b81a76)
* [skip ci] Updated translations via CrowdinGiteaBot2024-04-211-10/+21
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-04-194-0/+165
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-04-1825-88/+0
|
* Expose fuzzy search for issues/pulls (#29701)65432024-04-181-2/+4
| | | | | | | | close #29685 --------- Signed-off-by: 6543 <6543@obermui.de> Co-authored-by: silverwind <me@silverwind.io>
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-0/+2
| | | | | Replace #6312 Help #5833 Wiki solution for #639
* Correct locale string rendering (#30522)wxiaoguang2024-04-171-4/+4
| | | | | | | | 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>
* [skip ci] Updated translations via CrowdinGiteaBot2024-04-171-0/+41
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-04-161-0/+20
|
* [skip ci] Updated licenses and gitignoresGiteaBot2024-04-153-0/+47
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-04-111-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-04-091-3/+44
|
* [skip ci] Updated licenses and gitignoresGiteaBot2024-04-0811-63/+64
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-04-071-10/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2024-04-052-2/+116
|