Commit Graph

204 Commits

Author SHA1 Message Date
bea3a63ff4 Add blog icon setting 2018-11-08 08:50:29 -05:00
3e44fb2428 Wrap paragraphs with <p> and disable media buttons 2018-11-07 07:56:27 -05:00
23d2d51f25 Use a rich text editor for blog description 2018-11-07 07:51:39 -05:00
ab3e86d3f6 Remove outdated TODO 2018-11-07 07:51:29 -05:00
bccd383de3 Implement site name and description settings 2018-11-06 08:18:04 -05:00
024c4809e2 [WIP] Start implementing admin page and settings 2018-11-05 07:42:02 -05:00
bb88cdc030 Version 1.2.5 2018-11-04 08:06:39 -05:00
6a693cd806 Send Delete for all actors on plugin uninstall 2018-11-04 07:58:07 -05:00
baf1378b45 Run correct 1.2.1 migration 2018-11-04 07:45:12 -05:00
01999fcae3 Let's try it this way? 2018-11-03 14:51:49 -04:00
282ceaef6f Delete index before dropping table 2018-11-03 14:49:28 -04:00
8c26292280 Try this 2018-11-03 14:46:16 -04:00
5490ccf219 Don't violate foreign key constraints on plugin removal 2018-11-03 14:41:49 -04:00
47ef0ed10f Remove debug logging 2018-11-03 14:34:00 -04:00
49f94816b6 Add uninstall hook; decompact actor and object before delivery 2018-11-03 14:30:16 -04:00
Jeremy Dormitzer
1f70456a7f
Version 1.2.4 2018-11-02 14:50:51 -04:00
Jeremy Dormitzer
20ecb64c13
Don't attempt to migrate an empty table 2018-11-02 14:48:51 -04:00
cad049391b Version 1.2.3 2018-11-02 06:50:45 -04:00
506769bf14 Update actor identity when theme mods change 2018-11-02 06:44:13 -04:00
ad41469d87 Log delivery errors 2018-11-02 06:44:03 -04:00
550b5c5f2a Version 1.2.2 2018-11-01 08:44:07 -04:00
813a16a37c Don't compact the publicKey 2018-11-01 08:29:08 -04:00
d53eb2af9d Fix icon array function 2018-11-01 08:12:09 -04:00
e791f241f5 Structure icons correctly 2018-11-01 08:05:04 -04:00
814ecec9a9 Add a migration that updates the blog actor 2018-11-01 07:49:16 -04:00
8d335bf3da Send an Update when blog details are updated 2018-11-01 07:36:07 -04:00
f1e577fd01 Don't attempt to dereference in the outbox 2018-11-01 07:09:17 -04:00
d8365b9ff1 Add 'Tested up to' to README 2018-10-31 08:44:34 -04:00
1cf1163cab Version 1.2.0 2018-10-31 08:12:53 -04:00
1920660b5c Remove unused new table 2018-10-31 07:56:30 -04:00
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