aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Granular webhook events in editHook (#19251)John Olheiser2022-03-291-5/+16
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-292-2/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-2916-97/+115
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-3/+0
* Let web and API routes have different auth methods group (#19168)Lunny Xiao2022-03-283-1/+58
* Set the default branch for repositories generated from templates (#19136)Abheek Dhawan2022-03-271-9/+10
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-2612-147/+74
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-232-3/+3
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-227-11/+8
* 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-2250-319/+319
* Fix NPE `/repos/issues/search` when not signed in (#19154)Gusted2022-03-201-4/+9
* Restrict email address validation (#17688)Lunny Xiao2022-03-142-2/+6
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-0/+4
* ignore missing comment for user notifications (#18954)eladyn2022-03-031-1/+1
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-012-1/+48
* Fix page and missing return on unadopted repos API (#18848)qwerty2872022-02-271-0/+4
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-092-0/+108
* Update object repo with the migrated repository (#18684)Hugo Hoitink2022-02-091-1/+1
* Add `GetUserTeams` (#18499)Gusted2022-02-011-6/+5
* 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-252-0/+10
* format with gofumpt (#18184)65432022-01-2023-52/+45
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1918-83/+78
* 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
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-28/+65
* Don't delete branch if other PRs with this branch are open (#18164)a10121127962022-01-031-0/+11
* Refactor auth package (#17962)Lunny Xiao2022-01-022-17/+17
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-013-0/+119
* - 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-232-0/+104
* 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