forgejo/routers/repo
Moritz Heiber 7e12aac61c Only allow token authentication with 2FA enabled (#2184)
* Don't allow for plain username/password authentication when 2FA is enabled

* Removed debugging statement

* Don't assume a token belongs to a given user, handle two-factor errors properly

* Simplified user/token matching, refactored error handling for two-factor authentication

* Change authentication response to avoid bruteforcing

* Add TODO item as a comment for changing the response for security purposes
2017-07-26 15:33:16 +08:00
..
attachment.go
branch.go
commit.go
download.go
editor.go
http.go Only allow token authentication with 2FA enabled (#2184) 2017-07-26 15:33:16 +08:00
issue.go
issue_label.go Load label ID in NewLabels (#2045) 2017-06-25 14:15:09 +08:00
issue_watch.go
middlewares.go
pull.go Revert "Add ability to fork your own repos (#761)" (#2193) 2017-07-26 15:17:38 +08:00
release.go Fix release display and correct paging (#2080) 2017-06-29 23:11:38 +08:00
repo.go
setting.go
view.go
webhook.go
wiki.go