Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OctoPrint/OctoPrint
base: e0b09857c455
Choose a base ref
...
head repository: OctoPrint/OctoPrint
compare: 0c3b0b8a40d3
Choose a head ref
  • 20 commits
  • 41 files changed
  • 1 contributor

Commits on Feb 17, 2020

  1. Copy the full SHA
    b42c753 View commit details
    Browse the repository at this point in the history
  2. 🐛 Fix a firmware info reporting bug

    It was not reported if firmware detection was disabled, even though one
    should not have anything to do with the other.
    
    Not a regression, but considering that it negatively impacts the printer
    safety plugin that relies on firmware info it'll go into 1.4.0
    regardless.
    foosel committed Feb 17, 2020
    Copy the full SHA
    831edf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. 📝 Explicitly document LineProcessorStream behaviour under py3

    Make absolutely clear that processLine will be called with a byte & not
    a unicode string.
    
    See #3454
    foosel committed Feb 18, 2020
    Copy the full SHA
    2e043ec View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Copy the full SHA
    249d19f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e30e18e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    38c0915 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. ♻ Implement login dialog through UiPlugin

    Otherwise alternative UIs might still be wide open, and caching and such
    was also really painful to solve before.
    
    The LoginUI Plugin is pretty much just a distilled ForceLogin plugin.
    
    Also declared it as hidden so it won't show up/be manageable by the
    plugin manager.
    foosel committed Feb 25, 2020
    Copy the full SHA
    a75c641 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    770ebf2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b7fdc82 View commit details
    Browse the repository at this point in the history
  4. 🐛 Fix missing protection for blueprint plugins

    is_blueprint_protected should mean a requirement of a logged in non
    anonymous user. Implemented accordingly. Got forgotten during switch to
    granular permission system.
    foosel committed Feb 25, 2020
    Copy the full SHA
    20c55f4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2af589a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2d85d8a View commit details
    Browse the repository at this point in the history
  7. 🐛 py3 list vs iterator

    foosel committed Feb 25, 2020
    Copy the full SHA
    5015422 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    453ef0c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    f775669 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. 📝 Fix year

    foosel committed Feb 26, 2020
    Copy the full SHA
    054df68 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    73c2baa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d99af42 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cf560a4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0c3b0b8 View commit details
    Browse the repository at this point in the history