aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Use strict protocol check when redirect (#29642)wxiaoguang2024-03-072-1/+48
* Add download URL for executable files (#28260)Earl Warren2024-03-061-1/+1
* Cache repository default branch commit status to reduce query on commit statu...Lunny Xiao2024-03-062-48/+135
* Sync branches to DB immediately when handle git hook calling (#29493)Jason Song2024-03-062-44/+82
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-065-57/+123
* A small refactor for agit implementation (#29614)Lunny Xiao2024-03-061-40/+33
* Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (...ChristopherHX2024-03-052-0/+34
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-052-6/+21
* Add empty repo check in `DetectAndHandleSchedules` (#29606)yp053272024-03-051-0/+4
* Make "/user/login" page redirect if the current user has signed in (#29583)wxiaoguang2024-03-051-1/+2
* Add missing database transaction for new issue (#29490)Lunny Xiao2024-03-041-7/+16
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-0411-17/+281
* Add user blocking (#29028)KN4CK3R2024-03-0419-38/+723
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-042-1/+6
* Add an trailing slash to dashboard links (#29555)wxiaoguang2024-03-041-1/+3
* Fix workflow trigger event IssueChangeXXX bug (#29559)yp053272024-03-031-2/+14
* Add option to set language in admin user view (#28449)65432024-03-021-0/+1
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-021-1/+1
* Add support for API blob upload of release attachments (#29507)KN4CK3R2024-03-021-3/+3
* remove util.OptionalBool and related functions (#29513)65432024-03-0211-30/+29
* Make PR form use toast to show error message (#29545)wxiaoguang2024-03-021-4/+5
* Fix incorrect diff expander for deletion of last lines in a file (#29501)silverwind2024-03-011-1/+1
* Use a predictiable fork URL to allow forking repositories without providing a...wxiaoguang2024-03-011-20/+0
* Move migration functions to services layer (#29497)Lunny Xiao2024-03-012-1/+265
* Fix workflow trigger event bugs (#29467)Zettat1232024-02-281-1/+7
* Move generate from module to service (#29465)Lunny Xiao2024-02-285-5/+542
* The job should always run when `if` is `always()` (#29464)Zettat1232024-02-282-1/+76
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-282-7/+7
* Move context from modules to services (#29440)Lunny Xiao2024-02-2755-37/+4489
* Ignore empty repo for CreateRepository in action notifier (#29416)yp053272024-02-261-0/+3
* Include resource state events in Gitlab downloads (#29382)Sebastian Brückner2024-02-262-0/+60
* Integrate alpine `noarch` packages into other architectures index (#29137)KN4CK3R2024-02-251-8/+48
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-253-4/+3
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-253-2/+7
* Refactor git attributes (#29356)KN4CK3R2024-02-242-35/+19
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-57/+88
* Properly migrate target branch change GitLab comment (#29340)Sebastian Brückner2024-02-243-4/+35
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-2410-27/+24
* Revert "Support SAML authentication (#25165)" (#29358)65432024-02-2412-586/+12
* Implement code frequency graph (#29191)Şahin Akkaya2024-02-231-2/+0
* Fix tarball/zipball download bug (#29342)Zettat1232024-02-232-1/+6
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-238-16/+18
* Support SAML authentication (#25165)techknowlogick2024-02-2312-12/+586
* Improve the `issue_comment` workflow trigger event (#29277)Zettat1232024-02-222-27/+80
* Properly migrate automatic merge GitLab comments (#27873)Sebastian Brückner2024-02-223-24/+93
* small cache when get user id on interation (#29296)Lunny Xiao2024-02-221-5/+5
* Fix content size does not match error when uploading lfs file (#29259)vincent2024-02-191-1/+5
* Fix c/p error in inline documentation (#29148)Johan Van de Wauw2024-02-191-1/+1
* Show commit status for releases (#29149)KN4CK3R2024-02-191-0/+3
* Disallow merge when required checked are missing (#29143)Markus Amshove2024-02-191-0/+4