Gina Häußge
Gina Häußge
### Problem Switching `maintenance` to Flask 2.2 logs a lot of warnings [from this line](https://github.com/OctoPrint/OctoPrint/blob/f217ef31963aba0f4a52eedbdea536932ec11ef1/src/octoprint/server/util/flask.py#L95) to the terminal, which is part of the `fixed_get_translations` monkey patch: ``` 2022-08-09 14:51:10,079 -...
### Is your feature request related to a problem? Please describe. Currently OctoPrint's built in announcement plugin shows popups for new feed items. One of the preconfigured feeds is also...
### Is your feature request related to a problem? Please describe. OctoPrint has been limited to ES5 functionality for years now. In #3920 I even added linting and polyfills to...
### Problem - run setup wizard (or trigger some other mandatory wizard steps to show up) - try to skip a mandatory steps by clicking "Next" without filling it in...
The E2E tests have been flaky for a while due to errors like this one:  JQuery or other crucial parts of the JS code base were suddenly missing or...
In a plugin (e.g. [OctoPrint-FixCBDFirmware](https://github.com/OctoPrint/OctoPrint-FixCBDFirmware)) move `black.toml` to `pyproject.toml` and adjust the pre-commit config so the `black` run no longer looks for `black.toml`. It will take its config from `pyproject.toml`....
### Is your feature request related to a problem? Please describe. The System Command Editor plugin offers a UI based way to edit the commands listed in OctoPrint's system menu....
The status messages displayed by the UI of the intermediary server are currently english only and in no way translatable. That should be changed. Challenge: As the real server isn't...
[Request] Move the systeminfo txt data to it's own semi-hidden view under a URL or query parameter
### Is your feature request related to a problem? Please describe. People still keep sharing the txt data instead of the zip. Even if they have to click once more...
### Is your feature request related to a problem? Please describe. The Custom Control Editor plugin offers a UI based way to edit custom controls. It's been created and maintained...