Skip to content

Commit aa0330b

Browse files
authored
Merge branch 'main' into fix/docker-imgs-in-workspace
2 parents f65de09 + f18333e commit aa0330b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+457
-36
lines changed

.changeset/pink-paws-go.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@prosopo/types-database": patch
3+
"@prosopo/provider": patch
4+
"@prosopo/locale": patch
5+
---
6+
7+
Adding checks for IP consistency throughout the verification process
8+

.changeset/tall-hotels-live.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@prosopo/user-access-policy": patch
3+
---
4+
5+
Index
6+

.changeset/yummy-snails-sin.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@prosopo/procaptcha-bundle": patch
3+
---
4+
5+
Fixing and re enabling tests marked as skip
6+

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: release
22

33
on:
4-
push:
5-
branches: # on push to these branches
6-
- main
7-
- build/*
4+
# push:
5+
# branches: # on push to these branches
6+
# - main
7+
# - build/*
88
workflow_dispatch:
99

1010
concurrency:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ with [Procaptcha](https://prosopo.io/products/gdpr-compliant-captcha/).
1616

1717
See [for-devs.md](for-devs.md) for information on setting up your development environment.
1818

19-
You can run this software as a self-hosted bot protection solution. All of the required software is open source with the
19+
[You can run this software as a self-hosted bot protection solution](https://github.com/prosopo/captcha/discussions/1695#discussioncomment-14018903). All of the required software is open source with the
2020
exception of the client-side detection library, for obvious reasons. [Contact us](https://prosopo.io/contact/) if you
2121
need help.
2222

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/locale/src/locales/ar/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@
419419
"DAPP_USER_SOLUTION_NOT_FOUND": "لم يتم العثور على حل لمستخدم Dapp",
420420
"NO_CAPTCHA": "لم يتم العثور على captcha",
421421
"NO_SESSION_FOUND": "لم يتم العثور على جلسة",
422+
"IP_ADDRESS_MISMATCH": "عناوين IP غير متطابقة",
422423
"INVALID_TOKEN": "الرمز غير صالح",
423424
"INVALID_SOLUTION": "الحل غير صالح",
424425
"DECRYPTION_ERROR": "خطأ في فك التشفير"

packages/locale/src/locales/az/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@
419419
"DAPP_USER_SOLUTION_NOT_FOUND": "Dapp istifadəçi həlli tapılmadı",
420420
"NO_CAPTCHA": "Captcha tapılmadı",
421421
"NO_SESSION_FOUND": "Seans tapılmadı",
422+
"IP_ADDRESS_MISMATCH": "IP ünvanları uyğun gəlmir",
422423
"INVALID_TOKEN": "Yanlış token",
423424
"INVALID_SOLUTION": "Yanlış həll",
424425
"DECRYPTION_ERROR": "Şifrəni çözərkən səhv"

packages/locale/src/locales/cs/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@
419419
"DAPP_USER_SOLUTION_NOT_FOUND": "Řešení uživatele Dapp nenalezeno",
420420
"NO_CAPTCHA": "CAPTCHA nenalezena",
421421
"NO_SESSION_FOUND": "Žádná relace nenalezena",
422+
"IP_ADDRESS_MISMATCH": "IP adresy se neshodují",
422423
"INVALID_TOKEN": "Neplatný token",
423424
"INVALID_SOLUTION": "Neplatné řešení",
424425
"DECRYPTION_ERROR": "Chyba dešifrování"

packages/locale/src/locales/de/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"DAPP_USER_SOLUTION_NOT_FOUND": "Dapp-Benutzerlösung nicht gefunden",
121121
"NO_CAPTCHA": "Kein Captcha gefunden",
122122
"NO_SESSION_FOUND": "Keine Session gefunden",
123+
"IP_ADDRESS_MISMATCH": "IP-Adresse stimmt nicht überein",
123124
"INVALID_TOKEN": "Ungültiges Token",
124125
"INVALID_SOLUTION": "Ungültige Lösung",
125126
"DECRYPTION_ERROR": "Fehler beim Entschlüsseln"

0 commit comments

Comments
 (0)