aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Set target on create release with existing tag (#20381)Gusted2022-07-151-0/+1
* Add missing return for when topic isn't found (#20351)Gusted2022-07-131-0/+1
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-081-2/+2
* 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-203-3/+3
* fix permission check for delete tag (#19985)a10121127962022-06-163-0/+27
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1312-226/+225
* 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-063-10/+11
* Add API to serve blob or LFS file content (#19689)qwerty2872022-06-041-0/+142
* 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-2020-78/+78
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-131-12/+7
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-118-17/+24
* Set the LastModified header for raw files (#18356)zeripath2022-05-091-4/+39
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-082-3/+4
* 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-081-0/+90
* Use for a repo action one database transaction (#19576)65432022-05-031-15/+13
* Simplify loops to copy (#19569)Gusted2022-05-011-3/+1
* Add API to query collaborators permission for a repository (#18761)Florin Hillebrand2022-04-291-0/+55
* 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-283-5/+19
* Better describe what `/repos/{owner}/{repo}/raw/{filepath}` returns on 200 (#...Gusted2022-04-281-1/+1
* more context for models (#19511)65432022-04-285-21/+22
* 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-215-25/+20
* When updating mirror repo intervals by API reschedule next update too (#19429)zeripath2022-04-201-22/+52
* 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
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-084-20/+22
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-074-26/+9
* 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
* Make git.OpenRepository accept Context (#19260)65432022-03-306-7/+7
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-1/+1
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-298-37/+45
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-3/+0
* Set the default branch for repositories generated from templates (#19136)Abheek Dhawan2022-03-271-9/+10
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-223-5/+4