Commit Graph

224 Commits

Author SHA1 Message Date
725fc1e029 Fix duplicate comments 2018-10-31 07:56:22 -04:00
5713d23a9f Derefence all the objects 2018-10-30 17:19:16 -04:00
2d5f488e3d Fix migration query and update version 2018-10-30 16:53:17 -04:00
21479922b7 Use guest commenter names instead of emails 2018-10-30 16:04:17 -04:00
a3fa00640d Compact object before storing them and store the url 2018-10-30 15:52:58 -04:00
2e691f777f Write migration 1_2_0
This migration adds a `url` column to the objects table
and compacts existing objects so we don't store duplicates.
2018-10-30 07:22:43 -04:00
ec290e2323 Don't add link to summary 2018-10-30 07:21:26 -04:00
cb3e301846 Send posts as an Article 2018-10-29 19:13:59 -04:00
c40f2af264 Check for cached objects in the db before making a network request 2018-10-29 18:30:18 -04:00
064976064c Version 1.1.2 2018-10-29 06:23:19 -04:00
ec9cbe8364 Disable comment syncing when comments are closed on a post 2018-10-29 06:21:27 -04:00
613de14233 Add a 1.0.0 changelog section 2018-10-28 13:47:16 -04:00
bd50323393 Update README for release 1.1.1 2018-10-28 13:37:14 -04:00
cb0a1c793b Fix syntax errors 2018-10-28 13:23:36 -04:00
ff53ef2e9d Handle incoming update and delete activities with linked comments 2018-10-28 13:18:08 -04:00
6cc82927d3 Extract comment linking logic to its own namespace 2018-10-28 12:53:33 -04:00
16efff7396 Fixed outbox permissions for commenters and non-owner users 2018-10-27 12:00:47 -04:00
79f741f332 Implement comment syncing 2018-10-27 08:17:57 -04:00
7b9f99112b Don't create an AP object if the comment object already exists 2018-10-26 21:31:15 -04:00
9453fd6299 Properly link comments to AP objects 2018-10-26 15:01:14 -04:00
4d5664e090 [WIP] Start implementing inbound comments 2018-10-26 09:23:19 -04:00
f9addf7dc2 Create keys for new users and pass correct number of arguments 2018-10-26 07:07:49 -04:00
eb7a8b312b Use the right function 2018-10-26 06:49:40 -04:00
aa53db8849 Address comments to attributedTo and actor of parents 2018-10-26 06:41:31 -04:00
277c11d8bb Add roadmap link 2018-10-25 21:21:17 -04:00
11038262eb Calculate current url correctly 2018-10-24 20:32:05 -04:00
0de2b2c7e1 [WIP] Hack on comments 2018-10-24 19:25:47 -04:00
3293e50d71 Don't truncate debug log 2018-10-24 07:57:29 -04:00
7b8a35d8b0 Implement outbound comment syncing for not-logged-in users
Although it is possibly not working...
2018-10-24 07:31:38 -04:00
87aae44c72 [WIP] Implement WP->Mastodon comment syncing 2018-10-23 18:52:36 -04:00
d133be2e15 [WIP] Start implementing outbound comments 2018-10-23 07:02:57 -04:00
59003788a7 Add comments table 2018-10-23 07:02:49 -04:00
bd686447a3 Add missing requires and format 2018-10-23 07:02:31 -04:00
cd2a24c415 Bump version to 1.1.0 2018-10-23 07:02:17 -04:00
d77caec59a Version 1.0.2 2018-10-22 21:44:33 -04:00
fb923a63c3 Properly format the link and use type Note 2018-10-21 17:22:16 -04:00
775b126653 Use the post title as the summary and the excerpt as the content 2018-10-21 17:09:11 -04:00
0de4ed9dea Make svn directory if not exists 2018-10-21 16:51:35 -04:00
13fd57ffb4 Remove newlines from readme 2018-10-21 16:50:02 -04:00
355b4fbeec Add recipe for populating svn repo 2018-10-21 15:39:38 -04:00
bafb451210 Add a README.md 2018-10-21 11:50:08 -04:00
f1665674ae Bump version to 1.0.0 2018-10-21 11:35:08 -04:00
26dcd8e580 Save actors as objects 2018-10-21 10:06:48 -04:00
d8c4a5cd8b Respond correctly to requests with Accept: application/ld+json 2018-10-21 09:41:17 -04:00
44f3117eaa Formatting and a bug fix 2018-10-21 09:41:07 -04:00
aa7338c042 Clean up typos from refactoring 2018-10-21 08:52:56 -04:00
a85bbc7333 Prefix all namespaces with "pterotype" 2018-10-20 22:34:20 -04:00
fc01e6beb2 Only federate posts 2018-10-19 06:49:18 -04:00
7ea1782edf Decode HTML special chars in summary 2018-10-19 06:41:29 -04:00
08db923066 Account for new post 2018-10-19 06:18:31 -04:00