Skip to content
Snippets Groups Projects
  1. Feb 25, 2021
  2. Feb 24, 2021
  3. Feb 23, 2021
  4. Feb 17, 2021
  5. 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
  6. Feb 13, 2021
  7. 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
  8. Feb 10, 2021
  9. Feb 09, 2021
    • Karel Koci's avatar
      atsha204: go back from feeding entropy in preinit to init · 6ff9ce99
      Karel Koci authored
      Now we feed entropy as soon as possible but in init. The reason is
      because in preinit the kernel modules are not yet loaded and atsha204
      requires I2C to communicate. This is loaded later on and thus can't be
      in preinit. It also makes sense to load it at the same as we other
      services providing the same functionality (such as haveged).
      Verified
      6ff9ce99
  10. Feb 06, 2021
  11. Feb 05, 2021
  12. Feb 04, 2021
  13. Feb 03, 2021
  14. Feb 02, 2021
  15. Feb 01, 2021