phpmyadmin/libraries/plugins
Michal Čihař e2a25d773d Merge pmaServer and pmaPass cookies
This addresses several issues:

- makes server name encrypted and authenticated, so that it can not be
  tampered
- reduces cookie usage
- reduces overhead of encryption/authentication

The pmaUser cookie is still separate to avoid different lifetime
(pmaUser has month lifetime, while pmaAuth is session only by default).

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-22 09:47:32 +02:00
..
auth Merge pmaServer and pmaPass cookies 2016-07-22 09:47:32 +02:00
export Use https to access phpmyadmin.net 2016-07-18 16:22:33 +02:00
import Use https for wiki links 2016-07-09 09:12:43 +02:00
schema Ensure page number is integer 2016-07-12 16:57:35 +02:00
transformations Ensure widht and height are integers 2016-07-13 10:55:07 +02:00
AuthenticationPlugin.php Improve handling of logout 2016-05-23 13:02:21 +02:00
ExportPlugin.php Remove dead code 2015-11-09 05:39:17 -08:00
ImportPlugin.php Remove /*overload*/ prefix from mb_* calls 2016-01-04 16:35:28 +01:00
IOTransformationsPlugin.php Add namespace on part of plugins classes. 2015-09-05 00:33:42 +02:00
SchemaPlugin.php The shared method has to be protected, not private 2016-01-05 16:15:17 +01:00
TransformationsInterface.php Add namespace on part of plugins classes. 2015-09-05 00:33:42 +02:00
TransformationsPlugin.php Add namespace on part of plugins classes. 2015-09-05 00:33:42 +02:00
UploadInterface.php Add namespace on part of plugins classes. 2015-09-05 00:33:42 +02:00