Skip to content
Snippets Groups Projects
  1. May 18, 2017
  2. May 17, 2017
  3. May 13, 2017
    • Andreas Gohr's avatar
      fixed paging through recent changes · 549a9ea1
      Andreas Gohr authored
      549a9ea1
    • Andreas Gohr's avatar
      Merge branch 'master' into actionrefactor · fa3b6716
      Andreas Gohr authored
      * master:
        fix error in config manager caused by changes visibility
        Continue if there are no attributes
        avoid dependency tests being marked as risky
        replaced some more each calls
        remove deprecated each() call
        test constructors need to call parent constructor
        use dataprovider in password tests
        removed deprecated blowfish class
        replace some var keywords
        translation update
        PassHash.class.php: in case of brcrypt, use the most recent variant $2y$
        translation update
        Fix Typo in remote API (#1938)
        translation update
        translation update
        translation update
        use 403 response on bad logins. closes #1937
      fa3b6716
    • Andreas Gohr's avatar
      fix error in config manager caused by changes visibility · 61e35c35
      Andreas Gohr authored
      The internal lang and localized variables of a plugin are no longer
      accessible from the outside. This adds a proper setter and also fixes
      the type hinting in the config plugin.
      61e35c35
    • Gerry Weißbach's avatar
      Continue if there are no attributes · 9b48e6a1
      Gerry Weißbach authored
      If an entry in the loop at `_tpl_metaheaders_action` has no content, skip this entry.
      9b48e6a1
  4. May 12, 2017
  5. Apr 24, 2017
  6. Apr 19, 2017
    • Max-Julian Pogner's avatar
      PassHash.class.php: in case of brcrypt, use the most recent variant $2y$ · dd865c4c
      Max-Julian Pogner authored
      This change breaks compatibility with php 5.3.7, but a standing
      requirement for at least php 5.6 is declared in composer.json.
      
      If the php documentation is to be believed, this change increases
      security against pass-the-hash type attacks. (I do not have the knowledge
      to assess the security differences between $2a$ and $2y$).
      
      As a Sidenote: htpasswd shipped with apache2 2.4.10 (and probably,
      other versions), when used with the -B (=bcrypt) option, produces hashes
      marked with $2y$.
      
      Nonewithstanding the actual support or non-support of $2a$ by the
      apache2 'AuthUserFile' directive, the apache 2.4 documentation only
      asserts support for the $2y$ bcrypt variant.
      Therefore, this commit would make it possible for dokuwiki and apache2
      basic authentication to share the same password file, in the case when
      bcrypt is used.
      dd865c4c
    • David Surroca's avatar
      translation update · 6475ad44
      David Surroca authored
      6475ad44
  7. Apr 18, 2017
    • Dharmik's avatar
      Fix Typo in remote API (#1938) · 32b2e368
      Dharmik authored
      * Updated remote.php
      
      Updated remote.php for retrieving all the acl details.
      
      * Updated remote.php
      
      By mistake changed in addAcl instead of listAcls.
      32b2e368
  8. Apr 05, 2017
  9. Apr 04, 2017
  10. Apr 01, 2017
  11. Mar 31, 2017
Loading