Skip to content
Snippets Groups Projects
  1. Oct 15, 2014
  2. Oct 14, 2014
  3. Oct 12, 2014
    • Michal Koutný's avatar
      AUTH_USER_CHANGE handler can modify passed data · 9c03f73b
      Michal Koutný authored
      Originally AUTH_USER_CHANGE handler could modify the user data, however,
      auth plugin consequently worked with different copy of the array thus
      effectively preventing any changes by the AUTH_USER_CHANGE implementer.
      9c03f73b
  4. Oct 11, 2014
  5. Oct 04, 2014
  6. Oct 03, 2014
  7. Oct 01, 2014
  8. Sep 30, 2014
  9. Sep 29, 2014
  10. Sep 22, 2014
  11. Sep 20, 2014
  12. Sep 19, 2014
  13. Sep 16, 2014
  14. Sep 15, 2014
  15. Sep 13, 2014
  16. Sep 10, 2014
  17. Sep 08, 2014
  18. Aug 27, 2014
  19. Aug 17, 2014
  20. Aug 09, 2014
  21. Aug 06, 2014
  22. Aug 02, 2014
  23. Aug 01, 2014
  24. Jul 30, 2014
  25. Jul 17, 2014
  26. Jul 12, 2014
  27. Jul 10, 2014
  28. Jul 04, 2014
  29. Jul 01, 2014
    • Angus Gratton's avatar
      authplain: Escape ':' in any data field as '\:' · f95ecbbf
      Angus Gratton authored
      ':' is the field delimiter in the authplain flat text
      conf/users.auth.php file, but it's also used as an internal delimiter
      for the 'mediawiki' password hash format. Currently using this hash
      format corrupts the file
      
      This change escapes ':' as '\:' in any field in the users.auth.php
      file, and any '\' as '\\'.
      
      Also adds test cases for escaping modes.
      f95ecbbf
  30. Jun 30, 2014
  31. Jun 25, 2014
Loading