Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-04 | https: T5772: return from verify if None | John Estabrook | |
Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2023-12-04 | https: T5772: require that at least one valid API key is present | Daniil Baturin | |
2023-11-30 | https: T5772: remove the default API key | Daniil Baturin | |
The new verification code prevents it from being used, but it's not a reason to keep it | |||
2022-03-27 | graphql: T3993: add unsettable gql option; this is not exposed by CLI | John Estabrook | |
(cherry picked from commit 9d3acc2b55f2d1c563f1941e59c98c159211dc58) | |||
2021-12-26 | http: api: T4055: add VRF support | Christian Poessinger | |
(cherry picked from commit 4aaf0ba69139d84f89e5c3feee6edd845af8d1e5) | |||
2021-12-16 | http-api: T4076: allow setting CORS option 'Access-Control-Allow-Origin' | John Estabrook | |
(cherry picked from commit 55f8ede2d09a9ad095f9ec5c2a729f8c5fb6aafa) | |||
2021-12-14 | http-api: T4071: allow API to bind to unix domain socket | John Estabrook | |
(cherry picked from commit 0e3c35e6517f5cfebb4206c735a2ea976a7fd383) | |||
2021-12-01 | http-api: T3440: simplify vyos-http-api initialization | John Estabrook | |
(cherry picked from commit f2bdd26c36e7074d093e001656bc649b7c7426d3) | |||
2021-11-07 | http-api: T3440: give uvicorn time to initialize before starting Nginx | John Estabrook | |
(cherry picked from commit 889e16a77517549fb833a90d047455533be02f06) | |||
2020-08-31 | configd: T2582: add scripts to include list for daemon | John Estabrook | |
2020-05-29 | airbag: T2088: explicit enabling of the feature | Thomas Mangin | |
airbag must now be explicitly installed. the patch also allow to fully disables the installation of the logging code at setup (and not just installing and doing nothing) | |||
2020-05-19 | util: T2467: add systemctl to autosudo | Thomas Mangin | |
2020-04-09 | util: T2226: os.system was wrongly converted to run | Thomas Mangin | |
os.system does print the ouput of the command, run() does not. A new function called call() does the printing and return the error code. | |||
2020-04-06 | util: T2226: rewrite http to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: covert most calls from os.system to util | Thomas Mangin | |
As little change a possible but the function call The behaviour should be totally unchanged. | |||
2020-02-04 | http api T2013: remove default key if user api_keys are set | John Estabrook | |
2019-09-04 | [service https] T1443: create /etc/vyos if it doesn't exist. | Daniil Baturin | |
2019-08-14 | [service https] T1443: move https and api default data to vyos.defaults | John Estabrook | |
2019-08-07 | [service https] T1443: reset defaults on 'delete service https api' | John Estabrook | |
2019-07-01 | [service https] T1443: add service https and service https api | John Estabrook | |