Skip to content
Snippets Groups Projects
  1. Mar 23, 2021
  2. Mar 20, 2021
  3. Mar 19, 2021
  4. 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
  5. 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
  6. Mar 04, 2021
  7. Mar 01, 2021
  8. Feb 27, 2021
  9. Feb 26, 2021
  10. Feb 25, 2021
  11. Feb 24, 2021
  12. Feb 23, 2021
  13. Feb 17, 2021
  14. Feb 16, 2021
    • Karel Koci's avatar
      updater: fix invalid shell read syntax · b4f81c1a
      Karel Koci authored
      The IFS is for field separator not line separator thus it is used to
      split read line to various variables not to read it field by field. As
      an alternative separator variable is replaced by new line and thus can
      be read directly line by line.
      Verified
      b4f81c1a
  15. Feb 13, 2021
  16. Feb 12, 2021
    • Josef Schlehofer's avatar
      reforis-translations: replace nb with nb_NO · 14a1a3b4
      Josef Schlehofer authored
      In recent updates in reForis and its family (plugin), we noticed that
      Weblate shows that there are two same language files for the one
      (single) language and it throws warning. We decided to remove language
      "nb" and use nb_NO as it was pointed out by one Norwegian guy.
      
      If there is nb, it throws error:
      reforis-python3/reforis-1.0.4/build/lib/reforis/translations/nb/LC_MESSAGES/*.mo':
      No such file or directory which is fixed by nb_NO
      
      Reference: 85068720ef8c8dad604fa3bdae4ff9fdfea72d3a ("Remove duplicated
      Norwegian Bokmål language in translations") in reForis repository
      Verified
      14a1a3b4
    • Aleksandr Gumroian's avatar
      reforis: bump to version 1.0.4 · 28f1c939
      Aleksandr Gumroian authored
      * Add syslog settings
      * Fix IPv6 prefix as not required
      * Fix headings structure on multiple pages
      * Fix formFieldsSize structure of multiple cards
      * Fix several typos and messages in texts
      * Update Foris JS to version 5.1.11
      * Update & add new translations
      * Remove spinner on Main page
      * Remove duplicated Norwegian language
      * Remove SimpleBar's autoHide parameter
      Verified
      28f1c939
    • Aleksandr Gumroian's avatar
      web: update webapps icons · ec999969
      Aleksandr Gumroian authored and Jan Pavlinec's avatar Jan Pavlinec committed
      Verified
      ec999969
    • Aleksandr Gumroian's avatar
      turris-webapps: update to version 3.4 · bf8ed804
      Aleksandr Gumroian authored and Karel Koci's avatar Karel Koci committed
      Including previous updates:
      
      Bump v3.4
        * Add light/dark favicon switch
        * Reduce app card's width size
        * Fix default's app focus outline unevenness
        * Fix "default" wording
      
      Bump v3.3
        * Fix odd icons padding
        * Fix cards transitions
      
      Bump v3.2
        * Fix shadows in Dark Mode
        * Reduce intro paddings
        * Style noscript warning
        * Fix dark-mode toggle on page load
        * Add dark-mode source js & update minified file
      Verified
      bf8ed804