Skip to content
Snippets Groups Projects
  1. Jul 12, 2014
    • Enrico Tagliavini's avatar
      Adding unit test for is_ssl() · c42f789c
      Enrico Tagliavini authored
      this should test the correctness of the return value of is_ssl()
      function based on various combinations of PHP environment variables
      c42f789c
    • Enrico Tagliavini's avatar
      adding X-Forwarded-Proto support in is_ssl() · 19738e65
      Enrico Tagliavini authored
      This commit adds support for X-Forwarded-Proto in case dokuwiki runs
      behind a reverse (SSL) proxy, but the connection between the proxy and
      the web server running dokuwki is plain HTTP. If an authenticated
      user is accidentaly dropped to HTTP from HTTPS the securecookie setting
      should be honored and the redirection when saving or canceling a page
      edit should point to the correct protocol. This happens every time a
      user hits cancel after editing a page, and likely even after saving. If
      the webserver doesn't enforce HTTPS the coockie might be sent in clear.
      19738e65
    • Andreas Gohr's avatar
      Merge pull request #796 from dokuwiki-translate/lang_update_92 · 61b8aeed
      Andreas Gohr authored
      Translation update (ja)
      61b8aeed
    • Hideaki SAWADA's avatar
      translation update · b677a55d
      Hideaki SAWADA authored
      b677a55d
  2. Jul 10, 2014
  3. Jul 05, 2014
  4. Jul 04, 2014
  5. Jul 01, 2014
  6. Jun 30, 2014
  7. Jun 25, 2014
  8. Jun 22, 2014
  9. Jun 21, 2014
    • Andreas Gohr's avatar
      allow config presets with installer · 2613efa1
      Andreas Gohr authored
      this adds the ability to place a install.conf file next to the
      install.php which contains additional config options to be written to
      conf/local.php on completion of the installer. The install.conf is
      automatically deleted then.
      
      This is useful for automated DokuWiki installers or downloaders that
      take care of downloading DokuWiki and then drop the user in the default
      install dialog for initial setup. These tools may set up host specific
      things options like rewrites, image magic path or file permission
      settings in this preset.
      2613efa1
  10. Jun 19, 2014
  11. Jun 15, 2014
Loading