Skip to content
Snippets Groups Projects
  1. Aug 01, 2013
  2. Jun 16, 2013
  3. Jun 14, 2013
  4. Jun 08, 2013
  5. May 31, 2013
  6. May 27, 2013
  7. May 15, 2013
  8. Apr 01, 2013
  9. Mar 17, 2013
  10. 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
    • Michael Hamann's avatar
      Fix handling of failed authentication loading · 6416b708
      Michael Hamann authored
      In the case of a failed authentication initialization, the
      authentication setup was simply continued with an unset $auth object.
      This restores the previous behavior (before merging #141) of simply
      returning after unsetting $auth. Furthermore this re-introduces the
      check if $auth is set before checking $auth and removes a useless
      check if $auth is true (could never be false).
      6416b708
    • Dominik Eckelmann's avatar
      fixed auth_browseruid on IE9 · a4ce95c8
      Dominik Eckelmann authored
      IE9 send different HTTP_ACCEPT_LANGUAGE header on ajax request. This causes different results from auth_browseruid. This patch removes the HTTP_ACCEPT_LANGUAGE from the browser id calculation.
      a4ce95c8
  11. Feb 16, 2013
  12. Jan 06, 2013
    • Guillaume Turri's avatar
      Made auth_aclcheck always return int · def492a2
      Guillaume Turri authored
      The returned type is important in particular when we deal with xmlrpc. Indeed,
      this value is directly returned to the client eg when the wiki.getAllPages method
      is queried.
      
      Currently the 'perms' attribute may be either an int or a string, and its up to
      the xmlrpc client to resolve it (although Dokuwiki's documentation only tells it
      can be an int).
      
      This patch makes sure we'll always return perms as int.
      def492a2
  13. Nov 30, 2012
  14. Nov 25, 2012
    • Kazutaka Miyasaka's avatar
      Fix case-insensitive match in ACL checking · eb3ce0d5
      Kazutaka Miyasaka authored
      ACL checking of DokuWiki is currently always case-sensitive
      regardless of auth backend setting ($auth->isCaseSensitive).
      This commit enables case-insensitive match in the same way
      of auth_isMember().
      eb3ce0d5
  15. Oct 18, 2012
    • Andreas Gohr's avatar
      avoid broken browser_uid on IE · 80b4f376
      Andreas Gohr authored
      Internet Explorer 8 (and maybe others) seem to use different
      capitalization in the ACCEPT_CHARSET header between "normal" requests
      and AJAX requests. This causes a browser UID mismatch and thus an
      unecessary reauthentication.
      80b4f376
  16. Oct 06, 2012
    • Andreas Gohr's avatar
      changed default auth to authplain · 3094e817
      Andreas Gohr authored
      We need to decide how to handle the renaming of the auth classes. Should
      this be done automatically somehow? Or is an admin expected to fix this
      manually when updating?
      3094e817
  17. Sep 21, 2012
  18. Aug 24, 2012
  19. Jun 30, 2012
  20. Jun 29, 2012
  21. Jun 25, 2012
  22. Jun 24, 2012
  23. Mar 16, 2012
  24. Feb 20, 2012
  25. Feb 19, 2012
Loading