aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* 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-191-1/+1
* 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-061-2/+2
* An attempt to sync a non-mirror repo must give 400 (Bad Request) (#19300)Peter GardfjÀll2022-04-011-0/+11
* 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-304-1/+253
* 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