summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make mirror feature more configurable (#16957)65432021-09-072-2/+8
* Ensure that rebase conflicts are handled in updates (#16952)zeripath2021-09-051-0/+3
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-311-3/+10
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-1/+5
* Add filter by owner and team to issue/pulls search endpoint (#16662)Jimmy Praet2021-08-131-0/+39
* [API] generalize list header (#16551)65432021-08-1221-66/+157
* Related refactors to ctx.FormX functions (#16567)65432021-08-113-8/+7
* Add an api endpoint to fetch git notes (#15373) (#16649)nitul19912021-08-111-0/+82
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-119-28/+28
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-092-28/+7
* Set AllowedHeaders on API CORS handler (#16524)zeripath2021-08-041-0/+1
* Fix swagger doc by rename repoAddTopĆ­c to repoAddTopic (#16580)Lars Hvam2021-08-011-1/+1