aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix wechatwork webhook sends empty content in PR review (#21762)Jim Kirisame2022-11-191-1/+1
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-192-3/+4
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1940-208/+206
* Skip GitHub migration tests if the API token is undefined (#21824)Gary Moon2022-11-151-1/+5
* Fix webhook attachment text is not set in review comment (#21763)Jim Kirisame2022-11-131-5/+4
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-1222-32/+32
* Revert unrelated changes for SMTP auth (#21767)wxiaoguang2022-11-104-6/+6
* Add package registry quota limits (#21584)KN4CK3R2022-11-091-3/+94
* Improve valid user name check (#20136)wxiaoguang2022-11-044-8/+8
* Add Webhook authorization header (#20926)oliverpool2022-11-036-224/+157
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-034-18/+25
* Handle branch name with prefix in GitHub migration (#20357)Chongyi Zheng2022-11-031-1/+6
* Configure update checker on installation page (#21655)Gusted2022-11-011-0/+1
* Fix repository adoption on Windows (#21646)zeripath2022-10-312-9/+10
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-313-13/+5
* Revert "Do not send notifications for draft releases (#21451)" (#21594)v1.18.0-rc0techknowlogick2022-10-261-8/+7
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-2444-273/+273
* Record OAuth client type at registration (#21316)M Hickford2022-10-241-2/+3
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-2322-99/+109
* Link mentioned user in markdown only if they are visible to viewer (#21554)Yarden Shoham2022-10-232-10/+47
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-233-0/+68
* Update milestone counters when issue is deleted (#21459)Ashley Nelson2022-10-221-0/+5
* Prevent Authorization header for presigned LFS urls (#21531)KN4CK3R2022-10-221-2/+9
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-213-96/+67
* Ignore error when retrieving changed PR review files (#21487)delvh2022-10-201-1/+6