PhpMongoAdmin Alpha 1.0.1-alpha-3.5
Pre-releaseCompleted 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