You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/api/http
Anthony Lapenna 10f7744a62
feat(authentication): add a --no-auth flag to disable authentication (#553)
8 years ago
..
auth_handler.go feat(authentication): add a --no-auth flag to disable authentication (#553) 8 years ago
docker_handler.go feat(api): replace all calls to http.Error with custom Error writer 8 years ago
endpoint_handler.go feat(state): introduce endpoint state (#529) 8 years ago
file_handler.go feat(api): force no-cache on HTML files 8 years ago
handler.go feat(api): replace all calls to http.Error with custom Error writer 8 years ago
middleware.go feat(authentication): add a --no-auth flag to disable authentication (#553) 8 years ago
server.go feat(authentication): add a --no-auth flag to disable authentication (#553) 8 years ago
settings_handler.go feat(global): multi endpoint management (#407) 8 years ago
templates_handler.go feat(api): replace all calls to http.Error with custom Error writer 8 years ago
tls.go refactor(api): API overhaul (#392) 8 years ago
upload_handler.go fix(api): fix an issue introduced by the latest version of package gorilla/mux (#520) 8 years ago
user_handler.go fix(api): check if admin user already exists when calling the /users/admin/init endpoint (#494) 8 years ago
websocket_handler.go feat(global): multi endpoint management (#407) 8 years ago