forgejo/routers/private
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
..
tests/repos
actions.go
default_branch.go [PORT] Fix git error handling (gitea#32401) 2024-11-03 16:47:44 +01:00
hook_post_receive.go
hook_post_receive_test.go Add branch auto deletion for scheduled PRs 2024-10-31 03:49:15 +01:00
hook_pre_receive.go feat(quota): Quota enforcement 2024-08-02 11:10:34 +02:00
hook_proc_receive.go
hook_verification.go
hook_verification_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
internal.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
internal_repo.go
key.go
mail.go
main_test.go
manager.go
manager_process.go
manager_unix.go
restore_repo.go
serv.go
ssh_log.go