portainer/api/http/handler
Connor Lanigan 9ad626b36e
fix(webhooks): support image names containing a port number (#4526) (#5970)
This fixes a bug where image/registry names that contain a port number were inadvertently truncated (because port numbers are specified with a colon, just like the image tag).

For example, updating an image named `registry.example.com:5000/myimage:oldtag` with the new image tag `newtag` was incorrectly transformed into `registry.example.com:newtag`
2021-11-23 07:15:59 +02:00
..
auth fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
backup fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
customtemplates fix(custom-templates): avoid creation of template if the compose file does not exist EE-1470 (#6011) 2021-11-12 11:02:10 -03:00
edgegroups feat(openapi): github workflow to generate and validate openapi spec EE-2056 (#6101) 2021-11-19 09:44:08 +13:00
edgejobs fix(filesystem): harden the filesystem service to avoid path traversal attacks EE-1922 (#5957) 2021-11-01 08:01:03 -03:00
edgestacks fix(filesystem): harden the filesystem service to avoid path traversal attacks EE-1922 (#5957) 2021-11-01 08:01:03 -03:00
edgetemplates fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
endpointedge fix(filesystem): harden the filesystem service to avoid path traversal attacks EE-1922 (#5957) 2021-11-01 08:01:03 -03:00
endpointgroups fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
endpointproxy fix(edge) EE-1720 activate tunnel and remove proxy cache when needed (#5775) 2021-10-15 18:13:20 +13:00
endpoints fix docker pull limit not showed to non admin (#6066) 2021-11-12 15:57:12 +13:00
file fix(api): remove x-frame-options header (#2322) 2018-10-03 14:18:03 +13:00
helm fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
kubernetes feature(kubeconfig): access to all kube environment contexts from within the Portainer UI [EE-1727] (#5966) 2021-11-22 15:05:09 -03:00
ldap feat(app): highlight be provided value [EE-882] (#5703) (#5835) 2021-10-07 11:59:53 +13:00
motd fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
registries fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
resourcecontrols fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
roles docs(api): document apis with swagger (#4678) 2021-02-23 16:21:39 +13:00
settings feature(kubeconfig): Do not invalidate kubeconfig upon Portainer restarting [EE-1854] (#5905) 2021-11-15 18:45:20 -03:00
ssl feat(server): use https by default (#5315) [EE-332] 2021-08-10 07:59:47 +03:00
stacks change the namespace selector behavior (#5768) 2021-11-23 09:51:02 +13:00
status docs(api): document apis with swagger (#4678) 2021-02-23 16:21:39 +13:00
storybook feat(app): introduce react configurations [EE-1809] (#5953) 2021-11-03 12:41:59 +02:00
tags fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
teammemberships fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
teams fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
templates fix(filesystem): harden the filesystem service to avoid path traversal attacks EE-1922 (#5957) 2021-11-01 08:01:03 -03:00
upload fix(swagger): fix swagger api docs endpoint(s) rename to environment(s) EE-1661 (#5629) 2021-09-20 12:14:22 +12:00
users fix(swagger) swagger annotations fixes and improvements EE-1205 2021-10-12 12:12:08 +13:00
webhooks fix(webhooks): support image names containing a port number (#4526) (#5970) 2021-11-23 07:15:59 +02:00
websocket fix(edge) EE-1720 activate tunnel and remove proxy cache when needed (#5775) 2021-10-15 18:13:20 +13:00
handler.go feat(app): introduce react configurations [EE-1809] (#5953) 2021-11-03 12:41:59 +02:00