aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-011-0/+46
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-091-0/+107
* Update object repo with the migrated repository (#18684)Hugo Hoitink2022-02-091-1/+1
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-2/+2
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-251-0/+5
* format with gofumpt (#18184)65432022-01-2014-28/+20
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1914-74/+65
* Fix PR comments UI (#18323)wxiaoguang2022-01-191-1/+3
* Use indirect comparison when showing pull requests (#18313)zeripath2022-01-181-3/+3
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-1/+1
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Don't delete branch if other PRs with this branch are open (#18164)a10121127962022-01-031-0/+11
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-011-0/+111
* - name: new parameter in CreateForkOption to give the forked repository (#18066)Aravinth Manivannan2021-12-241-2/+15
* When attempting to subscribe other user to issue report why access denied (#1...zeripath2021-12-241-1/+2
* Add API to manage repo tranfers (#17963)qwerty2872021-12-231-0/+102
* Add API to get file commit history (#17652)qwerty2872021-12-221-24/+55
* Ensure that git repository is closed before transfer (#18049)zeripath2021-12-211-0/+5
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-201-1/+4
* Refactor HTTP request context (#17979)wxiaoguang2021-12-152-9/+9
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-155-7/+18
* Some repository refactors (#17950)Lunny Xiao2021-12-128-30/+31
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-103-19/+22
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-1014-68/+78
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-1/+1
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-288-14/+20
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2412-85/+99
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-245-26/+25
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-222-4/+5
* Fix close issue but time watcher still running (#17643)Lunny Xiao2021-11-211-2/+3
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-3/+1
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-5/+6
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-194-7/+7
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-2/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-162-7/+10
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-2/+2
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-162-8/+6
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-123-5/+7
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-102-9/+10
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-097-45/+51
* Avoid double imports (#17569)Gusted2021-11-081-2/+1
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-1/+1
* Add API to get/edit wiki (#17278)qwerty2872021-10-251-0/+514
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-3/+3
* API pull's head/base have correct permission (#17214)pricly-yellow2021-10-071-4/+4
* API: don't allow merged PRs to be reopened (#17192)Norwin2021-10-022-1/+14
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-1/+7
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-3/+3
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+4