forgejo/services/forms
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
..
admin.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
auth_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
org.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
package_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
repo_branch_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
repo_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
repo_form_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
repo_tag_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
runner.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
user_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
user_form_auth_openid.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
user_form_hidden_comments.go Rename project board -> column to make the UI less confusing (#30170) 2024-06-02 09:42:39 +02:00
user_form_test.go Redesign Scoped Access Tokens (#24767) 2023-06-04 20:57:16 +02:00