aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-294-4/+8
* Allow users with write permission to run actions (#32644)Pedro Nishiyama2024-11-282-3/+3
* Validate OAuth Redirect URIs (#32643)Rowan Bohde2024-11-281-2/+15
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-273-17/+15
* Add priority to protected branch (#32286)65432024-11-272-0/+11
* Fix: passkey login not working anymore (#32623)hiifong2024-11-262-7/+20
* Refactor some frontend problems (#32646)wxiaoguang2024-11-262-3/+3
* Add github compatible tarball download API endpoints (#32572)Lunny Xiao2024-11-251-2/+12
* Refactor markup render system (#32612)wxiaoguang2024-11-2415-180/+96
* Update the list of watchers and stargazers when clicking watch/unwatch or sta...Yarden Shoham2024-11-222-3/+3
* Fix get reviewers' bug (#32415)Lunny Xiao2024-11-221-4/+4
* Refactor markup render system (#32589)wxiaoguang2024-11-2217-188/+137
* Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access (#32...Marcell Mars2024-11-221-1/+15
* Add line-through for deleted branch on pull request view page (#32500)Lunny Xiao2024-11-211-0/+1
* Support HTTP POST requests to `/userinfo`, aligning to OpenID Core specificat...Marcell Mars2024-11-201-1/+1
* Use user.FullName in Oauth2 id_token response (#32542)Baltazár Radics2024-11-182-21/+2
* Refactor push mirror find and add check for updating push mirror (#32539)Lunny Xiao2024-11-181-36/+15
* Refactor markup render system (#32533)wxiaoguang2024-11-181-1/+1
* Refactor find forks and fix possible bugs that weak permissions check (#32528)Lunny Xiao2024-11-181-12/+11
* Use better name for userinfo structure (#32544)Lunny Xiao2024-11-181-11/+11
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-165-9/+6
* Fix oauth2 error handle not return immediately (#32514)Lunny Xiao2024-11-151-0/+2
* Refactor render system (#32492)wxiaoguang2024-11-145-15/+9
* Fix LFS route mock, realm, middleware names (#32488)wxiaoguang2024-11-133-54/+51
* Disable Oauth check if oauth disabled (#32368)Lunny Xiao2024-11-121-32/+38
* Refactor LFS SSH and internal routers (#32473)wxiaoguang2024-11-121-17/+1
* Move some functions from issue.go to standalone files (#32468)Lunny Xiao2024-11-118-3146/+3298
* Calculate `PublicOnly` for org membership only once (#32234)65432024-11-112-7/+9
* Refactor sidebar assignee&milestone&project selectors (#32465)wxiaoguang2024-11-113-260/+228
* Refactor sidebar label selector (#32460)wxiaoguang2024-11-105-93/+113
* Add reviewers selection to new pull request (#32403)Calvin K2024-11-093-66/+141
* Refactor issue page info (#32445)wxiaoguang2024-11-081-3/+3
* Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)Lunny Xiao2024-11-071-3/+2
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-053-28/+10
* Refactor RepoRefByType (#32413)wxiaoguang2024-11-052-7/+7
* Refactor template ctx and render utils (#32422)wxiaoguang2024-11-053-5/+6
* Refactor DateUtils and merge TimeSince (#32409)wxiaoguang2024-11-042-5/+3
* Fix git error handling (#32401)wxiaoguang2024-11-021-1/+1
* Replace DateTime with DateUtils (#32383)wxiaoguang2024-11-021-2/+2
* improve performance of diffs (#32393)Rowan Bohde2024-11-023-3/+8
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-10-315-5/+5
* Fix suggestions for issues (#32380)wxiaoguang2024-10-301-19/+8
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-303-3/+0
* Respect UI.ExploreDefaultSort setting again (#32357)65432024-10-302-2/+4
* Suggestions for issues (#32327)Anbraten2024-10-292-0/+94
* Fix disable 2fa bug (#32320)Lunny Xiao2024-10-231-3/+6
* Make admins adhere to branch protection rules (#32248)Tim2024-10-231-0/+1
* Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore...Zettat1232024-10-226-28/+26
* Make `owner/repo/pulls` handlers use "PR reader" permission (#32254)wxiaoguang2024-10-151-26/+29
* Allow maintainers to view and edit files of private repos when "Allow maintai...Zettat1232024-10-111-2/+0