This website requires JavaScript.
Explore
Help
Sign In
GKaszewski
/
thoughts
Watch
1
Star
0
Fork
0
You've already forked thoughts
Code
Issues
7
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f008564c328f70da90d210c31e201ec2420f1122
thoughts
/
crates
/
adapters
/
activitypub-base
/
src
History
Gabriel Kaszewski
f008564c32
feat(ap): add hashtag tag array to outbound Notes
2026-05-15 05:26:56 +02:00
..
tests
feat(activitypub-base): impl fetch_actor_urls_from_collection + resolve_actor_profiles (concurrent, 5s timeout)
2026-05-15 00:33:14 +02:00
activities.rs
feat(activitypub-base): broadcast_like/undo_like + LikeActivity inbox handler
2026-05-15 04:52:03 +02:00
actor_handler.rs
…
actors.rs
fix(activitypub-base): populate also_known_as, profile_url, attachment from fetched actor
2026-05-14 21:47:34 +02:00
content.rs
feat(activitypub-base): LikeActivity struct + on_like/on_announce_received trait methods
2026-05-15 04:49:20 +02:00
data.rs
fix: resolve all clippy warnings — redundant closures, dead code, collapsible_if, needless borrow
2026-05-14 16:33:34 +02:00
error.rs
…
federation.rs
…
followers_handler.rs
…
inbox.rs
…
lib.rs
Refactor handlers and OpenAPI documentation for improved readability and consistency
2026-05-14 16:28:57 +02:00
nodeinfo.rs
…
outbox.rs
…
repository.rs
…
service.rs
feat(ap): add hashtag tag array to outbound Notes
2026-05-15 05:26:56 +02:00
urls.rs
fix: resolve all clippy warnings — redundant closures, dead code, collapsible_if, needless borrow
2026-05-14 16:33:34 +02:00
user.rs
…
webfinger.rs
…