Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates DFs #1820

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,837 changes: 1,833 additions & 4 deletions spec/fixtures/db/dynamic_finders.yml

Large diffs are not rendered by default.

890 changes: 886 additions & 4 deletions spec/fixtures/dynamic_finders/expected.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Copyright (C) 2023 Neeb Plugins
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: Access Guard 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/access-guard\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-07-13T19:05:53+05:30\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"

#. Plugin Name of the plugin
#: access-guard.php:44
#: access-guard.php:45
#: access-guard.php:56
#: access-guard.php:243
#: access-guard.php:250
msgid "Access Guard"
msgstr ""

#. Plugin URI of the plugin
msgid "https://neebplugins.com/access-guard"
msgstr ""

#. Description of the plugin
msgid "Enhance access protection, control user permissions, and provide IP banning functionality."
msgstr ""

#. Author of the plugin
msgid "Neeb Plugins"
msgstr ""

#. Author URI of the plugin
msgid "https://neebplugins.com"
msgstr ""

#: access-guard.php:57
msgid "Configure access protection settings here."
msgstr ""

#: access-guard.php:78
msgid "Access Protection Settings"
msgstr ""

#: access-guard.php:85
msgid "IP Block List"
msgstr ""

#: access-guard.php:93
msgid "Custom Ban Messages"
msgstr ""

#: access-guard.php:101
msgid "Access Control Rules"
msgstr ""

#: access-guard.php:109
msgid "<p>Configure the access protection settings below:</p>"
msgstr ""

#: access-guard.php:115
msgid "<p class=\"description\">Enter the IP addresses or ranges to block, one per line.</p>"
msgstr ""

#: access-guard.php:121
msgid "<p class=\"description\">Enter the custom ban message to display to blocked users.</p>"
msgstr ""

#: access-guard.php:209
msgid "This content is restricted. Please contact the administrator for access."
msgstr ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
== Changelog ==

= 1.0.0 - 11-22-2023
* Initial Release.

= 1.0.1 - 11-23-2023
* Fix - Broken Url Links.
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Beyond Identity Changelog

## [1.0.0] - 2023-04-03

- Initial release of the Beyond Identity Passwordless Authentication plugin.

- Adds the ability to generate a Beyond Identity Universal Passkey that is sent to the users email address or directly created when the user is logged in.
- Adds a customizable shortcodes to generate passkeys.
- Adds a Beyond Identity settings page to configure the Beyond Identity account.
- Adds a Beyond Identity users filter to the admin users page to display users who have a Beyond Identity ID.

- Integrates with the WordPress login flow and provides a fallback option for users who prefer to log in with a password.

- Uses OpenID Connect (OIDC) protocol for authentication, based on the OpenID Connect Generic Client v3.9.1 licensed under GPLv2 or later.

- Licensed under the GNU General Public License (GPL) version 2 or later, consistent with OpenID Connect Generic Client plugin.

- Removes the following OpenID Connect Generic Client files as they are not necessary for the Beyond Identity Passwordless Authentication plugin and helps to reduce the plugin size and complexity:

- CHANGELOG.md
- readme.txt
- docker-compose.yml
- docker-compose.wp-env.yml
- openid-connect-generic-settings-page.php

- Removes the OpenID Connect Generic Client settings page as all values can be configured from the Beyond Identity settings page.
- Removes the OpenID Connect Generic Client button from the WordPress login page.
- Removes the OpenID Connect Generic Client upgrade.
- Removes the OpenID Connect Generic Client cron jobs.
- Removes the OpenID Connect Generic Client Activation and Deactivation hooks.
- Removes the OpenID_Connect_Generic_Option_Logger.

- Modifies the OpenID Connect Generic Client shortcode default button_text from "Login with OpenID Connect" to "Log in Passwordless" to reflect the passwordless authentication option.
- Modifies the OpenID Connect Generic Client shortcode to allow customized redirect_to.
- Modifies OpenID_Connect_Generic class to remove the OpenID_Connect_Generic_Settings_Page class.
- Modifies OpenID_Connect_Generic bootstrap() to use Beyond Identity values set in the Beyond Identity settings page for the OpenID_Connect_Generic_Option_Settings class initalization.
- Modifies OpenID_Connect_Generic login button shortcode with button color, text color and border color attributes.
- Modified OpenID_Connect_Generic_Client_Wrapper to not redirect back to origin page. This may cause an infinite loop when generating passkeys. Instead, the forms dictate the redirect_to parameter.
- Modified OpenID_Connect_Generic_Client_Wrapper to use the user's email for display_name and nickname.
- Modified OpenID_Connect_Generic_Option_Settings set values as the default_settings.

- Rename OpenID_Connect_Generic login button shortcode to beyond_identity_login_button
- Rename OpenID_Connect_Generic authentication URL shortcode to beyond_identity_auth_url.

- Prefix all OpenID_Connect with BYNDID to address Wordpress plugin review.
- Rename filters with beyond-identity-passwordless
- Rename text domain to beyond-identity-passwordless
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Copyright (C) 2023 Bit Apps
# This file is distributed under the gpl2+.
msgid ""
msgstr ""
"Project-Id-Version: Bit Social (Beta) 0.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bit-social\n"
"Last-Translator: [email protected]\n"
"Language-Team: [email protected]\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-10-11T04:58:50+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: bit-social\n"

#. Plugin Name of the plugin
msgid "Bit Social (Beta)"
msgstr ""

#. Plugin URI of the plugin
msgid "https://bitapps.pro/bit-social"
msgstr ""

#. Description of the plugin
msgid "Integrates with other platform"
msgstr ""

#. Author of the plugin
msgid "Bit Apps"
msgstr ""

#. Author URI of the plugin
msgid "https://bitapps.pro"
msgstr ""

#: backend/app/Config.php:172
msgid "Settings"
msgstr ""

#: backend/app/Config.php:176
msgid "Help"
msgstr ""

#: backend/app/Config.php:209
msgid "Bit Social - Your social of automation's"
msgstr ""

#: backend/app/Config.php:210
msgid "Bit Social"
msgstr ""

#: backend/app/HTTP/Services/Schedule/CustomSchdule.php:65
msgid "Every "
msgstr ""
Loading
Loading