aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/web.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor tmpl and blob_excerpt (#32967)wxiaoguang2024-12-251-22/+4
* Refactor request context (#32956)wxiaoguang2024-12-241-7/+5
* Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946)wxiaoguang2024-12-231-1/+1
* Refactor repo-projects.ts (#32892)silverwind2024-12-191-4/+6
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang2024-12-111-1/+1
* Support "merge upstream branch" (Sync fork) (#32741)wxiaoguang2024-12-061-0/+1
* Refactor RepoActionView.vue, add `::group::` support (#32713)wxiaoguang2024-12-061-4/+6
* Issue time estimate, meaningful time tracking (#23113)Illya Marchenko2024-12-051-0/+1
* Refactor markdown editor and use it for milestone description editor (#32688)wxiaoguang2024-12-041-0/+2
* Allow users with write permission to run actions (#32644)Pedro Nishiyama2024-11-281-1/+1
* Add priority to protected branch (#32286)65432024-11-271-0/+1
* Support HTTP POST requests to `/userinfo`, aligning to OpenID Core specificat...Marcell Mars2024-11-201-1/+1
* Fix LFS route mock, realm, middleware names (#32488)wxiaoguang2024-11-131-37/+36
* 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
* Refactor sidebar label selector (#32460)wxiaoguang2024-11-101-1/+1
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-051-1/+1
* Refactor RepoRefByType (#32413)wxiaoguang2024-11-051-6/+6
* Suggestions for issues (#32327)Anbraten2024-10-291-0/+1
* Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore...Zettat1232024-10-221-1/+1
* Make `owner/repo/pulls` handlers use "PR reader" permission (#32254)wxiaoguang2024-10-151-26/+29
* Move admin routers from /admin to /-/admin (#32189)Lunny Xiao2024-10-101-1/+1
* Fix javascript error when an anonymous user visiting migration page (#32144)Lunny Xiao2024-10-021-1/+7
* Allow set branch protection in an empty repository (#32095)Lunny Xiao2024-09-241-1/+1
* Fix rename branch permission bug (#32066)Lunny Xiao2024-09-221-2/+1
* Refactor CSRF protector (#32057)wxiaoguang2024-09-181-0/+2
* Fix search team (#31923)Lunny Xiao2024-08-291-1/+6
* Split org Propfile README to a new tab `overview` (#31373)a10121127962024-08-271-0/+2
* Actions support workflow dispatch event (#28163)胖梁2024-08-181-0/+1
* Support delete user email in admin panel (#31690)yp053272024-07-251-0/+1
* Add Passkey login support (#31504)Anbraten2024-06-291-0/+2
* Refactor names (#31405)wxiaoguang2024-06-191-4/+4
* Refactor repo unit "disabled" check (#31389)wxiaoguang2024-06-181-4/+4
* Add cache test for admins (#31265)65432024-06-171-0/+1
* Fix markup preview (#31158)wxiaoguang2024-05-291-2/+3
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-10/+10
* Move reverproxyauth before session so the header will not be ignored even if ...Lunny Xiao2024-05-111-6/+6
* Check if reverse proxy is correctly configured (#30890)wxiaoguang2024-05-101-0/+1
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-081-0/+3
* Skip gzip for some well-known compressed file types (#30796)wxiaoguang2024-05-021-1/+1
* Add route handler info for debugging purpose (#30705)wxiaoguang2024-04-261-1/+1
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-241-1/+1
* Use maintained gziphandler (#30592)Lunny Xiao2024-04-211-4/+6
* Fix HEAD method for robots.txt (#30603)wxiaoguang2024-04-191-1/+1
* Some following up changes for routes (#30550)wxiaoguang2024-04-181-5/+3
* Refactor web routes (#30519)wxiaoguang2024-04-171-261/+273
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-271-2/+0
* Refactor URL detection (#29960)wxiaoguang2024-03-211-1/+1
* Use Get but not Post to get actions artifacts (#29734)Lunny Xiao2024-03-121-1/+1
* Add user blocking (#29028)KN4CK3R2024-03-041-0/+10