aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* fix: omit avatar_url in discord payload when empty (#22393) (#22395)release/v1.17John Olheiser2023-01-101-1/+1
* Use complete SHA to create and query commit status (#22244) (#22258)Jason Song2022-12-285-10/+13
* Do not list active repositories as unadopted (#22034) (#22167)Christian Ullrich2022-12-191-1/+1
* Correctly handle moved files in apply patch (#22118) (#22136)zeripath2022-12-151-0/+3
* Fix issue/PR numbers (#22037) (#22045)Jason Song2022-12-061-1/+8
* Fix repository adoption on Windows (#21646) (#21651)zeripath2022-11-012-9/+10
* Update milestone counters when issue is deleted (#21459) (#21586)Ashley Nelson2022-10-261-0/+5
* SessionUser protection against nil pointer dereference (#21581)Paweł Bogusławski2022-10-241-0/+4
* Prevent Authorization header for presigned LFS urls (#21531) (#21569)KN4CK3R2022-10-241-2/+9
* Ignore error when retrieving changed PR review files (#21487) (#21524)delvh2022-10-201-1/+6
* Fix incorrect notification commit url (#21479) (#21483)wxiaoguang2022-10-181-4/+4
* Display total commit count in hook message (#21400) (#21481)KN4CK3R2022-10-179-23/+24
* Do DB update after merge in hammer context (#21401) (#21416)zeripath2022-10-121-10/+12
* Stop logging CheckPath returns error: context canceled (#21064) (#21405)zeripath2022-10-111-2/+0
* Foreign ID conflicts if ID is 0 for each item (#21271) (#21272)techknowlogick2022-10-021-0/+4
* Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239)wxiaoguang2022-09-223-6/+8
* Fix hard-coded timeout and error panic in API archive download endpoint (#209...zeripath2022-09-061-10/+61
* Add more checks in migration code (#21011) (#21050)zeripath2022-09-0414-233/+642
* Double check CloneURL is acceptable (#20869) (#20892)zeripath2022-08-213-5/+24
* Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpd...zeripath2022-08-181-0/+3
* Add migrate repo archiver and packages storage support on command line (#2075...Lunny Xiao2022-08-181-1/+1
* Check issue labels slice length before calling xorm Insert(#20655) (#20836)zeripath2022-08-171-0/+5
* fix merge (#20819)Lunny Xiao2022-08-171-0/+5
* Remove manual rollback for failed generated repositories (#20639) (#20762)wxiaoguang2022-08-111-7/+0
* Use correct context to get package content (#20673) (#20676)KN4CK3R2022-08-051-1/+1
* Add Docker /v2/_catalog endpoint (#20469) (#20556)65432022-07-302-12/+59
* Ensure that all unmerged files are merged when conflict checking (#20528) (#2...65432022-07-292-2/+27
* Dismiss prior pull reviews if done via web in review dismiss (#20197) (#20407)65432022-07-191-1/+18
* Fix checks in PR for empty commits (#20290) (#20352)Ing. Jaroslav Šafka2022-07-132-1/+9
* Correctly handle draft releases without a tag (#20314) (#20335)zeripath2022-07-121-2/+1
* EscapeFilter the group dn membership (#20200) (#20254)zeripath2022-07-061-1/+1
* Fix cli command restore-repo: "units" should be parsed as cli.String (#20183)...wxiaoguang2022-07-011-1/+1
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-07-012-5/+22
* Fix delete pull head ref for DeleteIssue (#20032) (#20034)a10121127962022-06-191-1/+1
* Write Commit-Graphs in RepositoryDumper (#20004)zeripath2022-06-171-0/+5
* move agit dependcy (#19998)Lunny Xiao2022-06-171-59/+16
* fix permission check for delete tag (#19985)a10121127962022-06-161-0/+14
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-163-75/+34
* Always try to fetch repo for mirrors (#19975)Gusted2022-06-151-2/+2
* Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953)wxiaoguang2022-06-151-2/+10
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-1/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1341-441/+599
* Move some code into models/git (#19879)Lunny Xiao2022-06-1217-75/+89
* Unify repo settings & show better error (#19828)Gusted2022-06-122-2/+2
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-112-4/+5
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-0/+1
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-102-11/+0
* Prevent NPE whilst migrating if there is a team request review (#19855)zeripath2022-06-094-4/+37
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-0613-17/+198
* Implement http signatures support for the API (#17565)Wim2022-06-051-0/+217