Bat
|
0ea8c882ad
|
Actually use the activity_pub::inbox::Notify trait for notifications
It won't work for local events until we use AP internally too
|
2018-06-17 20:37:10 +01:00 |
|
Bat
|
b18aa33c70
|
Update to the latest version of Rocket, to use rocket_contrib::Template::custom
|
2018-06-16 18:39:22 +01:00 |
|
Bat
|
36c11182f4
|
Introduce some traits for handling incoming activities
|
2018-06-12 20:10:08 +01:00 |
|
Bat
|
7d17751f50
|
Definitively get rid of the activitystreams crates
|
2018-06-11 13:30:14 +01:00 |
|
Trinity Pointard
|
7d9609671c
|
change post.content and comment.content's types from String to SafeString
|
2018-06-11 12:22:43 +02:00 |
|
Bat
|
edbeeef640
|
Add a dashboard
|
2018-06-10 18:55:08 +01:00 |
|
Bat
|
e403099f47
|
CWs are optional
|
2018-06-10 12:53:39 +01:00 |
|
Bat
|
6544d7d1da
|
Note's actor is usually just an ID, not a full object
|
2018-06-10 12:41:43 +01:00 |
|
Bat
|
78362feffb
|
Use the activitypub crate
|
2018-06-10 12:13:07 +01:00 |
|
Bat
|
d604b62917
|
Make it easier to debug inbox errors
|
2018-05-24 12:20:11 +01:00 |
|
Bat
|
c0d1a914c4
|
Handle reshares from AP
|
2018-05-23 18:09:59 +01:00 |
|
Bat
|
0ac3cb4c0f
|
Fix AP link serialization
|
2018-05-19 10:50:56 +01:00 |
|
Bat
|
b55622f2b1
|
Reorganize use statements
|
2018-05-19 08:39:59 +01:00 |
|
Bat
|
aa233abb41
|
Remove useless trait
|
2018-05-18 23:28:55 +01:00 |
|
Bat
|
0b32650c00
|
Remove legacy AP modules
|
2018-05-18 23:17:11 +01:00 |
|
Bat
|
4a86af6fc1
|
Resolve activitystream TODOs
|
2018-05-18 23:04:30 +01:00 |
|
Bat
|
0e24ccbf29
|
Use activitystreams in the Inbox trait
|
2018-05-18 09:04:40 +01:00 |
|
Bat
|
c779b1c58a
|
WIP: use the activitystreams crate
|
2018-05-16 19:20:44 +01:00 |
|
Bat
|
9c9799eee2
|
Add support for shared inboxes for users
|
2018-05-13 19:12:27 +01:00 |
|
Bat
|
dfab0290e4
|
Shared inbox endpoint
|
2018-05-13 18:39:18 +01:00 |
|
Bat
|
fdc481e384
|
Use shared inbox when available
But it is not yet stored in the database, so it means never
|
2018-05-13 15:39:55 +01:00 |
|
Bat
|
726c2c7e82
|
Add some notifications
When liking, commenting or following
|
2018-05-13 14:03:35 +01:00 |
|
Bat
|
c6b2560eb0
|
Followers listing
And clean up models functions a bit
|
2018-05-13 12:53:58 +01:00 |
|
Bat
|
601fe7cf4f
|
Allow likes to be deleted with AP
|
2018-05-13 11:44:05 +01:00 |
|
Bat
|
bae49bcb47
|
Broadcast delete to AP
|
2018-05-12 22:34:13 +01:00 |
|
Bat
|
ee7dfee3ef
|
Add an endpoint to like posts
|
2018-05-10 17:38:03 +01:00 |
|
Bat
|
ac7b4441e8
|
Receive likes with ActivityPub
|
2018-05-10 17:07:23 +01:00 |
|
Bat
|
80964b1857
|
Don't panic when receiving a nested comment
|
2018-05-10 14:32:19 +01:00 |
|
Bat
|
a436f2da4b
|
Federate comments
|
2018-05-10 11:52:56 +01:00 |
|
Bat
|
424517fab0
|
Fix a few warnings
|
2018-05-09 21:35:50 +01:00 |
|
Bat
|
743e6a23d4
|
Make Accept activities compatible with Mastodon
Why aren't you accepting IDs gargamel?
|
2018-05-08 20:54:09 +01:00 |
|
Bat
|
438f244d88
|
Fix request signatures
We don't need to sha256 actually
|
2018-05-08 20:38:37 +01:00 |
|
Bat
|
d3c3180038
|
Post activities to the correct inbox
Don't assume everyone is following Plume's routing
|
2018-05-05 14:46:06 +01:00 |
|
Bat
|
b36e83049c
|
Fix a few mistakes
|
2018-05-04 16:24:56 +01:00 |
|
Bat
|
3cf6836095
|
HTTP signature when sending activites
|
2018-05-04 16:18:00 +01:00 |
|
Bat
|
81acc96e64
|
I should probably test locally before pushing -_-
|
2018-05-04 11:18:54 +01:00 |
|
Bat
|
0ce37c6525
|
Oops I don't even know how my own code works
It is context(), not CONTEXT
|
2018-05-04 11:17:38 +01:00 |
|
Bat
|
780f8ca2f5
|
Add context before sending activities
|
2018-05-04 11:16:04 +01:00 |
|
Bat
|
c2408925a1
|
Add to and cc to Create
|
2018-05-03 23:47:33 +01:00 |
|
Bat
|
293ab658f4
|
Serialize activities IDs
|
2018-05-03 23:40:43 +01:00 |
|
Bat
|
8ce44d7654
|
Follow activities don't have dates
|
2018-05-03 22:01:20 +01:00 |
|
Bat
|
22cb286f86
|
Signing activities
I hope it works correctly…
Fixes #6
|
2018-05-03 20:11:04 +01:00 |
|
Bat
|
6b372861d6
|
WIP: make it possible for users to sign activities
|
2018-05-03 18:12:01 +01:00 |
|
Bat
|
b844257e34
|
Federate display name and summary
Fixes #9
|
2018-05-03 16:34:16 +01:00 |
|
Bat
|
08a21c7a04
|
Compute IDs for activities
Fixes #7
|
2018-05-03 16:22:40 +01:00 |
|
Bat
|
cf41ae5fda
|
Refactor activity_pub::activity::Activity
I only had to wrap it in Arc… -_-
|
2018-05-02 22:36:13 +01:00 |
|
Bat
|
afe98ab1c3
|
Start refactoring activities
|
2018-05-02 21:44:03 +01:00 |
|
Bat
|
ac1a111d7b
|
Make it possible to test the federation locally
And explain how to do it in the README
|
2018-05-02 13:47:46 +01:00 |
|
Bat
|
5f43f783b6
|
Use more env vars for config
It will make it easier to test federation
|
2018-05-02 12:53:42 +01:00 |
|
Bat
|
9fdfb2b25e
|
Follow endpoint
|
2018-05-01 20:57:30 +01:00 |
|