Skip to content
Snippets Groups Projects
  1. Aug 02, 2013
  2. Aug 01, 2013
  3. Jul 31, 2013
  4. Jun 08, 2013
  5. Feb 20, 2013
    • Michael Hamann's avatar
      Fix remaining missing $INPUT uses FS#2577 · 00d58927
      Michael Hamann authored
      This adds $INPUT in all places where it was still missing and available.
      $INPUT is now also used in places where using $_REQUEST/... was okay in
      order to make the code consistent.
      00d58927
  6. Nov 29, 2012
  7. Sep 08, 2012
  8. Jul 05, 2012
  9. Feb 04, 2012
  10. Aug 20, 2011
  11. Feb 06, 2011
  12. Jun 26, 2010
  13. Apr 30, 2010
  14. Feb 01, 2010
    • Andreas Gohr's avatar
      plugin related autoloading · c2a6d816
      Andreas Gohr authored
      This patch moved the place where DOKU_PLUGIN is defined. It no longer
      can be set from a normal config (only via preload)
      c2a6d816
  15. Oct 16, 2009
    • furun's avatar
      Whitespace cleanup FS#1709 · 47583ff0
      furun authored
      Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
      
      darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
      47583ff0
  16. Oct 04, 2009
  17. May 26, 2009
  18. Jan 16, 2009
  19. Oct 11, 2008
  20. Sep 17, 2008
  21. Sep 01, 2008
    • Gina Haeussge's avatar
      Usermanager: Add autogeneration of password · c3f4fb63
      Gina Haeussge authored
          The password of a newly added user account is now autogenerated
          if the backend supports it, the password field is left empty and
          the notification of the user is enabled. A corresponding note was
          added to the dialog to inform admins about this behaviour.
      
      darcs-hash:20080901170041-2b4f5-e66173fe74395a1dab8e6deaf59541d258d4bacb.gz
      c3f4fb63
  22. Aug 17, 2008
    • Gabriel Birke's avatar
      Wrap user modifications in events · 7d3c8d42
      Gabriel Birke authored
      Adds a wrapper function in the basic auth class which is used by the core code
      to modify the user database. The wrapper function signals events and delegates
      the action to the auth backend.
      
      darcs-hash:20080817141121-79ce3-3300a4342b62a7a18ebcc9a765d87b30a0264621.gz
      7d3c8d42
  23. Aug 15, 2008
  24. Feb 15, 2008
    • Andreas Gohr's avatar
      invalidate all user session cache when userdatabase is changed FS#1085 · 9ec82636
      Andreas Gohr authored
      A reference file is now stored in data/cache/sessionpurge and is used to
      check if user sessions are still valid.
      
      To accomondate for slow auth backends DokuWiki caches user info for
      a certain time in the user session.
      
      darcs-hash:20080215114923-7ad00-6874d5211efce7d07e54de37244becc2387c1ba7.gz
      9ec82636
  25. Oct 13, 2007
    • Andreas Gohr's avatar
      fixed URLs in plugin and user manager · ab567923
      Andreas Gohr authored
      For the new plugin repository, plugins should use a page named after their
      class at wiki.splitbrain.org
      
      darcs-hash:20071013191842-7ad00-0580762663329d4f21e6996748117987438c953f.gz
      ab567923
  26. Aug 29, 2007
    • Andreas Gohr's avatar
      CSRF prevention for admin plugins · 634d7150
      Andreas Gohr authored
      This patch adds a session based token to all form in the default action plugins.
      The validity of the token is checked before any administrative function is
      executed aiming to protect DokuWiki's admin functions from Cross-site request
      forgery (CSRF) attacks.
      
      Another patch will follow to add the same functionality on other, less critical
      functions.
      
      More details on CSRF attacks can be found at
      http://en.wikipedia.org/wiki/Cross-site_request_forgery
      
      darcs-hash:20070829201538-7ad00-d0770224a3351fd8e38968e3a9d8e73520482445.gz
      634d7150
  27. May 13, 2007
  28. Sep 23, 2006
  29. Aug 23, 2006
    • chris's avatar
      user manager update · a6858c6a
      chris authored
      - add capability to send notification emails to users on
        creation and password modification (bug#640)
      - add success and fail messages for new user addition
      - fix bug when modification of username wasn't allowed,
        'Edit user' fields weren't populated
      - fix (php5 only?) bug where default group wasn't given to
        a new user if no groups were specified
      - added explanatory notes concerning default group and
        password notification emails
      
      This patch adds several new strings to the plugin's lang.php
      
      darcs-hash:20060823115626-9b6ab-ea98ef630c79b28b52141957deb3efc307a9291d.gz
      a6858c6a
  30. May 04, 2006
  31. Apr 09, 2006
    • chris's avatar
      Bug#680 · e04f1f16
      chris authored
      Update default plugins to ensure they exit immediately
      if not called from within Dokuwiki
      
      darcs-hash:20060409233841-9b6ab-555e4fced756849a5d7b9de6e4aaaea24c6da3ae.gz
      e04f1f16
  32. Mar 14, 2006
  33. Mar 08, 2006
  34. Mar 03, 2006
  35. Feb 07, 2006
Loading