Commit Graph

255 Commits

Author SHA1 Message Date
nazeh
b2eaf312cc chore(js): publish 0.2.0 2024-11-03 21:03:46 +03:00
Nuh
6f2a8cea50 Merge pull request #36 from pubky/feat/pkarr-reqwest
Feat/pkarr reqwest
2024-10-01 08:36:10 +03:00
nazeh
1d179c7197 Merge branch 'dev' of https://github.com/pubky/pubky into feat/pkarr-reqwest 2024-10-01 08:34:43 +03:00
nazeh
72f86849e7 Merge branch 'main' of https://github.com/pubky/pubky into dev 2024-09-30 20:25:54 +03:00
nazeh
901627d167 feat: update pkarr to v3 2024-09-30 20:15:04 +03:00
nazeh
4730927226 chore: update Cargo.lock 2024-09-30 13:37:29 +03:00
nazeh
b9ce4bc49c feat(homeserver): add Config::db_map_size and set it to 10mb in Config::test; 2024-09-30 12:37:17 +03:00
nazeh
f48f5f69bc docs: small fix in Auth spec 2024-09-29 14:04:39 +03:00
nazeh
842b9f32c8 feat(homeserver): treat (empty) as None' 2024-09-28 08:35:43 +03:00
nazeh
e031c7a9dd fix(common): Session::deserialize better error for empty payloads 2024-09-28 08:13:42 +03:00
nazeh
f2a4fe3902 feat(pubky): add [PubkyClient::pkarr] method to return ref to pkarr client 2024-09-28 08:05:21 +03:00
nazeh
6897671612 feat(homeserver): allow empty config file 2024-09-27 15:44:58 +03:00
nazeh
d129e4bb6d fix(homeserver): add list limits in config 2024-09-27 14:43:30 +03:00
nazeh
f029171948 feat(homeserver): add DEFAULT_LIST_LIMIT and DEFAULT_MAX_LIST_LIMIT 2024-09-27 12:53:11 +03:00
nazeh
560972cead fix(pubky): unit test bug 2024-09-27 12:33:35 +03:00
nazeh
e01a9c4568 fix(homeserver): increase the LMDB map size to 10TB to avoid MDB_MAP_FULL 2024-09-27 09:09:13 +03:00
nazeh
6e42cd38e4 feat(homeserver): internal server errors should be logged first 2024-09-27 09:00:52 +03:00
nazeh
2ae54359bf feat(pubky): use resolve_endpoint from pkarr 2024-09-25 22:50:52 +03:00
nazeh
9fd8501718 refactor(pubky): simplify internals mod after using pkarr client 2024-09-22 19:12:07 +03:00
nazeh
ad9db81b00 refactor(pubky): replace pkarr_publish/pkarr_resolve with pkarr.publish/pkarr.resolve 2024-09-22 19:09:17 +03:00
nazeh
5aa53f4873 refactor(pubky): remove unused pkarr_relays from PubkyClient 2024-09-22 19:06:48 +03:00
nazeh
fff7b6af39 feat(js): use pkarr relay Client instead of inline impl 2024-09-22 18:50:57 +03:00
nazeh
1f73b72371 refactor(pubky): remove unused session_cookies in PubkyClient 2024-09-22 18:33:47 +03:00
nazeh
966ccc11e1 refactor(pubky): simplify session management using 'fetch-cookie' dependency 2024-09-22 18:29:58 +03:00
nazeh
6544a82d4c Merge branch 'main' of https://github.com/pubky/pubky into feat/pkarr-reqwest 2024-09-22 13:11:05 +03:00
nazeh
98aa046ff0 feat(pubky): update pkarr v3 2024-09-22 12:00:57 +03:00
nazeh
a373605af7 feat(pubky): endpoints return A and AAAA records 2024-09-20 17:59:06 +03:00
nazeh
bcaebc55d2 feat(pubky): Resolve through intermediate pkarr packet 2024-09-20 10:20:07 +03:00
nazeh
c4af158fc8 feat(pubky): Resolve and connect to a direct server (localhost) 2024-09-19 17:00:31 +03:00
nazeh
3d1a081414 refactor(pubky): separate public API modules from internals 2024-09-19 08:55:21 +03:00
nazeh
d39e3b933c examples(authz): update authz 3rd party app 2024-09-18 11:29:30 +03:00
nazeh
78aad43f52 chore(js): publish 0.1.16 2024-09-17 19:02:35 +03:00
nazeh
80bed52c85 feat(pubky): authRequest response return PublicKey instead of Session
In Authentication mode, there might be no Homeserver to sign in to and get a session
2024-09-17 19:02:13 +03:00
nazeh
4620b94799 feat(js): add PubkyClient.fetch() 2024-09-17 17:31:32 +03:00
nazeh
4adf396c4e chore: change 'strict monotonic' to 'absolute monotonic' in code comements 2024-09-17 15:34:12 +03:00
nazeh
d8f0a28184 Merge branch 'main' of https://github.com/pubky/pubky 2024-09-17 14:41:41 +03:00
nazeh
32cb8adf6f chore: change 'monotonic' to 'strict monotonic' in code comements 2024-09-17 14:41:32 +03:00
Nuh
db0710f33f Merge pull request #33 from pubky/fix/chunks-ref-count
fix(homeserver): add a reference counter for chunks to avoid deleting shared blobs
2024-09-13 11:02:57 +03:00
nazeh
f999475f2b refactor(pubky): remove publickey from endpoint struct for clippy 2024-09-13 10:56:09 +03:00
nazeh
f381f9f1a3 fix(homeserver): add DEL event when entry is deleted but not its blob 2024-09-13 10:53:15 +03:00
nazeh
9e6b65460c fix(homeserver): add a reference counter for chunks to avoid deleting shared blobs 2024-09-12 17:56:53 +03:00
nazeh
1fbc4d8133 docs: support mermaid in darkmode 2024-09-09 15:17:56 +03:00
nazeh
5ce462ded6 docs: add permissions write to github workflow 2024-09-09 09:33:54 +03:00
Nuh
616b0c41e1 Merge pull request #31 from pubky/docs
Docs
2024-09-08 12:09:40 +03:00
nazeh
e97d794685 Merge branch 'main' of https://github.com/pubky/pubky into docs 2024-09-08 12:09:29 +03:00
nazeh
c8dd8e18b2 docs: test deploy github page 2024-09-08 12:08:04 +03:00
Nuh
449d7ff805 Create mdbook.yml 2024-09-08 12:07:36 +03:00
nazeh
8005034394 docs: add build cache 2024-09-08 11:31:28 +03:00
nazeh
1adf445429 docs: add mdbook build to github actions 2024-09-08 11:19:47 +03:00
nazeh
2c37349bc7 docs: add Pubky Auth to the book + mermaid support 2024-09-08 11:16:07 +03:00