aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move feed notification service layer (#26908)Lunny Xiao2023-09-053-2/+514
* Move ui notification to service layer (#26907)Lunny Xiao2023-09-051-0/+262
* Move indexer notification to service layer (#26906)Lunny Xiao2023-09-052-0/+143
* Move mail notification logic to service layer (#26905)Lunny Xiao2023-09-052-0/+206
* Use Go 1.21 and update dependencies (#26878)wxiaoguang2023-09-031-3/+1
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-016-64/+64
* Update team invitation email link (#26550)Jack Hay2023-08-312-2/+21
* Sync tags when adopting repos (#26816)Zettat1232023-08-311-0/+4
* Check blocklist for emails when adding them to account (#26812)techknowlogick2023-08-301-26/+3
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-302-6/+7
* Fix some slice append usages (#26778)Chongyi Zheng2023-08-291-3/+3
* Reduce some allocations in type conversion (#26772)Chongyi Zheng2023-08-292-3/+3
* Add auth-required to config.json for Cargo http registry (#26729)merlleu2023-08-281-6/+9