Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: cc961340d9feb7a675b24da1a6667bb6d1673439 https://github.com/phpmyadmin/phpmyadmin/commit/cc961340d9feb7a675b24da1a666... Author: Michal Čihař michal@cihar.com Date: 2016-11-18 (Fri, 18 Nov 2016)
Changed paths: M libraries/LanguageManager.php
Log Message: ----------- Remove check for < in Accept-Language header
It is no longer needed since we do match language against existing ones.
Issue #12710
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 53f07e717975aba39efd45e1c2856feaee92bacc https://github.com/phpmyadmin/phpmyadmin/commit/53f07e717975aba39efd45e1c285... Author: Michal Čihař michal@cihar.com Date: 2016-11-18 (Fri, 18 Nov 2016)
Changed paths: M libraries/plugins/auth/AuthenticationHttp.php
Log Message: ----------- Remove protection against < in HTTP Authorization header
It really doesn't make sense here as the username can potentionally contain < anyway and we need to deal with it later (and we do).
Fixes #12710
Signed-off-by: Michal Čihař michal@cihar.com
Commit: cf7a731ca1c49898d9d8169332f897c70a608c6a https://github.com/phpmyadmin/phpmyadmin/commit/cf7a731ca1c49898d9d8169332f8... Author: Michal Čihař michal@cihar.com Date: 2016-11-18 (Fri, 18 Nov 2016)
Changed paths: M libraries/LanguageManager.php M libraries/plugins/auth/AuthenticationHttp.php
Log Message: ----------- Merge branch 'QA_4_6'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/e512a8935906...cf7a731ca1c4