Linus Fricke
a16a8a9713
Fix CORS_ORIGIN example
...
Values must not contain protocol prefix
fixes #86
2025-08-17 17:39:13 +02:00
Tiago
92a3fd1fee
Merge branch 'main' of https://github.com/tiagorangel1/cap
2025-08-11 22:01:14 +01:00
Tiago
d52b0efdb1
standalone: multiple cors origins
2025-08-11 22:01:13 +01:00
tiago
afe95c6a63
Merge pull request #79 from xyTom/patch-1
...
Update community.md to add Cloudflare Workers CAP CAPTCHA server implementation
2025-08-06 19:14:06 +01:00
xyTom
a551d20f49
Update community.md
...
Add Cloudflare Workers CAP CAPTCHA server implementation
2025-08-04 14:42:00 -07:00
Tiago
5ff81e72e1
feat: server: storage hooks! released server@3.0.0
2025-08-01 11:57:12 +01:00
Tiago
5106fb5735
docs: bluer "get started" button
2025-07-30 13:36:06 +01:00
Tiago
5940a8032d
docs: pin widget version in quickstart guide
2025-07-29 12:32:16 +01:00
Tiago
c77f1ce242
better demo
2025-07-29 12:24:09 +01:00
Tiago
2fb2d12e72
docs: add mCAPTCHA to the alternatives list
2025-07-29 11:49:19 +01:00
Tiago
a900e60680
docs: add note to server guide
2025-07-29 11:29:51 +01:00
Tiago
6944458ce4
fixes to server script
2025-07-28 19:44:48 +01:00
Tiago
7233c0f8c1
Merge branch 'main' of https://github.com/tiagorangel1/cap
2025-07-28 19:37:49 +01:00
Tiago
490cb70844
docs: overall improvements
2025-07-28 19:37:48 +01:00
tiago
4d815655cd
Merge pull request #74 from pplulee/main
2025-07-26 12:07:52 +01:00
pplulee
b3f701f6da
fix: adjust time selection box colour
2025-07-26 11:46:18 +01:00
Tiago
80a6bb0aca
refactor: update import statements to use node built-ins
2025-07-25 14:23:14 +01:00
Tiago
9b3b289777
docs: add widget script
2025-07-25 14:15:59 +01:00
Tiago
4090b785d5
widget: don't require API endpoint if using custom fetch
2025-07-24 18:23:35 +01:00
Tiago
a0c94d9366
Merge branch 'main' of https://github.com/tiagorangel1/cap
2025-07-24 18:15:15 +01:00
Tiago
6d4421fc1b
a bunch of quite small code style and consistency improvements and fixes
2025-07-24 18:15:13 +01:00
tiago
44331b838a
docs: update todo
2025-07-24 18:05:31 +01:00
Tiago
adb2cbb2d1
add M2M data
2025-07-24 18:00:27 +01:00
Tiago
9a156d2366
fixes #73
2025-07-24 13:48:30 +01:00
Tiago
343df2ea09
docs: move text
2025-07-18 12:12:42 +01:00
Tiago
b70ae7a5cd
docs: add warning about --network=host for Debian users
2025-07-18 12:12:09 +01:00
Tiago
a120994155
docs: solver -> M2M
2025-07-18 11:07:37 +01:00
Tiago
fbda432a75
fix #69
2025-07-17 20:01:15 +01:00
Tiago
86409480e6
fix typo in docs
2025-07-17 16:42:21 +01:00
Tiago
63b27c0c64
improve docs
2025-07-17 16:42:03 +01:00
Tiago
753ab0ecbd
add more anubis docs
2025-07-17 16:38:11 +01:00
Tiago
f164090a7b
add django-cap
2025-07-12 17:47:00 +01:00
Tiago
758f8eaa62
docs: add go cap library
2025-07-11 18:42:34 +01:00
Tiago
8580f67f9b
docs: fix standalone mode links
2025-07-07 19:33:21 +01:00
Tiago
bbeab139e6
solver: add seeded challenges support
2025-07-02 13:12:54 +01:00
Tiago
c87a35a7ae
move cli and standalone to separate archive
2025-07-02 12:58:11 +01:00
Tiago
7dddc034c0
docs: fix widget
2025-07-02 12:55:51 +01:00
Tiago
ea7c8ada7a
docs: update "How does cap work?"
2025-07-02 12:53:38 +01:00
Tiago
33f1153627
standalone: move to @cap.js/server v2.0.0
2025-07-02 12:49:38 +01:00
Tiago
c104dcb992
feat: seeded challenges and many other improvements!
...
BREAKING for server->widget. if you're using an old version of the widget with the new server, it will not work. old server versions with the new widget will work fine.
2025-07-02 12:45:37 +01:00
Tiago
9ff2451076
feat: slightly nicer widget, nicer transitions and shadow for floating mode
2025-07-02 10:58:03 +01:00
Tiago
84b7770fb6
fix: fixes widget height (widget@0.1.24)
2025-07-02 10:46:17 +01:00
Tiago
fef612b309
widget: add legacy notice
2025-07-01 16:27:24 +01:00
Tiago
7b094d3fd2
fix #60
2025-07-01 15:34:47 +01:00
Tiago
9c53ef1691
feat: add ::parts
2025-07-01 14:24:51 +01:00
tiago
5f23dffab7
Merge pull request #58 from Samler-Lee/main
2025-06-28 12:11:05 +01:00
Tiago
62a5dd860b
better header retrieval
2025-06-28 12:10:22 +01:00
tiago
e15b8e75e1
Merge pull request #55 from d1ceward/fix/update_retrieval_method_ratelimitGenerator
2025-06-28 12:09:55 +01:00
Samler
3f82b61683
docs: correction CAP_CUSTOM_WASM_URL use case
...
Fixes #56
2025-06-28 12:38:42 +08:00
Fabien LEFEBVRE (d1ceward)
f14d9fcb8c
fix: update header retrieval method in ratelimitGenerator
2025-06-28 01:25:46 +02:00