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: e30e18e43130
Choose a base ref
...
head repository: OctoPrint/OctoPrint
compare: 2af589a823c5
Choose a head ref
  • 6 commits
  • 23 files changed
  • 1 contributor

Commits on Feb 24, 2020

  1. 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