aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* refactor: decouple context from migration structs (#33399)TheFox0x79 days4-60/+51
* Move gitgraph from modules to services layer (#33527)Lunny Xiao9 days4-1429/+0
* Add go wrapper around git diff-tree --raw -r -M (#33369)Alexander McRae9 days2-14/+29
* Fix unnecessary comment when moving issue on the same project column (#33496)Lunny Xiao11 days1-1/+6
* chore: fix some trivial problems and TODOs (#33473)wxiaoguang13 days4-17/+7
* Worktime tracking for the organization level (#19808)K Kovacs13 days3-4/+11
* Inclusion of rename organization api (#33303)Bruno Sofiato2025-02-011-0/+9
* Fix SSH LFS memory usage (#33455)wxiaoguang2025-01-3112-102/+74
* Revert empty lfs ref name (#33454)wxiaoguang2025-01-311-2/+6
* Add tests for webhook and fix some webhook bugs (#33396)Lunny Xiao2025-01-301-58/+2
* Link to tree views of submodules if possible (#33424)Rowan Bohde2025-01-302-4/+4
* Refactor user & avatar (#33433)wxiaoguang2025-01-301-2/+2
* Fix `GetCommitBranchStart` bug (#33298)Zettat1232025-01-282-5/+5
* Refactor context flash msg and global variables (#33375)wxiaoguang2025-01-258-487/+506
* Refactor webhook events (#33337)Lunny Xiao2025-01-233-55/+57
* Support disable passkey auth (#33348)yp053272025-01-221-0/+2
* Support performance trace (#32973)wxiaoguang2025-01-219-7/+506
* Fix typo in documentation of GetBranchNames() (#33330)Michael Vetter2025-01-191-1/+1
* Fix parentCommit invalid memory address or nil pointer dereference. (#33204)hiifong2025-01-191-2/+8
* Make tracked time representation display as hours (#33315)Vladimir Sysoev2025-01-193-65/+17
* Trivial fixes (#33304)wxiaoguang2025-01-171-4/+0
* Prepare for support performance trace (#33286)wxiaoguang2025-01-152-11/+13
* Refactor RefName (#33234)wxiaoguang2025-01-133-29/+38
* Refactor context RefName and RepoAssignment (#33226)wxiaoguang2025-01-133-19/+53
* Fix mirror bug (#33224)Lunny Xiao2025-01-121-0/+2
* Refactor context repository (#33202)wxiaoguang2025-01-122-3/+3
* fix(cache): cache test triggered by non memory cache (#33220)TheFox0x72025-01-122-3/+9
* Fix sync fork for consistency (#33147)Chai-Shi2025-01-101-0/+8
* Fix pam auth test regression (#33169)TheFox0x72025-01-091-1/+1
* Refactor older tests to use testify (#33140)TheFox0x72025-01-0923-197/+117
* Refactor HTMLFormat, update chroma render, fix js error (#33136)wxiaoguang2025-01-087-10/+25
* add submodule diff links (#33097)Rowan Bohde2025-01-089-130/+259
* Update status check for all supported on.pull_request.types in Gitea (#33117)yp053272025-01-081-0/+4
* Support the new exit code for `git remote` subcommands for git version >=2.30...yp053272025-01-071-0/+9
* Make git clone URL could use current signed-in user (#33091)wxiaoguang2025-01-075-7/+17
* Refactor package (routes and error handling, npm peer dependency) (#33111)wxiaoguang2025-01-063-1/+16
* Trivial fixes (#33103)wxiaoguang2025-01-041-11/+22
* 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