| Commit message (Expand) | Author | Age | Files | Lines |
* | API: Return primary language and repository language stats API URL (#18396) | Lauris BH | 2022-01-25 | 1 | -0/+9 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 4 | -7/+6 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 4 | -16/+18 |
* | Add MirrorUpdated field to Repository API type (#18267) | Peter GardfjÀll | 2022-01-18 | 1 | -0/+5 |
* | Team permission allow different unit has different permission (#17811) | Lunny Xiao | 2022-01-05 | 1 | -1/+2 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -3/+3 |
* | Add API to get issue/pull comments and events (timeline) (#17403) | qwerty287 | 2022-01-01 | 1 | -0/+143 |
* | Add API to manage repo tranfers (#17963) | qwerty287 | 2021-12-23 | 1 | -0/+30 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -1/+1 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -6/+7 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 8 | -26/+35 |
* | 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 | 6 | -18/+23 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 8 | -43/+53 |
* | Move repofiles from modules/repofiles to services/repository/files (#17774) | Lunny Xiao | 2021-11-24 | 1 | -2/+8 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 1 | -1/+2 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 1 | -2/+2 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -1/+2 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 3 | -7/+11 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 4 | -13/+9 |
* | Add migration from GitBucket (#16767) | KN4CK3R | 2021-11-14 | 1 | -0/+2 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 5 | -6/+10 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 1 | -2/+3 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -4/+5 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 2 | -7/+9 |
* | Avoid double imports (#17569) | Gusted | 2021-11-08 | 1 | -2/+1 |
* | Fix zero created time bug on commit api (#17546) | Lunny Xiao | 2021-11-05 | 1 | -4/+6 |
* | In many cases user avatar link should be an absolute URL with http host (#17420) | wxiaoguang | 2021-10-25 | 1 | -0/+1 |
* | Add API to get/edit wiki (#17278) | qwerty287 | 2021-10-25 | 1 | -0/+60 |
* | Stop sanitizing full name in API (#17396) | zeripath | 2021-10-22 | 1 | -2/+1 |
* | API pull's head/base have correct permission (#17214) | pricly-yellow | 2021-10-07 | 2 | -6/+18 |
* | API: add html urls to notification subjects (#17178) | Norwin | 2021-09-30 | 1 | -4/+12 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -2/+3 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 5 | -15/+19 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 1 | -0/+1 |
* | Calculate label URL on API (#16186) | 6543 | 2021-09-10 | 2 | -6/+33 |
* | Add migrate from OneDev (#16356) | KN4CK3R | 2021-08-22 | 1 | -0/+2 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 1 | -1/+19 |
* | Add option to provide signature for a token to verify key ownership (#14054) | zeripath | 2021-07-13 | 1 | -0/+2 |
* | Introduce NotifySubjectType (#16320) | 6543 | 2021-07-01 | 1 | -4/+4 |
* | Fix API to return author for author on commits(#16276) | 6543 | 2021-06-27 | 1 | -2/+2 |
* | Add Visible modes function from Organisation to Users too (#16069) | Sergey Dryabzhinsky | 2021-06-26 | 2 | -0/+12 |
* | [API] GET / SET User Settings (#16169) | 6543 | 2021-06-23 | 1 | -0/+15 |
* | Fix some API bugs (#16184) | 6543 | 2021-06-18 | 1 | -1/+1 |
* | [API] Add repoCreateTag (#16165) | 6543 | 2021-06-17 | 1 | -0/+2 |
* | [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168) | 6543 | 2021-06-17 | 1 | -0/+9 |
* | [API] User expose counters (#16167) | 6543 | 2021-06-17 | 1 | -0/+4 |
* | Fix individual tests (addition to #15802) (#15818) | KN4CK3R | 2021-05-12 | 1 | -0/+2 |
* | Add Active and ProhibitLogin to API (#15689) | KN4CK3R | 2021-05-11 | 1 | -0/+2 |