aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Pre-register OAuth application for tea (#27509)M Hickford2023-10-081-1/+1
* Improve feed icons and feed merge text color (#27498)silverwind2023-10-071-10/+14
* Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419)silverwind2023-10-062-4/+8
* Remove redundant `len` check around loop (#27464)Eng Zer Jun2023-10-062-35/+25
* Refactor system setting (#27000)wxiaoguang2023-10-054-8/+186
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-035-12/+12
* Add support for HEAD ref in /src/branch and /src/commit routes (#27384)Kirill Sorokin2023-10-031-0/+20
* Make Actions tasks/jobs timeouts configurable by the user (#27400)Francesco Antognazza2023-10-021-0/+8
* Fix git 2.11 error when checking IsEmpty (again) (#27399)wxiaoguang2023-10-021-1/+1
* Fix git 2.11 error when checking IsEmpty (#27393)wxiaoguang2023-10-021-1/+2
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-293-7/+7
* Improvements of releases list and tags list (#25859)Zettat1232023-09-281-1/+4
* doctor: delete action entries without existing user (#27292)65432023-09-281-0/+3
* fix orphan check for deleted branch (#27310)Earl Warren2023-09-281-3/+3
* make writing main test easier (#27270)Lunny Xiao2023-09-286-23/+6
* Document the queue item's marshaling behavior (#27271)wxiaoguang2023-09-261-0/+2
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-256-16/+17
* Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203)Nabapadma-sarker2023-09-241-0/+1
* Quote table `release` in sql queries (#27205)KN4CK3R2023-09-231-1/+1
* Fix push mirror, wrong timestamp format (#27153)Daniel Kilimnik2023-09-231-8/+12
* Remove some dead code (#27196)wxiaoguang2023-09-222-4/+0
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+6
* Fix review request number and add more tests (#27104)Nanguan Lin2023-09-211-6/+21
* Refactor lfs requests (#26783)Chongyi Zheng2023-09-186-135/+124
* Support `.git-blame-ignore-revs` file (#26395)KN4CK3R2023-09-1614-30/+184
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-162-0/+14
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-165-11/+12
* Add tests for db indexer in indexer_test.go (#27087)Nanguan Lin2023-09-161-131/+324
* Actions are no longer experimental, so enable them by default (#27054)Lunny Xiao2023-09-151-1/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-156-16/+21
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-145-10/+13
* Remove the useless function `GetUserIssueStats` and move relevant tests to `i...Nanguan Lin2023-09-141-1/+82
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-141-15/+15
* fix media description render for orgmode (#26895)Earl Warren2023-09-132-9/+34
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-131-1/+8
* Fix object storage path handling (#27024)wxiaoguang2023-09-132-14/+48
* S3: log human readable error on connection failure (#26856)Earl Warren2023-09-122-0/+55
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-112-45/+21
* Use secure cookie for HTTPS sites (#26999)wxiaoguang2023-09-111-1/+1
* Fix INI parsing for value with trailing slash (#26995)wxiaoguang2023-09-102-2/+20
* Clarify the git command Stdin hanging problem (#26967)wxiaoguang2023-09-082-17/+12
* Expanding documentation in queue.go (#26889)zareck2023-09-081-13/+48
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-086-2/+12
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-075-95/+20
* Add reverseproxy auth for API back with default disabled (#26703)Lunny Xiao2023-09-071-0/+2
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-068-454/+23
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-4/+10
* Fix the display of org level badges (#26504)yp053272023-09-062-0/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-053-636/+0
* Move feed notification service layer (#26908)Lunny Xiao2023-09-053-511/+0