aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make migrations SKIP_TLS_VERIFY apply to git too (#19132)zeripath2022-03-191-7/+10
* Do not send notification emails to inactive users (#19131)zeripath2022-03-192-4/+12
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-1716-274/+181
* rm .sample hooks which aren't used (#19101)techknowlogick2022-03-1611-640/+0
* Improve SyncMirrors logging (#19045)zeripath2022-03-101-21/+21
* Allow users to self-request a PR review (#19030)Norwin2022-03-081-8/+0
* Add Index to comment for migrations and mirroring (#18806)singuliere2022-03-066-1/+15
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-042-1/+8
* Refactor mirror code & fix `StartToMirror` (#18904)Gusted2022-03-021-14/+19
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-011-0/+29
* Improve mirror iterator (#18928)Lunny Xiao2022-02-281-16/+14
* Fix login with email panic when email is not exist (#18941)Lunny Xiao2022-02-281-1/+1
* Set is_empty in fixtures (#18869)KN4CK3R2022-02-261-4/+4
* migrations: add test for importing pull requests in gitea uploader (#18752)singuliere2022-02-252-20/+335
* Fix ldap user sync missed email in email_address table (#18786)Lunny Xiao2022-02-241-1/+2
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-232-2/+4
* migrations: remove dead code in gitea uploader (#18725)singuliere2022-02-211-13/+3