UI
UI copied to clipboard
FreeTAKServer Web User Interface project
Running the FTS update command, results in overwriting of the user's config.py file and thus the loss of the user's customized settings for IP address assigned to FTS and FTS-UI....
There are cases where the FTS-UI is misconfigured. There is documentation explaining how to correct the configuration. Cause the FTS-UI to catch the mis-configuration exception and direct the operator to...
The WebUI leaks the RestAPI and Websocket tokens in the javascript source code! These should not be reflected back to the user as that can lead to unintended requests through...
Follow the footsteps of FTS core and update the current old setup.py to be managed in a modern toml. This should allow the multiple requirements files to be removed.
Hi Hi, When excluding all `*.md` file in the [.dockerignore](.Dockerignore) it sadly broke the poetry dependency installation as the needed [README.md](README.md) is not copied anymore during a `docker build`: ```...
Currently the Web UI displays the number of connected users only. A dedicated page to display user details would be beneficial to the ops/mission manager. Callsign Team Role User/certs Last...
Would be real nice if there was a way to view connected clients and pertinent data about them in real-time. Doesn't need to be as extensive as TAK Server, just...
[enhancement] Might be a good 'nanny' feature to force admin password change on first login to UI. I realize that one should just do it right away, but I can...
## Issues to discuss: ### Use of `platformdirs` `platformdirs` makes some decisions that differ from those in the `config.py`. https://platformdirs.readthedocs.io/en/latest/ ### Use of `sysconfig` `sysconfig` can be used to identify...