aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot8 days1-0/+2
|
* Add missing translation (#33900)Lunny Xiao9 days1-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot9 days1-0/+4
|
* Improve repo commit view (#33877)wxiaoguang10 days1-0/+1
| | | | | | | | | | | | | | | | | Fix #24623 Major changes: 1. Redirect `/owner/repo/blob/*` requests to `/owner/repo/src/commit/*` (like GitHub) 2. Add a "view file diff" link (see screenshot below) 3. Refactor "AssertHTMLElement" to generic, now we can accurately assert existence or number. 4. Add more tests --------- Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: delvh <dev.lh@web.de>
* [skip ci] Updated translations via CrowdinGiteaBot10 days2-2/+11
|
* Improve issue & code search (#33860)wxiaoguang11 days1-0/+4
| | | | Each "indexer" should provide the "search modes" they support by themselves. And we need to remove the "fuzzy" search for code.
* [skip ci] Updated translations via CrowdinGiteaBot11 days1-0/+3
|
* Add workflow_job webhook (#33694)ChristopherHX13 days1-0/+3
| | | | | | | | | Provide external Integration information about the Queue lossly based on https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=completed#workflow_job Naming conflicts between GitHub & Gitea are here, Blocked => Waiting, Waiting => Queued Rationale Enhancement for ephemeral runners management #33570
* [skip ci] Updated translations via CrowdinGiteaBot2025-03-101-1/+16
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-03-061-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-03-0512-12/+0
|
* Refactor repo-issue.ts (#33784)wxiaoguang2025-03-041-1/+1
| | | And remove jQuery
* [skip ci] Updated translations via CrowdinGiteaBot2025-03-0121-21/+0
|
* Use `git diff-tree` for `DiffFileTree` on diff pages (#33514)Alexander McRae2025-02-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify Diff View FileTree to show all files ## Changes * removes Show Status button on diff * uses `git diff-tree` to generate the file tree for the diff * doesn't reload the diff tree each time we load more files in the preview * selecting and unloaded file will keep loading until that file is loaded * removes `DiffFileList.vue` and "Show Stats" in diff options ## Open Questions * selecting and unloaded file will keep loading until that file is loaded. Is this behaviour okay? It matches what github does. ### Demo In this demo I set `git.MAX_GIT_DIFF_FILES=1` in my `app.ini` to demonstrate a worst case example. In most cases the behaviour isn't nearly as jarring as we load a bunch of files at a time. https://github.com/user-attachments/assets/72f29663-d6fc-472d-94fa-7fb5950c2836 --------- Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-2814-14/+0
|
* Improve "generate new access token" form (#33730)Guillaume2025-02-271-1/+0
| | | | | | | | | | | | | | | | | | | | | Fix: https://github.com/go-gitea/gitea/issues/33519 As discussed in [PR #33614](https://github.com/go-gitea/gitea/pull/33614), the ScopedAccessTokenSelector Vue component is not particularly useful. This PR removes the component and reverts to using HTML templates. It also introduces some (hopefully) useful refactoring. The Vue component was causing the UX bug reported in the linked issue. Required form fields are now properly working, as expected (see screenshot). ![Screenshot from 2025-02-25 22-00-28](https://github.com/user-attachments/assets/41167854-0718-48b0-a3ee-75ca3a7b8b20) --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-271-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-261-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-251-0/+2
|
* Add No Results Prompt Message on Issue List Page (#33699)Kerwin Bryant2025-02-241-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-231-0/+20
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-201-0/+2
|
* fix: add missing locale (#33641)metiftikci2025-02-181-0/+2
| | | this removed in #23113 but still using in `head_navbar.tmpl`
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-171-0/+16
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-161-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-131-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-1128-0/+28
|
* Optimize the dashboard (#32990)Kerwin Bryant2025-02-111-0/+7
| | | | | | | | | | | | | | | | | | | | | before: ![image](https://github.com/user-attachments/assets/d0b432e4-a521-4540-a489-d18b9c265674) after: ![image](https://github.com/user-attachments/assets/dbb8b387-d150-41e2-b12b-f9d8450e36d7) ----- ![image](https://github.com/user-attachments/assets/40dcd71e-344b-4043-9811-77227c71aed9) ----- Optimize the dashboard by adding welcoming messages or quick action entry points (such as adding a new repository or organization) to ensure that new users are not greeted by a blank page upon logging in. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-071-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-061-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-052-0/+16
|
* Fix commit status events (#33320)Lunny Xiao2025-02-041-0/+2
| | | | | | | | | | Fix #32873 Fix #33201 ~Fix #33244~ ~Fix #33302~ depends on ~#33396~ A part of this PR should be backported to v1.23 manually.
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-0428-3/+73
|
* Worktime tracking for the organization level (#19808)K Kovacs2025-02-031-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dear Gitea team, first of all, thanks for the great work you're doing with this project. I'm planning to introduce Gitea at a client site, and noticed that while there is time recording, there are no project-manager-friendly reports to actually make use of that data, as were also mentioned by others in #4870 #8684 and #13531. Since I had a little time last weekend, I had put together something that I hope to be a useful contribution to this great project (while of course useful for me too). This PR adds a new "Worktime" tab to the Organisation level. There is a date range selector (by default set to the current month), and there are three possible views: - by repository, - by milestone, and - by team member. Happy to receive any feedback! There are several possible future improvements of course (predefined date ranges, charts, a member time sheet, matrix of repos/members, etc) but I hope that even in this relatively simple state this would be useful to lots of people. <img width="1161" alt="Screen Shot 2022-05-25 at 22 12 58" src="https://user-images.githubusercontent.com/118010/170366976-af00c7af-c4f3-4117-86d7-00356d6797a5.png"> Keep up the good work! Kristof --------- Co-authored-by: user <user@kk-git1> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-021-8/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-02-011-0/+2
|
* Support choose email when creating a commit via web UI (#33432)wxiaoguang2025-01-301-0/+2
| | | Initial PR for #24469
* [skip ci] Updated translations via CrowdinGiteaBot2025-01-291-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-01-282-3/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-01-274-5/+41
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-01-263-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-01-241-0/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-01-232-0/+16
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-01-229-9/+0
|
* Support performance trace (#32973)wxiaoguang2025-01-211-1/+2
| | | | | | | | | | | | | 1. Add a OpenTelemetry-like shim-layer to collect traces 2. Add a simple builtin trace collector and exporter, end users could download the diagnosis report to get the traces. This PR's design is quite lightweight, no hard-dependency, and it is easy to improve or remove. We can try it on gitea.com first to see whether it works well, and fine tune the details. --------- Co-authored-by: silverwind <me@silverwind.io>
* [skip ci] Updated translations via CrowdinGiteaBot2025-01-211-1/+0
|
* Improve sync fork behavior (#33319)wxiaoguang2025-01-201-1/+1
| | | | | | | | Fix #33271 Suppose there is a `branch-a` in fork repo: 1. if `branch-a` exists in base repo: try to sync `base:branch-a` to `fork:branch-a` 2. if `branch-a` doesn't exist in base repo: try to sync `base:main` to `fork:branch-a`
* [skip ci] Updated translations via CrowdinGiteaBot2025-01-192-0/+19
|
* [skip ci] Updated translations via CrowdinGiteaBot2025-01-1814-14/+0
|
* Trivial fixes (#33304)wxiaoguang2025-01-171-1/+2
| | | | | | | 1. the error check was added for go-git, it was caused by the empty `.keep` file in the test fixtures. 2. use `PostFormValue` instead of `PostForm.Get` (`Get` needs to parse the form ahead) 3. fix incorrect container text (it should show "Images" in the header but not "OS/Arch") 4. align maven xml 5. fix closed PR color&icon