aboutsummaryrefslogtreecommitdiffstats
path: root/routers/private
Commit message (Expand)AuthorAgeFilesLines
* Cache GPG keys, emails and users when list commits (#34086)Lunny Xiao7 days1-3/+2
* Enable addtional linters (#34085)TheFox0x72025-04-013-6/+5
* Enable testifylint rules (#34075)TheFox0x72025-03-311-1/+1
* Add a config option to block "expensive" pages for anonymous users (#34024)wxiaoguang2025-03-301-1/+1
* enable staticcheck QFxxxx rules (#34064)TheFox0x72025-03-291-4/+1
* Auto expand "New PR" form (#33971)wxiaoguang2025-03-241-4/+1
* Move git references checking to gitrepo packages to reduce expose of reposito...Lunny Xiao2025-03-151-2/+3
* Remove context from git struct (#33793)TheFox0x72025-03-042-6/+6
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-201-2/+1
* Move commits signature and verify functions to service layers (#33605)Lunny Xiao2025-02-161-2/+2
* Avoid duplicate SetContextValue call (#33564)wxiaoguang2025-02-121-1/+1
* Fix context usage (#33554)wxiaoguang2025-02-111-1/+1
* User facing messages for AGit errors (#33012)TheFox0x72025-01-271-4/+12
* Automerge supports deleting branch automatically after merging (#32343)Lunny Xiao2025-01-101-1/+1
* Add missed transaction on setmerged (#33079)Lunny Xiao2025-01-081-18/+4
* [Feature] Private README.md for organization (#32872)Chai-Shi2024-12-311-1/+1
* Move SetMerged to service layer (#33045)Lunny Xiao2024-12-301-1/+1
* Clarify path param naming (#32969)wxiaoguang2024-12-245-13/+13
* Refactor request context (#32956)wxiaoguang2024-12-242-20/+8
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-201-4/+3
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-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