gogs/routers
Unknwon e9838a83ce
routers/repo/http: only prompt HTTP Basic Authentication when intended
Sometimes user could simply request wrong URL, but if that wrong URL
has nothing related Git HTTP operations, HTTP Basic Authentication
should not prompted. Instead, clean 404 page should be presented.

The patch also supports Git HTTP operations without '.git' suffix
to the repository name, which addresses #4226 and #4189.
2017-03-04 21:26:32 -05:00
..
admin admin: fix template error 2017-02-28 12:42:16 -05:00
api/v1 repo: able to perform initial commit on behave of actual user 2017-02-27 22:47:12 -05:00
dev Rename module: middleware -> context 2016-03-11 11:56:52 -05:00
org refactoring: modules/auth/*_form.go -> modules/form 2017-02-27 22:45:35 -05:00
repo routers/repo/http: only prompt HTTP Basic Authentication when intended 2017-03-04 21:26:32 -05:00
user refactoring: modules/auth/*_form.go -> modules/form 2017-02-27 22:45:35 -05:00
home.go Add the ability to explore organizations (#3573) 2016-09-01 09:08:05 -04:00
install.go refactoring: modules/auth/*_form.go -> modules/form 2017-02-27 22:45:35 -05:00