Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OctoPrint/OctoPrint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-27Merge branch 'maintenance' into develdevelGitHub Nightly Merge Action
2022-10-26✨ Add extensible chart markings support (#4658)Ryan Finnie
- Replace add_marking with CHART_MARKED event - Allow for arbitrary markings in the JS UI Example plugin usage: ```python self._event_bus.fire(Events.CHART_MARKED, { "type": "pluginname_eventname", "label": "Event", }) ```
2022-10-26✨ Add M118 command to virtual printer (#4567)Christian
* add M118 echo command on the virtual printer update string format by using format function for command M117 * clean up * Update src/octoprint/plugins/virtual_printer/virtual.py Add reg ex to match all , need to be tested Co-authored-by: Gina Häußge <gina@octoprint.org> * fix regex suggestion Co-authored-by: Gina Häußge <gina@octoprint.org>
2022-10-26👩‍💻 Explicitly use setup.cfg for flake8 configuration (#4665)Ryan Finnie
If the user has a local ~/.config/flake8, it will take preference over setup.cfg, producing false positives/negatives. Explicitly use setup.cfg for reproducible tests. Discussion: https://community.octoprint.org/t/pre-commit-flake8-failures/47140
2022-10-26Merge branch 'maintenance' into develGina Häußge
2022-10-26Merge branch 'master' into maintenanceGina Häußge
2022-10-20⚡ GCodeViewer: Async download (#4559)JoveToo
* Initial version. Seems tp works as intended except for skipUntil * typo * skipUntilThis support * skipUntil should also be skipped if it is "" * Update src/octoprint/plugins/gcodeviewer/__init__.py Co-authored-by: Gina Häußge <gina@octoprint.org> * Apply requested changes. * Rename symbols for readability Co-authored-by: Gina Häußge <gina@octoprint.org>
2022-10-20✨ Pmgr: Support installing multiple plugins & add install queue (#4643)jneilliii
* address review comments for PR #4478 * add install queuing while printing or paused, #4428 * PR review requested changes * PR review refactor suggestion Co-authored-by: Gina Häußge <gina@octoprint.org> * PR review refactor suggestion Co-authored-by: Gina Häußge <gina@octoprint.org>
2022-10-19📝 Redirect to new sec policy on octoprint.orgGina Häußge
2022-10-18👷 Update actions to Node 16 versionsGina Häußge
2022-10-18Merge branch 'staging/bugfix' into develGina Häußge
2022-10-18Merge branch 'staging/bugfix' into maintenanceGina Häußge
2022-10-18🔖 staging/bugfix is now 1.8.7.devstaging/bugfixGina Häußge
2022-10-18Merge branch 'staging/bugfix'1.8.6staging/maintenancerc/maintenancerc/develGina Häußge
2022-10-18🔖 Prepare release of 1.8.6Gina Häußge
2022-10-18Merge branch 'maintenance' into develGitHub Nightly Merge Action
2022-10-18Merge branch 'staging/bugfix' into maintenanceGitHub Nightly Merge Action
2022-10-18Merge branch 'master' into maintenanceGitHub Nightly Merge Action
2022-10-17🐛 Fix tornado download endpointGina Häußge
Something broke during the initial fix for #4659. Fixes #4659
2022-10-17Merge branch 'maintenance' into develGina Häußge
2022-10-17Merge branch 'staging/bugfix' into maintenanceGina Häußge
2022-10-17🔖 staging/bugfix is now 1.8.6.devGina Häußge
2022-10-17Merge branch 'staging/bugfix'1.8.5Gina Häußge
2022-10-17🔖 Preparing release of 1.8.5Gina Häußge
2022-10-14Merge branch 'maintenance' into develGitHub Nightly Merge Action
2022-10-13Merge branch 'master' into maintenanceGina Häußge
2022-10-12🔒️ Make dependabot happy on e2e test depGina Häußge
2022-10-12🚸 Default to secure cookie setting on httpsGina Häußge
2022-10-12💚 Downgrade importlib-metadata in pre-commitGina Häußge
See https://stackoverflow.com/a/73932581
2022-10-12👷 Auto merge staging/bugfix & .../maintenance if possibleGina Häußge
2022-10-12Merge branch 'staging/bugfix' into maintenanceGina Häußge
2022-10-05🐛 Explicitly declare storage for flask-limiterGina Häußge
Prevents warnings in latest versions.
2022-10-05🐛 backup: fix file validationGina Häußge
Just going by name breaks backups with arbitrary file names created from CLI or the helper. Instead of matching on the name, we now check whether it's a zip and contains a metadata.json. Closes #4659
2022-10-05💚 Downgrade importlib-metadata in pre-commitGina Häußge
See https://stackoverflow.com/a/73932581
2022-10-05🐛 Fix js getCookieSuffix for multi level pathsGina Häußge
Also add Unit test coverage for getCookieSuffix and getParsedBaseUrl. Closes #4656
2022-10-05Merge branch 'maintenance' into develGitHub Nightly Merge Action
2022-10-04🥅 Don't accept user names with extra spaces (#4631)Frederik Kemner
Closes #4621 Individual commits: * User names with extra spaces are invalid * fix return value formatting * API: Add user name validation * Core Wizard: Add error message Add 'invalid user name' error message * Fix colon typo * Fix style * Fix import * fix error state in core wizard separately handle invalid user name * fix isort style error * Fix API validation python strings use strip() * add user name validation to settings * Correct spelling of username * implemented foosel's requested changes changed checks from invalidUsername to validUsername everywhere standardized the requirements for valid user names * introduced providedUsername function ensures user name field doesn't start in an error state Co-authored-by: Frederik <stuff+git@fredo.org>
2022-09-29Merge branch 'maintenance' into develGitHub Nightly Merge Action
2022-09-28✨ Enable multiple file uploads (#4633)Charlie Powell
* :construction: Handle multiple uploads better Start for support. Has some TODOs and outstanding issues to tackle still, including the file upload/overwrite/rename/cancel dialog * :construction: Handle failed multiple uploads better Show target filename when showing errors Only refresh the files list if there was at least one successful file upload in the batch * :construction: Queue up file exists confirmations for multiple uploads See #4300 * :construction: Scroll to only the last uploaded file * :construction: Fix scrolling to the file index starts at 0, length 1 Co-authored-by: Gina Häußge <gina@octoprint.org>
2022-09-28🐛 PMGR: Fix repo listingGina Häußge
2022-09-28🐛 Fix bug in slicing progress reporting to UI (#4636)Josef-MrBeam
in the event handler onSlicingStarted the uploadProgressPercentage was given the parameter perecntage, but this was not know, so it will throw an error. As this is the start of the slicing the correct value should be 0
2022-09-28✨ Correctly handle Marlin's "No media" as "sd card released" (#4635)Arkadiusz Miśkiewicz
Commands like M20 return "No media" on Marlin 2.1.x with sd card not initialized. Send: M21 Recv: echo:SD card ok Recv: ok P15 B3 Send: M22 Recv: ok P15 B3 Send: M20 Recv: echo:No media Recv: ok P15 B3 Send: M115 Recv: FIRMWARE_NAME:Marlin bugfix-2.1.x (Aug 29 2022 12:04:58) SOURCE_CODE_URL:github.com/MarlinFirmware/Marlin PROTOCOL_VERSION:1.0 ...
2022-09-28:bug: Fix werkzeug 2.1 compatibility and remove redundant code (#4630)Charlie Powell
See #4629
2022-09-28🐛 Initialize exception with provided message (#4625)Arkadiusz Miśkiewicz
So we get actual message when exception happens like: "octoprint.filemanager.storage.StorageError: /tmp/test is not a valid directory"
2022-09-28:lipstick: Add tooltip to disabled plugin manager install (#4620)Charlie Powell
* :lipstick: Add tooltip to disabled plugin manager install Closes #4611 * :globe_with_meridians: Allow translation of disable string
2022-09-28✨ SWU: Add button to clear the Github Access Token (#4609)Federico Nembrini
* Add github token clear checkbox in software update plugin * Replace checkbox with action button for github access token removal in software update plugin * Fix action button title
2022-09-28✨ Analyze non-extruding moves and notify if exceeds print volume (#4579)Kestin Goforth
* Track travel moves and notify if exceeds print volume * Implement changes from pr review * Update GcodeAnalysisQueue docstring for travel area * Update docs for GCODE analysis information * Update exceedance messages for translation
2022-09-28✨ Add privacy policy link to pluginsGina Häußge
That will allow plugins to link to their privacy policy directy in the repository listing and the plugin overview. As suggested by @AlbertMN 👍
2022-09-28🐛 Defer M20 commands until initial capability report is done (#4577)Kestin Goforth
* Defer M20 commands until initial capability report is done * Fix whitepsace * Add setting for deferring sd file refresh * Refactor to be more similar to _firmware_info implementation * Add event hook for after capability report * Improve capability report hook name * Fix headline formatting Co-authored-by: Gina Häußge <gina@octoprint.org>
2022-09-27Merge branch 'maintenance' into develGina Häußge