aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update JS and PY deps, misc tweaks (#33903)silverwind2025-03-1610-1228/+1188
| | | | | | | | | - Update all updateable dependencies - Add a few more unupgradable ones to updates blocklist - Adapt to breaking changes - Update to typescript 5.8, enable `erasableSyntaxOnly` which necessitated a change because of forbidden syntax - Misc cleanups - Tested htmx, easymde, swagger, chart.js
* Refactor functions to reduce repopath expose (#33892)Lunny Xiao2025-03-166-25/+25
|
* Move git references checking to gitrepo packages to reduce expose of ↵Lunny Xiao2025-03-1524-46/+79
| | | | repository path (#33891)
* [skip ci] Updated translations via CrowdinGiteaBot2025-03-161-0/+2
|
* Add missing translation (#33900)Lunny Xiao2025-03-152-1/+2
|
* Give organisation members access to organisation feeds (#33508)Job2025-03-156-50/+110
| | | | | | | | | | | | | | | | | | | | | | | | Currently the organisation feed only includes items for public repositories (for non-administrators). This pull requests adds notifications from private repositories to the organisation-feed (for accounts that have access to the organisation). Feed-items only get shown for repositories where the users team(s) should have access to, this filtering seems to get done by some existing code. Needs some tests, but am unsure where/how to add them. Before: ![image](https://github.com/user-attachments/assets/8b63f430-227a-4b19-ad1a-f6f5175de301) After: ![image](https://github.com/user-attachments/assets/b439ce0e-4946-421c-a399-421806c7a6d8) --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Add lock for a repository pull mirror (#33876)Lunny Xiao2025-03-151-0/+12
| | | | | Fix #33647 This PR add a global lock for repository pulling mirror.
* Fix cannot delete runners via the modal dialog (#33895)ChristopherHX2025-03-151-1/+1
| | | | | delete-button and show-modal class are conflicting Closes #33894
* Add file tree to file view page (#32721)Kerwin Bryant2025-03-1522-162/+696
| | | | | | | | | | | Resolve #29328 This pull request introduces a file tree on the left side when reviewing files of a repository. --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2025-03-151-0/+4
|
* Feature: Ephemeral action runners (#33570)ChristopherHX2025-03-1410-19/+238
| | | | | | | | * This includes a runner mock test for hardend PickTask behavior like described in my proposal * Runner register ephemeral flag introduced in https://gitea.com/gitea/act_runner/pulls/649 Closes #32461
* Add abstraction layer to delete repository from disk (#33879)Lunny Xiao2025-03-146-11/+37
| | | | Extract from #28966 Follow #33874
* Make SearchMode have default value and add comments (#33863)wxiaoguang2025-03-148-19/+34
| | | | | | | * Make `SearchMode` have default value if it is empty * Add some comments for the "match" queries * Fix a copy-paste mistake in `buildMatchQuery` (`db.go`) * Add missing `q.Analyzer = repoIndexerAnalyzer`, it is in old code, although I do not see real difference ....
* Fix maven panic when no package exists (#33888)wxiaoguang2025-03-141-0/+5
| | | | | | Fix #33886 Restore the old logic from #16510, which was incorrectly removed by #33678
* Add old svg class name to git entry icon (#33884)wxiaoguang2025-03-142-6/+16
| | | Fix https://github.com/go-gitea/gitea/pull/33837#discussion_r1995521288
* Ignore trivial errors when updating push data (#33864)wxiaoguang2025-03-142-18/+20
| | | Fix #23213
* Improve repo commit view (#33877)wxiaoguang2025-03-1412-46/+116
| | | | | | | | | | | | | | | | | 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>
* Add abstraction layer to check if the repository exists on disk (#33874)Lunny Xiao2025-03-146-47/+45
| | | | | | | | | | Extract from #28966 This PR uses `gitrepo.IsRepositoryExist` instead of `util.IsExist` to detect whether the repository exist in disk. This will move `RepoPath` detail behind of package `gitrepo` to make it easier to do possible changes where storing the repositories. No code change
* Pull request updates will also trigger code owners review requests (#33744)Lunny Xiao2025-03-138-37/+157
| | | | | | | | | | Fix #33490 It will only read the changed file on the pushed commits but not all the files of this PR. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2025-03-142-2/+11
|
* remove context from retry downloader (#33871)TheFox0x72025-03-142-17/+15
| | | | follow up to https://github.com/go-gitea/gitea/pull/33399 as I apparently missed this one.
* Fine tune push mirror UI (#33866)wxiaoguang2025-03-142-29/+34
|
* Fix markdown render (#33870)wxiaoguang2025-03-134-21/+22
| | | | | Fix #33869, some code block is moved to make it easier to test. Added a new test
* Improve issue & code search (#33860)wxiaoguang2025-03-1331-170/+315
| | | | 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 CrowdinGiteaBot2025-03-131-0/+3
|
* Refactor cache-control (#33861)wxiaoguang2025-03-1315-65/+95
| | | And fix #21391
* Fix various Fomantic UI and htmx problems (#33851)wxiaoguang2025-03-118-68/+16
| | | Also fix #31328, fix #33854
* Add workflow_job webhook (#33694)ChristopherHX2025-03-1133-7/+520
| | | | | | | | | 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
* Fix file icon mapping (#33855)wxiaoguang2025-03-115-108/+809
| | | | Use the file extension mapping from VSCode's extensions. Otherwise js/ts/vba/... files won't get correct icons.
* Drop fomantic build (#33845)wxiaoguang2025-03-1130-25343/+12864
| | | | | | | | | | | | We would never update or build fomantic again, we have forked it as a private library long time ago. So just put the JS and CSS files in "fomantic/build" into git. And use "import" to use them. Remove "form.js", rewrite "tab" component. All source code is from official Fomantic UI build. Will apply patches in separate PRs.
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX2025-03-1010-28/+51
| | | | | | | | * add missing commit status * conflicts with concurrency support Closes #33763 Co-authored-by: Giteabot <teabot@gitea.io>
* Fix test code (#33829)wxiaoguang2025-03-106-135/+107
| | | Do not use onGiteaRun if there is no git operation
* Remove "noscript" tag from html head (#33846)wxiaoguang2025-03-111-6/+0
|
* Fix material icon & diff highlight (#33844)wxiaoguang2025-03-1010-3279/+247
|
* Fix LFS URL (#33840)wxiaoguang2025-03-1011-21/+131
| | | Fix #33839
* Add material icons for file list (#33837)wxiaoguang2025-03-1022-73/+13993
|
* Move notifywatch to service layer (#33825)Lunny Xiao2025-03-106-190/+189
| | | No logic change.
* [skip ci] Updated translations via CrowdinGiteaBot2025-03-101-1/+16
|
* Only keep popular licenses (#33832)wxiaoguang2025-03-10712-40616/+12
| | | Fix #33467
* Removing unwanted ui container (#33833)Vinoth Kumar2025-03-101-0/+2
| | | | | | when the passkey auth and register was disabled the unwanted ui container was show Co-authored-by: Vinoth414 <103478407+Vinoth414@users.noreply.github.com>
* Full-file syntax highlighting for diff pages (#33766)Dustin Firebaugh2025-03-0914-324/+362
| | | | | | | | | | | | Fix #33358, fix #21970 This adds a step in the `GitDiffForRender` that does syntax highlighting for the entire file and then only references lines from that syntax highlighted code. This allows things like multi-line comments to be syntax highlighted correctly. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Improve theme display (#30671)wxiaoguang2025-03-0810-30/+177
| | | | | | Document: https://gitea.com/gitea/docs/pulls/180 ![image](https://github.com/go-gitea/gitea/assets/2114189/68e38573-b911-45d9-b7aa-40d96d836ecb)
* Decouple context from repository related structs (#33823)TheFox0x72025-03-0811-122/+118
| | | Calls that required context implicitly are made to pass it as argument
* Improve log format (#33814)wxiaoguang2025-03-0813-76/+122
|
* Decouple diff stats query from actual diffing (#33810)wxiaoguang2025-03-0817-210/+154
| | | | | | | | | The diff stats are no longer part of the diff generation. Use `GetDiffShortStat` instead to get the total number of changed files, added lines, and deleted lines. As such, `gitdiff.GetDiff` can be simplified: It should not do more than expected. And do not run "git diff --shortstat" for pull list. Fix #31492
* Add global lock for migrations to make upgrade more safe with multiple ↵Lunny Xiao2025-03-0710-18/+46
| | | | replications (#33706)
* Do not show passkey on http sites (#33820)wxiaoguang2025-03-071-1/+10
| | | Fix #33615
* Use correct start and end commits for GetDiffTree (#33816)Alexander McRae2025-03-071-1/+1
| | | | | | Fixes https://github.com/go-gitea/gitea/pull/33514#issuecomment-2702814099 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Try to fix ACME (3rd) (#33807)wxiaoguang2025-03-071-1/+8
| | | Fix #33802, fix #32191
* remove context from mail struct (#33811)TheFox0x72025-03-064-99/+103
| | | it can be passed by argument instead