aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Add latest commit's SHA to content response (#20398)Gusted2022-07-301-11/+2
* packages/generic: Do not restrict package versions to SemVer (#20414)Gergely Nagy2022-07-291-8/+6
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-287-6/+60
* Hide internal package versions (#20492)KN4CK3R2022-07-276-15/+29
* 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
* Add missing return for when topic isn't found (#20351)Gusted2022-07-131-0/+1
* Fix various typos (#20338)luzpaz2022-07-123-4/+4
* Add write check for creating Commit status (#20332)Gusted2022-07-121-1/+1
* Add spectral linter for Swagger (#20321)silverwind2022-07-112-4/+1
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-081-2/+2
* Only show Followers that current user can access (#20220)zeripath2022-07-051-4/+4
* 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-207-9/+9
* User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19...Anthony Wang2022-06-194-0/+231
* fix permission check for delete tag (#19985)a10121127962022-06-163-0/+27
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1315-246/+246
* fix: some typos (#19956)yutotnh2022-06-131-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-123-20/+22
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-064-14/+15
* Implement http signatures support for the API (#17565)Wim2022-06-051-0/+1
* Add API to serve blob or LFS file content (#19689)qwerty2872022-06-042-0/+143
* improvement some release related code (#19867)Lunny Xiao2022-06-032-11/+12
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-2034-104/+104
* ContainerRegistry - removed Basic Auth header (#19735)KN4CK3R2022-05-171-1/+0
* Fix nodeinfo caching and prevent NPE if cache non-existent (#19721)zeripath2022-05-161-7/+11
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-132-55/+36
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-1113-29/+38
* Set the LastModified header for raw files (#18356)zeripath2022-05-091-4/+39
* Admin should not delete himself (#19423)Lunny Xiao2022-05-081-0/+6
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-083-4/+6
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-6/+18
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-082-1/+92
* Hide private repositories in packages (#19584)KN4CK3R2022-05-071-2/+13
* Skip duplicated layers. (#19624)KN4CK3R2022-05-051-0/+4
* Call MultipartForm.RemoveAll when request finishes (#19606)wxiaoguang2022-05-051-0/+2
* Use for a repo action one database transaction (#19576)65432022-05-031-15/+13
* Fix sending empty notifications (#19589)Gusted2022-05-021-1/+1
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-021-1/+0
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-4/+38
* Add API to check if team has repo access (#19540)qwerty2872022-05-012-1/+51
* Simplify loops to copy (#19569)Gusted2022-05-011-3/+1
* Use middleware to open gitRepo (#19559)65432022-04-302-7/+3
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-5/+11
* Add API to query collaborators permission for a repository (#18761)Florin Hillebrand2022-04-293-3/+68
* Don't error when branch's commit doesn't exist (#19547)Gusted2022-04-291-2/+8
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-284-9/+32