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 (Expand)Author
2018-11-11Fix phpmyadmin-security#254 CSRF allowing password resetMadhura Jayaratne
2018-02-25Replace static methods with instance methodsMaurício Meneghini Fauth
2017-09-14Refactor user_password functions to static methodsMaurício Meneghini Fauth
2017-09-07Refactor change password function to static methodMaurício Meneghini Fauth
2017-08-05Move server privileges to static methodsMaurício Meneghini Fauth
2017-07-17Remove PMA_MYSQL_INT_VERSION from privileges codeMichal Čihař
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-30Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-14Move js/zxcvbn.js to js/vendor/zxcvbn.jsMaurício Meneghini Fauth
2017-06-03Refactor the core functions into static methodsMaurício Meneghini Fauth
2017-05-10Avoid duplicating $responseMichal Čihař
2017-04-07Added a locale reference for $response in PMA_getChangePassMessage() of user_...Fenn-CS
2016-12-07Simplify Response object handlingMichal Čihař
2016-12-07Remove is_ajax_request globalMichal Čihař
2016-11-10Merge branch 'QA_4_6'Michal Čihař
2016-11-10Move scripts loading to correct locationMichal Čihař
2016-10-29Properly escape strings in MySQL statement valuesDeven Bansod
2016-08-17Merge branch 'QA_4_6'Michal Čihař
2016-08-17Avoid problems with PHP comparisonMichal Čihař
2016-08-02Merge branch 'master' into master-securityMichal Čihař
2016-08-02Merge branch 'QA_4_6'Michal Čihař
2016-08-02Merge branch 'QA_4_6' into QA_4_6-securityMichal Čihař
2016-08-02Fixed password change on MariaDB without auth pluginMichal Čihař
2016-07-26Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-07-26Do not allow to set too long passwordMichal Čihař
2016-07-26Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-07-25Merge branch 'QA_4_6'Deven Bansod
2016-07-25Fix #12391 : Message with 'Change password successfully' displayed, but does ...Deven Bansod
2016-04-06Cache current user information for DBI lifetimeMichal Čihař
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
2016-01-17Merge branch 'QA_4_5'Michal Čihař
2016-01-17Fix password change on MariaDB 10.1 and newerMichal Čihař
2016-01-17Fix commentMichal Čihař
2015-12-21Remove unneeded codeMarc Delisle
2015-12-20Move the variable assignment inside the else-if blockDeven Bansod
2015-12-19Add a base case for MySQL versions 5.5.0 - 5.5.7 - Might give an error on the...Deven Bansod
2015-12-19Add a base case for MySQL versions 5.5.0 - 5.5.7Deven Bansod
2015-12-19Move the variable assignment inside the else-if blockDeven Bansod
2015-12-19Fix indentingMarc Delisle
2015-12-19Remove dead codeMarc Delisle
2015-12-04Remove some unnecessary string concatenationsMarc Delisle
2015-11-26More coding style fixesMadhura Jayaratne
2015-11-26Merge branch 'QA_4_5'Deven Bansod
2015-11-24Fix issue 11684Deven Bansod
2015-10-19Make PHPCS happy.Hugues Peccatte
2015-10-15Fix merge conflictsMarc Delisle
2015-10-16Fixed error in PR : 11569Deven Bansod
2015-10-13Fix merge conflictsMarc Delisle