Bat
68c7aad179
Big repository reorganization
...
The code is divided in three crates:
- plume-common, for the ActivityPub module, and some common utils
- plume-models, for the models and database-related code
- plume, the app itself
This new organization will allow to test it more easily, but also to create other tools that only reuse a little part of
the code (for instance a Wordpress import tool, that would just use the plume-models crate)
2018-06-23 17:36:11 +01:00
Bat
a88d0e102f
Like: only compute ap_url once
2018-06-23 13:40:10 +01:00
Bat
3ab6dfe288
Add id, to and cc to Undo for Likes
2018-06-23 13:19:14 +01:00
Bat
135797805e
Make Like compliant to the spec
2018-06-23 13:17:17 +01:00
Bat
3b2ca041d0
Rewrite Post::into_activity in a nicer way
...
And prefer expect over unwrap
2018-06-22 21:45:37 +01:00
Bat
606a3d12c7
Remove useless functions from activity_pub::actor::Actor
2018-06-21 18:23:01 +01:00
Bat
5457a80eec
Avoid calling compute_id when we shouldn't
...
It should only be used at initialization, after we should prefer ap_url,
as not everybody is using the same URLs as Plume.
2018-06-21 15:53:58 +01:00
Bat
3551bef895
Simplify the activity_pub::inbox::Notify trait + Fix notifications
...
Also fix a bug with the list of mentions that was returned
2018-06-20 22:51:47 +01:00
Bat
ab7bef1490
Get rid of the legacy activity_pub::object module
2018-06-20 10:01:25 +01:00
Bat
fa2435e725
Improve the find_by! macro to allow multiple columns
2018-06-18 16:13:09 +01:00
Bat
cd1d0d9627
Introduce an insert! macro to avoid some code duplication
2018-06-18 14:57:38 +01:00
Bat
94af0b9a7d
Introduce a get! macro to avoid some code duplication
2018-06-18 14:44:23 +01:00
Bat
3c9210a0ed
Introduce a find_by! macro to avoid some code duplication
2018-06-18 14:37:49 +01:00
Bat
ae4bcabc53
Make notifications translatable
2018-06-17 21:19:27 +01:00
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
36c11182f4
Introduce some traits for handling incoming activities
2018-06-12 20:10:08 +01:00
Bat
78362feffb
Use the activitypub crate
2018-06-10 12:13:07 +01:00
Bat
b55622f2b1
Reorganize use statements
2018-05-19 08:39:59 +01:00
Bat
4a86af6fc1
Resolve activitystream TODOs
2018-05-18 23:04:30 +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
b8aade1e12
Delete likes
2018-05-12 21:56:57 +01:00
Bat
ac7b4441e8
Receive likes with ActivityPub
2018-05-10 17:07:23 +01:00
Bat
7b5f0f1704
Add a model for likes
2018-05-10 16:54:35 +01:00