summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Add API endpoint to get latest release (#21267)JakobDev2023-01-261-0/+41
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-242-3/+3
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-162-27/+101
* Use context parameter in models/git (#22367)Jason Song2023-01-093-4/+4
* Restructure `webhook` module (#22256)delvh2023-01-011-3/+4
* Add `sync_on_commit` option for push mirrors api (#22271)Chongyi Zheng2022-12-301-4/+5
* Support template for merge message description (#22248)Jason Song2022-12-291-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-2935-35/+35
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-1/+1
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-0/+1
* Allow empty assignees on pull request edit (#22150)KN4CK3R2022-12-211-0/+5
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-106-23/+23
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-094-4/+773
* Fix ListBranches to handle empty case (#21921)Lunny Xiao2022-12-041-26/+34
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-0310-31/+32
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2742-84/+42
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-1/+5
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1914-80/+80
* Add Webhook authorization header (#20926)oliverpool2022-11-031-2/+11
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-1/+1
* Fix 500 on PR files API (#21602)qwerty2872022-10-261-1/+5
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-243-4/+4
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-212-2/+1
* Display total commit count in hook message (#21400)KN4CK3R2022-10-171-9/+10
* Make external issue tracker regexp configurable via API (#21338)Andrew Imeson2022-10-071-3/+4
* Add `stat` to `ToCommit` function for speed (#21337)Gennady Kovshenin2022-10-063-4/+11
* Add API endpoint to get changed files of a PR (#21177)qwerty2872022-09-291-0/+136
* Better repo API unit checks (#21130)John Olheiser2022-09-281-8/+23
* Webhook for Wiki changes (#20219)Aaron F2022-09-041-0/+5
* Add more checks in migration code (#21011)zeripath2022-09-042-4/+2
* Fill the specified ref in webhook test payload (#20961)Jason Song2022-09-041-4/+12
* Go 1.19 format (#20758)John Olheiser2022-08-303-6/+4
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter GardfjÀll2022-08-291-2/+49
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-2510-38/+42
* Return 404 NotFound if requested attachment does not exist (#20886)zeripath2022-08-241-0/+20
* Remove follow from commits by file (#20765)zeripath2022-08-141-2/+2
* Use correct page size for link header pagination (#20546)Norwin2022-08-021-1/+1
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-0/+326
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-7/+1
* Add "X-Gitea-Object-Type" header for GET `/raw/` & `/media/` API (#20438)65432022-07-211-4/+10
* Dismiss prior pull reviews if done via web in review dismiss (#20197)65432022-07-191-4/+4
* Set target on create release with existing tag (#20381)Gusted2022-07-151-0/+1
* Add missing return for when topic isn't found (#20351)Gusted2022-07-131-0/+1
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-081-2/+2
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-203-3/+3
* fix permission check for delete tag (#19985)a10121127962022-06-163-0/+27
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1312-226/+225
* fix: some typos (#19956)yutotnh2022-06-131-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-123-20/+22