portainer/api/http
Anthony Lapenna dc78ec5135 feat(endpoints): add the ability to define endpoints from an external source 2017-02-06 18:29:34 +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 feat(endpoints): add the ability to define endpoints from an external source 2017-02-06 18:29:34 +13:00
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(endpoints): add the ability to define endpoints from an external source 2017-02-06 18:29:34 +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 fix(api): fix an issue introduced by the latest version of package gorilla/mux (#520) 2017-01-21 11:17:51 +13:00
user_handler.go fix(api): check if admin user already exists when calling the /users/admin/init endpoint (#494) 2017-01-12 18:17:28 +13:00
websocket_handler.go