Bat
|
cd9862bc4c
|
Add cc, id and to for Articles
|
2018-06-23 13:29:41 +01:00 |
|
Bat
|
6140865660
|
Make Post::from_activity a bit more complete
|
2018-06-23 12:14:03 +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
|
6a5d806b1d
|
Various federation fixes
|
2018-06-22 16:17:53 +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
|
7ba6f77e0f
|
Automatically insert mentions in comments
Fix some bug with mentions too
Fix #52
|
2018-06-21 14:05:35 +01:00 |
|
Bat
|
d7b71848fc
|
Save mentions
|
2018-06-20 21:58:11 +01:00 |
|
Bat
|
c9f29955a0
|
Save incoming mentions
|
2018-06-20 20:42:16 +01:00 |
|
Bat
|
ab7bef1490
|
Get rid of the legacy activity_pub::object module
|
2018-06-20 10:01:25 +01:00 |
|
Bat
|
857e1f1d6a
|
Disallow naming an article 'new', or any already used slug
Fix #64
Also fixes a lot of potential bug with articles having the same slugs, but not in the same blog
|
2018-06-19 20:16:18 +01:00 |
|
Bat
|
7e3cdec0b6
|
Add some to_json functions to models for serialization in templates
|
2018-06-18 17:34:29 +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
|
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
|
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
|
d8bd9dbfca
|
Add NodeInfo endpoints (fixes #11)
|
2018-06-10 20:33:42 +01:00 |
|
Bat
|
78362feffb
|
Use the activitypub crate
|
2018-06-10 12:13:07 +01:00 |
|
Bat
|
94beaaca76
|
Merge branch 'master' of github.com:Plume-org/Plume
|
2018-05-23 18:56:16 +01:00 |
|
Trinity Pointard
|
a8aeb40b95
|
add trailing slashes to links where they were missing
Signed-off-by: Trinity Pointard <trinity.pointard@insa-rennes.fr>
|
2018-05-22 17:35:16 +02:00 |
|
Bat
|
9b98a45f2e
|
Add a button to reshare
|
2018-05-19 10:57:39 +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
|
6de9d5b82a
|
Articles listings on blogs and users pages
|
2018-05-12 14:31:09 +01:00 |
|
Bat
|
397d25e431
|
Display recent articles on the homepage
|
2018-05-12 13:56:38 +01:00 |
|
Bat
|
ee7dfee3ef
|
Add an endpoint to like posts
|
2018-05-10 17:38:03 +01:00 |
|
Bat
|
b81b9f90ec
|
Federate comments written in Plume
|
2018-05-10 16:36:32 +01:00 |
|
Bat
|
a436f2da4b
|
Federate comments
|
2018-05-10 11:52:56 +01:00 |
|
Bat
|
292f4d6b27
|
Add actual templates for everything
|
2018-05-09 20:09:52 +01:00 |
|
Bat
|
0ef12ff0f5
|
Serialize article title in AP
|
2018-05-04 13:12:02 +01:00 |
|
Bat
|
92b4dea739
|
Attribute posts to one actor only
|
2018-05-04 12:39:11 +01:00 |
|
Bat
|
a6de1040b5
|
Add URL to Article AP
|
2018-05-04 11:47:04 +01:00 |
|
Bat
|
0105132382
|
Fix AP Article ID
|
2018-05-04 11:46:02 +01:00 |
|
Bat
|
b92009f487
|
Add some other properties to Articles
|
2018-05-03 23:12:28 +01:00 |
|
Bat
|
b8a41e71c5
|
Add an ID to ActivityPub Articles
Maybe it will work better
|
2018-05-03 22:46:40 +01:00 |
|
Bat
|
d587d18cd4
|
Actually, we don't need to federate a Note
Mastodon supports Article, see 63f0979799/app/lib/activitypub/activity/create.rb (L191)
|
2018-05-03 22:36:59 +01:00 |
|
Bat
|
0de7859ca8
|
Explictly send articles to followers
|
2018-05-03 22:19:47 +01:00 |
|
Bat
|
b10af9776b
|
Send a Note too when publishing an article
Fixes #3
|
2018-05-03 20:27:17 +01:00 |
|
Bat
|
08a21c7a04
|
Compute IDs for activities
Fixes #7
|
2018-05-03 16:22:40 +01:00 |
|
Bat
|
e93bb3a21f
|
Add creation timestamps
|
2018-04-30 18:46:27 +01:00 |
|
Bat
|
0fd63eb886
|
Actually serialize posts in outbox
|
2018-04-30 17:50:35 +01:00 |
|
Bat
|
bde25478e5
|
Start filling user outbox
|
2018-04-29 21:23:44 +01:00 |
|
Bat
|
0c9a1bfc3a
|
Reorganize uses
|
2018-04-24 10:21:39 +01:00 |
|
Bat
|
656b201244
|
Pluralize model modules
|
2018-04-23 16:19:28 +01:00 |
|