| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add Location, Website and Biography to API (#15675) | KN4CK3R | 2021-05-01 | 1 | -7/+10 |
* | [API] pull notification subject status: add "merged" (#15344) | 6543 | 2021-04-09 | 1 | -0/+5 |
* | Expose resolver via API (#15167) | sotho | 2021-03-28 | 1 | -1/+2 |
* | [refactor] Unify the export of user data via API (#15144) | 6543 | 2021-03-27 | 10 | -28/+40 |
* | Add DefaultMergeStyle option to repository (#14789) | parnic | 2021-03-27 | 1 | -0/+3 |
* | fix regression of 15139 (#15164) | 6543 | 2021-03-26 | 1 | -1/+1 |
* | Fix wrong user returned in API (#15139) | sotho | 2021-03-24 | 1 | -7/+6 |
* | [API] get pull, return head branch sha, even if deleted (#14931) | 6543 | 2021-03-08 | 1 | -0/+18 |
* | Repository transfer has to be confirmed, if user can not create repo for new ... | 6543 | 2021-03-01 | 1 | -1/+7 |
* | [API] Add Restricted Field to User (#14630) | 6543 | 2021-02-18 | 1 | -6/+7 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 1 | -0/+1 |
* | [API] Add affected files of commits to commit struct (#14579) | 6543 | 2021-02-07 | 1 | -0/+15 |
* | Add some Unit-Tests (#14500) | 6543 | 2021-01-28 | 1 | -0/+39 |
* | Display current stopwatch in navbar (#14122) | Norwin | 2021-01-21 | 1 | -0/+2 |
* | Add MirrorInterval to the API (#14163) | Paul Barton | 2021-01-02 | 1 | -0/+8 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -4/+2 |
* | [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) | 6543 | 2020-12-18 | 2 | -21/+56 |