Skip to content
Snippets Groups Projects
  1. May 29, 2020
  2. May 28, 2020
  3. May 24, 2020
  4. May 21, 2020
  5. May 12, 2020
  6. May 10, 2020
  7. May 08, 2020
  8. May 05, 2020
  9. May 04, 2020
  10. Apr 29, 2020
  11. Apr 26, 2020
  12. Apr 20, 2020
    • Matthias Schiffer's avatar
      gluon-mesh-batman-adv: add UCI setting for hop penalty · 778bf905
      Matthias Schiffer authored
      Add a UCI setting gluon.mesh_batman_adv.hop_penalty
      
      Example UCI commands:
      
          uci set gluon.mesh_batman_adv=mesh_batman_adv
          uci set gluon.mesh_batman_adv.hop_penalty=20
          uci commit
      
      `/etc/config/gluon` config section:
      
          config mesh_batman_adv 'mesh_batman_adv'
          	option hop_penalty '20'
      
      Fixes: #1942
      Unverified
      778bf905
  13. Apr 11, 2020
  14. Apr 09, 2020
  15. Apr 07, 2020
  16. Apr 05, 2020
    • Kasalehlia's avatar
      gluon-web-model: update inputs on form reset · bf090a8a
      Kasalehlia authored
      Register to 'reset' event on form element and make call to 'update' function
      delayed in 'data-update' handler to allow the form values to update beforehand.
      
      When using a form's 'reset' button, form field visibility was not updated.
      This could lead to situations where a checkbox had to be toggled again
      twice to display the detail text inputs. (Example taken from private
      wifi package)
      bf090a8a
  17. Apr 04, 2020
  18. Mar 31, 2020
  19. Mar 25, 2020
    • David Bauer's avatar
      gluon-web-private-wifi: enable WPA3 configuration · c7fa1927
      David Bauer authored
      This allows a user to enable WPA3-Personal and WPA2-WPA3-MM for the
      private WiFi in case it is supported by the platform.
      c7fa1927
    • David Bauer's avatar
      gluon-core: add WPA3 platorm helper · 86b51047
      David Bauer authored
      This adds a helper method, which determines if the current platform
      supports WPA3 or not.
      
      WPA3 is supported if
       - the device is not in the featureset category "tiny"
       - the WiFi driver supports 802.11w management frame protection
      86b51047
Loading