Age | Commit message (Expand) | Author |
2024-03-28 | config-sync: T6185: combine data for sections/configs in one command | John Estabrook |
2024-03-22 | config-sync: T6145: batch section requests for commit by priority | John Estabrook |
2024-03-05 | http-api: T6069: fix allocation outside of thread lock | John Estabrook |
2024-01-09 | https: T5902: remove virtual-host configuration | Christian Breunig |
2023-12-20 | https api: T5844: allow the server to start without API keys | Daniil Baturin |
2023-11-26 | http-api: T5782: use single config-mode script for https and http-api | John Estabrook |
2023-11-22 | http-api: T5768: remove auxiliary http-api.conf | John Estabrook |
2023-11-21 | T5767: HTTPS API add reboot and poweroff endpoints | Viacheslav Hletenko |
2023-11-20 | http: T5762: api: make API socket backend communication the one and only default | Christian Breunig |
2023-10-09 | http-api: T2612: reload server within configsession for api self-config | John Estabrook |
2023-10-09 | http-api: T2612: send response before reconfiguring api server | John Estabrook |
2023-06-20 | http-api: T5305: configure operations should not be defined async | John Estabrook |
2023-06-10 | http-api: T5248: add endpoint /configure-section | John Estabrook |
2023-06-10 | http-api: T5263: add base model for generalization | John Estabrook |
2023-06-10 | http-api: T5263: factor out function _configure_op for generalization | John Estabrook |
2023-06-10 | http-api: T5263: consistent string formatting | John Estabrook |
2023-06-10 | http-api: T5263: simplify form errors | John Estabrook |
2023-06-10 | http-api: T5263: path validator should provide message | John Estabrook |
2023-04-23 | http-api: T5175: check value of attribute for FastAPI>=0.91.0 | John Estabrook |
2023-02-14 | http-api: T5006: add explicit async to retrieve/configure methods | John Estabrook |
2023-01-09 | container: T4880: add REST API endpoint for add/delelete/show images | John Estabrook |
2022-11-06 | graphql: T4803: allow 'Authorization' header in CORS middleware | John Estabrook |
2022-10-25 | graphql: T4574: set byte length of shared secret from CLI | John Estabrook |
2022-10-25 | graphql: T4574: set token expiration time in claims | John Estabrook |
2022-10-25 | graphql: T4574: add context to read token in queries/mutations | John Estabrook |
2022-10-25 | graphql: T4574: read config and generate schema with/without key auth | John Estabrook |
2022-10-21 | graphql: T4768: change name of api child node from 'gql' to 'graphql' | John Estabrook |
2022-10-14 | http-api: T4749: transition to config_dict | John Estabrook |
2022-08-22 | graphql: T3993: add missing sys.exit() | John Estabrook |
2022-07-24 | graphql: T3993: disable introspection unless set in CLI | John Estabrook |
2022-05-26 | http-api: T4442: Add action reset | Viacheslav Hletenko |
2022-04-07 | http api: T4347: return complete and consistent error codes | John Estabrook |
2022-03-27 | graphql: T3993: add unsettable gql option; this is not exposed by CLI | John Estabrook |
2021-12-15 | http-api: T4076: allow setting CORS option 'Access-Control-Allow-Origin' | John Estabrook |
2021-12-13 | http-api: T4071: allow API to bind to unix domain socket | John Estabrook |
2021-11-15 | graphql: T3993: move schema generation to bindings.py; clean up for linting | John Estabrook |
2021-08-06 | http-api: T2768: example using GraphQL for high-level config operations | John Estabrook |
2021-08-06 | Revert "http-api: T2768: example using GraphQL for high-level config operations" | John Estabrook |
2021-08-06 | http-api: T2768: example using GraphQL for high-level config operations | John Estabrook |
2021-06-12 | http-api: T3616: update for strict content-type check in FastAPI 0.65.2 | John Estabrook |
2021-03-26 | http api: T3412: use FastAPI as web framework; support application/json | John Estabrook |
2020-10-21 | http-api: T3007: use ConfigSession config load script, not backend load | John Estabrook |
2020-07-22 | http-api: remove unneeded check for VyOSError | John Estabrook |
2020-05-06 | http api: T2395: add waitress as production WSGI server | John Estabrook |
2020-05-06 | http api: T2395: replace bottle with flask as microframework | John Estabrook |
2020-05-06 | http api: use decorator to get command data from request | John Estabrook |
2020-05-06 | http api: catch appropriate errors | John Estabrook |
2020-05-06 | http api: function names should be consistent | John Estabrook |
2020-04-22 | http api: T2096: form of show/generate should be consistent with other cmds | John Estabrook |
2020-04-20 | http api: T2292: handle SIGTERM from systemd restart; raise SIGINT | John Estabrook |