aboutsummaryrefslogtreecommitdiffstats
path: root/routers/private
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x77 days1-1/+1
* Split mail sender sub package from mailer service package (#32618)Lunny Xiao2024-11-301-1/+2
* Fix LFS route mock, realm, middleware names (#32488)wxiaoguang2024-11-131-3/+2
* Refactor LFS SSH and internal routers (#32473)wxiaoguang2024-11-121-36/+19
* Fix git error handling (#32401)wxiaoguang2024-11-021-7/+4
* Make git push options accept short name (#32245)wxiaoguang2024-10-121-1/+1
* Support repo license (#24872)yp053272024-10-012-4/+24
* Add pure SSH LFS support (#31516)ConcurrentCrab2024-09-272-9/+38
* Fix protected branch files detection on pre_receive hook (#31778)Lunny Xiao2024-08-061-2/+2
* Allow force push to protected branches (#28086)Henry Goodman2024-07-051-8/+30
* Refactor names (#31405)wxiaoguang2024-06-197-17/+17
* Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-072-1/+112
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-063-3/+3
* Fix tautological conditions (#30735)silverwind2024-04-301-10/+8
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-4/+4
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-1/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-5/+1
* Performance optimization for git push (#30104)Lunny Xiao2024-04-091-41/+44
* Clean up log messages (#30313)wxiaoguang2024-04-073-11/+10
* Put an edit file button on pull request files to allow a quick operation (#29...Lunny Xiao2024-03-271-0/+4
* Restore deleted branches when syncing (#29898)Jason Song2024-03-201-3/+5
* Sync branches first (#29714)Jason Song2024-03-111-13/+13
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-1/+2
* Sync branches to DB immediately when handle git hook calling (#29493)Jason Song2024-03-061-1/+65
* Move context from modules to services (#29440)Lunny Xiao2024-02-2716-16/+16
* Fix logic error from #28138 (#29417)yp053272024-02-261-1/+1
* Refactor modules/git global variables (#29376)wxiaoguang2024-02-254-4/+4
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-1/+1
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-2/+2
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-2/+2
* Adjust object format interface (#28469)Lunny Xiao2023-12-173-6/+6
* Abstract hash function usage (#28138)Adam Majer2023-12-134-10/+15
* Fix typo "GetLatestRunnerToken" (#27680)Jason Song2023-10-181-1/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-114-10/+10
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Redefine the meaning of column is_active to make Actions Registration Token g...Lunny Xiao2023-09-271-2/+2
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Fix verifyCommits error when push a new branch (#26664)CaiCandong2023-08-3040-16/+236
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-1/+1
* parseScope with owner/repo always sets owner to zero (#25987)Earl Warren2023-07-191-1/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-262-22/+19
* Fix logger refactoring regression: manager logging add (#24847)wxiaoguang2023-05-241-1/+1
* Add gitea manager reload-templates command (#24843)Brecht Van Lommel2023-05-222-0/+14
* Fix regression: access log template, gitea manager cli command (#24838)wxiaoguang2023-05-221-1/+1
* Rewrite logger system (#24726)wxiaoguang2023-05-212-55/+73
* Refactor web route (#24080)wxiaoguang2023-04-201-3/+3
* add CLI command to register runner tokens (#23762)techknowlogick2023-04-172-0/+92