Skip to content
Snippets Groups Projects
  1. Jan 28, 2023
    • Maciej Krüger's avatar
      gluon-web-model: fix issue with warning blocking save on private-wifi · 1f451d40
      Maciej Krüger authored
      The other bugfix which made this element inherit from AbstractValue
      caused AbstractValue:validate() to be inherited aswell
      
      Now added an if so validate only runs if a datatype is set
      (since Element is meant as a generic way to extend web-model without
      modifying web-model - also to add custom inputs - just hiding it behind an if sounds like a sane solution)
      Unverified
      1f451d40
  2. Jan 25, 2023
  3. Jan 24, 2023
  4. Jan 15, 2023
  5. Jan 12, 2023
  6. Jan 11, 2023
  7. Jan 10, 2023
  8. Jan 09, 2023
  9. Jan 07, 2023
    • Linus Lüssing's avatar
      gluon-l3roamd: site: make node_client_prefix6 optional+deprecated · b3a9221b
      Linus Lüssing authored
      
      The site.node_client_prefix6() is only used internally by the l3roamd
      protocol. Therefore it is unnecessary to expose it to an administrator.
      
      Instead, if node_client_prefix6 is unspecified in the site, generate an
      IPv6 Unique Local Address prefix from the site domain_seed.
      
      This updates the site documentation as well and marks this setting as
      both optional and deprecated.
      
      Note: If you had the node_client_prefix6 specified before and want to
      use the new autogeneration from the domain_seed instead then this will
      break compatibility and will need a gluon-scheduled-domain switch.
      
      Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
      b3a9221b
  10. Jan 04, 2023
Loading