Skip to content

Releases: php-mongo/admin

PhpMongoAdmin Beta 1.0.1-beta-1.0

05 Dec 03:50
Compare
Choose a tag to compare
Pre-release

Having reached 99.9 pecent completion of installation scripts, configurations and build variants PhpMongoAdmin is now ready for the BETA phase of testing. With this release we have implemented the following changes and additions:
Updates to the env.example comfiguration file.
Added some mssing docblocks and method return types.
Updated some code block commenting.
Added a singe_user_mode definition for potential future usage.
Renamd a var in isUserCreateAllowed method to be more descriptive.
Reveresed the logic on some 'Demo Site' exclusion checks.
Added a custom password reset method to ensure our encryption is implemented and preserved.
Extended the checking in the Setup Controller to cater for cases where the Control-User has been setup with Inline-MongoDB credentials.
UI styling improvements for preliminary views like the landing page and primary list views.
Completed creation of installtion scripts for all variants of phpMongoAdmin.
Completed setup script with full automation capability including self-signed SSL cert creation.
Created default server configurations for Apache2 and Nginx.
Minor update to docker-compose install procedure.

PhpMongoAdmin Alpha 1.0.1-alpha-5.0

17 Nov 10:58
Compare
Choose a tag to compare
Pre-release

Our first MVP patch includes updates and fixes to ensure PhpMongoAdmin's /php-mongo/docker-stand-alone can setup and run smoothly inside a Docker environment.
Updated env.example and added .gitignore to database/sqlite to preserve directory.
Added a new config param to specify the default mongodb hostname.
Added environment parameter to enable setting a flag for application when running in docker instances to help cater for hostname variations for setting connection string format for DNS seeding.
Fix load timing issues affecting DSO repo due to lag in Windoes docker implementation.
Multiple fixes for DSO repo, add close icon and function on 3 notification templates. update some imagepath for nested and default install URI path.
Fixed an intermittent error loading system.profile collection if _id index was not present.
Fixed collapse labelling on users cards and added collapsed views to server-config cards.

PhpMongoAdmin Alpha 1.0.1-alpha-4.5

05 Nov 12:20
Compare
Choose a tag to compare
Pre-release

MVP of Alpha builds completed!
Completed Cluster (master-slave) component with display cluster information overview.
Fixed validation on new server config creation.
Update validators to use the apps minimum password length configuration.
Cleaned up a few code crufftys.
Added ability to activate a server configuration from the list view.
Confirmed ability to switch back and forth between server configurations on the fly.

PhpMongoAdmin Alpha 1.0.1-alpha-4.0

20 Oct 12:39
Compare
Choose a tag to compare
Pre-release

Completed QA on Server configurations and verfied connections to Atlas servers.
Fixed UX on the Servers list and form behaviour.
Updated the main panel view to correctly show the current DB server connection details,
Updated the top-view to use a dynamically allocated db-server name as the (Server) reload link.
Fixed IpInfo behaviour with the new configuration handlers.
Fixed the scroll effect within the Document view to cater for cases when the Top Nav is collapsed/expanded.

Full Changelog: v1.0.1-alpha-3.5...v1.0.1-alpha-4.0

PhpMongoAdmin Alpha 1.0.1-alpha-3.5

14 Sep 05:55
Compare
Choose a tag to compare
Pre-release

Completed the User management component:
Root (control user) has full visibility on all locally created Application logins and MongoDb users, except for Atlas Cloud instance users.
Create synchronized 'local' application login | mongodb users. Currently only global roles are handled for db users. (more to come)
Create 'admin' users with full user and database administration capabilities.
Updated and streamlined the Login/Logout processes.
Added new configuration parameters to enable/disable certain features like IpInfo requests and Query logging.
Updated the Servers configuration/setup for improved handling of MongoDb Atlas Cloud configurations. (more to come)
Ensure the servers list is limited to server configuration created by the current user. Root user still has full view.
Implemented 1st level mongodb user role monitoring throughout most API controllers.
Created new helper classes and traits and moved some existing methods to appropriate locations.
Created a 'staging' branch that replicated production except for the environment setting.
Variety of smaller improvements and bug fixes

PhpMongoAdmin Alpha 1.0.1-alpha-3.0

03 Aug 11:28
Compare
Choose a tag to compare
Pre-release

Completed all Server level panels apart from Master/Slave config.
Fixed multiple DOC Blocks.
Improved LHS DB's list navigation loading.
Enabled click-outside closing of all Document and Collection modals

PhpMongoAdmin Alpha 1.0.1-alpha-2.5

15 Nov 07:28
Compare
Choose a tag to compare
Pre-release

Completed all Database related panels.
Audit and Update on all Node packages.
Fixed DB level import bug affecting Compass exports.
Re-enabled all Server level navigation for preview of server panels.

PhpMongoAdmin Alpha 1.0.1-alpha-2.0

03 Oct 11:46
Compare
Choose a tag to compare
Pre-release

Reinstated all Database navigation links.
Completed DB Command panel functionality.
Implemented modifications to ensure the application can be loaded from a website sub directory or via an Paache Alias /uri/ /directory/ directive.
Please see the documentation about security issues regarding nested directories.

PhpMongoAdmin Alpha 1.0.1-alpha-1.3

21 Sep 01:29
Compare
Choose a tag to compare
Pre-release

Updated base PHP code to match Symfony's implementation of Comparison operators to improve readability.
Fixed an issue affecting consecutive updates on a single document.

PhpMongoAdmin Alpha 1.0.1-alpha-1.1

14 Sep 23:26
Compare
Choose a tag to compare
Pre-release

Styling improvements stage 1:
Fixed basic styling to improve responsiveness and compatibility with smaller screen sizes.
Tested on 1440, 1280 and Tablet @768 with marked improvements in display capabilities.
Fixed the behavior of the LHS Nav collapse/expand for lower resolution displays.