1. 12 Sep, 2022 3 commits
    • EyeDeck's avatar
      Add --hide-ui-dir-config command line flag · 29a2933e
      EyeDeck authored
      Adds `--hide-ui-dir-config` flag to disable editing directory configs from the web UI. This can be set to prevent users from setting the directory to somewhere they shouldn't, for public (or semi-public) interfaces.
      
      Directories are still read from config.json, so the server admin can still set them in the web UI and then relaunch with the hide flag, or edit the config manually.
      
      Also:
      - fix OptionInfo `component_args` keyword argument not being read if `component` isn't also set
      - ensure that hidden settings aren't still read from the web UI (otherwise they could still be changed by tampering with the interface)
      29a2933e
    • cryzed's avatar
      Only create backup if path exists · cacd14be
      cryzed authored
      cacd14be
    • cryzed's avatar
      5fbed652
  2. 11 Sep, 2022 14 commits
  3. 10 Sep, 2022 23 commits