nazeh
|
d64f610102
|
feat(pubky): cookie jar for nodejs
|
2024-07-29 09:27:53 +03:00 |
|
nazeh
|
9bef331da0
|
chore(pubky): slight size optimization for wasm bundle size
|
2024-07-29 09:22:59 +03:00 |
|
nazeh
|
d050866cce
|
feat(pubky): auth working everywhere except nodejs
|
2024-07-28 23:24:32 +03:00 |
|
nazeh
|
3cc81a5d0e
|
test(pubky): add headless testing instead of examples
|
2024-07-28 20:10:03 +03:00 |
|
nazeh
|
e0b58451b5
|
refactor(pubky): move pkarr logic to shared
|
2024-07-28 19:53:30 +03:00 |
|
nazeh
|
3cfd876808
|
refactor(pubky): remove unused flume
|
2024-07-28 18:45:24 +03:00 |
|
nazeh
|
d35c586a12
|
feat(pubky): start testing js package against local homeserver
|
2024-07-28 18:38:21 +03:00 |
|
nazeh
|
dac2284065
|
feat(homeserver): add in memory pkarr relay api for testing
|
2024-07-28 12:22:20 +03:00 |
|
nazeh
|
c40ba8390b
|
feat(pubky): enable get and put methods
|
2024-07-27 19:31:26 +03:00 |
|
nazeh
|
ba50429b7a
|
feat(pubky): use reqwest and async instead of ureq
|
2024-07-27 18:31:34 +03:00 |
|
nazeh
|
c466ca5546
|
refactor(pubky): share helper functions between rust and wasm
|
2024-07-27 10:13:42 +03:00 |
|
nazeh
|
e05a49cd04
|
fix: cargo clippy
|
2024-07-26 21:47:25 +03:00 |
|
nazeh
|
cdfd6c30ff
|
refactor(pubky): refactor modules
|
2024-07-26 21:10:19 +03:00 |
|
nazeh
|
42156b10f5
|
feat(js): signup
|
2024-07-26 20:10:50 +03:00 |
|
nazeh
|
d81b6234d4
|
test: add JS unit tests instead of nodejs examples
|
2024-07-26 16:45:59 +03:00 |
|
nazeh
|
e407461c0d
|
examples: add preinstall script
|
2024-07-25 14:36:39 +03:00 |
|
nazeh
|
b03602045f
|
feat(js): successful _initial_ test of wasm in nodejs and browser
|
2024-07-25 14:05:42 +03:00 |
|
nazeh
|
ae4a34c511
|
feat(pubky): add wasm mod
|
2024-07-24 22:26:32 +03:00 |
|
nazeh
|
979882b443
|
feat(js): add common modules
|
2024-07-24 18:02:41 +03:00 |
|
Nuh
|
5cdf299f1a
|
Merge pull request #21 from pubky/feat/basic-data-store
Feat/basic data store
|
2024-07-23 21:17:27 +03:00 |
|
nazeh
|
cc97744f25
|
feat(pubky): get successful
|
2024-07-23 21:15:41 +03:00 |
|
nazeh
|
8cf18a3c0c
|
feat(pubky): add get()
|
2024-07-23 19:04:02 +03:00 |
|
nazeh
|
62cc13bca4
|
refactor(pubky): separate PubkyClient implementation into modules
|
2024-07-23 11:35:53 +03:00 |
|
nazeh
|
401872a61f
|
feat(homeserver): stream incoming body
|
2024-07-23 11:26:12 +03:00 |
|
Nuh
|
0109ab44f2
|
Merge pull request #20 from pubky/feat/basic-auth
Feat/basic auth
|
2024-07-22 15:46:18 +03:00 |
|
nazeh
|
5a6c7ae9c5
|
feat(homeserver): add signin endpoint
|
2024-07-21 11:50:22 +03:00 |
|
nazeh
|
c399a8b3be
|
feat(homeserver): signout
|
2024-07-21 11:13:03 +03:00 |
|
nazeh
|
2c38e8e071
|
feat(pubky): return Session struct
|
2024-07-21 10:23:11 +03:00 |
|
nazeh
|
6aa64aeb92
|
fix(homeserver): return session from /:pubky/sesison
|
2024-07-20 18:13:23 +03:00 |
|
nazeh
|
4f87c7d444
|
feat(homeserver): check session exists
|
2024-07-20 13:10:54 +03:00 |
|
nazeh
|
c9ccbbb77c
|
feat(homeserver): add Users table
|
2024-07-18 13:18:01 +03:00 |
|
nazeh
|
8fbe0d5ae3
|
feat(homeserver): add database
|
2024-07-18 10:51:05 +03:00 |
|
Nuh
|
ce14d0633f
|
Update README.md to add alpha warning
|
2024-07-18 09:27:07 +03:00 |
|
nazeh
|
e33638c6f9
|
feat(pubky): send AuthnSignature to homeserver to signup
|
2024-07-17 12:14:43 +03:00 |
|
nazeh
|
c41e14233b
|
feat(pubky): publish and resolve homeserver endpoint
|
2024-07-16 12:52:03 +03:00 |
|
nazeh
|
6363a174e4
|
feat(homeserver): publish server pkarr packet
|
2024-07-15 16:07:38 +03:00 |
|
nazeh
|
b780a57fe9
|
chore: rename crates to pubky-*
|
2024-07-15 07:11:33 +03:00 |
|
nazeh
|
3a0ad9b028
|
feat(common): pubky authn and authnverifier
|
2024-07-14 20:15:52 +03:00 |
|
nazeh
|
3b8f6cf7b8
|
feat(homeserver): basic Axum server with nothing but / router
|
2024-07-14 12:44:21 +03:00 |
|
nazeh
|
5daca7c9e7
|
chore: temporarily remove mast
|
2024-07-14 11:15:59 +03:00 |
|
nazeh
|
c12c8797d1
|
chore: remove kytz package
|
2024-07-12 18:10:49 +03:00 |
|
nazeh
|
1d36ed9a52
|
chore: update github workflow
|
2024-07-12 18:10:13 +03:00 |
|
nazeh
|
0f3c96a6b2
|
test: assert correct ref_count
|
2023-12-31 17:37:08 +03:00 |
|
nazeh
|
a808fac67e
|
feat: Database and WriteTransaction
|
2023-12-31 16:25:30 +03:00 |
|
nazeh
|
e13e66d680
|
chore: publish kytz
|
2023-12-30 13:47:42 +03:00 |
|
nazeh
|
96676ae95e
|
chore: clippy and remove varu64
|
2023-12-29 23:47:55 +03:00 |
|
nazeh
|
82a5091c14
|
feat: change node encoding
|
2023-12-29 23:45:29 +03:00 |
|
nazeh
|
8ac68bd451
|
chore: clippy
|
2023-12-29 19:42:05 +03:00 |
|
nazeh
|
5ca4df123f
|
feat: cache Node rank
|
2023-12-29 19:37:23 +03:00 |
|
nazeh
|
72893db180
|
feat: cache Node hash
|
2023-12-29 19:27:59 +03:00 |
|