aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* [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
* Better describe what `/repos/{owner}/{repo}/raw/{filepath}` returns on 200 (#...Gusted2022-04-281-1/+1
* more context for models (#19511)65432022-04-286-22/+23
* 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-216-43/+38
* Fix DELETE request for non-existent public key (#19443)Gusted2022-04-211-4/+9
* Don't panic on `ErrEmailInvalid` (#19441)Gusted2022-04-201-3/+10
* Fix panic in team repos API (#19431)qwerty2872022-04-201-1/+1
* When updating mirror repo intervals by API reschedule next update too (#19429)zeripath2022-04-201-22/+52
* Add Helm Chart registry (#19406)KN4CK3R2022-04-193-1/+212
* 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
* Fix panic in teams API when requesting members (#19360)delvh2022-04-111-1/+1
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-084-20/+22
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-082-28/+3
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-077-95/+29
* Package registry changes (#19305)KN4CK3R2022-04-065-11/+25
* An attempt to sync a non-mirror repo must give 400 (Bad Request) (#19300)Peter GardfjÀll2022-04-011-0/+11
* Fix container download counter (#19287)KN4CK3R2022-04-012-9/+3
* 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
* Add Package Registry (#16510)KN4CK3R2022-03-3026-1/+5490
* Make git.OpenRepository accept Context (#19260)65432022-03-307-8/+8
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-1/+1