- 20 Oct, 2021 1 commit
-
-
Lukas Jelinek authored
Currently translated at 100.0% (27 of 27 strings) Translation: Turris/Turris: Diagnostics Translate-URL: https://hosted.weblate.org/projects/turris/turris-diagnostics/cs/
-
- 17 Oct, 2021 1 commit
-
-
Atec authored
Currently translated at 100.0% (27 of 27 strings) Translation: Turris/Turris: Diagnostics Translate-URL: https://hosted.weblate.org/projects/turris/turris-diagnostics/sk/
-
- 14 Oct, 2021 1 commit
-
-
Алексей Леньшин authored
Currently translated at 100.0% (27 of 27 strings) Translation: Turris/Turris: Diagnostics Translate-URL: https://hosted.weblate.org/projects/turris/turris-diagnostics/ru/
-
- 13 Oct, 2021 3 commits
-
-
Karel Koci authored
We did this in other repositories as well. There is only one variant community translates at the moment so there is no need to have it specified here. At the same time reForis supports only nb not nb_NO right now.
-
Karel Koci authored
This uses new makefile to update existing locale files.
-
Karel Koci authored
This improves makefile. The primary change here is the functionality of merging changes from pot file to all po files. This is required because Weblate does not do it automatically and we want to always translate the latest version of strings so we want always to merge new changes.
-
- 12 Oct, 2021 1 commit
-
-
Karel Koci authored
The hwinfo provides us with additional information such as used drivers and kernel configuration. No every information is provided in the same way as the previous so this is not a replacement but rather the addition to provide even more info.
-
- 06 Oct, 2021 1 commit
-
-
Karel Koci authored
-
- 23 Sep, 2021 1 commit
-
-
Atec authored
Currently translated at 100.0% (27 of 27 strings) Translation: Turris/Turris: Diagnostics Translate-URL: https://hosted.weblate.org/projects/turris/turris-diagnostics/sk/
-
- 25 Aug, 2021 2 commits
-
-
Karel Koci authored
-
Karel Koci authored
This in effect downloads the provided URL and api.turris.cz. This generates correct log at first but terminated by error about SSL certificate problem. This error is red herring.
-
- 24 Aug, 2021 2 commits
-
-
Karel Koci authored
The diagnostics module output is text file thus we should not include binary data. This detects if file is plain text and dumps content directly only in such case.
-
Karel Koci authored
The directory contains other files such as *.pub.sig but we do not care about those. They are also binary thus we should not dump them.
-
- 11 Aug, 2021 1 commit
-
-
Karel Koci authored
-
- 30 Jul, 2021 1 commit
-
-
Allan Nordhøy authored
Currently translated at 55.5% (15 of 27 strings) Translation: Turris/Turris: Diagnostics Translate-URL: https://hosted.weblate.org/projects/turris/turris-diagnostics/nb_NO/
-
- 01 Jul, 2021 1 commit
-
-
Lukas Jelinek authored
Currently translated at 100.0% (27 of 27 strings) Translation: Turris/Turris: Diagnostics Translate-URL: https://hosted.weblate.org/projects/turris/turris-diagnostics/cs/
-
- 17 Jun, 2021 1 commit
-
-
Atec authored
Currently translated at 100.0% (27 of 27 strings) Translation: Turris/Turris: Diagnostics Translate-URL: https://hosted.weblate.org/projects/turris/turris-diagnostics/sk/
-
- 16 Jun, 2021 1 commit
-
-
Atec authored
Currently translated at 100.0% (27 of 27 strings) Translation: Turris/Turris: Diagnostics Translate-URL: https://hosted.weblate.org/projects/turris/turris-diagnostics/sk/
-
- 03 Jun, 2021 3 commits
-
-
Karel Koci authored
-
-
Алексей Леньшин authored
Currently translated at 100.0% (27 of 27 strings) Translation: Turris/Turris: Diagnostics Translate-URL: https://hosted.weblate.org/projects/turris/turris-diagnostics/ru/
-
- 01 Jun, 2021 5 commits
-
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
Added * `uci_anonymize` function that replaces UCI value with asterisks. It is a way to include option in report without getting the real value. * Notification module's UCI configuration * (re)Foris module * Sentinel module * HaaS module * opkg configuration to package module * firmare (uboot) module now queries also for versions of U-Boot, rescue image and secure firmware Changed * Key in wireless configuration is now anonymized instead of being filtered out * Wireguard's private key and preshared keys are now anynimized * PPPoE password is now anonymized * serial-number, os-release, uname and uptime modules were merged to single system-info module * netstat module now uses `ss` instead of `netstat` and thus provides even more info and was renamed to `sockets` * utility function `dump_file` now support multiple files (intended to be used with globs) * module uboot renamed to firmware Fixed * `ps` command in dns module is now explicitly busybox implementation Removed * nikola module
-
Karel Koci authored
This extends and renames uboot module to module that queries all firmwares. It tries to get version not only for U-Boot but also for rescue image and in case of Mox also for secure firmware.
-
Karel Koci authored
Every module can be selectively chosen and is visible in (re)Foris. It makes little to no sense to have router uname and other router identification steps separate. In most cases we just want all of them just to know router we are dealing with. In the end it creates clutter in web interface. This merges: * serial number * OS release * uname * uptime * current date and time into the one system-info module. Date module after removal of current date and time was renamed to ntp. Netstat module was renamed to sockets and uses newer 'ss' instead of 'netstat'. The 'ss' provides us with even more info. Packages module was extended to debug opkg on top of just listing packages. This is required not only to debug opkg bug also to compare synchronization of configuration with updater.
-
- 30 May, 2021 7 commits
-
-
Karel Koci authored
This is just minimal dump of configuration for HaaS.
-
Karel Koci authored
This diagnoses state of sentinel probes. We can in the future expand it a bit but right now this minimal set to get overview of Sentinel state.
-
Karel Koci authored
We no longer need it in diagnostics.
-
Karel Koci authored
The full output with ps works only with busybox not with GNU variant. At the same time options we would pass to GNU variant generate error in busybox so this seems like the best option.
-
Karel Koci authored
This is intended for better Foris diagnostics. This should cover case when Foris is misconfigured and fails to start or just behaves weirdly and we have to check its configuration.
-
Karel Koci authored
This adds configuration for user_notify to diagnostics. It filters out sensitive info such as login username and password for mail server as well as target mail addresses.
-
Karel Koci authored
This functions should be used every time we want to hide some private information we do not need in diagnostics that can be present in UCI configuration.
-
- 28 Apr, 2021 1 commit
-
-
Allan Nordhøy authored
Currently translated at 63.3% (19 of 30 strings) Translation: Turris/Turris: Diagnostics Translate-URL: https://hosted.weblate.org/projects/turris/turris-diagnostics/nb_NO/
-
- 27 Apr, 2021 1 commit
-
-
Josef Schlehofer authored
-
- 29 Mar, 2021 1 commit
-
-
Jan Pavlinec authored
-
- 25 Jan, 2021 1 commit
-
-
Karel Koci authored
Changed * `lspci` expanded to show also vendor and device numbers and names Fixed * `nikola` fixed to call `sentinel-nikola` instead of `nikola`
-
- 19 Jan, 2021 1 commit
-
-
Karel Koci authored
-
- 15 Jan, 2021 1 commit
-
-
Éfrit authored
Currently translated at 100.0% (30 of 30 strings) Translation: Turris/Turris: Diagnostics Translate-URL: https://hosted.weblate.org/projects/turris/turris-diagnostics/fr/
-
- 08 Jan, 2021 1 commit
-
-
Zoli authored
Currently translated at 100.0% (30 of 30 strings) Translation: Turris/Turris: Diagnostics Translate-URL: https://hosted.weblate.org/projects/turris/turris-diagnostics/hu/
-