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
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.
2019-06-14Fix PHP 7.3 compatibilityErik Dubbelboer
Fixes #143
2019-06-14Update README.markdown (#138)Yige
* Update README.markdown Add Environment variables summary * Update README.markdown
2019-06-03Add tini (#142)Maciej Klak
2019-04-02Fix case of contants based on best practices from PSR2 (#141)friendlydan
Signed-off-by: CodeLingoBot <bot@codelingo.io>
2019-01-24v1.11.1v1.11.1Erik Dubbelboer
2019-01-24Fix PHP 5.3 compatibilityErik Dubbelboer
Fixes #140
2019-01-24fix a bug: remove tree action will do nothing when 'seperator' config is not ':'李健
2018-09-24Fix -1 to push to the start of a listErik Dubbelboer
Fixes #135
2018-09-03Fix redeclare authCookie errorErik Dubbelboer
Fixes https://github.com/erikdubbelboer/phpRedisAdmin/issues/133
2018-08-21v1.11.0v1.11.0Erik Dubbelboer
Using predis 1.1.1 and docker composer:1.7 image
2018-08-21changed FROM image (#132)toughIQ
changed base image from "composer/composer", which is deprecated, to current "composer" with tag "1.7" Also reduced image size from 650MB to 150MB.
2018-08-04Correction time shows that time is more scientific (#130)JACK
Improve time formatting
2018-06-26Update config.environment.inc.php古木天琪
fix auth config env
2018-06-26Update config.environment.inc.php古木天琪
add auth config to environment
2018-03-23added ',' to line 12 ppeer
as response to: "PHP message: PHP Parse error: syntax error, unexpected ''auth'' (T_CONSTANT_ENCAPSED_STRING)"
2018-02-23v1.10.2v1.10.2Erik Dubbelboer
2018-02-23Fix license in composer.jsonErik Dubbelboer
2018-01-16v1.10.1v1.10.1Erik Dubbelboer
To test the docker build system.
2018-01-11v1.10.0v1.10.0Erik Dubbelboer
2018-01-11Fix: delete inherited servers when loading configuration from environment ↵pataquets
variables.
2018-01-11Add Docker usage docs and Docker Compose manifest for testing/development.pataquets
2017-11-081.9.0v1.9.0Erik Dubbelboer
2017-11-08Fix #119Erik Dubbelboer
2017-11-08Improved export functionality (#120)fratuz610
Added support for filter and transform parameters while exporting bulk databases
2017-09-24Merge pull request #116 from aplexup/masterErik Dubbelboer
Add isset() to login.inc.php on line 112
2017-09-19Merge pull request #1 from aplexup/patch-1aplexup
Update login.inc.php
2017-09-19Update login.inc.phpaplexup
If using "cookie_auth" and enter not exists login, then PHP show "Notice: Undefined index: a in /usr/www/pra/includes/login.inc.php on line 112"
2017-08-141.8.0v1.8.0Erik Dubbelboer