aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-272-0/+30
* Remove ReverseProxy authentication from the API (#22219)zeripath2022-12-271-9/+3
* Allow empty assignees on pull request edit (#22150)KN4CK3R2022-12-211-0/+5
* refactor bind functions based on generics (#22055)Lunny Xiao2022-12-121-7/+2
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-106-23/+23
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-095-4/+798
* 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-0315-38/+40
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2796-192/+96
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-1/+5
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1922-110/+112
* Add some documentation to packages (#21648)zeripath2022-11-121-0/+1
* Load GitRepo in API before deleting issue (#21720)Jason Song2022-11-121-1/+1
* Add configuration for CORS allowed headers (#21747)Drew Noel2022-11-111-1/+1
* Add Webhook authorization header (#20926)oliverpool2022-11-033-10/+69
* 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-245-6/+6
* Record OAuth client type at registration (#21316)M Hickford2022-10-241-7/+9
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-231-0/+7
* 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-293-0/+159
* Better repo API unit checks (#21130)John Olheiser2022-09-281-8/+23
* [API] teamSearch show teams with no members if user is admin (#21204)65432022-09-191-1/+5
* Webhook for Wiki changes (#20219)Aaron F2022-09-042-0/+7
* 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-306-61/+53
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter GardfjÀll2022-08-291-2/+49
* Add support for Vagrant packages (#20930)KN4CK3R2022-08-291-1/+1
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-282-3/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-2519-99/+103
* Return 404 NotFound if requested attachment does not exist (#20886)zeripath2022-08-241-0/+20
* Pad GPG Key ID with preceding zeroes (#20878)zeripath2022-08-211-0/+7
* Fix owners cannot create organization repos bug (#20841)Lunny Xiao2022-08-181-1/+1
* Remove follow from commits by file (#20765)zeripath2022-08-141-2/+2
* refactor webhook *NewPost (#20729)oliverpool2022-08-111-3/+3
* Add support for Pub packages (#20560)KN4CK3R2022-08-071-1/+1
* 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-304-0/+352
* Add latest commit's SHA to content response (#20398)Gusted2022-07-301-11/+2
* Hide internal package versions (#20492)KN4CK3R2022-07-271-4/+6
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-252-9/+23
* 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 option to purge users (#18064)zeripath2022-07-141-1/+1