Tests pending pull requests

Build: #3917 was successful Manual run by Build Robot

Code commits

phpBB Ascraeus

  • Joas Schilling

    Joas Schilling c98cceaf22bc9bb2396fc3682dc78cfec76dfd65

    Merge pull request #3068 from marc1706/ticket/13204
    [ticket/13204] Tell user that password was incorrect when exceeding attempts

  • Joas Schilling

    Joas Schilling dd7e09d0924819b0233d3ed79d837cdcfad923f0

    Merge pull request #3064 from marc1706/ticket/13197
    [ticket/13197] Also delete group avatar from users that have it set

  • Joas Schilling

    Joas Schilling d7d4f681ca5e7d56acb24becbe48b6893bf5304d

    Merge pull request #3156 from prototech/ticket/13316
    [ticket/13316] Ensure Recaptcha image uses https when necessary.

  • Cesar G <prototech91@gmail.com>

    Cesar G <prototech91@gmail.com> f3373e1e322bcd7cd084600ac27c44e0912f9e56

    [ticket/13316] Ensure Recaptcha image uses https when necessary.
    PHPBB3-13316

    • phpBB/phpbb/captcha/plugins/recaptcha.php (version f3373e1e322bcd7cd084600ac27c44e0912f9e56)
  • Marc

    Marc f23634d58053efd811c87baafb1623624abb6c36 m

    [ticket/13197] Fix tabbing
    PHPBB3-13197

    • phpBB/phpbb/avatar/manager.php (version f23634d58053efd811c87baafb1623624abb6c36)
  • Marc

    Marc 8dd32c2bb5d1f99e59051797570c7f59fb937565 m

    [ticket/13197] Correctly format sql query
    PHPBB3-13197

    • phpBB/phpbb/avatar/manager.php (version 8dd32c2bb5d1f99e59051797570c7f59fb937565)
  • Marc

    Marc 086883167507ced565fa2803f10a3b3ae6664595 m

    [ticket/13204] Tell user that password was incorrect when exceeding attempts
    At the end of the login method, the captcha was entered correctly and only
    the password was incorrect. Therefore, just tell the user that the password
    was incorrect. He will see that he still needs to enter a captcha.

    PHPBB3-13204

    • phpBB/phpbb/auth/provider/db.php (version 086883167507ced565fa2803f10a3b3ae6664595)
  • Marc

    Marc b0942fe31db36e2c53533fb67d0e62dabecb53e6 m

    [ticket/13197] Test that user's group avatar is deleted by group avatar delete
    PHPBB3-13197

    • tests/avatar/fixtures/users.xml (version b0942fe31db36e2c53533fb67d0e62dabecb53e6)
    • tests/avatar/manager_test.php (version b0942fe31db36e2c53533fb67d0e62dabecb53e6)
  • Marc

    Marc 1da1a7065086d451f61cf470777dbd69bec3ee79 m

    [ticket/13197] Also delete group avatar from users that have it set
    PHPBB3-13197

    • phpBB/phpbb/avatar/manager.php (version 1da1a7065086d451f61cf470777dbd69bec3ee79)