Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Mar 24, 2022
  2. Feb 25, 2022
  3. Feb 23, 2022
  4. Feb 22, 2022
  5. Feb 21, 2022
  6. Feb 18, 2022
  7. Feb 16, 2022
    • Floris Bos's avatar
      gz/xz/zstd custom images: pad if image size is not dividable by 512 bytes · c00a451f
      Floris Bos authored
      Disk image sizes that are not dividable by 512 bytes should not
      exist, as that is the minimum sector size any disk can have, and
      the smallest unit an OS can write to a disk.
      
      We were already rejecting such image files if we know in advance
      the size was wrong, which we can test if they are uncompressed,
      if they are in an easy parsable file format such as .zip, or if
      the repository meta data indicated the uncompressed size.
      
      However for gz/xz/zstd files this check is not done, and it would
      fail at the verification stage instead.
      If encountering such corner case, pad the image instead of
      failing.
      
      Ref #364
      c00a451f
  8. Feb 14, 2022
  9. Feb 04, 2022
    • Floris Bos's avatar
      Store saved wifi password hashed · eb011bb0
      Floris Bos authored
      Does have the consequence that if the user modifies the SSID, they
      will also need to enter the password again, as PBKDF2 scheme hashes
      SSID together with password.
      
      Closes #344
      eb011bb0
    • Floris Bos's avatar
      Make buttons blue on keyboard navigation · c1234d2e
      Floris Bos authored
      - Make buttons blue when they have activeFocus to make it more
        clear which button has focus when using keyboard navation.
      - By default most components only respond to 'space' on keyboard
        for pressing buttons and toggling checkboxes.
        Map Enter/Return (normal and keypad) as well.
      c1234d2e
  10. Feb 03, 2022
  11. Feb 01, 2022
  12. Jan 31, 2022