1. 05 May, 2017 3 commits
  2. 04 May, 2017 11 commits
  3. 03 May, 2017 4 commits
  4. 02 May, 2017 7 commits
  5. 01 May, 2017 6 commits
  6. 30 Apr, 2017 5 commits
  7. 29 Apr, 2017 4 commits
    • Franco Fichtner's avatar
      mvc: tighten previous · 2b0cb7be
      Franco Fichtner authored
      2b0cb7be
    • Franco Fichtner's avatar
      mvc: try to fix crash report · a14da189
      Franco Fichtner authored
      Seems like years ago when PHP 5.5 had trouble iterating non-
      existing arrays PHP 7 introduced a new problem with nodes
      that seem to be set but no longer available, yielding:
      
          PHP Warning:  OPNsense\Base\FieldTypes\InterfaceField::eventPostLoading():
            Node no longer exists in /usr/local/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/InterfaceField.php on line 132
      
      The same thing happened in the acme-client plugin and was
      allegedly fixed with the following code.  Even if this doesn't
      help it is harmless and we'll see through the crash reporter
      soon enough.
      a14da189
    • Franco Fichtner's avatar
      pkg: depend on OpenVPN 2.4 for the next -devel build · d9f19e07
      Franco Fichtner authored
      Now that tools can build several versions of the same software, we
      can have -devel depend on a different one than the release.  This
      helps with prebuilt testing and easier testing for interested parties.
      
      Should your manual upgrade break at the moment, the easiest solution is:
      
          # make upgrade CORE_OPENVPN=23
      d9f19e07
    • Franco Fichtner's avatar
      plugins: split vpn/newwanip configures · 96318bd9
      Franco Fichtner authored
      96318bd9