summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Unify two factor check (#27915) (#27929)Giteabot2023-11-061-2/+22
* Remove action runners on user deletion (#27902) (#27908)Giteabot2023-11-051-0/+2
* Fix DownloadFunc when migrating releases (#27887) (#27890)Giteabot2023-11-032-6/+9
* Delete repos of org when purge delete user (#27273) (#27728)65432023-11-017-40/+67
* Clean up template locale usage (#27856) (#27857)wxiaoguang2023-10-316-46/+15
* Fix package webhook (#27839) (#27855)Giteabot2023-10-3112-1/+92
* Close all hashed buffers (#27787) (#27790)Giteabot2023-10-253-0/+18
* Do not force creation of _cargo-index repo on publish (#27266) (#27765)Giteabot2023-10-242-5/+11
* Fix incorrect ctx usage in defer function (#27740) (#27741)wxiaoguang2023-10-221-2/+2
* Add doctor dbconsistency fix to delete repos with no owner (#27290) (#27693)65432023-10-221-6/+9
* Always delete existing scheduled action tasks (#27662) (#27688)Giteabot2023-10-191-11/+8
* Support allowed hosts for webhook to work with proxy (#27655) (#27675)Giteabot2023-10-182-18/+58
* Fix poster is not loaded in get default merge message (#27657) (#27666)Giteabot2023-10-171-0/+3
* Improve retrying index issues (#27554) (#27634)Giteabot2023-10-162-9/+9
* Fix data-race bug when accessing task.LastRun (#27584) (#27586)Giteabot2023-10-111-2/+1
* show manual cron run's last time (#27544) (#27577)Giteabot2023-10-112-0/+15
* Fix attachment download bug (#27486) (#27571)Giteabot2023-10-116-21/+21
* Avoid run change title process when the title is same (#27467) (#27558)yp053272023-10-101-0/+4
* Make Actions tasks/jobs timeouts configurable by the user (#27400) (#27402)Giteabot2023-10-031-9/+4
* Allow get release download files and lfs files with oauth2 token format (#264...Giteabot2023-10-011-1/+3
* More `db.DefaultContext` refactor (#27265) (#27347)Giteabot2023-09-2915-43/+43
* Fix Bug in Issue Config when only contact links are set (#26521) (#27334)Giteabot2023-09-281-1/+1
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-09-2525-104/+113
* Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) (#27251)Giteabot2023-09-251-0/+1
* Fix release URL in webhooks (#27182) (#27185)Giteabot2023-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