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.
forgejo/routers/user/setting
6543 16dea6cebd
[refactor] replace int with httpStatusCodes (#15282)
* replace "200" (int) with "http.StatusOK" (const)

* ctx.Error & ctx.HTML

* ctx.JSON Part1

* ctx.JSON Part2

* ctx.JSON Part3
3 years ago
..
account.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
account_test.go Move macaron to chi (#14293) 4 years ago
adopt.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 4 years ago
applications.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
keys.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
main_test.go Splitted the user settings code into several files to be more maintainable (#3968) 6 years ago
oauth2.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
profile.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
security.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
security_openid.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
security_twofa.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago
security_u2f.go [refactor] replace int with httpStatusCodes (#15282) 3 years ago