aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Unify two factor check (#27915)KN4CK3R2023-11-061-2/+22
* Remove action runners on user deletion (#27902)Earl Warren2023-11-051-0/+2
* Fix DownloadFunc when migrating releases (#27887)Zettat1232023-11-032-6/+9
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-035-24/+44
* Clean up template locale usage (#27856)wxiaoguang2023-10-316-46/+15
* Fix package webhook (#27839)Lunny Xiao2023-10-3112-1/+92
* List all Debian package versions in `Packages` (#27786)KN4CK3R2023-10-291-7/+8
* Fix merge base commit for fast-forwarded GitLab PRs (#27825)Sebastian Brückner2023-10-291-1/+9
* Use GitLab's squash_commit_sha when available (#27824)Sebastian Brückner2023-10-291-1/+6
* Close all hashed buffers (#27787)KN4CK3R2023-10-253-0/+18
* Do not force creation of _cargo-index repo on publish (#27266)merlleu2023-10-242-5/+11
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-242-4/+2
* Fix incorrect ctx usage in defer function (#27740)wxiaoguang2023-10-221-4/+2
* Add doctor dbconsistency fix to delete repos with no owner (#27290)65432023-10-191-6/+9
* Delete repos of org when purge delete user (#27273)JakobDev2023-10-196-38/+64
* Remove unnecessary parameter (#27671)Lunny Xiao2023-10-186-23/+21
* Always delete existing scheduled action tasks (#27662)KN4CK3R2023-10-181-11/+8
* Support allowed hosts for webhook to work with proxy (#27655)Jason Song2023-10-182-18/+58
* Fix poster is not loaded in get default merge message (#27657)Lunny Xiao2023-10-171-0/+3
* Improve retrying index issues (#27554)Jason Song2023-10-152-9/+9
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-157-17/+18
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-1413-46/+48
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-143-0/+244
* Fix data-race bug when accessing task.LastRun (#27584)wxiaoguang2023-10-111-2/+1
* Replace assert.Fail with assert.FailNow (#27578)Nanguan Lin2023-10-111-1/+1
* show manual cron run's last time (#27544)Earl Warren2023-10-112-0/+15
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-1130-60/+63
* Fix attachment download bug (#27486)Lunny Xiao2023-10-106-21/+21
* Avoid run change title process when the title is same (#27467)yp053272023-10-061-0/+4
* Remove redundant `len` check around loop (#27464)Eng Zer Jun2023-10-061-7/+5
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-0323-60/+62
* Make Actions tasks/jobs timeouts configurable by the user (#27400)Francesco Antognazza2023-10-021-9/+4
* Differentiate between `push` and `pull` `mirror sync in progress` (#27390)delvh2023-10-021-2/+2
* simplify issue deletion query (#27312)Earl Warren2023-10-021-36/+18
* Fix unexpected context canceled when migrating repository (#27368)CaiCandong2023-10-011-5/+5
* Fix ldap admin privileges update bug (#27051)CaiCandong2023-10-011-10/+7
* Allow get release download files and lfs files with oauth2 token format (#26430)Lunny Xiao2023-10-011-1/+3
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-2915-43/+43
* Add support for forking single branch (#25821)Dmitry Sharshakov2023-09-292-6/+16
* Fix Bug in Issue Config when only contact links are set (#26521)JakobDev2023-09-281-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-2818-68/+17
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-2525-104/+113
* Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203)Nabapadma-sarker2023-09-241-0/+1
* Fix push mirror, wrong timestamp format (#27153)Daniel Kilimnik2023-09-231-2/+2
* Updates to the API for archived repos (#27149)JakobDev2023-09-215-0/+50
* Fix release URL in webhooks (#27182)John Olheiser2023-09-219-9/+9
* Fix successful return value for `SyncAndGetUserSpecificDiff` (#27152)v1.21.0-rc0delvh2023-09-201-1/+1
* Fix incorrect test code for error handling (#27139)wxiaoguang2023-09-201-4/+12
* Increase auth provider icon size on login page (#27122)silverwind2023-09-193-9/+11
* services/wiki: Close() after error handling (#27129)Earl Warren2023-09-191-2/+2