gitea/cmd
KN4CK3R 20674dd05d
Add package registry quota limits ()
Related 

This PR adds global quota limits for the package registry. Settings for
individual users/orgs can be added in a seperate PR using the settings
table.

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
admin.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
admin_auth_ldap.go Allow enable LDAP source and disable user sync via CLI ()
admin_auth_ldap_test.go Allow enable LDAP source and disable user sync via CLI ()
cert.go format with gofumpt ()
cmd.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
convert.go Improve install code to avoid low-level mistakes. ()
docs.go Fix offBy1 errors ()
doctor.go Split migrations folder ()
dump.go dump: Add option to skip index dirs ()
dump_repo.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
embedded.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
embedded_stub.go Remove legacy `+build:` constraint ()
generate.go
hook.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ()
hook_test.go
keys.go
mailer.go Improve install code to avoid low-level mistakes. ()
main_test.go Add migrate repo archiver and packages storage support on command line ()
manager.go Fix various typos ()
manager_logging.go Allow manager logging to set SQL ()
migrate.go Improve install code to avoid low-level mistakes. ()
migrate_storage.go Merge db.Iterate and IterateObjects ()
migrate_storage_test.go Add package registry quota limits ()
restore_repo.go Fix cli command restore-repo: "units" should be splitted to string slice, to match the old behavior and match the dump-repo's behavior ()
serv.go Fix typo ()
web.go Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI ()
web_acme.go Support Proxy protocol ()
web_graceful.go Support Proxy protocol ()
web_https.go Support Proxy protocol ()