| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 6 | -11/+18 |
* | Support pagination of organizations on user settings pages (#16083) | Lunny Xiao | 2021-11-22 | 1 | -8/+13 |
* | Make `bind` error more readable (#17750) | Gusted | 2021-11-22 | 1 | -1/+2 |
* | Fix close issue but time watcher still running (#17643) | Lunny Xiao | 2021-11-21 | 1 | -2/+3 |
* | Extract constant names out for the ReverseProxy and Basic authentication meth... | zeripath | 2021-11-20 | 1 | -1/+1 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 1 | -3/+1 |
* | Allow Token API calls be authorized using the reverse-proxy header (#15119) | Paweł Bogusławski | 2021-11-19 | 1 | -3/+6 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 1 | -5/+6 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 11 | -26/+27 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 2 | -2/+4 |
* | Move some functions into services/repository (#17677) | Lunny Xiao | 2021-11-17 | 1 | -2/+2 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -1/+2 |
* | Move user follow and openid into models/user/ (#17613) | Lunny Xiao | 2021-11-17 | 1 | -2/+3 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 3 | -8/+12 |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 1 | -2/+2 |
* | Move some functions into services/repository (#17660) | Lunny Xiao | 2021-11-16 | 2 | -5/+5 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 2 | -8/+6 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 3 | -5/+7 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 4 | -21/+24 |
* | Fix 500 when a comment was deleted which has a notification (#17550) | Lunny Xiao | 2021-11-10 | 2 | -3/+3 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 4 | -69/+71 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 9 | -97/+105 |
* | Avoid double imports (#17569) | Gusted | 2021-11-08 | 1 | -2/+1 |
* | Ensure that restricted users can access repos for which they are members (#17... | zeripath | 2021-10-28 | 1 | -1/+1 |
* | Add API to get/edit wiki (#17278) | qwerty287 | 2021-10-25 | 4 | -0/+554 |
* | Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR... | wxiaoguang | 2021-10-15 | 2 | -2/+2 |
* | Add buttons to allow loading of incomplete diffs (#16829) | zeripath | 2021-10-15 | 1 | -3/+3 |
* | [API] Add endpount to get user org permissions (#17232) | Romain | 2021-10-12 | 3 | -1/+82 |
* | API pull's head/base have correct permission (#17214) | pricly-yellow | 2021-10-07 | 1 | -4/+4 |
* | API: don't allow merged PRs to be reopened (#17192) | Norwin | 2021-10-02 | 2 | -1/+14 |
* | Add nodeinfo endpoint for federation purposes (#16953) | techknowlogick | 2021-09-28 | 3 | -0/+64 |
* | Don't return binary file changes in raw PR diffs by default (#17158) | Norwin | 2021-09-27 | 1 | -1/+7 |
* | Support direct comparison (git diff a..b) as well merge comparison (a...b) (#... | zeripath | 2021-09-27 | 1 | -3/+3 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 7 | -21/+27 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -2/+2 |
* | Merge endpoints for pull diff/patch (#17104) | qwerty287 | 2021-09-22 | 2 | -40/+14 |
* | Add API to get commit diff/patch (#17095) | qwerty287 | 2021-09-20 | 2 | -0/+51 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 3 | -11/+13 |
* | OpenAPI: correct documentation of issue listing parameters (#17060) | Norwin | 2021-09-17 | 1 | -5/+5 |
* | Add caller to cat-file batch calls (#17082) | zeripath | 2021-09-17 | 1 | -6/+8 |
* | Notifications API: respond with updated notifications (#17064) | Norwin | 2021-09-17 | 3 | -12/+23 |
* | Use common sessioner for API and Web (#17027) | zeripath | 2021-09-12 | 1 | -13/+3 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 1 | -0/+5 |
* | Calculate label URL on API (#16186) | 6543 | 2021-09-10 | 3 | -11/+15 |
* | Add repo_id for attachment (#16958) | Lunny Xiao | 2021-09-08 | 1 | -18/+6 |
* | Make mirror feature more configurable (#16957) | 6543 | 2021-09-07 | 3 | -3/+9 |
* | Ensure that rebase conflicts are handled in updates (#16952) | zeripath | 2021-09-05 | 1 | -0/+3 |
* | Add option to update pull request by `rebase` (#16125) | a1012112796 | 2021-08-31 | 1 | -3/+10 |
* | [API] List limited and private orgs if authentificated (#16866) | 6543 | 2021-08-30 | 3 | -4/+4 |
* | Refactor the fork service slightly to take ForkRepoOptions (#16744) | Kyle Evans | 2021-08-28 | 1 | -1/+5 |