Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e2d6602ec2ed56e23be73f20c4d97ca73e463339
https://github.com/phpmyadmin/phpmyadmin/commit/e2d6602ec2ed56e23be73f20c4d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
M CONTRIBUTING.md
Log Message:
-----------
Document how to add Signed-off-by manually
This is needed especially for users creating commits on GitHub.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/QA_4_7
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: cde775bd2b7b3d56ba7cd608bad870feba75432f
https://github.com/phpmyadmin/phpmyadmin/commit/cde775bd2b7b3d56ba7cd608bad…
Author: Harro Verton <wanwizard(a)wanwizard.eu>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
M libraries/plugins/AuthenticationPlugin.php
Log Message:
-----------
Don't destroy the session if logins are still present. fixes #12301
If you are logged-in into multiple database servers, logOut() logs you
out of all of them. This fix will prevent that, and will only destroy
the session when you log out of the last server.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Signed-off-by: Harro Verton <wanwizard(a)wanwizard.eu>
Commit: 8d6b1dce57b4f5304346c15a851ae6f24823d3c7
https://github.com/phpmyadmin/phpmyadmin/commit/8d6b1dce57b4f5304346c15a851…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
M ChangeLog
M index.php
M libraries/plugins/AuthenticationPlugin.php
M test/classes/plugin/auth/AuthenticationCookieTest.php
M test/classes/plugin/auth/AuthenticationHttpTest.php
Log Message:
-----------
Improved handling of logout with disabled LoginCookieDeleteAll
- avoid removing session for cookie auth if LoginCookieDeleteAll is
disabled
- redirect user to other server rather than to login page
- show message about partial logout
- adjust tests
- this is based on #13221
Fixes #12301
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/6e27bc61efca...8d6b1dce57b4
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: cde775bd2b7b3d56ba7cd608bad870feba75432f
https://github.com/phpmyadmin/phpmyadmin/commit/cde775bd2b7b3d56ba7cd608bad…
Author: Harro Verton <wanwizard(a)wanwizard.eu>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
M libraries/plugins/AuthenticationPlugin.php
Log Message:
-----------
Don't destroy the session if logins are still present. fixes #12301
If you are logged-in into multiple database servers, logOut() logs you
out of all of them. This fix will prevent that, and will only destroy
the session when you log out of the last server.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Signed-off-by: Harro Verton <wanwizard(a)wanwizard.eu>
Commit: 8d6b1dce57b4f5304346c15a851ae6f24823d3c7
https://github.com/phpmyadmin/phpmyadmin/commit/8d6b1dce57b4f5304346c15a851…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
M ChangeLog
M index.php
M libraries/plugins/AuthenticationPlugin.php
M test/classes/plugin/auth/AuthenticationCookieTest.php
M test/classes/plugin/auth/AuthenticationHttpTest.php
Log Message:
-----------
Improved handling of logout with disabled LoginCookieDeleteAll
- avoid removing session for cookie auth if LoginCookieDeleteAll is
disabled
- redirect user to other server rather than to login page
- show message about partial logout
- adjust tests
- this is based on #13221
Fixes #12301
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d53d54130729acce3c0c6c8057d1352eaaa89f24
https://github.com/phpmyadmin/phpmyadmin/commit/d53d54130729acce3c0c6c8057d…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
M ChangeLog
M index.php
M libraries/plugins/AuthenticationPlugin.php
M test/classes/plugin/auth/AuthenticationCookieTest.php
M test/classes/plugin/auth/AuthenticationHttpTest.php
Log Message:
-----------
Merge branch 'QA_4_7'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/f9177a1c3d20...d53d54130729
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/data
Commit: 149518af840c47f20f2f1253d8a6aa0e6c4c1615
https://github.com/phpmyadmin/data/commit/149518af840c47f20f2f1253d8a6aa0e6…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
A logo/README.md
A logo/label.png
A logo/label.svg
A logo/logo.png
A logo/logo.svg
Log Message:
-----------
Include SVG and PNG logo and label
These are based on sticker, which was based on t-shirt.
We don't seem to have available original sources of the logo.
See https://github.com/phpmyadmin/phpmyadmin/issues/13218
Signed-off-by: Michal Čihař <michal(a)cihar.com>