portainer/api/http
Anthony Lapenna 10f7744a62 feat(authentication): add a --no-auth flag to disable authentication (#553) 2017-02-01 22:13:48 +13:00
..
auth_handler.go feat(authentication): add a --no-auth flag to disable authentication (#553) 2017-02-01 22:13:48 +13:00
docker_handler.go feat(api): replace all calls to http.Error with custom Error writer 2017-01-24 16:35:48 +13:00
endpoint_handler.go
file_handler.go feat(api): force no-cache on HTML files 2017-01-26 11:45:03 +13:00
handler.go feat(api): replace all calls to http.Error with custom Error writer 2017-01-24 16:35:48 +13:00
middleware.go feat(authentication): add a --no-auth flag to disable authentication (#553) 2017-02-01 22:13:48 +13:00
server.go feat(authentication): add a --no-auth flag to disable authentication (#553) 2017-02-01 22:13:48 +13:00
settings_handler.go
templates_handler.go feat(api): replace all calls to http.Error with custom Error writer 2017-01-24 16:35:48 +13:00
tls.go
upload_handler.go
user_handler.go
websocket_handler.go