- Mar 23, 2021
-
-
This should contain the workaround for MOX reboot issue.
-
It is version two of workaround to solve reboot issue on some MOX devices. https://gitlab.nic.cz/turris/mox-boot-builder/-/releases/v2021.01.22
-
- Mar 20, 2021
-
-
Josef Schlehofer authored
New packages should not be introduced in upstream for stable release, but it happened so. Commit: https://github.com/openwrt/packages/commit/01ab015a9afbdac1a0d77b0bf271e07dee59677d Let's remove it and use the upstream variant, which is the same as ours (version, and so on). The only difference is that they are using codeload from GitHub.
-
Aleksandr Gumroian authored
* Improve Updater behavior * Add & update translations * Add hostname settings * Add password confirmation * Add env variables to Makefile * Fix redirect to the original router's IP address * Fix WAN 6in4 tunnel MTU range to 1480 * Fix public IPv4 input as not required in WAN6Form * Drop versions of paho-mqtt & extras dependencies * Other small improvements
-
- Mar 19, 2021
-
-
Josef Schlehofer authored
-
- Mar 18, 2021
-
-
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.
-
- Mar 17, 2021
-
-
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
-
- Mar 04, 2021
-
-
Josef Schlehofer authored
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Josef Schlehofer authored
OpenWrt 21.02 has its own branch in OpenWrt repositories and they are preparing RC version, let's have package compiled and tested for this version (known as snapshots as it was not released), which can be now found in HBD branch.
-
- Mar 01, 2021
-
-
Karel Koci authored
The initial-config uses jshn not jsonfilter. It is not the same thing.
-
Josef Schlehofer authored
-
- Feb 27, 2021
-
-
Josef Schlehofer authored
Fixes: Makefile:93: WARNING: skipping mox-generic-support -- package has no install section inconsistent: Package mox-support requires package mox-generic-support that is not available.
-
- Feb 26, 2021
-
-
Michal Hrusecky authored
Fix cleanup function
-
Josef Schlehofer authored
We are shipping different reset_button function in Turris Shield and Turris MOX. We can not have it in one generic file as it leads to this issue: /etc/hotplug.d/button/mox_reset: mox-support (existing-file), mox-generic-support (new-file) So, ship reset_button in specific support packages instead of generic one. Fixes: 26fba930 ("nor-update: Generalize to work for all devices")
-
Michal Hrusecky authored
-
- Feb 25, 2021
-
-
Michal Hrusecky authored
Release notes for 2.4: * support importing factory image from https * limit characters in description field Release notes for 2.5: * various small bug fixes * support limiting snapshots comparison to specific path Release notes for 2.6: * fix factory image download * add savepoint/commit functionality Release notes for 2.6.1: * fix rollback to non-existing snapshot * add version command Release notes for 2.6.2: * fix factory download with md5sum as well
-
Jan Pavlinec authored
-
Jan Pavlinec authored
-
Josef Schlehofer authored
We are using OpenWrt 19.07.7 in Turris OS 5.1.9, so let's use it in CI as well. Previously, it was not available.
-
- Feb 24, 2021
-
-
Aleksandr Gumroian authored
-
Aleksandr Gumroian authored
* Add CSS loader * Add tabbing navigation * Refactor page loading stages * Handle special case with only one app
-
Aleksandr Gumroian authored
-
- Feb 23, 2021
-
-
Josef Schlehofer authored
-
Jan Pavlinec authored
Changes: - rebase fix-prefix patch - drop fix-map-for-32bit-platforms patch which is part of 5.2.1
-
Jan Pavlinec authored
-
Jan Pavlinec authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
Most of the runtime tests fails as many of our packages does not have "version" or "-version" or "--version". We can use "help" instead of "version" to see if the package does not segfault, but let's leave it for later. What we should rather do is to have specific test.sh file for each package, which we want to run test.
-
Josef Schlehofer authored
Unfortunately, there are no Docker images for the latest version 19.07.7, which we are using already in the distribution. So, bump it to the latest available version on Docker.
-
- Feb 17, 2021
-
-
There are some issues with WebApps. - You need to click twice on icon to be correctly redirected - If progress bar runs out, I mean that the default period of 25 seconds in WebApps is gone then it should take you to the default app, which is not happening. Because of these issues, we are postponing this to Turris OS 5.3.0 This reverts commit 7182c530.
-
- Feb 16, 2021
-
-
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.
-
- Feb 13, 2021
-
-
Michal Hrusecky authored
Release notes: * make sure default application is listed first
-
- Feb 12, 2021
-
-
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
-
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
-
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
-