PluginProbe
User Access Manager / trunk
User Access Manager vtrunk
2.3.20 2.3.19 2.3.18 2.3.17 2.3.16 2.3.15 2.3.14 2.3.13 trunk 0.6 0.6.1 0.6.2 0.7 0.7 Beta 0.7.0.1 0.8 0.8.0.1 0.8.0.2 0.9 0.9.1 0.9.1.1 0.9.1.2 0.9.1.3 0.9.1.4 1.0 All 136 releases

User Access Manager: 0.6trunk

168 files added or removed
Compare trunk against:
2.3.20 2.3.19 2.3.18 2.3.17 2.3.16 2.3.15 2.3.14 2.3.13 0.6 0.6.1 0.6.2 0.7 0.7 Beta 0.7.0.1 0.8 0.8.0.1 0.8.0.2 0.9 0.9.1 0.9.1.1 0.9.1.2 0.9.1.3 0.9.1.4 1.0 All 136 releases
Added and removed
removed screenshot-1.png View in 0.6 →
added CONTRIBUTING.md View in trunk →
added assets/css/uamAdmin.css View in trunk →
added assets/css/uamLoginForm.css View in trunk →
added assets/gfx/icon.png View in trunk →
added assets/gfx/noAccessPic.png View in trunk →
added assets/js/functions.js View in trunk →
added assets/js/jquery.uam-group-suggest.js View in trunk →
added assets/js/jquery.uam-time-input.js View in trunk →
added composer.json View in trunk →
added composer.lock View in trunk →
added includes/language.php View in trunk →
added includes/version.php View in trunk →
added init.php View in trunk →
added languages/user-access-manager.pot View in trunk →
added src/Access/AccessHandler.php View in trunk →
added src/Cache/Cache.php View in trunk →
added src/Cache/CacheProviderFactory.php View in trunk →
added src/Cache/CacheProviderInterface.php View in trunk →
added src/Cache/FileSystemCacheProvider.php View in trunk →
added src/Cache/RedisCacheProvider.php View in trunk →
added src/Command/GroupCommand.php View in trunk →
added src/Command/ObjectCommand.php View in trunk →
added src/Config/Config.php View in trunk →
added src/Config/ConfigFactory.php View in trunk →
added src/Config/MainConfig.php View in trunk →
added src/Config/Parameter/BooleanConfigParameter.php View in trunk →
added src/Config/Parameter/ConfigParameter.php View in trunk →
added src/Config/Parameter/ConfigParameterFactory.php View in trunk →
added src/Config/Parameter/ConfigParameterInterface.php View in trunk →
added src/Config/Parameter/SelectionConfigParameter.php View in trunk →
added src/Config/Parameter/StringConfigParameter.php View in trunk →
added src/Config/WordpressConfig.php View in trunk →
added src/Controller/Backend/Administration/AboutController.php View in trunk →
added src/Controller/Backend/Administration/SettingsController.php View in trunk →
added src/Controller/Backend/Administration/SetupController.php View in trunk →
added src/Controller/Backend/Administration/UserGroupController.php View in trunk →
added src/Controller/Backend/BackendController.php View in trunk →
added src/Controller/Backend/CacheController.php View in trunk →
added src/Controller/Backend/ControllerTabNavigationTrait.php View in trunk →
added src/Controller/Backend/ObjectMembership/DynamicGroupsController.php View in trunk →
added src/Controller/Backend/ObjectMembership/ObjectController.php View in trunk →
added src/Controller/Backend/ObjectMembership/ObjectInformation.php View in trunk →
added src/Controller/Backend/ObjectMembership/ObjectInformationFactory.php View in trunk →
added src/Controller/Backend/ObjectMembership/PostObjectController.php View in trunk →
added src/Controller/Backend/ObjectMembership/TermObjectController.php View in trunk →
added src/Controller/Backend/ObjectMembership/UserObjectController.php View in trunk →
added src/Controller/BaseControllerTrait.php View in trunk →
added src/Controller/Controller.php View in trunk →
added src/Controller/ControllerFactory.php View in trunk →
added src/Controller/Frontend/Authentication/LoginControllerTrait.php View in trunk →
added src/Controller/Frontend/Authentication/ShortCodeController.php View in trunk →
added src/Controller/Frontend/Content/AdminOutputControllerTrait.php View in trunk →
added src/Controller/Frontend/Content/ContentController.php View in trunk →
added src/Controller/Frontend/Content/PostController.php View in trunk →
added src/Controller/Frontend/Content/TermController.php View in trunk →
added src/Controller/Frontend/FrontendController.php View in trunk →
added src/Controller/Frontend/RedirectController.php View in trunk →
added src/Database/Database.php View in trunk →
added src/File/Delivery/FileObject.php View in trunk →
added src/File/Delivery/FileObjectFactory.php View in trunk →
added src/File/FileHandler.php View in trunk →
added src/File/Protection/ApacheFileProtection.php View in trunk →
added src/File/Protection/FileProtection.php View in trunk →
added src/File/Protection/FileProtectionFactory.php View in trunk →
added src/File/Protection/FileProtectionInterface.php View in trunk →
added src/File/Protection/NginxFileProtection.php View in trunk →
added src/Form/Element/FormElement.php View in trunk →
added src/Form/Element/Input.php View in trunk →
added src/Form/Element/LabelTrait.php View in trunk →
added src/Form/Element/MultipleFormElement.php View in trunk →
added src/Form/Element/MultipleFormElementValue.php View in trunk →
added src/Form/Element/Radio.php View in trunk →
added src/Form/Element/Select.php View in trunk →
added src/Form/Element/Textarea.php View in trunk →
added src/Form/Element/ValueSetFormElement.php View in trunk →
added src/Form/Element/ValueSetFormElementValue.php View in trunk →
added src/Form/Element/ValueTrait.php View in trunk →
added src/Form/Form.php View in trunk →
added src/Form/FormFactory.php View in trunk →
added src/Form/FormHelper.php View in trunk →
added src/Object/ObjectHandler.php View in trunk →
added src/Object/ObjectMapHandler.php View in trunk →
added src/ObjectMembership/Exception/MissingObjectMembershipHandlerException.php View in trunk →
added src/ObjectMembership/Exception/MissingObjectTypeException.php View in trunk →
added src/ObjectMembership/ObjectMembershipHandler.php View in trunk →
added src/ObjectMembership/ObjectMembershipHandlerFactory.php View in trunk →
added src/ObjectMembership/ObjectMembershipWithMapHandler.php View in trunk →
added src/ObjectMembership/Type/PostMembershipHandler.php View in trunk →
added src/ObjectMembership/Type/RoleMembershipHandler.php View in trunk →
added src/ObjectMembership/Type/TermMembershipHandler.php View in trunk →
added src/ObjectMembership/Type/UserMembershipHandler.php View in trunk →
added src/Setup/Database/Column.php View in trunk →
added src/Setup/Database/DatabaseHandler.php View in trunk →
added src/Setup/Database/DatabaseObjectFactory.php View in trunk →
added src/Setup/Database/MissingColumnsException.php View in trunk →
added src/Setup/Database/Table.php View in trunk →
added src/Setup/SetupHandler.php View in trunk →
added src/Setup/Update/DatabaseUpdate.php View in trunk →
added src/Setup/Update/DatabaseUpdate1.php View in trunk →
added src/Setup/Update/DatabaseUpdate2.php View in trunk →
added src/Setup/Update/DatabaseUpdate3.php View in trunk →
added src/Setup/Update/DatabaseUpdate4.php View in trunk →
added src/Setup/Update/DatabaseUpdate5.php View in trunk →
added src/Setup/Update/DatabaseUpdate6.php View in trunk →
added src/Setup/Update/DatabaseUpdate7.php View in trunk →
added src/Setup/Update/DatabaseUpdate8.php View in trunk →
added src/Setup/Update/UpdateFactory.php View in trunk →
added src/Setup/Update/UpdateInterface.php View in trunk →
added src/User/UserHandler.php View in trunk →
added src/UserAccessManager.php View in trunk →
added src/UserGroup/AbstractUserGroup.php View in trunk →
added src/UserGroup/AssignedObjectsLoader.php View in trunk →
added src/UserGroup/AssignmentInformation.php View in trunk →
added src/UserGroup/AssignmentInformationFactory.php View in trunk →
added src/UserGroup/DynamicUserGroup.php View in trunk →
added src/UserGroup/UserGroup.php View in trunk →
added src/UserGroup/UserGroupAssignmentException.php View in trunk →
added src/UserGroup/UserGroupAssignmentHandler.php View in trunk →
added src/UserGroup/UserGroupFactory.php View in trunk →
added src/UserGroup/UserGroupHandler.php View in trunk →
added src/UserGroup/UserGroupTypeException.php View in trunk →
added src/Util/DateUtil.php View in trunk →
added src/Util/Util.php View in trunk →
added src/View/AdminAbout.php View in trunk →
added src/View/AdminForm/Input.php View in trunk →
added src/View/AdminForm/Radio.php View in trunk →
added src/View/AdminForm/Select.php View in trunk →
added src/View/AdminForm/Textarea.php View in trunk →
added src/View/AdminNotice.php View in trunk →
added src/View/AdminSettings.php View in trunk →
added src/View/AdminSetup.php View in trunk →
added src/View/AdminUserGroup.php View in trunk →
added src/View/BulkEditForm.php View in trunk →
added src/View/GroupInfo.php View in trunk →
added src/View/GroupSelectionForm.php View in trunk →
added src/View/InfoBox.php View in trunk →
added src/View/Login/LoginForm.php View in trunk →
added src/View/LoginForm.php View in trunk →
added src/View/LoginWidget.php View in trunk →
added src/View/MediaAjaxEditForm.php View in trunk →
added src/View/ObjectColumn.php View in trunk →
added src/View/PostEditForm.php View in trunk →
added src/View/SteadyBanner.php View in trunk →
added src/View/TabList.php View in trunk →
added src/View/TermEditForm.php View in trunk →
added src/View/UserColumn.php View in trunk →
added src/View/UserGroups/DefaultUserGroupEditForm.php View in trunk →
added src/View/UserGroups/UserGroupEditForm.php View in trunk →
added src/View/UserGroups/UserGroupList.php View in trunk →
added src/View/UserProfileEditForm.php View in trunk →
added src/Widget/LoginWidget.php View in trunk →
added src/Widget/WidgetFactory.php View in trunk →
added src/Wrapper/Php.php View in trunk →
added src/Wrapper/Wordpress.php View in trunk →
added src/Wrapper/WordpressCli.php View in trunk →
added vendor/autoload.php View in trunk →
added vendor/composer/ClassLoader.php View in trunk →
added vendor/composer/InstalledVersions.php View in trunk →
added vendor/composer/LICENSE View in trunk →
added vendor/composer/autoload_classmap.php View in trunk →
added vendor/composer/autoload_namespaces.php View in trunk →
added vendor/composer/autoload_psr4.php View in trunk →
added vendor/composer/autoload_real.php View in trunk →
added vendor/composer/autoload_static.php View in trunk →
added vendor/composer/installed.json View in trunk →
added vendor/composer/installed.php View in trunk →
added vendor/composer/platform_check.php View in trunk →
2 files changed size a different byte count means the contents differ
readme.txt View diff →
user-access-manager.php View diff →