| Commit message (Expand) | Author | Age | Files | Lines |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 1 | -204/+0 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -2/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -3/+3 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -4/+4 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -2/+3 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 1 | -0/+2 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -4/+4 |
* | Set correct PR status on 3way on conflict checking (#19457) | Gusted | 2022-04-21 | 1 | -4/+1 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 1 | -1/+1 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -4/+4 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -5/+6 |
* | Use fmt.Sprintf correctly (#17886) | delvh | 2021-12-02 | 1 | -1/+1 |
* | Refactor various strings (#17784) | mscherer | 2021-12-02 | 1 | -1/+1 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -6/+7 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -1/+2 |
* | Move repofiles from modules/repofiles to services/repository/files (#17774) | Lunny Xiao | 2021-11-24 | 1 | -2/+8 |
* | API pull's head/base have correct permission (#17214) | pricly-yellow | 2021-10-07 | 1 | -3/+15 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 1 | -1/+19 |
* | [refactor] Unify the export of user data via API (#15144) | 6543 | 2021-03-27 | 1 | -1/+1 |
* | [API] get pull, return head branch sha, even if deleted (#14931) | 6543 | 2021-03-08 | 1 | -0/+18 |
* | Move Repo APIFormat to convert package (#13787) | 6543 | 2020-12-02 | 1 | -2/+2 |
* | [Refactor] Move APIFormat functions into convert package (#12856) | 6543 | 2020-10-17 | 1 | -1/+1 |
* | Issue/Pull expose IsLocked Property on API (#11708) | 6543 | 2020-06-01 | 1 | -0/+1 |
* | Fix panic in API pulls when headbranch does not exist (#10676) | zeripath | 2020-03-09 | 1 | -1/+1 |
* | Display pull request head branch even the branch deleted or repository delete... | Lunny Xiao | 2020-03-02 | 1 | -62/+59 |
* | [Refactor] move APIFormat() of Issue and Label to convert package (#10423) | 6543 | 2020-02-28 | 1 | -1/+1 |
* | [BugFix] [API] Pull.API.Convert: Only try to get HeadBranch if HeadRepo exist... | 6543 | 2020-01-31 | 1 | -29/+37 |
* | Move newbranch to standalone package (#9627) | Lunny Xiao | 2020-01-14 | 1 | -2/+3 |
* | Move pull request api convert to convert package (#9664) | Lunny Xiao | 2020-01-10 | 1 | -0/+141 |