1. 04 Dec, 2014 2 commits
    • Dave Cridland's avatar
      Merge pull request #130 from akrherz/versions · 285b6aa5
      Dave Cridland authored
      Change OF min version to 3.9.4
      285b6aa5
    • akrherz's avatar
      Change OF min version to 3.9.4 · d92daf9b
      akrherz authored
      Since OF 3.9.3 has a bug whereby it thinks 3.10.0 is older than 3.9.3,
      this causes a problem as OF 3.9.3 will attempt to install plugins that
      it can not run.  This change puts the 3.10.0 plugins at a release that
      will not happen, which keeps them affectively from getting installed.
      d92daf9b
  2. 03 Dec, 2014 5 commits
  3. 02 Dec, 2014 1 commit
  4. 30 Nov, 2014 4 commits
  5. 28 Nov, 2014 2 commits
  6. 27 Nov, 2014 2 commits
    • Dave Cridland's avatar
      Merge pull request #126 from Seanster/patch-1 · 971f90c8
      Dave Cridland authored
      fix enabling https admin port without http enabled
      971f90c8
    • Seanster's avatar
      fix enabling https admin port without http enabled · 80315cd7
      Seanster authored
      If the http admin port is disabled enabling https fails because it tries to copy from an uninitialized httpd configuration. An exception is generated and the server runs but you have no admin interfaces.
      
      The only httpd configuration parameter that might have needed to be copied is setSendServerVersion. This just makes a new 'empty' connection and sets that parameter before continuing on as usual.
      
      According to the documentation you're supposed to be able to use https admin without http admin. This situation appears to be a side effect of some code changes later on where someone just forgot to consider this.
      
      More info here in my bug report:
      https://igniterealtime.jiveon.com/message/241471
      80315cd7
  7. 21 Nov, 2014 2 commits
  8. 20 Nov, 2014 1 commit
  9. 19 Nov, 2014 1 commit
  10. 17 Nov, 2014 1 commit
  11. 15 Nov, 2014 6 commits
  12. 14 Nov, 2014 13 commits