Skip to content
Snippets Groups Projects
  1. Jun 04, 2007
  2. Jun 03, 2007
  3. 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
    • Andreas Gohr's avatar
      send 404 only for show or export action FS#1141 · 3848a0dd
      Andreas Gohr authored
      darcs-hash:20070528193451-7ad00-258dffcc0751d55a9eacd7dd48a1c6f81cac8167.gz
      3848a0dd
  4. May 24, 2007
  5. May 26, 2007
    • Ben Coburn's avatar
      Fix infinite page redirects in getID · 7a42ac9e
      Ben Coburn authored
      Fix infinite page redirects in getID
      Loading "start:" was causing a loop of page redirects.
      Page IDs like "start:" now resolve correctly
      to an ID like "start".
      
      darcs-hash:20070526094501-05dcb-eac8e908ecda8820aa0ef66760786b2094395fe2.gz
      7a42ac9e
  6. May 24, 2007
  7. May 23, 2007
    • Kae's avatar
      russian updates · 7b7c1a2e
      Kae authored
      darcs-hash:20070523211728-f58de-f3a49e34341f7554102b69c1827705933b8d3fc9.gz
      7b7c1a2e
  8. May 15, 2007
  9. May 16, 2007
  10. May 15, 2007
    • wingedfox's avatar
      TOC toggle usability fix · 42a2974e
      wingedfox authored
      Changes:
      1. click event handler moved to the toc__header, because plus and minus signs are too small and not usable because of this
      2. minus sign replaced with the bigger one, see http://debugger.ru/temp/cross-plus-9x9.html testcases
      3. added the pointer cursor to the toc header
      
      darcs-hash:20070515045800-00f02-ed34ebd337c66e3bac731f300f2ce385f64f5e21.gz
      42a2974e
  11. May 14, 2007
  12. May 13, 2007
Loading