aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make SSPI auth mockable (#27036)wxiaoguang2023-09-173-16/+63
* Search branches (#27055)Lunny Xiao2023-09-171-1/+2
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-16/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-1617-66/+72
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-1515-64/+66
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-1416-41/+49
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-142-4/+4
* Load reviewer before sending notification (#27063)sebastian-sauer2023-09-131-0/+3
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-134-0/+22
* Extract auth middleware from service (#27028)KN4CK3R2023-09-121-255/+0
* Move some functions to service layer (#26969)Lunny Xiao2023-09-085-9/+105
* Add a new column schedule_id for action_run to track (#26975)Lunny Xiao2023-09-081-13/+1
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-0824-19/+513
* Team invite url fix when registration disabled (#26950)Jack Hay2023-09-071-2/+2
* Fix schedule actions still running even if workflow disalbed (#26939)Lunny Xiao2023-09-071-0/+10
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-067-9/+473
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-062-0/+60
* Fix the display of org level badges (#26504)yp053272023-09-061-0/+1
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-0538-306/+945
* Improve LDAP group config documentation, fixes #21159 (#21227)Sven Seeberg2023-09-051-4/+5
* Remove `Named` interface (#26913)KN4CK3R2023-09-058-21/+4
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-052-0/+108