aboutsummaryrefslogtreecommitdiffstats
path: root/routers/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor internal API for git commands, use meaningful messages instead of "I...wxiaoguang2023-03-2911-161/+88
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-202-4/+4
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Implement actions (#21937)Jason Song2023-01-311-18/+34
* Fix missing message in git hook when pull requests disabled on fork (#22625)Brecht Van Lommel2023-01-291-10/+13
* Prevent multiple `To` recipients (#22566)KN4CK3R2023-01-221-1/+1
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-4/+12
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* refactor bind functions based on generics (#22055)Lunny Xiao2022-12-121-7/+2
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-034-5/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2716-32/+16
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-192-3/+3
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-311-1/+2
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-232-3/+3
* log real ip of requests from ssh (#21216)Lunny Xiao2022-10-111-0/+4
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-0/+5