Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
0b0a051
ClassExtender plugin first draft #73
Polleps Dec 1, 2025
3fd483c
Add simple plugin wrapper #73
Polleps Dec 1, 2025
6f9a7e7
Abstract away json in atomic-plugin #73
Polleps Dec 2, 2025
9c511f4
Allow plugins to fetch and query resources #73
Polleps Dec 3, 2025
3992306
Make atomic_lib async
Polleps Dec 5, 2025
f3313d3
Make CLI async #73
Polleps Dec 8, 2025
5850cd1
Add wasm pre-compilation and move plugins to server #73
Polleps Dec 9, 2025
9272856
Base plugin folders on namespace, don't allow plugins in subfolders #73
Polleps Dec 15, 2025
6445380
Fix collection extender not available in lib tests/benchmarks
Polleps Jan 12, 2026
78ea165
Fix panic when truncating value at multi-byte character
Polleps Jan 12, 2026
a96fd2a
Classextenders can extend multiple classes + add packaging tool to at…
Polleps Jan 13, 2026
12efbd1
Scope plugins to drives #73
Polleps Jan 14, 2026
082b838
Plugins as resources #73
Polleps Jan 21, 2026
e4784a5
Remove files when resource is deleted #851
Polleps Jan 21, 2026
434c959
Fix WS auth racecondition
Polleps Jan 27, 2026
933b179
Add update feature to plugins #73
Polleps Jan 27, 2026
91cbfcb
Allow pugins to commit changes using their own agent #73
Polleps Jan 28, 2026
ab672e5
Use SubtleCrypto to store key #1013
Polleps Feb 4, 2026
9f62578
Clone server URL - subdomain support #502
joepio Jan 7, 2026
3854e91
Multi-domain fix #502
joepio Jan 8, 2026
167e7de
Fix lint & tests
joepio Feb 5, 2026
372d9f8
Refactor Subject Rust #1139
joepio Feb 5, 2026
4e76c72
dids #1139
joepio Feb 6, 2026
3cd13b7
Fix did endpoint & yjs sync
joepio Feb 6, 2026
24dbfe5
Fix subscribe warning
joepio Feb 6, 2026
dd3d225
Normalize subjects for search deduplication
joepio Feb 6, 2026
3915197
Agents as did #1139
joepio Feb 6, 2026
e4d35b4
Fix server_test
joepio Feb 6, 2026
36f5ce1
Clippy fixes
joepio Feb 6, 2026
23c8bc7
More clippy fixes
joepio Feb 6, 2026
88e1f27
Fix less unneccesary js builds
joepio Feb 10, 2026
24cf39a
Stateless invites & did agents #544
joepio Feb 11, 2026
8038fab
Stateless invites & did test fixes #544
joepio Mar 3, 2026
6cdaf1e
Fix tests and use dagger CI cache
joepio Mar 3, 2026
ab09a8d
Fix subject usage in search
joepio Mar 3, 2026
1ba8056
Fix CI?
joepio Mar 3, 2026
5837b5c
Use allSettled in CI
joepio Mar 3, 2026
a9fd597
Fix lint
joepio Mar 3, 2026
d377951
Did migration, move routing to query param
joepio Mar 5, 2026
221c190
Version protocol handshake & backwards compatibility #1150
joepio Mar 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dagger/.gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/sdk/** linguist-generated
tar
Loading
Loading