aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-283-9/+69
* more context for models (#19511)65432022-04-2815-43/+56
* Fix migrate release from github (#19510)Lunny Xiao2022-04-261-9/+12
* Prevent dangling archiver goroutine (#19516)zeripath2022-04-261-1/+1
* Add commit status popup to issuelist (#19375)parnic2022-04-261-18/+24
* Use queue instead of memory queue in webhook send service (#19390)Lunny Xiao2022-04-253-52/+60
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-1/+1
* Add notags to fetch (#19487)65432022-04-251-1/+1
* Set correct PR status on 3way on conflict checking (#19457)Gusted2022-04-211-2/+4
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-212-8/+10
* Don't allow merging PR's which are being conflict checked (#19357)Gusted2022-04-201-0/+5
* Fix datarace in gitea_uploader.go (#19409)chavacava2022-04-151-2/+2
* Use a struct as test options (#19393)Lunny Xiao2022-04-1415-15/+45
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-0810-15/+107
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-10/+0
* Package registry changes (#19305)KN4CK3R2022-04-062-21/+21
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-031-1/+1
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-021-3/+4
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-0121-205/+178
* Fix container download counter (#19287)KN4CK3R2022-04-011-4/+4
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-313-6/+14
* Move checks for pulls before merge into own function (#19271)65432022-03-313-21/+115
* Restore user autoregistration with email addresses (#19261)zeripath2022-03-311-29/+39
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-312-11/+3
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-311-3/+4
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-314-34/+21
* Add Package Registry (#16510)KN4CK3R2022-03-3012-4/+795
* Make git.OpenRepository accept Context (#19260)65432022-03-3022-50/+51
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)zeripath2022-03-292-1/+10
* When conflicts have been previously detected ensure that they can be resolved...zeripath2022-03-291-17/+18
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-298-13/+13
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-2/+3
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-292-1/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-2912-51/+59
* Show last cron messages on monitor page (#19223)zeripath2022-03-293-33/+72
* Allow API to create file on empty repo (#19224)zeripath2022-03-286-106/+143
* New cron task: delete old system notices (#19219)Pilou2022-03-281-0/+16
* Let web and API routes have different auth methods group (#19168)Lunny Xiao2022-03-284-78/+24
* Only send webhook events to active system webhooks and only deliver to active...zeripath2022-03-282-1/+7
* Touch mirrors on even on fail to update (#19217)zeripath2022-03-271-0/+3
* Hide sensitive content on admin panel progress monitor (#19218)Lunny Xiao2022-03-272-3/+22
* Make cron task no notice on success (#19221)zeripath2022-03-262-6/+5
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-0/+62
* Fix compare link in active feeds for new branch (#19149)a10121127962022-03-231-1/+28
* Try to prevent autolinking of displaynames by email readers (#19169)zeripath2022-03-233-14/+21
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-236-12/+12
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-2218-40/+45
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-222-10/+10
* Use IterateBufferSize whilst querying repositories during adoption check (#19...zeripath2022-03-211-0/+7
* not send notification emails to inactive users (part 2) (#19142)zeripath2022-03-191-0/+4