Commit Graph

272 Commits

Author SHA1 Message Date
nazeh
eeb2784da7 examples(authz): style fixes 2024-08-30 11:11:02 +03:00
nazeh
7fc0e00e41 examples(authz): switch from plain js to web components 2024-08-30 10:46:52 +03:00
nazeh
9bc83a6dac Merge branch 'main' of https://github.com/pubky/pubky 2024-08-30 09:32:27 +03:00
nazeh
61ff688dff test(pubky): use bootstrap as a resolver to help with flaky tests 2024-08-30 09:32:15 +03:00
nazeh
6071d4b7c4 Merge branch 'main' of https://github.com/pubky/pubky into feat/authz 2024-08-30 09:25:12 +03:00
nazeh
041a86a2d3 test(pubky): use bootstrap as a resolver to help with flaky tests 2024-08-30 09:22:29 +03:00
nazeh
51c3e444b0 examples(authz): start 3rd party app frontend 2024-08-29 19:05:36 +03:00
nazeh
16dfc09687 feat(homeserver): store and return session capabilities 2024-08-29 11:48:21 +03:00
nazeh
8118e94430 fix(pubky): return error if resolve_endpoint couldn't find non Pkarr domain 2024-08-28 20:39:32 +03:00
nazeh
892d5b2d9a fix(pubky): resolve_endpoint break loop if packet not resolved 2024-08-28 20:34:28 +03:00
nazeh
98910b40de feat(homeserver): update signup and signin to use new AuthToken 2024-08-28 19:55:29 +03:00
nazeh
f3469d34a4 feat(common): update AuthToken and AuthVerifier 2024-08-28 15:32:25 +03:00
nazeh
2312a3071f Merge branch 'feat/authz' of https://github.com/pubky/pubky into feat/authz 2024-08-27 17:18:04 +03:00
nazeh
aaf01cf2d7 feat(common): add AuthToken with scopes 2024-08-27 17:15:25 +03:00
Nuh
9131cefdd9 Merge pull request #27 from pubky/feat/feed
Feat/feed
2024-08-26 18:45:29 +03:00
nazeh
19dd3cb2ba feat(common): add serde to Timestamp 2024-08-26 16:37:29 +03:00
nazeh
ab7c005d67 feat(common): add serde to Timestamp 2024-08-26 14:24:37 +03:00
nazeh
a5dfff2ed5 Merge branch 'main' into feat/feed 2024-08-25 11:54:47 +03:00
nazeh
620e2ad2ee feat(pubky): add PubkyClientBuilder 2024-08-25 11:54:24 +03:00
nazeh
76d154bf97 Merge branch 'main' into feat/feed 2024-08-23 11:18:04 +03:00
nazeh
7eecfb3fa7 feat(homeserver): add testnet option to config.toml 2024-08-23 11:17:54 +03:00
nazeh
03078b0e1b Merge branch 'main' into feat/feed 2024-08-23 10:45:52 +03:00
nazeh
190d384334 feat(homeserver): use config.toml 2024-08-23 10:45:29 +03:00
nazeh
2f33e557a3 feat(pubky): support resolving Endpoints with HTTPS records 2024-08-23 08:25:34 +03:00
nazeh
a16569b23b fix(pubky): decrypt_recovery_file, correctly parse SnD 2024-08-22 14:30:02 +03:00
nazeh
a9a042f4f7 Merge branch 'main' into feat/feed 2024-08-21 18:43:01 +03:00
nazeh
ec4ef0d0a1 feat(homeserver): log testnet bootstrap 2024-08-21 18:42:45 +03:00
nazeh
01d0f3bce1 refactor(tests): redundant keypair.public_key() calls 2024-08-21 11:28:03 +03:00
nazeh
7257e2fee7 fix(homeserver): /events/ iterator and write unit test in pubky 2024-08-21 11:22:24 +03:00
nazeh
51e2625753 feat(homeserver): add delete events when deleting and item 2024-08-20 21:57:13 +03:00
nazeh
b4c7fdad45 feat(homeserver): add /events/ endpoint to list PUT/DELETE events 2024-08-20 21:53:01 +03:00
nazeh
0ce4a9da65 feat(common): impl serialize and deserialize for Timestamp 2024-08-20 15:16:26 +03:00
Nuh
6ed8af7dff Merge pull request #26 from pubky/chore/cleanup-unused
Chore/cleanup unused
2024-08-20 10:22:48 +03:00
nazeh
4391b1c7ff chore(pubky): remove unused 2024-08-20 10:22:05 +03:00
nazeh
c81e418cb3 chore(homeserver): remove unused 2024-08-20 10:21:46 +03:00
nazeh
7c6d961e91 chore(js): publish 0.1.14 2024-08-08 14:46:11 +03:00
nazeh
e82e44cc2d fix(js): return better error for Keypair.fromSecretKey() with invalid input 2024-08-08 14:25:36 +03:00
nazeh
21c0079368 docs(pubky): small docs improvements 2024-08-08 13:57:04 +03:00
nazeh
386e51e5b6 fix(homeserver): cursor is a pubky url 2024-08-08 13:38:25 +03:00
nazeh
2db1e2e191 chore(js): publish 0.1.13 2024-08-08 13:37:56 +03:00
nazeh
e163e7f229 test(pubky): thorough testing for list options 2024-08-08 12:02:46 +03:00
nazeh
5eb54402d2 feat(js): add list shallow option 2024-08-07 19:05:29 +03:00
nazeh
e10cf77fe2 feat(pubky): shallow list folder and files 2024-08-07 18:52:04 +03:00
nazeh
dd2c9ea93c feat(homeserver): list when path ends with '/' and some refactoring 2024-08-07 18:01:02 +03:00
nazeh
59360d9cd6 feat(homeserver): return list results as json newline 2024-08-06 10:57:36 +03:00
Nuh
edf8849306 Merge pull request #24 from pubky/feat/list
Feat/list
2024-08-05 16:46:45 +03:00
nazeh
639ed2d131 chore(js): publish 0.1.12 2024-08-05 16:46:09 +03:00
nazeh
b26fb51785 docs(js): update README with API documentation 2024-08-05 16:42:00 +03:00
nazeh
1db1d3a21d feat(js): add list() method 2024-08-05 16:34:26 +03:00
nazeh
38d9c98caa feat(pubky): use builder pattern for client::list() 2024-08-05 12:19:07 +03:00