| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo "GetLatestRunnerToken" (#27680) | Jason Song | 2023-10-18 | 1 | -1/+1 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 1 | -1/+1 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 4 | -10/+10 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | Redefine the meaning of column is_active to make Actions Registration Token g... | Lunny Xiao | 2023-09-27 | 1 | -2/+2 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -1/+1 |
* | Fix verifyCommits error when push a new branch (#26664) | CaiCandong | 2023-08-30 | 40 | -16/+236 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 1 | -1/+1 |
* | parseScope with owner/repo always sets owner to zero (#25987) | Earl Warren | 2023-07-19 | 1 | -1/+2 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -1/+1 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 2 | -22/+19 |
* | Fix logger refactoring regression: manager logging add (#24847) | wxiaoguang | 2023-05-24 | 1 | -1/+1 |
* | Add gitea manager reload-templates command (#24843) | Brecht Van Lommel | 2023-05-22 | 2 | -0/+14 |
* | Fix regression: access log template, gitea manager cli command (#24838) | wxiaoguang | 2023-05-22 | 1 | -1/+1 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 2 | -55/+73 |
* | Refactor web route (#24080) | wxiaoguang | 2023-04-20 | 1 | -3/+3 |
* | add CLI command to register runner tokens (#23762) | techknowlogick | 2023-04-17 | 2 | -0/+92 |
* | Refactor internal API for git commands, use meaningful messages instead of "I... | wxiaoguang | 2023-03-29 | 11 | -161/+88 |
* | Use context parameter in services/repository (#23186) | Jason Song | 2023-02-28 | 1 | -1/+1 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 2 | -4/+4 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -1/+1 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 1 | -18/+34 |
* | Fix missing message in git hook when pull requests disabled on fork (#22625) | Brecht Van Lommel | 2023-01-29 | 1 | -10/+13 |
* | Prevent multiple `To` recipients (#22566) | KN4CK3R | 2023-01-22 | 1 | -1/+1 |
* | Supports wildcard protected branch (#20825) | Lunny Xiao | 2023-01-16 | 1 | -4/+12 |
* | Use context parameter in models/git (#22367) | Jason Song | 2023-01-09 | 1 | -1/+1 |
* | refactor bind functions based on generics (#22055) | Lunny Xiao | 2022-12-12 | 1 | -7/+2 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -1/+1 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 4 | -5/+5 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 16 | -32/+16 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 2 | -3/+3 |
* | Merge db.Iterate and IterateObjects (#21641) | Lunny Xiao | 2022-10-31 | 1 | -1/+2 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 2 | -3/+3 |
* | log real ip of requests from ssh (#21216) | Lunny Xiao | 2022-10-11 | 1 | -0/+4 |
* | Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663) | Clar Fon | 2022-10-02 | 1 | -0/+5 |
* | Add migrate repo archiver and packages storage support on command line (#20757) | Lunny Xiao | 2022-08-16 | 1 | -1/+2 |
* | Add missing parameter for error in log message (#20144) | Gusted | 2022-06-27 | 1 | -1/+1 |
* | Allow manager logging to set SQL (#20064) | zeripath | 2022-06-24 | 2 | -0/+8 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 3 | -3/+3 |
* | move agit dependcy (#19998) | Lunny Xiao | 2022-06-17 | 1 | -2/+13 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 2 | -7/+8 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -4/+5 |
* | Fix spelling mistake in ProcReceive (#19853) | zeripath | 2022-06-01 | 1 | -1/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 5 | -9/+9 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 2 | -5/+6 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -1/+1 |
* | Remove legacy `+build:` constraint (#19582) | wxiaoguang | 2022-05-02 | 2 | -2/+0 |
* | Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage... | 6543 | 2022-05-02 | 1 | -1/+1 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 1 | -2/+6 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 2 | -3/+3 |