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
Anthony Wang e60158c70b
Make sure API responses always refer to username in original case
Copied from what I wrote on #19133 discussion: Handling username case is a very tricky issue and I've already encountered a Mastodon <-> Gitea federation bug due to Gitea considering Ta180m and ta180m to be the same user while Mastodon thinks they are two different users. I think the best way forward is for Gitea to only use the original case version of the username for federation so other AP software don't get confused.
3 years ago
..
activitypub Make sure API responses always refer to username in original case 3 years ago
admin Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
misc Move issues related files into models/issues (#19931) 3 years ago
notify Move issues related files into models/issues (#19931) 3 years ago
org Move issues related files into models/issues (#19931) 3 years ago
packages Hide private repositories in packages (#19584) 3 years ago
repo Move issues related files into models/issues (#19931) 3 years ago
settings Make mirror feature more configurable (#16957) 4 years ago
swagger Merge branch 'master' into feature-activitypub 3 years ago
user Move some repository related code into sub package (#19711) 3 years ago
utils Use middleware to open gitRepo (#19559) 3 years ago
api.go Make sure API responses always refer to username in original case 3 years ago
auth.go Remove legacy `+build:` constraint (#19582) 3 years ago
auth_windows.go Let web and API routes have different auth methods group (#19168) 3 years ago