aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Make Gitea always use its internal config, ignore `/etc/gitconfig` (#33076)wxiaoguang2025-01-023-8/+12
* Fix "stop time tracking button" on navbar (#33084)wxiaoguang2025-01-031-1/+1
* Fix bleve fuzziness search (#33078)wxiaoguang2025-01-035-8/+18
* Refactor env var related code (#33075)wxiaoguang2025-01-021-2/+16
* unset XDG_HOME_CONFIG as gitea manages configuration locations (#33067)JonRB2025-01-021-0/+5
* Remove some unnecessary template helpers (#33069)wxiaoguang2025-01-012-8/+3
* Inherit submodules from template repository content (#16237)Steffen Schröter2025-01-0115-71/+221
* Fix unittest and repo create bug (#33061)wxiaoguang2024-12-314-61/+50
* Refactor maven package registry (#33049)wxiaoguang2024-12-311-0/+5
* [Feature] Private README.md for organization (#32872)Chai-Shi2024-12-315-29/+132
* Fix settings not being loaded at CLI (#26402)cassio zareck2024-12-305-13/+1
* Refactor fixture loading for testing (#33024)wxiaoguang2024-12-301-5/+1
* Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from l...Lunny Xiao2024-12-302-0/+26
* Refactor arch route handlers (#32993)wxiaoguang2024-12-284-155/+256
* Add `show more` organizations icon in user's profile (#32986)yp053272024-12-271-0/+3
* Improve "ellipsis string" (#32989)wxiaoguang2024-12-262-8/+60
* Refactor "string truncate" (#32984)wxiaoguang2024-12-269-108/+169
* Do not render truncated links in markdown (#32980)wxiaoguang2024-12-265-17/+40
* Fix Azure blob object `Seek` (#32974)Zettat1232024-12-252-1/+46
* Fix maven pom inheritance (#32943)wxiaoguang2024-12-252-9/+61
* Refactor arch route handlers (#32972)wxiaoguang2024-12-252-134/+209
* Clarify path param naming (#32969)wxiaoguang2024-12-242-3/+7
* Refactor getpatch/getdiff functions and remove unnecessary fallback (#32817)Lunny Xiao2024-12-242-63/+10
* Refactor request context (#32956)wxiaoguang2024-12-247-110/+163
* Add sub issue list support (#32940)wxiaoguang2024-12-247-74/+172
* Fix commit range paging (#32944)wxiaoguang2024-12-232-4/+24
* Fix repo avatar conflict (#32958)wxiaoguang2024-12-231-7/+2
* fix trailing comma not matched in the case of alphanumeric issue (#32945)katsu2024-12-222-1/+2
* Refactor template & test related code (#32938)wxiaoguang2024-12-2210-128/+137
* Update i18n.go - Language Picker (#32933)Aindriú Mac Giolla Eoin2024-12-211-0/+1
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-0/+62
* Refactor pprof labels and process desc (#32909)wxiaoguang2024-12-2019-191/+166
* Update go tool dependencies (#32916)silverwind2024-12-196-7/+7
* Relax the version checking for Arch packages (#32908)Exploding Dragon2024-12-192-2/+11
* Fix Arch package metadata introduced incorrect field (#32881)Exploding Dragon2024-12-182-0/+10
* Change pprof labels to be prometheus compatible (#32865)TheFox0x72024-12-184-10/+16
* Fix various trivial problems (#32861)wxiaoguang2024-12-172-1/+5
* Do not display `attestation-manifest` and use short sha256 instead of full sh...hiifong2024-12-161-0/+4
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-1530-84/+80
* Fine tune ssh related comments and code (#32846)wxiaoguang2024-12-151-6/+6
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind2024-12-159-28/+28
* In some lfs server implementations, they require the ref attribute. (#32838)hiifong2024-12-151-1/+4
* Refactor markdown math render (#32831)wxiaoguang2024-12-148-140/+125
* Add User-Agent for gitea's self-implemented lfs client. (#32832)hiifong2024-12-141-3/+6
* Allow to fork repository into the same owner (#32819)wxiaoguang2024-12-143-1/+35
* Fix various UI bugs (#32821)wxiaoguang2024-12-133-26/+36
* Fix misuse of PublicKeyCallback (#32810)wxiaoguang2024-12-131-8/+62
* Fix lfs migration (#32812)hiifong2024-12-122-1/+3
* Make API "compare" accept commit IDs (#32801)wxiaoguang2024-12-124-4/+44
* Implement update branch API (#32433)Kemal Zebari2024-12-121-0/+10