summaryrefslogtreecommitdiffstats
path: root/modules/web (follow)
Commit message (Expand)AuthorAgeFilesLines
* [CHORE] Use forked `binding` libraryGusted2024-11-052-2/+2
* i18n: Add dummy language for checking translation keys (#5785)xtex2024-11-051-2/+4
* fix: use ValidateEmail as binding across web formsSolomon Victorino2024-08-291-0/+2
* Add testifylint to lint checks (#4535)TheFox0x72024-07-302-13/+15
* Delete legacy cookie before setting new cookie (#31306)wxiaoguang2024-06-161-4/+4
* Avoid importing `modules/web/middleware` in `modules/session` (#30584)Jason Song2024-04-211-3/+12
* fix: Fix to delete cookie when AppSubURL is non-empty (#30375)Jonathan Tran2024-04-151-5/+27
* [REFACTOR] webhook matrix endpointsoliverpool2024-03-271-2/+2
* Revert "[GITEA] Configurable clone methods"Gergely Nagy2024-03-231-1/+0
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-162-31/+45
* [GITEA] Configurable clone methodsGergely Nagy2024-02-051-0/+1
* [GITEA] Use maintained gziphandlerGusted2024-02-051-0/+10
* [GITEA] add option for banning dots in usernamesPanagiotis "Ivory" Vasilopoulos2024-02-051-1/+6
* 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-211-1/+1
* Fix incorrect router logger (#26137)wxiaoguang2023-07-261-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-221-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-201-0/+10
* Simplify parameter types (#18006)Gusted2021-12-202-2/+2