supervisor/assets/scss/grid
Tiago Hillebrandt 3b72cf1da0
Implements the Secure Login Page settings (#23)
* Implements the supv-switch input. Adds the helper function to retrieve user IP. Initial secure login page implementation. Updates plugin description.

* Adds the SecureLogin class to the Core\Loader. Implements the secure login functions.

* Replaces condition with a ternary operator.

* Adds the supv_prepare_wp_error() helper function. Implements code to replace the invalid_username error message.

* Fixes filter name.

* Adds setting to the Secure Login Page card. Renames error code. Updates input switch styling.

* Creates the ComponentsView class. Adds settings elements for the Secure Login card. Implements tooltip when focusing on Secure Login Page settings. CSS adjustments.

* Installs eslint. Updates Gruntfile.js. Adds .eslintrc.js file. Refactors supervisor.js. Provides a default value for the restrict login attempts settings.

* Builds the supervisor.min.js.

* Fixes coding standards.

* Implements the AJAX function to display the restrict login attempts settings.

* Renames secure login CSS classes. Improves copy. Renames secure login AJAX and JS references. Adds the col size to the cards array. Updates CSS to make the custom switch rounded. Other minor changes.

* Fixes coding standards.

* Finishes to implement the Secure Login settings UI.

* Updates phpdoc.

* Adds the Secure Login default settings. Sets the Secure Login as enabled automatically if the box is checked.

* Fix the get_settings to return the value if the setting exists.

* Implements function to lock user according to the Secure Login settings. Updates DashboardView to display cards with 50% on large screens.

* Removes the username check. Other CSS adjustments.

* Bumps minimum PHP version required to 7.0. Updates the composer.lock. Creates the secure login settings automatically if they do not exist. Fixes coding standards. Other changes.

* Remove 'lock_until' key from the login attemps option when no accesses are found. Rename actions. Update readme.txt.

* Bumps plugin version to 1.3.0. Adds an extra validation.

* Updates the readme.txt file.

* Disables the plugin if the autoload file is not found. Adds some extra checks to the secure login implementation. Updates composer.lock.

* Fixes the ability to disable the brute force protection.

* Fixes coding standards.
2023-11-12 04:07:26 -05:00
..
_card.scss Implements the Secure Login Page settings (#23) 2023-11-12 04:07:26 -05:00
_col.scss Moves the views to classes. Moves the assets directory location. 2023-02-08 01:25:52 -05:00
_container.scss Moves cards to individual views. Adjustments to the responsive layout. Updates font icons. 2023-03-01 00:49:47 -05:00
_index.scss Moves the views to classes. Moves the assets directory location. 2023-02-08 01:25:52 -05:00
_row.scss Implements the Secure Login Page settings (#23) 2023-11-12 04:07:26 -05:00