summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
...
* Better describe what `/repos/{owner}/{repo}/raw/{filepath}` returns on 200 (#...Gusted2022-04-281-1/+1
* more context for models (#19511)65432022-04-285-21/+22
* Improve dashboard's repo list performance (#18963)Gusted2022-04-261-1/+0
* Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)65432022-04-251-11/+5
* Use queue instead of memory queue in webhook send service (#19390)Lunny Xiao2022-04-251-0/+5
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-2/+3
* Mark TemplateLoading error as "UnprocessableEntity" (#19445)Gusted2022-04-221-1/+3
* Fix logging of Transfer API (#19456)Gusted2022-04-221-4/+6
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-215-25/+20
* When updating mirror repo intervals by API reschedule next update too (#19429)zeripath2022-04-201-22/+52
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Document 409 error returned by repos/migrate api (#19376)Chongyi Zheng2022-04-121-0/+2
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-084-20/+22
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-074-26/+9
* An attempt to sync a non-mirror repo must give 400 (Bad Request) (#19300)Peter GardfjÀll2022-04-011-0/+11
* Move checks for pulls before merge into own function (#19271)65432022-03-311-75/+28
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-12/+13
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-311-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-306-7/+7
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-1/+1
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-298-37/+45
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-3/+0
* Set the default branch for repositories generated from templates (#19136)Abheek Dhawan2022-03-271-9/+10
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-223-5/+4
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-221-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-2228-190/+190
* Fix NPE `/repos/issues/search` when not signed in (#19154)Gusted2022-03-201-4/+9
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-0/+4
* [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