From 262e350bd38d872493f80fd8f9b61c9c2a860c15 Mon Sep 17 00:00:00 2001 From: scriptPilot Date: Mon, 4 Mar 2024 00:28:04 +0100 Subject: [PATCH 1/9] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c82abfe..91fca16 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ With optional user authentication. Powered by [Dexie.js](https://dexie.org/) and ## Demo +Three steps to a running Demo App with two-way synchronization for tasks and files and with user authentication. + 1. Install [Docker](https://www.docker.com/) and [Node.js](https://nodejs.org/) 2. Open the Terminal and copy paste: From d7f2b9028373a8cab2896b3db66ca5bd206439f4 Mon Sep 17 00:00:00 2001 From: scriptPilot Date: Mon, 4 Mar 2024 00:28:13 +0100 Subject: [PATCH 2/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91fca16..83d8002 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ With optional user authentication. Powered by [Dexie.js](https://dexie.org/) and ## Demo -Three steps to a running Demo App with two-way synchronization for tasks and files and with user authentication. +Three steps to a running Demo App with two-way synchronization for tasks and files and with user management. 1. Install [Docker](https://www.docker.com/) and [Node.js](https://nodejs.org/) 2. Open the Terminal and copy paste: From 429a84f8455a68ad9316af90cad8b08701c4c052 Mon Sep 17 00:00:00 2001 From: scriptPilot Date: Mon, 4 Mar 2024 00:29:34 +0100 Subject: [PATCH 3/9] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 83d8002..35f982f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Three steps to a running Demo App with two-way synchronization for tasks and fil Open **phpMyAdmin** at http://localhost:8080, login with `root`:`root` and take a look at the database. + Register new **users**, login, change passwords, logout. + Bildschirmfoto 2024-03-01 um 11 07 20 From 0bebf0f107fc00be53d4d001cad3f422b8c0dbd8 Mon Sep 17 00:00:00 2001 From: scriptPilot Date: Mon, 4 Mar 2024 00:30:01 +0100 Subject: [PATCH 4/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35f982f..3c8c84b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Three steps to a running Demo App with two-way synchronization for tasks and fil Open **phpMyAdmin** at http://localhost:8080, login with `root`:`root` and take a look at the database. - Register new **users**, login, change passwords, logout. + Register new **users**, login, change the passord, logout. Bildschirmfoto 2024-03-01 um 11 07 20 From 0cd9d4b03b0b2b5d47be45005c1be4470d98af36 Mon Sep 17 00:00:00 2001 From: scriptPilot Date: Mon, 4 Mar 2024 00:30:33 +0100 Subject: [PATCH 5/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c8c84b..739732c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Three steps to a running Demo App with two-way synchronization for tasks and fil Open **phpMyAdmin** at http://localhost:8080, login with `root`:`root` and take a look at the database. - Register new **users**, login, change the passord, logout. + Register new **users**, login, see how personal data is managed well, change the password, logout. Bildschirmfoto 2024-03-01 um 11 07 20 From 9d96bbb361e4cd8f1e1a54e17c14a9aba07b0851 Mon Sep 17 00:00:00 2001 From: scriptPilot Date: Mon, 4 Mar 2024 00:31:26 +0100 Subject: [PATCH 6/9] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 739732c..08e6ed1 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ Three steps to a running Demo App with two-way synchronization for tasks and fil ``` 3. Open the **Demo App** at http://localhost:5173 in multiple browsers and play with the synchronization. + + Try the **user management**. Reigster, login, see how personal data is managed well, change the password, logout. Open **phpMyAdmin** at http://localhost:8080, login with `root`:`root` and take a look at the database. - Register new **users**, login, see how personal data is managed well, change the password, logout. - Bildschirmfoto 2024-03-01 um 11 07 20 From 9543ce5f01579b8cd6f6bf58e597ad2df78cd66f Mon Sep 17 00:00:00 2001 From: scriptPilot Date: Mon, 4 Mar 2024 00:31:50 +0100 Subject: [PATCH 7/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08e6ed1..56d9ea8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Three steps to a running Demo App with two-way synchronization for tasks and fil 3. Open the **Demo App** at http://localhost:5173 in multiple browsers and play with the synchronization. - Try the **user management**. Reigster, login, see how personal data is managed well, change the password, logout. + Test the **user management**. Reigster, login, see how personal data is managed well, change the password, logout. Open **phpMyAdmin** at http://localhost:8080, login with `root`:`root` and take a look at the database. From efed1f8f0ed6c4dce07fd0aab1a3530c4f3fc734 Mon Sep 17 00:00:00 2001 From: scriptPilot Date: Mon, 4 Mar 2024 00:32:00 +0100 Subject: [PATCH 8/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56d9ea8..edc493b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Three steps to a running Demo App with two-way synchronization for tasks and fil 3. Open the **Demo App** at http://localhost:5173 in multiple browsers and play with the synchronization. - Test the **user management**. Reigster, login, see how personal data is managed well, change the password, logout. + Test the **user management**. Register, login, see how personal data is managed well, change the password, logout. Open **phpMyAdmin** at http://localhost:8080, login with `root`:`root` and take a look at the database. From 9ad94612e4a58810acc5bce5c166df69aad5b761 Mon Sep 17 00:00:00 2001 From: scriptPilot Date: Mon, 4 Mar 2024 00:32:40 +0100 Subject: [PATCH 9/9] 5.0.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c75cb69..1b000b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dexie-mysql-sync", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dexie-mysql-sync", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "dependencies": { "js-crud-api": "^0.4.0", diff --git a/package.json b/package.json index 9ecb491..048edc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dexie-mysql-sync", - "version": "5.0.2", + "version": "5.0.3", "description": "", "main": "lib/index.js", "type": "module",