Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-27Truncate only long passwordsMichal Čihař
This avoids problems with certain PHP versions returning false when first parameter to substr is ''. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-26Remove option to show phpinfo() ($cfg['ShowPhpInfo'])Michal Čihař
This is really more a PHP debugging feature than anything related to phpMyAdmin. If user wants to debug, it's as simple a creating file with one line of php code. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-30Allow url.php to be used without valid tokenMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-27Enable localization before redirectMichal Čihař
This is needed in case of IIS which needs full HTML response. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-26Do not process subforms with PMA_MINIMUM_COMMONMichal Čihař
In such case needed infrastructure is not loaded, so related code won't work anyway. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-26Include common libraries in setupMichal Čihař
We use PMA_fatalError which in turn needs Response and related objects. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-26Use hash_equals for comparing tokenMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-12-01bug #4611 [security] DOS attack with long passwordsMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-09-12bug #3997 Error handling in case MySQL extension is missingMichal Čihař
We can not work with Response object before loading DBI as it uses it.
2013-08-29bug #4046 Exporting huge Tables causes memory-ProblemsMarc Delisle
2013-07-28Fix merge conflictsMarc Delisle
2013-07-17Move protection statement at beginning of scriptMarc Delisle
2013-07-17[security] Avoid full path disclosure from libraries/common.inc.php, see ↵Marc Delisle
PMASA-2013-12
2013-07-17[security] Avoid full path disclosure from some libraries script, seeMarc Delisle
PMASA-2013-12 Move the PHPMYADMIN constant definition earlier
2013-06-24bug #3985 Call to undefined function mb_detect_encodingMarc Delisle
2013-06-04Add check for json module in PHPMichal Čihař
Debian no longer ships JSON support built in into PHP because of some licensing issues found in the PHP 5.5 and others might follow, so we need to check whether JSON module is there.
2013-05-23Include profiling scripts initially, bug#3639 in QA_4_0Atul Pratap Singh
2013-02-09Fix merge conflictsMarc Delisle
2013-01-20Bug #3777 Cannot log out from second serverMarc Delisle
2012-12-19Remove remaining code in tbl_alter.phpMarc Delisle
2012-12-14Split the server staus monitor features into a separate pageRouslan Placella
2012-11-30No such filesRouslan Placella
2012-11-30Fixed undefined variableRouslan Placella
2012-11-27Wait for erroring out about the token until after the authenticationRouslan Placella
2012-11-12Remove dead codeMichal Čihař
2012-10-31Fixed handling of NaviWidth configuration directiveRouslan Placella
2012-10-31Dropped main.phpRouslan Placella
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-09-16Renamed the file to Util.class.php and modify the relavant filesChanaka Indrajith
2012-09-05Fix gettext invocationMichal Čihař
2012-08-06Merge branch 'QA_3_5'Madhura Jayaratne
Conflicts: js/tbl_select.js po/da.po tbl_select.php
2012-08-06bug #3546277 [core] Call to undefined function __() when config file has ↵J.M
wrong permissions
2012-06-30Resolve conflictsChanaka Indrajith
2012-06-28common.lib.php file renamed to CommonFunctions.class.phpChanaka Indrajith
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-22oop: change include locations for pluginsAlex Marin
2012-06-22oop: AuthenticationCookie bugAlex Marin
2012-06-22oop: integrate authentication pluginsAlex Marin
2012-06-20More clever URL rewriting with ForceSSL (bug #3510196)Michal Čihař
2012-06-20Clarify code for ForceSSLMichal Čihař
Conflicts: libraries/common.inc.php
2012-06-12Moved lost globalRouslan Placella
2012-06-11Force JSON response for AJAX requestsRouslan Placella
2012-06-11Completely drop footnotes and use tooltips insteadRouslan Placella
2012-06-11Don't die before the Response class is instanciatedRouslan Placella
2012-06-11Ensure that PMA_Response is instanciated in common.inc.phpRouslan Placella
2012-06-11Fixes for disabling the responseRouslan Placella
2012-06-11Added PMA_Response classRouslan Placella
2012-06-11Added PMA_Footer and PMA_Footnotes classesRouslan Placella
2012-06-11Integrated authentication libraries with PMA_Header classRouslan Placella
2012-06-11Dropped header.inc.php in favor of the PMA_Header classRouslan Placella