You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/v1
Yoan Blanc 9b416b2e36
Use graceful editorconfig loader to reduce errors when loading malformed editorconfigs (#21257)
The _graceful_ should fail less when the `.editorconfig` file isn't
properly written, e.g. boolean values from YAML or unparseable numbers
(when a number is expected). As is... information is lost as the
_warning_ (a go-multierror.Error) is ignored. If anybody knows how to
send them to the UI as warning; any help is appreciated.

Closes #20694

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2 years ago
..
activitypub Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823) 2 years ago
admin Add login name and source id for admin user searching API (#23376) 2 years ago
misc Editor preview support for external renderers (#23333) 2 years ago
notify Move `convert` package to services (#22264) 2 years ago
org Add activity feeds API (#23494) 2 years ago
packages Add Swift package registry (#22404) 2 years ago
repo Use graceful editorconfig loader to reduce errors when loading malformed editorconfigs (#21257) 2 years ago
settings Implement FSFE REUSE for golang files (#21840) 2 years ago
swagger Add activity feeds API (#23494) 2 years ago
user Add activity feeds API (#23494) 2 years ago
utils Add user webhooks (#21563) 2 years ago
api.go Add activity feeds API (#23494) 2 years ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago