- Jan 25, 2023
-
-
Floris Bos authored
Assuming unescaping standard XML entities is sufficient. (Skipping numerical unicode XML entities for now, as there is not a proper standardized way to represent non-ascii characters in a PSK anyway) Ref #541
-
maxnet authored
Update French localisation and fix some strings
-
- Dec 29, 2022
-
-
Nicolas Martignoni authored
-
Nicolas Martignoni authored
-
Nicolas Martignoni authored
-
- Nov 20, 2022
-
-
Floris Bos authored
When no more directory entries are available in the existing cluster(s) of a directory on FAT32, we allocate an extra cluster. Make sure to zero out that new cluster, as disk checking utilities may not stop reading when reaching an end of directory marker but read the rest of cluster as well. So there must not be any garbage data from a previously deleted file in the sector there. Also add checks to prevent getting in an endless loop on encoutering circular "next cluster" references.
-
Floris Bos authored
-
Floris Bos authored
-
- Nov 19, 2022
-
-
Floris Bos authored
Tests if repository json files conform to the json schema. If all resources (images/icons/website URLs) they mention actually exists. And can also test writing images and the FAT modification code.
-
Floris Bos authored
-
- Nov 14, 2022
-
-
maxnet authored
Update de lang
-
Floris Bos authored
- No longer relies on operating system for mounting FAT partition when applying 'advanced settings' - change '__attribute__ ((packed))' to '#pragma pack()' as the mingw version we are using for Windows has a bug with the former
-
Floris Bos authored
Instead of using 'pi' as default, try to get the username of the current user from the OS. May not always work. (e.g. some Windows users may not have setup a username themselves, but may be using a default user created by the PC vendor). Closes #497
-
Floris Bos authored
Closes #449
-
Floris Bos authored
In the "advanced settings" dialog, if "X" instead of "apply settings" is clicked, it is seen as "cancel" and no settings are applied. If there do are saved settings, make sure to ask the user on pressing "write" if they do want the saved settings applied, instead of applying no settings.
-
Floris Bos authored
Minimal implementation for reading/writing files in the root directory of a FAT16/FAT32 file system. Can read/write from raw disk devices, and no longer relies on operating system support for mounting the file system. Currently assumes Imager will always be run on 'little endian' architectures such as Intel and ARM (at least under Linux). If there is a use-case for big-endian (anybody still using Sparc?) this may be revisited later.
-
- Nov 06, 2022
-
-
Floris Bos authored
- If a drive is formatted APFS it will have a seperate disk devices for physical drive (e.g. /dev/disk2) and volumes (e.g. /dev/disk3). Need to unmount all, or opening the device for writing will subsequently fail. (User will see an "Error running authopen" error in Imager in that case). - Also do not show APFS volumes seperately in the disk selection dialog. List mount points under physical drive instead. Closes #501
-
- Oct 15, 2022
-
-
Floris Bos authored
Ref #486
-
- Oct 11, 2022
-
-
Floris Bos authored
dependencies -> src/dependencies mention sha256crypt being public domain
-
maxnet authored
Add a man-page for rpi-imager
-
- Oct 04, 2022
-
-
Dave Jones authored
-
- Oct 03, 2022
-
-
veeck authored
-
- Sep 27, 2022
-
-
Dave Jones authored
-
- Aug 18, 2022
-
-
Floris Bos authored
Implemented as "validator" which will cause that if an user presses a key that is not allowed, it will not register. Saves having to add an error message that would need to be translated to different languages. Closes #474
-
Floris Bos authored
Just feed them through the libarchive workflow as well. Prevents issues on Windows/osx when writing uncompressed images that come from the Internet. Ref #473
-
Floris Bos authored
Existing Ubuntu version does not like new regulatory-domain parameter being present. This reverts commit 31252bf1.
-
- Jul 31, 2022
-
-
Floris Bos authored
-
Floris Bos authored
Seems to have been added to netplan: https://github.com/canonical/netplan/pull/281
-
Floris Bos authored
Only supported when NetworkManager is used on the Linux distro as wpa_supplicant itself does not support reading PSKs through DBus, only setting them. Closes #457
-
Floris Bos authored
OpenSSL was replaced by GnuTLS for SHA256 calculation in cb415a6a Remove left-over header includes and adjust dependencies in README
-
- Jul 26, 2022
-
-
Floris Bos authored
-
Floris Bos authored
Closes #464
-
Floris Bos authored
-
Floris Bos authored
Ref #442
-
maxnet authored
Update Slovak translation
-
maxnet authored
code-quality: fixed all range-loop warnings which were reported from clazy
-
maxnet authored
Allow selection of files without extension
-
maxnet authored
Rpi-imager_ko : some copy-edit
-
- Jul 07, 2022
-
-
RuffaloLavoisier authored
-Fix sentence -Translate remaining untranslated -Update wireless LAN words
-
- Jul 02, 2022
-
-
Pavel Shliak authored
I have automatically generated images that do not match *.* as filename contains no dots. I have to rename them every time :(
-