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
Jason Song d67e40684f
Improve LoadUnitConfig to handle invalid or duplicate units (#23736)
The old code just parses an invalid key to `TypeInvalid` and uses it as
normal, and duplicate keys will be kept.

So this PR will ignore invalid key and log warning and also deduplicate
valid units.
2 years ago
..
activitypub
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
org Improve LoadUnitConfig to handle invalid or duplicate units (#23736) 2 years ago
packages Add Swift package registry (#22404) 2 years ago
repo Implement Issue Config (#20956) 2 years ago
settings
swagger Implement Issue Config (#20956) 2 years ago
user
utils
api.go Implement Issue Config (#20956) 2 years ago
auth.go
auth_windows.go