Skip to content
Snippets Groups Projects
  1. Feb 26, 2008
    • Andreas Gohr's avatar
      fix usage of is_admin in auth_aclcheck · 85d03f68
      Andreas Gohr authored
      There were a few problems with name encoding for groups and users
      introduced in the recent aclcheck change
      
      darcs-hash:20080226172257-7ad00-d591f0d2f2219a2b23f93060c65b8fb5f46bd1d7.gz
      85d03f68
  2. Feb 15, 2008
  3. Feb 13, 2008
  4. Feb 12, 2008
  5. Nov 02, 2007
  6. Sep 30, 2007
    • Andreas Gohr's avatar
      don't use realpath() anymore (FS#1261 and others) · 00976812
      Andreas Gohr authored
      The use of realpath() to clean up relative file names caused some
      trouble in certain setups relying on symlinks or having restricitve
      file structure setups.
      
      This patch replaces all realpath() calls with a PHP only replacement
      which should solve those problems.
      
      darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
      00976812
  7. Aug 30, 2007
  8. Aug 19, 2007
  9. Aug 05, 2007
  10. Jun 25, 2007
  11. Jun 03, 2007
  12. May 28, 2007
    • Chris Smith's avatar
      Partial Fix FS#1085 · 4c989037
      Chris Smith authored
      This fix adds a new configuration setting, 'auth_security_timeout', which controls the duration (seconds) before authentication
      information is rechecked.  The default value is set to 900 seconds (15 minutes). Wiki installations particularly concerned
      about security should set this value to 0.
      
      DokuWiki maintains a copy of the most recent authentication details in both a browser cookie and server session.  Normally these
      values are compared on each page visit.  If the comparison passes the user is accepted. The same data will be used over and
      over until either the cookie or the session expires.  FS#1085 is concerned with updates to the original authentication data not
      being able to affect this comparison.  The new 'auth_security_timeout' setting will force expiration of the saved data after the
      specified period has elapsed.
      
      Re-authentication may affect page response, especially on systems which use remote authentication systems.
      
      This fix is considered partial and should be reviewed after the next release with a view to extending the authentication class
      to allow those mechanisms which are able to control when DW should revoke authentication.
      
      darcs-hash:20070528194747-d26fc-f471004da604eb66f7131c470e446b98c29d801b.gz
      4c989037
  13. Mar 02, 2007
  14. Mar 01, 2007
    • Guy Brand's avatar
      Allow @USER@ variable in ACLs · a8fe108b
      Guy Brand authored
      This saves a lot of ACL lines for users namespaces for example:
      
      users:*               @ALL        1
      users:@USER@          @USER@      8
      
      darcs-hash:20070301230309-19e2d-90a00b70a2af546fd5194ade614c130e9f7864eb.gz
      a8fe108b
  15. Jan 06, 2007
  16. Jan 09, 2007
  17. Dec 03, 2006
  18. Nov 14, 2006
    • Andreas Gohr's avatar
      HTML_EDITFORM_INJECTION event added · 88e6a4f2
      Andreas Gohr authored
      A simple event to inject additional HTML into the editform. This probably
      needs to be improved.
      
      darcs-hash:20061114220825-7ad00-ce868b8d8a25f5120c49dc018b8fd1024aff6e12.gz
      88e6a4f2
  19. Nov 04, 2006
  20. Nov 03, 2006
  21. Oct 03, 2006
    • Andreas Gohr's avatar
      use DOKU_URL as key for sessions and auth cookie #896 #581 #884 · e71ce681
      Andreas Gohr authored
      This patch changes the DOKU_COOKIE define to be based on the DOKU_URL define.
      DOKU_COOKIE is now used as session key as well, making sessions no longer
      dependend on the title option. This should fix problems with multiple
      wikis on the same host (using the same title) and wikis accessed through
      different URLs.
      
      darcs-hash:20061003121546-7ad00-aea4c256b7752815ed422ce74a659152a601d267.gz
      e71ce681
  22. Sep 23, 2006
    • chris's avatar
      minor bugfix and boring error removal · bb4866bd
      chris authored
      darcs-hash:20060923203609-9b6ab-ecca679faa254a29772868508050fcf3206b0814.gz
      bb4866bd
    • chris's avatar
      add authname memory cache · a424cd8e
      chris authored
      actions which concern multiple pages (e.g. search, backlinks, recents)
      end up repeatedly encoding the current user's name and groups. This
      change caches the results of the encoding allowing them to be reused.
      
      darcs-hash:20060923161206-9b6ab-a3ec8f1c2ec284d84b9ff85cba1e56165b2967a7.gz
      a424cd8e
  23. Sep 06, 2006
  24. Aug 22, 2006
  25. Aug 09, 2006
    • chris's avatar
      more unit test fixes · 742c66f8
      chris authored
      - move parser.test.php
      
      darcs-hash:20060809192115-9b6ab-973fea51fbfdcf5f44a2ac66000f2ccb5fdd43b4.gz
      742c66f8
  26. Aug 05, 2006
  27. Aug 04, 2006
    • chris's avatar
      unittest fixes · 03c4aec3
      chris authored
      darcs-hash:20060804142243-9b6ab-d208f7f1a67a9958fda05c519c8407ad5e733cea.gz
      03c4aec3
  28. Jul 14, 2006
    • Andreas Gohr's avatar
      two-stage password reset · 1d5856cf
      Andreas Gohr authored
      This patch changes the password reset function to a two-stage process.
      After requesting a new password a confirmation email is sent first, only
      if the link contained in this mail is used the password is changed for real.
      
      This makes sure malicious people can't reset passwords for other users.
      
      darcs-hash:20060714110548-7ad00-c1e23fd51cc2d2f16473914421ebe0f9c3b2ba8c.gz
      1d5856cf
  29. Jul 02, 2006
    • Andreas Gohr's avatar
      disableactions support · 409d7af7
      Andreas Gohr authored
      This patch adds a config option to disable certain internal action commands of
      DokuWiki's main dispatcher.
      
      The options resendpasswd and openregister were removed because they can now set
      through this new option.
      
      The config plugin needs to be adjusted.
      
      darcs-hash:20060702121622-7ad00-1e80e77bcfb0ae561fe7abd79cfbe1bb158be720.gz
      409d7af7
  30. Jun 15, 2006
    • Sebastian Harl's avatar
      register notify #826 · a06e4bdb
      Sebastian Harl authored
      A small patch for dokuwiki which enables dokuwiki to notify the
      administrator about new user registrations
      
      darcs-hash:20060615194419-022eb-51630aff3c6d93abc656742fc0bc723b93f97734.gz
      a06e4bdb
  31. May 31, 2006
    • Andreas Gohr's avatar
      XSS bugfix #820 · 11d989c3
      Andreas Gohr authored
      darcs-hash:20060531191114-7ad00-ee7498f6a9e047fc9eda5f8754f85d9b8a3317d5.gz
      11d989c3
  32. May 07, 2006
    • Andreas Gohr's avatar
      optionally use HTTP credentials to log in · 1e8c9c90
      Andreas Gohr authored
      If no credentials where given (either by form or former cookie) it is
      checked if credentials from a former HTTP based authentication are
      available. Those will be tried for login then.
      
      This only works with PHP running as Apache module.
      
      darcs-hash:20060507161224-7ad00-7ba0a6e871cf5319038e83672a2ff05ef23c124b.gz
      1e8c9c90
  33. Mar 07, 2006
  34. Mar 03, 2006
  35. Mar 02, 2006
    • Andreas Gohr's avatar
      Allow non-ID names in ACLs · 6c2bb100
      Andreas Gohr authored
      Some auth backends allow special chars like whitespaces in user and group
      names. This made problems with the existing ACL checks and ACL manager.
      This patch makes the ACL system work with these cases by (url)encoding all
      special chars below 128.
      
      darcs-hash:20060302101850-6e07b-14bda9dbdb3528904325419b35bb9eddb0d1dde3.gz
      6c2bb100
Loading