aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug for ctx usage (#26762)Lunny Xiao2023-08-281-2/+2
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-274-11/+124
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-251-1/+2
* add Upload URL to release API (#26663)Earl Warren2023-08-242-0/+29
* chore(actions): support cron schedule task (#26655)Lunny Xiao2023-08-243-4/+253
* Modify the content format of the Feishu webhook (#25106)谈笑风生间2023-08-244-15/+111
* feat: implement organization secret creation API (#26566)Bo-Yi Wu2023-08-221-0/+18
* Add `branch_filter` to hooks API endpoints (#26599)Yarden Shoham2023-08-211-0/+1