Skip to content
Snippets Groups Projects
  1. Aug 20, 2016
    • Andreas Gohr's avatar
      AuthPDO: allow in-SQL pasword checking · 397d62a2
      Andreas Gohr authored
      This is a feature that was present in the old authmysql plugin. It
      allows administrators to specify an SQL string that is used for explicit
      password checking instead of letting DokuWiki compare the hashes. This
      is useful where application implement their own salt/hashing thing.
      
      This comes with a test case for the MyBB forum software. Dump kindly
      provided by William Kitchen
      397d62a2
    • Andreas Gohr's avatar
      allow for checking of parameter existence in capabilities · ad4d5631
      Andreas Gohr authored
      This allows for more fine control over what the abilities are,
      depending on the parameters used within the configured sql string.
      ad4d5631
  2. Aug 10, 2016
  3. Aug 09, 2016
    • Andreas Gohr's avatar
      fix tests for newer PHPUnit. fixes #1643 · db5867f1
      Andreas Gohr authored
      getMock is deprecated in new PHPUnit versions and createMock is the
      recommended replacement. However that one is not available in older
      PHPUnit releases. Since we still support older PHP releases we have to
      support older PHPUnit releases as well.
      
      This add some compatibility functions to our TestCase class and replaces
      all calls to getMock. Tested with PHPUnit 4.6.6 and 5.5.0.
      db5867f1
    • Andreas Gohr's avatar
      Check the server has a sensible time · d6c7b502
      Andreas Gohr authored
      DokuWiki assumes that the server's time is correct. Especially page
      revisions and cache handling depend on correct time. If that's not the
      case it can lead to problems later (as mentioned in #1644).
      
      This patch adds a very simple time check using the Date response header
      from the DokuWiki server to our do=check mechanism.
      d6c7b502
  4. Aug 03, 2016
  5. Aug 01, 2016
  6. Jul 27, 2016
  7. Jul 19, 2016
  8. Jul 18, 2016
  9. Jul 17, 2016
  10. Jul 16, 2016
  11. Jul 03, 2016
  12. Jul 01, 2016
  13. Jun 28, 2016
  14. Jun 27, 2016
    • Andreas Gohr's avatar
      make adLDAP function public again. #1616 · da2b416b
      Andreas Gohr authored
      It seems some update of the adLDAP library made a crucial function
      protected, thus breaking the authad plugin.
      
      This just makes the function public again, which should fix the
      immeadiate problem. A proper fix would need to do #1553 as well
      da2b416b
  15. Jun 26, 2016
  16. Jun 25, 2016
  17. Jun 24, 2016
  18. Jun 22, 2016
  19. Jun 19, 2016
  20. Jun 14, 2016
  21. Jun 12, 2016
Loading