Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-26 | http-api: T4442: Add action reset | Viacheslav Hletenko | |
Add action 'reset' (op-mode) for HTTP-API http://localhost/reset curl --unix-socket /run/api.sock -X POST -Fkey=mykey \ -Fdata='{"op": "reset", "path": ["ip", "bgp", "192.0.2.14"]}' \ http://localhost/reset | |||
2021-12-14 | http-api: T4071: allow API to bind to unix domain socket | John Estabrook | |
(cherry picked from commit 0e3c35e6517f5cfebb4206c735a2ea976a7fd383) | |||
2021-11-07 | http-api: T2768: example using GraphQL for high-level config operations | John Estabrook | |
(cherry picked from commit b168b4cc7da456f14714d917cdc7a1c6b8df9af5) | |||
2021-11-07 | http api: T3412: use FastAPI as web framework; support application/json | John Estabrook | |
Replace the Flask micro-framework with FastAPI, in order to support extensions to the API and OpenAPI 3.* generation. This change will remain backwards compatible with previous versions. Notably, the multipart forms version of requests remain supported; in addition application/json requests are now natively supported. (cherry picked from commit 0125fff200efe3259aa25953e7505f69679261f8) | |||
2021-09-06 | https: T2230: only support TLS1.2 and TLS1.3 | Christian Poessinger | |
(cherry picked from commit 7546e249708de3e0b4bf8f89912caf73265edd60) | |||
2021-08-13 | nginx: T3740: use bracketize_ipv6 Jinja2 filter on server address | Christian Poessinger | |
(cherry picked from commit f3df9e97c6bedd305133e860654fc0213c12fd6b) | |||
2021-02-26 | https: T3357: redirect http request on non-standard https port | John Estabrook | |
(cherry picked from commit 2c798f7b9064bc9833935eae534a885b97d34738) | |||
2020-10-29 | T3029 Correct generated nginx content | Cédric Jeanneret | |
The redirection was using the wrong variable ($server_name), making the browser going to https://_ instead of the right variable. | |||
2020-08-26 | https: T2830: update to use get_config_dict | John Estabrook | |
2020-08-19 | https: T2815: adjust for change in certbot config directory | John Estabrook | |
2020-04-08 | http api: T2252: increase proxy_read_timeout for image management | John Estabrook | |
2020-04-07 | http api: T2160: Fix error message when api proxy restricted. | John Estabrook | |
2020-04-05 | https: T2230: convert template from dos to unix line endings | Christian Poessinger | |
2020-04-05 | https: T2230: move inlined templates to dedicated files | Christian Poessinger | |