Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(moonraker.conf): typos in cors domains #1

Open
wants to merge 143 commits into
base: master
Choose a base branch
from
Open

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    4bf9e8f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. feat: KIAUH v4.0.0 (#191)

    dw-0 authored May 29, 2022
    Configuration menu
    Copy the full SHA
    fcf059d View commit details
    Browse the repository at this point in the history
  2. README.md: update README.md

    Signed-off-by: Dominik Willner [email protected]
    dw-0 committed May 29, 2022
    Configuration menu
    Copy the full SHA
    646e5ac View commit details
    Browse the repository at this point in the history
  3. README.md: reworded a feature description

    Signed-off-by: Dominik Willner [email protected]
    dw-0 committed May 29, 2022
    Configuration menu
    Copy the full SHA
    f3a769e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. refactor(nginx.sh): refactor set_nginx_cfg()

    - implements two dedicated nginx configs for mainsail and fluidd
    
    Signed-off-by: Dominik Willner [email protected]
    dw-0 committed May 30, 2022
    Configuration menu
    Copy the full SHA
    d6b95c9 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. fix(pretty_gcode.sh): use main instead of master (fixes #203)

    - pgc uses main instead of master. so checking for origin/master leads to an error
    
    Signed-off-by: Dominik Willner [email protected]
    dw-0 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    8ba46fa View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. fix(octoprint.sh): script exiting without error message (fixes #216)

    - the script was exiting without notifying the user that klipper has to be installed first
    
    Signed-off-by: Dominik Willner [email protected]
    dw-0 committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    39e22ac View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. fix: update all function (#204) (#217)

    * fix: update all function (fixes #204)
    * fix: replace non-existing `print_unkown_cmd` function
    
    Signed-off-by: Dominik Willner [email protected]
    dw-0 authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    b07a83c View commit details
    Browse the repository at this point in the history
  2. fix: do not install py2 packages if venv is py3 (fixes #211)

    Signed-off-by: Dominik Willner [email protected]
    dw-0 committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    0bdf61a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. feat: save multi instance klipper names/identifier to kiauh.ini

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    8bbe2f7 View commit details
    Browse the repository at this point in the history
  2. refactor: move ini initialization to main_menu()

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    491d6f4 View commit details
    Browse the repository at this point in the history
  3. fix: install mainsail theme to correct folder (fixes #222)

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    ae01196 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. fix: replace generic nginx webui cfg by their respective ones

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    6cb8d70 View commit details
    Browse the repository at this point in the history
  2. fix: restart moonraker after moonraker.conf patch (fixes #225)

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    d4207d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. refactor: remove unused kiauh_macros.cfg

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    1d7fb01 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. refactor: install webcamd from self provided resources

    with the upcoming release of a new MainsailOS image, mjpg-streamer is replaced by crowsnest. it is therefore not possible anymore to pull the files from the mainsailOS repository. hence adding them to the KIAUH repository.
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    6df388f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. feat: add Obico for Klipper to KIAUH (#227)

    Co-authored-by: th33xitus <[email protected]>
    kennethjiang and dw-0 authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    9d7144b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. refactor: use OS independent method to check/set for correct home fol…

    …der permissions
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    4c8d43e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. fix(moonraker): do not exit if moonraker_polkit exits with an error…

    … during moonraker update
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    c11e628 View commit details
    Browse the repository at this point in the history
  2. refactor(moonraker): skip polkit script execution if polkit rules alr…

    …eady installed
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    03be46f View commit details
    Browse the repository at this point in the history
  3. refactor(klipper): more verbose error message if SysVinit script is d…

    …etected
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    f46b099 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    f25726c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. fix(switch_klipper_repo): use of case didn't allow selections of 2 an…

    …d above
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    9d90dae View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. refactor(mainsail): replace deprecated remote mode with new instanceDB

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    798e56f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    442980d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    046178f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. fix(klipper): network.target is now network-online.target

    Signed-off-by: Dominik Willner [email protected]
    dw-0 authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    d2c009d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. refactor(octoprint): update octoprint installer

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2cec90b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. refactor(prettygcode): re-enable pretty gcode installer

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    cb3661b View commit details
    Browse the repository at this point in the history
  2. refactor(klipperscreen): re-enable klipperscreen installer

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    5524a40 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. fix: allow for any amount of whitespaces after config section in upda…

    …te manager
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    6116fc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    811c071 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    54be7e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    67afa26 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. fix(klipper): use correct value for py_ver variable in update function

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e9c23ca View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    2c9f5be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e796f74 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. fix(klipper): update python dialog description

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f70faa5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. refactor(mainsail/fluidd): move tag urls from globals to respective f…

    …iles
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    150ef01 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. refactor: hide currently still disabled functions from the menus

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    8493269 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. feat: replace mjpg-streamer with crowsnest (#286)

    Co-authored-by: th33xitus <[email protected]>
    KwadFan and dw-0 authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    7aa186e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. refactor(moonraker): update cors domains in moonraker.conf template

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    c79dc28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce595ab View commit details
    Browse the repository at this point in the history
  3. revert(mjpg-streamer): re-add uninstall option for mjpg-streamer

    fix #291
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    bb3ec79 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    99b7672 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    68a02ad View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    fd27db2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    e3ed223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afe6f74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6837af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faf56ed View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. fix(crowsnest): silence grep error output in main menu

    fixes #308
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    31616eb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. feat: add OctoEverywhere for Klipper (#300)

    Co-authored-by: th33xitus <[email protected]>
    QuinnDamerell and dw-0 authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    1e94934 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    cc27aae View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. chore: update copyright notice

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    8526acf View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    1215446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae9e79c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. fix: temporary disable backup_before_update

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    858301a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    7989cec View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    5b890fb View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    8228943 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    c19acb1 View commit details
    Browse the repository at this point in the history
  2. feat: flash DFU device in HID mode (#337)

    Co-authored-by: th33xitus <[email protected]>
    CODeRUS and dw-0 authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    477f3ca View commit details
    Browse the repository at this point in the history
  3. readme: update README.md

    also fixes #327
    dw-0 authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    bcbb185 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    0cd0583 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. fix(mainsail/fluidd): show correct version number in update menu

    fixes #350
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    7df3dd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    5d7debd View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. refactor: update package lists only when stale (#346)

    Co-authored-by: th33xitus <[email protected]>
    cravl-dev and dw-0 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    8eb2924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    345b7b6 View commit details
    Browse the repository at this point in the history
  3. feat: add Mobileraker (#343)

    Co-authored-by: th33xitus <[email protected]>
    Clon1998 and dw-0 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    98866ca View commit details
    Browse the repository at this point in the history
  4. refactor(UI): remove warn message

    more than half a year is gone, the warning should not be that important anymore
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    b0a65fe View commit details
    Browse the repository at this point in the history
  5. refactor(klipper): pre-select python3 for klipper install

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    8ce4daf View commit details
    Browse the repository at this point in the history
  6. refactor(UI): move version and added changelog link to own row in mai…

    …n menu
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    d3b5122 View commit details
    Browse the repository at this point in the history
  7. changelog: update Changelog

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    197058b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. refactor(mainsail/fluidd): allow reading of version from release_info…

    ….json
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    979c39d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    5985646 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. fix(updates): make update all function also update system again

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    65854c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Update FUNDING.yml

    use updated ko-fi username
    dw-0 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    229da22 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Update README.md

    dw-0 authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0497d49 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. refactor(backups): update backup functions for config and moonraker d…

    …atabase and enable backup-before-update again
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9f41045 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. refactor(log-upload): update log upload functions and re-enable access

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c777ba3 View commit details
    Browse the repository at this point in the history
  2. refactor(copyright): update copyright comment

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    2822499 View commit details
    Browse the repository at this point in the history
  3. fix(crowsnest): uninstaller exited KIAUH if crowsnest not installed

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    f45da66 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fix(backups): add backup function for OctoEverywhere

    fix #380
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a50dce2 View commit details
    Browse the repository at this point in the history
  2. fix(backups): add backup before update function for KlipperScreen

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d99cda5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. fix(backups): fix broken moonraker database target folder name

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    0b6613e View commit details
    Browse the repository at this point in the history
  2. fix(backups): fix broken config target folder name

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b88d008 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    16d3388 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    ae9d1b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    5cf4b01 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    899b204 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. fix(kiauh): display custom repo dialog again after user interaction

    fix #394
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    25dfbb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. refactor(klipper): improve disruptive package handling

    fix #293
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6fcd7a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    b256799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30bc56b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. fix: fix typo in example.printer.cfg (#412)

    rename virtual_sd_card to virtual_sdcard
    
    Signed-off-by: Stefan Dej <[email protected]>
    meteyou authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7a9e752 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. refactor(kiauh): use sudo true instead of sudo -v to prevent pass…

    …word prompts
    
    Fixes #395 
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    f5eb948 View commit details
    Browse the repository at this point in the history
  2. readme: don't recommend a specific architecture anymore

    Fixes #403 
    
    Both 32bit and 64bit images were reported to work fine. So we don't need a strict 32bit recommendation anymore which may confuses users, why they should pick 32bit over 64bit.
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    5ebe941 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. refactor(kiauh): use sudo true instead of sudo -v to prevent pass…

    …word prompts
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    3f5ff50 View commit details
    Browse the repository at this point in the history
  2. chore(kiauh): update copyright

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    061e222 View commit details
    Browse the repository at this point in the history
  3. chore(kiauh): add .idea to .gitignore

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    397038e View commit details
    Browse the repository at this point in the history
  4. chore(kiauh): update FUNDING.yml

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    095823b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    8f96049 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. fix: OctoPrint logo in README.md (#424)

    * Fix OctoPrint logo in Readme
    
    Fixed the broken link to the OctoPrint logo in the Readme under the Sources section. Now uses the logo present in the octoprint docs directory.
    
    * Update OctoPrint logo to "raw" cdn link
    
    * Changed ?raw=true link to raw.githubusercontent.com
    
    ---------
    
    Co-authored-by: dw-0 <[email protected]>
    HumbleDeer and dw-0 authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8e7d4db View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    ba1cdb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    099d47d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    b6c6edb View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. fix(backups): backup config folder only if it exists

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    d800d35 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. feat: add OctoApp support (#454)

    * Add OctoApp support
    
    * Update scripts/octoapp.sh
    
    Co-authored-by: dw-0 <[email protected]>
    
    * Remove duplicate clone function
    
    * Update Readme link
    
    * Use "OctoApp for Klipper" in install menu
    
    ---------
    
    Co-authored-by: dw-0 <[email protected]>
    crysxd and dw-0 authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    f2691f3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    a374ac8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    62296e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. fix: replace jq by grep to check Spoolman update (#482)

    * fix: remove extra space in remove menu
    
    * fix(spoolman): replace jq with grep
    jq isn't included in some minimal installations
    DicyRoll authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7993b98 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    bce9200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a929c69 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. fix: detect RatOS 2.1+ as operating system and exit (#490)

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6cd9133 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    d33ac6b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    8547942 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    0ee0fa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    9f50f6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e438081 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #511 from dw-0/develop

    Merge develop into master
    dw-0 authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    1d06bf7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fix: fix switching of repositories (#519)

    * fix: fix repo switching
    
    Extend the functionality of repo switching by creating a backup before the switch. Also implement a rollback mechanic in case of an error.
    
    Signed-off-by: Dominik Willner <[email protected]>
    
    * refactor: fail when installing requirements fails
    
    Signed-off-by: Dominik Willner <[email protected]>
    
    * refactor: display owner and repo in main menu on separate lines
    
    long owner and repo names would case the menu to be too wide
    
    Signed-off-by: Dominik Willner <[email protected]>
    
    ---------
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a54514c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. fix: typo in "origin" and "managed_services" (#520)

    * fix: typo in "origin" and "managed_services" for klipperscreen update manager config
    
    Signed-off-by: Dominik Willner <[email protected]>
    
    * fix: typo in "origin" for moonraker telegram bot update manager config
    
    Signed-off-by: Dominik Willner <[email protected]>
    
    ---------
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    694a4c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #524 from dw-0/develop

    Merge develop into master
    dw-0 authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4cf523a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. fix: correctly point to printers config dir (#531)

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    29b5ab0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. refactor: implement Mobileraker and OctoEverywhere as community exten…

    …sions (#532)
    
    * refactor: move mobileraker to extensions
    
    Signed-off-by: Dominik Willner <[email protected]>
    
    * refactor: move octoeverywhere to extensions
    
    Signed-off-by: Dominik Willner <[email protected]>
    
    ---------
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7e87f8a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. fix: RP2040 firmware detection (#533)

    Co-authored-by: dw-0 <[email protected]>
    CODeRUS and dw-0 authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    b604d93 View commit details
    Browse the repository at this point in the history
  2. fix: update scp integration for more robust config handling (#535)

    * chore: remove scp
    
    * Squashed 'kiauh/core/submodules/simple_config_parser/' content from commit abee21c
    
    git-subtree-dir: kiauh/core/submodules/simple_config_parser
    git-subtree-split: abee21c08658be4529028844304df60650c09afa
    
    * Squashed 'kiauh/core/submodules/simple_config_parser/' changes from abee21c..aa0302b
    
    aa0302b fix: fix missing newline chars in raw strings
    
    git-subtree-dir: kiauh/core/submodules/simple_config_parser
    git-subtree-split: aa0302b02b56b252ed88fd2db88ee878a5bb7b5b
    
    * Squashed 'kiauh/core/submodules/simple_config_parser/' changes from aa0302b..ef52958
    
    ef52958 refactor: conditionally add empty line when adding new section
    
    git-subtree-dir: kiauh/core/submodules/simple_config_parser
    git-subtree-split: ef529580f469ef020135cb03e250fcd4e0d70acf
    
    * fix: update scp integration for more robust cfg modification
    
    Signed-off-by: Dominik Willner <[email protected]>
    
    ---------
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    6b6607c View commit details
    Browse the repository at this point in the history
  3. fix: remove klipper.env and moonraker.env during removal (#536)

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    fd2910b View commit details
    Browse the repository at this point in the history
  4. refactor: rework client config conflict detection (#537)

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    975629f View commit details
    Browse the repository at this point in the history
  5. fix: run umask 022 at launch (#538)

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    df414ce View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. fix: trunc owner and repo name if they would overflow (#540)

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    4b17c68 View commit details
    Browse the repository at this point in the history
  2. feat: implement update all feature (#541)

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    afeb2bf View commit details
    Browse the repository at this point in the history
  3. Release v6.0.0-alpha.4

    Merge develop into master (v6.0.0-alpha.4)
    dw-0 authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    ec3f93e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. fix: fix section adding and exception handling (#548)

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4138c71 View commit details
    Browse the repository at this point in the history
  2. Release v6.0.0-alpha.5

    Merge develop into master (v6.0.0-alpha.5)
    dw-0 authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a8a7324 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. fix: remove "obico" from the suffix_blacklist so that it can discover…

    … its own instances. (#551)
    
    Signed-off-by: Kenneth Jiang <[email protected]>
    kennethjiang authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6e1bffa View commit details
    Browse the repository at this point in the history
  2. fix: self.cfg_file is already a full path (#552)

    Signed-off-by: Kenneth Jiang <[email protected]>
    kennethjiang authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1f75395 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. feat(extension): add OctoApp (#554)

    * Add OctoApp to v6
    
    * fix: set correct index to new extension
    
    Signed-off-by: Dominik Willner <[email protected]>
    
    ---------
    
    Signed-off-by: Dominik Willner <[email protected]>
    Co-authored-by: dw-0 <[email protected]>
    crysxd and dw-0 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cd8003a View commit details
    Browse the repository at this point in the history
  2. fix: allow moonraker-telegram-bot-env access to systems site-packages…

    … dir (#556)
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2e6c66e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. fix: correctly find connected USB DFU devices (#555)

    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    c193643 View commit details
    Browse the repository at this point in the history
  2. fix: correctly find connected UART devices (#559)

    fixes #557
    
    Signed-off-by: Dominik Willner <[email protected]>
    dw-0 authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ac54d04 View commit details
    Browse the repository at this point in the history
  3. Release v6.0.0-alpha.6

    Merge develop into master (v6.0.0-alpha.6)
    
    fixes #545
    fixes #553
    fixes #557
    dw-0 authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    dc026a7 View commit details
    Browse the repository at this point in the history