PromucFlow_constructor/app
Shrikant Sharat Kandula c509a640b7
feat: Add an API to get env values for superusers (#7043)
This commit adds the following API:

`/api/v1/admin/env` — Responds with the names and values of all environment variables currently configured, that are allowed for configuration from the UI. Some variables will be missing from this, ones that are not allowed to be edited from the configuration UI.

Doesn't take any query params. Only usable by the superuser.

Also added a `isSuperUser` boolean field to the response of `api/v1/users/me`, that will indicate whether the current user is a superuser or not.
2021-09-15 13:56:41 +05:30
..
client chore: fixed issue of height when focusing on API inputbox (#6304) 2021-09-15 06:37:49 +00:00
rts chore: Minor refactoring changes for RTS (#7011) 2021-09-02 08:47:42 +05:30
server feat: Add an API to get env values for superusers (#7043) 2021-09-15 13:56:41 +05:30
util feat: Generating plugin framework using plop (#6956) 2021-09-02 19:22:17 +05:30