Skip to content
Snippets Groups Projects
  1. Mar 19, 2018
  2. Jan 30, 2018
  3. Apr 04, 2017
  4. Nov 20, 2016
  5. Sep 06, 2016
  6. Jun 14, 2016
  7. Apr 19, 2016
  8. Mar 15, 2016
  9. Nov 27, 2015
  10. Jul 18, 2015
  11. May 07, 2015
  12. May 06, 2015
  13. Jan 07, 2015
    • Andreas Gohr's avatar
      Remove error supression for file_exists() · 79e79377
      Andreas Gohr authored
      In an older version of PHP a file_exists() call would issue a warning
      when the file did not exist. This was fixed in later PHP releases. Since
      we require PHP 5.3 now, there's no need to supress any error here
      anymore. This might even give a minor performance boost.
      79e79377
  14. Oct 06, 2014
  15. Oct 02, 2014
  16. Oct 01, 2014
  17. Sep 29, 2014
  18. Sep 26, 2014
    • Andreas Gohr's avatar
      do not allow empty passwords · 5e9e1054
      Andreas Gohr authored
      When a username but no password is submitted, the login is denied right
      away instead of relying on the backend to refuse the login.
      5e9e1054
  19. Sep 23, 2014
  20. Jul 30, 2014
  21. Jul 26, 2014
  22. May 04, 2014
  23. Mar 12, 2014
    • Christopher Smith's avatar
      Allow user info to be retrieved without groups · 2046a654
      Christopher Smith authored
      Some parts of dokuwiki (e.g. recent changes, old revisions) can
      requests lots of user info (to provide editor names) without
      requiring any group information.
      
      This change also implements caching of user info by authmysql &
      authpgsql plugins to avoid repeated querying of the DB to retrieve
      the same user information.
      2046a654
  24. Mar 06, 2014
  25. Mar 05, 2014
  26. Mar 04, 2014
  27. Feb 20, 2014
  28. Jan 05, 2014
  29. Oct 21, 2013
  30. Oct 16, 2013
  31. Sep 11, 2013
  32. Aug 22, 2013
  33. Aug 21, 2013
  34. Aug 03, 2013
  35. Aug 02, 2013
  36. Aug 01, 2013
Loading