aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-0/+9
* When updating by rebase we need to set the environment for head repo (#22535)zeripath2023-01-192-10/+18
* Fix assignment to `cm.AssigneeID` when importing comments (#22528)Sybren2023-01-191-1/+3
* Support importing comment types (#22510)Sybren2023-01-181-2/+21
* Fix issue not auto-closing when it includes a reference to a branch (#22514)Brecht Van Lommel2023-01-181-1/+3
* Fix 500 error viewing pull request when fork has pull requests disabled (#22512)Brecht Van Lommel2023-01-181-0/+3
* Display unreferenced packages total size in package admin panel (#22498)Lunny Xiao2023-01-181-2/+2
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-173-1/+40
* some refactor about code comments (#20821)Lunny Xiao2023-01-172-3/+48
* Fix pull request API field `closed_at` always being `null` (#22482)Yarden Shoham2023-01-171-0/+4
* Fix migration from gitbucket (repost) (#22477)Haruo Kinoshita2023-01-172-3/+12
* Add reply hint to mail text (#22459)KN4CK3R2023-01-161-0/+1
* Add cron method to gc LFS MetaObjects (#22385)zeripath2023-01-162-27/+105
* Change use of Walk to WalkDir to improve disk performance (#22462)Felipe Leopoldo Sologuren GutiƩrrez2023-01-161-6/+6
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-1611-47/+77
* Add support for incoming emails (#22056)KN4CK3R2023-01-148-33/+965
* Continue GCing other repos on error in one repo (#22422)zeripath2023-01-131-3/+5
* fix: don't replace err variable in nested check (#22416)John Olheiser2023-01-121-2/+2
* Update golang deps (#22410)techknowlogick2023-01-121-2/+4
* Improve utils of slices (#22379)Jason Song2023-01-113-3/+3
* fix: omit avatar_url in discord payload when empty (#22393)John Olheiser2023-01-101-1/+1
* Use context parameter in models/git (#22367)Jason Song2023-01-0913-30/+33
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* Unify hashing for avatar (#22289)Gusted2023-01-023-11/+4
* Restructure `webhook` module (#22256)delvh2023-01-0125-149/+1014
* Support template for merge message description (#22248)Jason Song2022-12-293-19/+94
* Move `convert` package to services (#22264)KN4CK3R2022-12-2923-1/+2355
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-289-60/+66
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-272-0/+23
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-275-10/+13
* Check primary keys for all tables and drop ForeignReference (#21721)Jason Song2022-12-231-11/+0
* Secrets storage with SecretKey encrypted (#22142)Jason Song2022-12-201-0/+12
* Add setting to disable the git apply step in test patch (#22130)zeripath2022-12-191-4/+17
* Do not list active repositories as unadopted (#22034)Christian Ullrich2022-12-161-1/+1
* Add doctor command for full GC of LFS (#21978)zeripath2022-12-153-39/+154
* Correctly handle moved files in apply patch (#22118)zeripath2022-12-141-0/+3
* Allow disable code tab (#20805)Lunny Xiao2022-12-121-0/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-1014-34/+248
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-092-10/+12
* Fix issue/PR numbers (#22037)Jason Song2022-12-061-1/+8
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-0330-57/+60
* Update gitea-vet to check FSFE REUSE (#22004)Jason Song2022-12-022-4/+2
* Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song2022-11-281-4/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-27233-466/+233
* Correct the fallbacks for mailer configuration (#21945)zeripath2022-11-271-2/+2
* Ensure that Webhook tasks are not double delivered (#21558)zeripath2022-11-233-29/+80
* Add option to enable CAPTCHA validation for login (#21638)Xinyu Zhou2022-11-222-12/+6
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-221-2/+1
* Replace yaml.v2 with yaml.v3 (#21832)Jason Song2022-11-212-2/+2
* Add package registry cleanup rules (#21658)KN4CK3R2022-11-204-17/+156