aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Refactor markup render system (#32589)wxiaoguang2024-11-223-20/+11
* Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access (#32...Marcell Mars2024-11-224-16/+87
* disable gravatar in test (#32529)Rowan Bohde2024-11-211-1/+2
* allow the actions user to login via the jwt token (#32527)Rowan Bohde2024-11-203-3/+86
* Remove unnecessary code (#32560)Lunny Xiao2024-11-191-7/+0
* Use user.FullName in Oauth2 id_token response (#32542)Baltazár Radics2024-11-181-1/+1
* Refactor push mirror find and add check for updating push mirror (#32539)Lunny Xiao2024-11-183-12/+11
* Refactor find forks and fix possible bugs that weak permissions check (#32528)Lunny Xiao2024-11-181-0/+24
* Fix basic auth with webauthn (#32531)Lunny Xiao2024-11-161-0/+10
* Remove transaction for archive download (#32186)Lunny Xiao2024-11-152-26/+19
* Reduce integration test overhead (#32475)Rowan Bohde2024-11-143-8/+1
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-141-0/+1
* Reimplement GetUserOrgsList to make it simple and clear (#32486)Lunny Xiao2024-11-141-1/+5
* Refactor render system (#32492)wxiaoguang2024-11-141-2/+1
* Fix LFS route mock, realm, middleware names (#32488)wxiaoguang2024-11-134-21/+29
* Disable Oauth check if oauth disabled (#32368)Lunny Xiao2024-11-121-1/+6
* Calculate `PublicOnly` for org membership only once (#32234)65432024-11-111-4/+3
* Add `DEFAULT_MIRROR_REPO_UNITS` and `DEFAULT_TEMPLATE_REPO_UNITS` options (#3...Zettat1232024-11-111-1/+6
* Add a doctor check to disable the "Actions" unit for mirrors (#32424)Zettat1232024-11-101-0/+70
* Refactor sidebar assignee&milestone&project selectors (#32465)wxiaoguang2024-11-111-1/+0
* Add reviewers selection to new pull request (#32403)Calvin K2024-11-095-13/+53
* Fix broken releases when re-pushing tags (#32435)Zettat1232024-11-081-7/+12
* Only provide the commit summary for Discord webhook push events (#32432)Kemal Zebari2024-11-073-3/+17
* Add new event commit status creation and webhook implementation (#27151)Lunny Xiao2024-11-077-11/+62
* Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)Lunny Xiao2024-11-0710-9/+212
* Include file extension checks in attachment API (#32151)Kemal Zebari2024-11-062-6/+26
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-051-1/+1
* Refactor RepoRefByType (#32413)wxiaoguang2024-11-052-84/+75
* Refactor template ctx and render utils (#32422)wxiaoguang2024-11-051-1/+4
* Refactor DateUtils and merge TimeSince (#32409)wxiaoguang2024-11-041-1/+0
* Fix git error handling (#32401)wxiaoguang2024-11-025-42/+18
* Replace DateTime with DateUtils (#32383)wxiaoguang2024-11-021-0/+1
* improve performance of diffs (#32393)Rowan Bohde2024-11-022-39/+36
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-10-312-4/+4
* Update go dependencies (#32389)wxiaoguang2024-10-311-2/+2
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-301-2/+0
* Add new [lfs_client].BATCH_SIZE and [server].LFS_MAX_BATCH_SIZE config settin...Royce Remer2024-10-301-0/+5
* Fix db engine (#32351)wxiaoguang2024-10-272-5/+6
* Refactor the DB migration system slightly (#32344)wxiaoguang2024-10-271-1/+1
* Make admins adhere to branch protection rules (#32248)Tim2024-10-233-8/+19
* Add warn log when deleting inactive users (#32318)Lunny Xiao2024-10-231-0/+1
* Support requested_reviewers data in comment webhook events (#26178)谈笑风生间2024-10-161-32/+42
* Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246)Zettat1232024-10-131-1/+9
* Support migrating GitHub/GitLab PR draft status (#32242)Zettat1232024-10-133-1/+8
* Only rename a user when they should receive a different name (#32247)Lunny Xiao2024-10-131-4/+4
* Make git push options accept short name (#32245)wxiaoguang2024-10-121-13/+12
* Allow maintainers to view and edit files of private repos when "Allow maintai...Zettat1232024-10-112-1/+12
* Improve the maintainblity of the reserved username list (#32229)wxiaoguang2024-10-101-5/+3
* Refactor CSRF token (#32216)wxiaoguang2024-10-102-5/+3
* Fix bug when a token is given public only (#32204)Lunny Xiao2024-10-081-3/+4