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
2018-05-16Enable strict mode in PHP filesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-07Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Sanitize to PhpMyAdmin namespace - Move SavedSearches to PhpMyAdmin namespace - Move Scripts to PhpMyAdmin namespace - Move ServerStatusData to PhpMyAdmin namespace - Move Sql to PhpMyAdmin namespace - Move StorageEngine to PhpMyAdmin namespace - Move SubPartition to PhpMyAdmin namespace - Move SysInfoLinux to PhpMyAdmin namespace - Move SysInfoSunOS to PhpMyAdmin namespace - Move SysInfoWINNT to PhpMyAdmin namespace - Move SysInfo to PhpMyAdmin namespace - Move SystemDatabase to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move OpenDocument to PhpMyAdmin namespace - Move OutputBuffering to PhpMyAdmin namespace - Move Partition to PhpMyAdmin namespace - Move Pdf class to PhpMyAdmin namespace - Move RecentFavoriteTable to PhpMyAdmin namespace - Move Response to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Advisor to PhpMyAdmin namespace - Move Bookmark to PhpMyAdmin namespace - Move Charsets to PhpMyAdmin namespace - Move Config class to PhpMyAdmin namespace - Move Console class to PhpMyAdmin namespace - Move Core to PhpMyAdmin namespace - Move DatabaseInterface to PhpMyAdmin namespace - Move DbList to PhpMyAdmin namespace - Move DbQbe to PhpMyAdmin namespace - Move DbSearch to PhpMyAdmin namespace - Move DisplayResults to PhpMyAdmin namespace - Move Encoding to PhpMyAdmin namespace - Move Error to PhpMyAdmin namespace - Move ErrorHandler to PhpMyAdmin namespace - Move File to PhpMyAdmin namespace - Move Font to PhpMyAdmin namespace - Move Footer to PhpMyAdmin namespace - Move Header to PhpMyAdmin namespace - Move Index to PhpMyAdmin namespace - Move IndexColumn to PhpMyAdmin namespace - Move LanguageManager to PhpMyAdmin namespace - Move Language to PhpMyAdmin namespace - Move Linter to PhpMyAdmin namespace - Move ListAbstract to PhpMyAdmin namespace - Move ListDatabase to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-03Refactor the core functions into static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2016-12-07Simplify Response object handlingMichal Čihař
- always use use and short name - avoid calling getInstance() several times in one script Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-22Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-07-22Send standard set of HTTP headers on redirectMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-22Merge branch 'QA_4_6'Michal Čihař
2016-07-22Allow only https outgoing linksMichal Čihař
We no longer produce http links, so it's better to filter out these at all levels. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-15Merge branch 'QA_4_6'Michal Čihař
2016-06-15Use standard redirect functionMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-22Refactor text sanitization and javascript escaping, Issue #11989, #11988Durgesh
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-02-03Remove PmaAbsoluteUri from redirectsMichal Čihař
This is no longer needed as per RFC 7231. Issue #11412 Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-03Remove some unnecessary string concatenationsMarc Delisle
https://github.com/dseguy/clearPHP/blob/master/rules/no-unnecessary-string-concatenation.md Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-10-23Port content spoofing fixMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-07Long links may be converted to formsMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-06Remove unneeded closing tagsRahul Kadyan
Closing tags at the end of file are not mandatory. It is often suggested to omit to closing tags at the end of file to prevent unwanted effects as PHP will start output buffering if there is any character after closing tag. Reference: http://php.net/manual/en/language.basic-syntax.phptags.php Signed-off-by: Rahul Kadyan <hi@znck.me>
2014-12-03bug #4612 [security] XSS vulnerability in redirection mechanismMichal Čihař
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-02-11Simplify url redirectory code, no need for two branchsMichal Čihař
2014-02-11Improvements in URL redirectorMichal Čihař
- do not concatenate message to allow better translation - avoid possbile XSS
2014-02-08Remove commented debugging code. Replace tabs with spacesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-02-07Fix coding style; add localizationMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-02-07Fix for bug#4237.Dhananjay
Signed-off-by: Dhananjay <dhananjaynakrani@gmail.com>
2013-09-12fix coding style: true is lower caseDieter Adriaenssens
2013-09-12Fix URL redirector in case of fatal erorrsMichal Čihař
2012-07-01Merge branch 'QA_3_5'J.M
2012-07-01Backport commit 4521b28 to fix bug #3527531, die after sending Location ↵J.M
header in url.php
2012-06-01Add missing @package tagMichal Čihař
2012-04-30Wrap some long linesMadhura Jayaratne
2012-04-11add vim directive for indenting with spacesDieter Adriaenssens
2011-05-20Make redirector require valid tokenMichal Čihař
2011-01-31No need for authentication on url.php (bug#3168011).Michal Čihař
2011-01-28[security] Redirect external links to avoid Referer leakage.Michal Čihař