summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge endpoints for pull diff/patch (#17104)qwerty2872021-09-221-38/+13
* Add API to get commit diff/patch (#17095)qwerty2872021-09-201-0/+50
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-193-11/+13
* OpenAPI: correct documentation of issue listing parameters (#17060)Norwin2021-09-171-5/+5
* Add caller to cat-file batch calls (#17082)zeripath2021-09-171-6/+8
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+5
* Calculate label URL on API (#16186)65432021-09-102-7/+9
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-18/+6