Changeset 3432023
- Timestamp:
- 01/04/2026 09:31:06 AM (2 months ago)
- Location:
- oxyleaf-app-working-and-relaxing-app/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
oxyleaf-app-working-and-relaxing-app.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
oxyleaf-app-working-and-relaxing-app/trunk/README.txt
r3431008 r3432023 1 === OxyLeaf - Working and Relaxing App ===1 === OxyLeaf - Working and Relaxing App (SaaS ready) === 2 2 Contributors: sakurapixel 3 3 Tags: productivity, focus, relaxation, spa, saas 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 8.2 8 8 License: GPL-3.0-only … … 137 137 **What it is:** Google Fonts CDN (Content Delivery Network) 138 138 139 **What it's used for:** The plugin loads the "Quicksand" font family from Google Fonts to style the frontend application interface.140 141 **When data is sent:** Font files are requested every time a user visits the frontend OxyLeaf app page.142 143 **What data is sent:** Standard HTTP request data including IP address, browser information (User-Agent), and page referrer are sent to Google's servers when loading font files.144 145 **Service provider:** Google LLC146 **Terms of Service:** https://developers.google.com/fonts/terms147 **Privacy Policy:** https://policies.google.com/privacy148 149 139 = Google Sign-In (Optional) = 150 140 151 141 **What it is:** Google OAuth 2.0 Authentication Service 152 142 153 **What it's used for:** Allows users to sign up and log in to the OxyLeaf app using their existing Google account instead of creating a new password.154 155 **When data is sent:** Only when the site administrator enables Google Sign-In in the plugin settings AND a user clicks the "Sign in with Google" button during signup or login.156 157 **What data is sent:**158 - During authentication: OAuth client credentials, redirect URIs, and authorization codes are exchanged with Google's OAuth servers159 - After authentication: The plugin receives and stores the user's email address and name from their Google profile160 - User's consent is required through Google's OAuth consent screen before any data is shared161 162 **Service provider:** Google LLC163 **Terms of Service:** https://developers.google.com/terms164 **Privacy Policy:** https://policies.google.com/privacy165 143 166 144 = Cloudflare Turnstile (Optional) = 167 145 168 146 **What it is:** Cloudflare Turnstile CAPTCHA service 169 170 **What it's used for:** Protects the user signup process from automated bot registrations and spam accounts.171 172 **When data is sent:** Only when the site administrator enables Cloudflare Turnstile in the plugin settings AND a user attempts to create a new account.173 174 **What data is sent:**175 - Challenge response token generated by Cloudflare's JavaScript SDK176 - Standard request data including IP address and browser information sent to Cloudflare for verification177 178 **Service provider:** Cloudflare, Inc.179 **Terms of Service:** https://www.cloudflare.com/website-terms/180 **Privacy Policy:** https://www.cloudflare.com/privacypolicy/181 147 182 148 **Important:** Google Sign-In and Cloudflare Turnstile are optional features that must be explicitly enabled by the site administrator in Settings > OxyLeaf App. They are disabled by default and will not connect to external services unless configured with API credentials. … … 200 166 == Changelog == 201 167 168 = 1.0.1 = 169 * Update readme and plugin name. 170 202 171 = 1.0.0 = 203 172 * Initial release of OxyLeaf - Create personalized ambient sound environments for focus, relaxation, and sleep. -
oxyleaf-app-working-and-relaxing-app/trunk/oxyleaf-app-working-and-relaxing-app.php
r3431008 r3432023 2 2 if ( ! defined( 'ABSPATH' ) ) exit; 3 3 /** 4 * Plugin Name: OxyLeaf - Working and Relaxing App 4 * Plugin Name: OxyLeaf - Working and Relaxing App (SaaS ready) 5 5 * Plugin URI: https://www.sakuraleaf.com 6 6 * Description: OxyLeaf - improve focus and boost productivity Single Page App. 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Author: sakurapixel 9 9 * License: GPL-3.0-only
Note: See TracChangeset
for help on using the changeset viewer.