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

github.com/erikdubbelboer/phpRedisAdmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-30v1.18.0HEADv1.18.0masterErik Dubbelboer
2022-10-29Fix #187 issue (comma in keys) (#188)Karel Wintersky
* * [*] make all AJAX requrests recieve data as object * [*] JSON.Stringify() selected keys (fix issue #187) * * [*] add `ext-mbstring` and `ext-json` to composer.json * * [*] replaced `dirname(__FILE__)` to `__DIR__` (faster) * * [-] removed obsolete empty lines * [+] export `$redis, $config, $csrfToken, $server` to local env of any PHP file * [*] a little fixes
2022-09-28Update readmeErik Dubbelboer
2022-08-25v1.17.3v1.17.3Erik Dubbelboer
2022-08-25Add support for REDIS_N_AUTH_FILEErik Dubbelboer
2022-07-03v1.17.2v1.17.2Erik Dubbelboer
2022-07-03Bring in tzdata so users could set the timezones through the environment (#182)suyar
2022-04-11v1.17.1v1.17.1Erik Dubbelboer
* 0866ff2 Update view.php (#180) (diplopito)
2022-04-11Update view.php (#180)diplopito
* Update view.php When `$type = 'ReJSON-RL'`, a warning is displayed: "Notice: Undefined variable: size in view.php on line 116." This is a small patch while reJson is added to library. * Update view.php * Update view.php Extended `if` code (didn't want to nest ternary operators). * Update view.php Default statement updated.
2021-12-13v1.17.0v1.17.0Erik Dubbelboer
2021-12-13Fix #157 by upgrading predis; Upgraded docker compose; Fixed submit button ↵Charlie Hayes
being cut off (#174)
2021-10-14ADD DATABASES env var in the readme file #102 (#173)kerolos william
2021-10-05v1.16.2v1.16.2Erik Dubbelboer
2021-10-05Fix magic hash attackErik Dubbelboer
2021-09-12v1.16.1v1.16.1Erik Dubbelboer
X-Frame-Options: sameorigin
2021-09-10v1.16.0v1.16.0Erik Dubbelboer
2021-09-10Set X-Frame-Options: DENYErik Dubbelboer
2021-09-10Don't load external domains in iframeErik Dubbelboer
2021-09-08v1.15.0v1.15.0Erik Dubbelboer
2021-09-08Fix html injectionErik Dubbelboer
2021-09-08Fix CSRF bugsErik Dubbelboer
2021-09-08v1.14.1v1.14.1Erik Dubbelboer
Add https://github.com/paragonie/random_compat
2021-08-26v1.14.0v1.14.0Erik Dubbelboer
2021-08-26Prevent Cross-Site Request ForgeryErik Dubbelboer
2021-08-23Create SECURITY.mdErik Dubbelboer
2020-10-14v1.13.2v1.13.2Erik Dubbelboer
2020-10-14Fix XSSErik Dubbelboer
2020-02-28v1.13.1v1.13.1Erik Dubbelboer
2020-02-28Avoid unnecessary horizontal scrollbars (#160)Abraão Zaidan
* Avoid unnecessary horizontal scrollbars Fix long key values rendering with horizontal scrollbar; Fix keys folder with checkbox in one line and key name in another line. * Ellipsis replaced by horizontal scrollbar while keeping elements aligned https://github.com/erikdubbelboer/phpRedisAdmin/pull/160#issuecomment-589968360 * Fix missing padding on the right frame in Firefox for Mac https://github.com/erikdubbelboer/phpRedisAdmin/pull/160#issuecomment-590048242
2020-01-31v1.13.0v1.13.0Erik Dubbelboer
2020-02-01Allow 'databases' server config option to be set by ENV (#159)Alex Stansfield
This is quite specific to my needs, but possibly useful for others. My setup is PhpRedisAdmin running in Docker on ECS Fargate connnecting to Redis Elasticache. AWS Elasticache has a restricted CONFIG command so you can't get the databases. This change allows me to set the databases in the Task Definition in ECS.
2020-01-10v1.12.0v1.12.0Erik Dubbelboer
2020-01-10Remove usage of get_magic_quotes_gpc method (#158)Michael Voříšek
2019-11-25minor changes (#156)Helmut K. C. Tessarek
* change order of evaluation PHP evaluates conditions from left to right count needs more instructions thus should be on the right side (probably not necessary, but I'm a perf guy...) * set a default in case it is not set in confg (to avoid PHP warnings)
2019-11-24Add showEmptyNamespaceAsKey and make <empty> greyErik Dubbelboer
2019-11-21fix switching server and database (#153)Helmut K. C. Tessarek
always show overview when switching - server, only keep var s (old database index might not exist on new server) - db, only keep vars s and d (whatever we are doing (show/edit key) won't be valid on new db) fixes #89, fixes #151
2019-11-21fix reset stat code (#152)Helmut K. C. Tessarek
as mentioned earlier the method 'resetstat' does not exist and therefore the test will always be false. config resetstat is part of redis forever, so there's no reason for testing for this functionality.
2019-11-17show number of keys in database drop-down list (#150)Helmut K. C. Tessarek
also added an option to hide empty database the option can be set for all databases or on a database level the default is that empty database are shown closes #149
2019-11-16fix keys ending in :0 shown as <empty> (#148)Helmut K. C. Tessarek
2019-10-22Trying out github sponsorshipErik Dubbelboer
2019-09-27v1.11.5v1.11.5Erik Dubbelboer
2019-09-27Make all paths relativeErik Dubbelboer
2019-09-19style: remove `?>` php ending tag (#146)Atef Ben Ali
The `?>` ending tag is optional in a pure `php` file.
2019-08-19Add features: batch delete (#145)一颗红心
* Add features: batch delete
2019-07-02v1.11.4v1.11.4Erik Dubbelboer
2019-07-02Show <empty> for empty key namesErik Dubbelboer
2019-06-14v1.11.3v1.11.3Erik Dubbelboer
2019-06-14Fix DockerfileErik Dubbelboer
2019-06-14v1.11.2v1.11.2Erik Dubbelboer
2019-06-14Improve DockerfileErik Dubbelboer
Change order so layers can be cached more properly.