summaryrefslogtreecommitdiffstats
path: root/modules/web
Commit message (Expand)AuthorAgeFilesLines
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-142-30/+44
* Refactor CORS handler (#28587)wxiaoguang2023-12-251-18/+6
* Make CORS work for oauth2 handlers (#28184)wxiaoguang2023-11-231-0/+4
* Remove some dead code (#27196)wxiaoguang2023-09-221-2/+0
* Update tool dependencies (#26607)silverwind2023-08-201-1/+1
* Fix incorrect router logger (#26137)wxiaoguang2023-07-251-3/+3
* Remove redundant "RouteMethods" method (#26024)wxiaoguang2023-07-211-14/+9
* Fix "Flash" message usage (#25895)wxiaoguang2023-07-151-18/+4
* Make route middleware/handler mockable (#25766)wxiaoguang2023-07-093-4/+145
* Replace `interface{}` with `any` (#25686)silverwind2023-07-045-27/+27
* Refactor web package and context package (#25298)wxiaoguang2023-06-185-38/+38
* Fix install page context, make the install page tests really test (#24858)wxiaoguang2023-05-231-1/+1
* Rewrite logger system (#24726)wxiaoguang2023-05-211-14/+18
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-2/+13
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-044-12/+63
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-272-44/+14
* Enable forbidigo linter (#24278)silverwind2023-04-241-1/+1
* Refactor web route (#24080)wxiaoguang2023-04-205-317/+282
* Refactor cookie (#24107)wxiaoguang2023-04-132-181/+29
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-0/+2
* refactor bind functions based on generics (#22055)Lunny Xiao2022-12-121-10/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2716-32/+16
* Improve valid user name check (#20136)wxiaoguang2022-11-041-0/+2
* refactor webhook *NewPost (#20729)oliverpool2022-08-111-1/+10
* Fix various typos (#20338)luzpaz2022-07-122-2/+2
* Add more linters to improve code readability (#19989)Wim2022-06-201-9/+9
* Unify repo settings & show better error (#19828)Gusted2022-06-121-1/+1
* Ensure responses are context.ResponseWriters (#19843)zeripath2022-05-311-0/+6
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...wxiaoguang2022-04-081-12/+1
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-031-3/+3
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-3/+3
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-2/+5
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Fix route wrap (#18360)wxiaoguang2022-01-221-0/+3
* format with gofumpt (#18184)65432022-01-207-32/+31
* Refactor Router Logger (#17308)wxiaoguang2022-01-209-138/+778
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-0/+10
* Simplify parameter types (#18006)Gusted2021-12-202-2/+2
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-2/+0
* Upgrade chi to v5 (#17298)Lunny Xiao2021-10-132-2/+2
* Clean-up HookPreReceive and restore functionality for pushing non-standard re...zeripath2021-09-161-0/+10
* Restore CORS on git smart http protocol (#16496)zeripath2021-07-211-0/+20
* Add tag protection (#15629)KN4CK3R2021-06-251-0/+2
* Fix setting of SameSite on cookies (#15989)zeripath2021-05-261-3/+3
* Defer closing the gitrepo until the end of the wrapped context functions (#15...zeripath2021-05-061-0/+30
* Use index of the supported tags to choose user lang (#15452)Naohisa Murakami2021-04-141-1/+1
* Fix bug in Wrap (#15302)zeripath2021-04-061-3/+4
* Add SameSite setting for cookies (#14900)zeripath2021-03-072-1/+65
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-307-4/+461
* Move macaron to chi (#14293)Lunny Xiao2021-01-262-0/+491