forgejo/modules/web/middleware
Gusted 310376525b
[CHORE] Use forked binding library
- Use the forked [binding](https://code.forgejo.org/go-chi/binding)
library. This library has two benefits, it removes the usage of
`github.com/goccy/go-json` (has no benefit as the minimo library is also
using it). It adds the `TrimSpace` feature, which will during the
binding part trim the spaces around the value it got from the form, this
is done before validation.
2024-11-05 22:47:34 +01:00
..
binding.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
cookie.go Delete legacy cookie before setting new cookie (#31306) 2024-06-16 08:21:32 +02:00
data.go Revert "[GITEA] Configurable clone methods" 2024-03-23 11:58:54 +01:00
flash.go Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
locale.go i18n: Add dummy language for checking translation keys (#5785) 2024-11-05 09:59:04 +00:00
request.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00