Skip to content
Snippets Groups Projects
  1. May 06, 2021
    • Michal Hrusecky's avatar
      omnia-support: Split up to multiple subpackages · bb61ba84
      Michal Hrusecky authored and Karel Koci's avatar Karel Koci committed
      Split into a generic subpackage, package used by normal Omnias and
      package used by CTI Omnias that sets the contract automatically.
      Verified
      bb61ba84
    • Josef Schlehofer's avatar
      sentinel-i_agree_with_eula: fix indentation in prerm · d70df782
      Josef Schlehofer authored
      Fixes:
      root@turris:~# opkg remove sentinel-i_agree_with_eula
      Removing package sentinel-i_agree_with_eula from root...
      //usr/lib/opkg/info/sentinel-i_agree_with_eula.prerm: /usr/lib/opkg/info/sentinel-i_agree_with_eula.prerm-pkg: line 10: syntax error: unexpected end of file (expecting "fi")
      You can force removal of packages with failed prerm scripts with the option:
      	--force-remove
      No packages removed.
      Collected errors:
       * pkg_run_script: package "sentinel-i_agree_with_eula" prerm script returned status 2.
       * opkg_remove_pkg: not removing package "sentinel-i_agree_with_eula", prerm script failed
      Verified
      d70df782
    • Karel Koci's avatar
      turris-diagnostics: add global start script · 8578cc98
      Karel Koci authored
      This only adds script to PATHs.
      Verified
      8578cc98
  2. May 05, 2021
  3. May 03, 2021
  4. Apr 27, 2021
    • Josef Schlehofer's avatar
      reforis-storage-plugin: update to version 0.2.2 · 71f55fa0
      Josef Schlehofer authored
      * Add & update translations
      * Improve descriptions of actions in the UUID table
      * Improve headings and help texts
      * Hide DrivesOperations during operations on a drive
      * Fix pendingMigrationAlert behavior
      * NPM audit fix
      Verified
      71f55fa0
    • Josef Schlehofer's avatar
      reforis-netmetr-plugin: update to version 0.3.0 · ca3e2a1f
      Josef Schlehofer authored
      Bump v0.3.0
      
      * Add & update translations
      * Improve headings and labels
      * Fix NetMetr name in the sidebar navigation
      * Fix displaying ping of -1 when ping is equal to 0
      * Fix & update python dependencies
      * NPM audit fix
      * Other small UI improvements
      Verified
      ca3e2a1f
    • Josef Schlehofer's avatar
      reforis: update to version 1.0.7 · 0f3d8039
      Josef Schlehofer authored
      Release notes:
      * Add & update translations
      * Improve Password Form
      * Fix root password on Shield
      * Fix cards on the Overview page
      * Disable LAN mode in LAN Settings on Shield
      * NPM audit fix
      * Other small UI improvements
      Verified
      0f3d8039
  5. Apr 23, 2021
  6. Apr 16, 2021
  7. Apr 15, 2021
    • Karel Koci's avatar
      updater-ng: version 69.1.1 · f459e14d
      Karel Koci authored
      Fixed
      * error on transaction recovery created by updater before version 69.0.1
        about `upgraded_packages` being nil
      Verified
      f459e14d
    • Karel Koci's avatar
      updater-ng: version 69.1.0 · b261b30f
      Karel Koci authored
      Changed
      * Package requests solver no longer tries to maximize number of selected
        requests but rahter follows strictly rules of requests priority
      * `Install` requests with same priority as `Unistall` are resolved first
      * `Install` and `Unistall` requests without condition as resolved before
        requests with condition given they have same priority specified.
      
      Removed
      * Error reported when request to install and unistall same package was
        specified
      Verified
      b261b30f
    • Karel Koci's avatar
      initial-config: fix foris password setting · 83caa515
      Karel Koci authored
      This was just invalid uci operations.
      Verified
      83caa515
    • Karel Koci's avatar
      initial-config: add filesystem drivers as dependencies · 872be311
      Karel Koci authored
      The rescue mode and our documentation specifies support for: ext4,
      Btrfs, XFS and FAT32. It also makes sense to add exFAT as some of the
      flash drives are already formated to this format.
      Verified
      872be311
  8. Apr 13, 2021
    • Karel Koci's avatar
      initial-config: configure all wifi devices and remove set -u · 07753d4f
      Karel Koci authored
      We have to remove set -u because jshn.sh breaks with it.
      
      This now configures all available Wi-Fi devices instead of just first
      one. This should cover case when user has device that supports only one
      specific band (2.4GHz for example) and the first Wi-Fi would be
      configured to other band (such as 5GHz).
      It also now reuses prepared configuration.
      Verified
      07753d4f
    • Aleksandr Gumroian's avatar
      reforis: update to version 1.0.6 · 5a4cf9db
      Aleksandr Gumroian authored and Jan Pavlinec's avatar Jan Pavlinec committed
      * Add TLS explanation
      * Add & update translations
      * Add DNS tests to the card on Overview
      * Fix Guide on Turris Shield
      * Fix unknown initial state for automatic updates
      * Fix unknown initial state for WAN IPv4 settings
      * Fix fuzzy translation messages in the English catalog
      * Update session.samesite cookie
      * NPM audit fix
      * Other small improvements
      Verified
      5a4cf9db
    • Jan Pavlinec's avatar
      mox-uboot: update to version 2021-04-rc1 · 0f363363
      Jan Pavlinec authored
      Verified
      0f363363
  9. Apr 12, 2021
  10. Apr 10, 2021
  11. Apr 09, 2021
  12. Apr 07, 2021
  13. Apr 06, 2021
  14. Apr 01, 2021
  15. Mar 31, 2021
  16. Mar 23, 2021
  17. Mar 20, 2021
  18. Mar 19, 2021
  19. Mar 18, 2021
    • Karel Koci's avatar
      sentinel-dynfw-client: fix race condition causing error and missing rule · e7b669ff
      Karel Koci authored
      On package installation the uci_default is run before service start.
      As the last step in uci_default the Firewall is reloaded but rule inject
      fails due to missing ipset.
      In normal operation the sentinel-dynfw-client is started before firewall
      but during installation this can't be done.
      
      The solution is to just create ipset anytime we start firewall. This
      makes it so rules is always added and it really doesn't matter who
      creates the ipset. With this either sentinel-dynfw-client creates it or
      firewall, which ever comes first.
      Verified
      e7b669ff
  20. Mar 17, 2021
    • Karel Koci's avatar
      updater-ng: update to version 69.0.1 · 69dae460
      Karel Koci authored
      Fixed
      * environment variable `PKG_UPGRADE` were always set to `1` for package
        `postinst` script no matter if it was package upgrade or not.
      
      Changed
      * usage of `example.org` replaced with `application-test.turris.cz` in
        tests
      Verified
      69dae460
Loading