Commit Graph

75 Commits

Author SHA1 Message Date
Diogo Cordeiro
de432cda88 Fix some issues 2018-08-03 18:47:20 +01:00
Diogo Cordeiro
442e66d112 Add Attachments to remote notices
Fix Delete Notice
2018-08-03 05:24:21 +01:00
Diogo Cordeiro
f25d8278b1 Proper Accept Header Validation 2018-08-03 02:07:31 +01:00
Diogo Cordeiro
1f77983891 Do not return an error when attepting a repeated follow. 2018-08-03 00:50:48 +01:00
Diogo Cordeiro
2b98344bc4 Do not return an error message when attepting to create a repeated notice 2018-08-03 00:41:08 +01:00
Diogo Cordeiro
aa491271f7 Fixed various bugs, improved and refactored some stuff
(remote avatars are working)
2018-08-02 18:10:32 +01:00
Diogo Cordeiro
5226ca7d81 Proper ActivityPub collections 2018-08-02 07:01:39 +01:00
Diogo Cordeiro
0384890f7b Some bug fixes for Avatar Grabber
Replace Exceptions for I/O msg on remote notice validation
2018-08-02 05:54:27 +01:00
Diogo Cordeiro
5f979a32f9 Fix type 2018-08-02 05:05:47 +01:00
Diogo Cordeiro
1b1631b530 Redundant command removed 2018-08-02 02:16:45 +01:00
Diogo Cordeiro
a704053f6d Fix notice author 2018-08-02 02:14:43 +01:00
Diogo Cordeiro
51ebdcae30 Fix remote notice grabber
Fixed bugs and simplified logic
2018-08-02 01:42:15 +01:00
Diogo Cordeiro
9f61de3c87 Add Remote Avatar 2018-08-01 21:24:36 +01:00
Diogo Cordeiro
12e5dc4b59 Fix some Inbox Create Bugs 2018-08-01 18:01:34 +01:00
Diogo Cordeiro
8b860d6da2 Proper ActivityPub Return Answers 2018-08-01 17:38:39 +01:00
Diogo Cordeiro
1f04b7ed40 Fix announce typo 2018-08-01 17:20:53 +01:00
Diogo Cordeiro
133066b9ac Add Undo Announce entry point 2018-08-01 16:20:14 +01:00
Diogo Cordeiro
6e55a72179 Fix announce 2018-08-01 16:00:25 +01:00
Diogo Cordeiro
db3ce1e34a Fix remote notices ids 2018-08-01 14:20:27 +01:00
Diogo Cordeiro
ec49aee44b Wrong notice id on creation which is making AP Notice grabber fail 2018-08-01 03:58:47 +01:00
Diogo Cordeiro
69b252b244 Proper Attentions 2018-08-01 01:50:27 +01:00
Diogo Cordeiro
42bfb78184 No XSS 2018-08-01 01:32:41 +01:00
Diogo Cordeiro
6943eee623 testing 2018-08-01 01:09:34 +01:00
Diogo Cordeiro
83f5c513b4 Fix Inbox Undo Like 2018-08-01 00:46:33 +01:00
Diogo Cordeiro
5196edafa0 Proper Undo Like 2018-08-01 00:42:13 +01:00
Diogo Cordeiro
be1aadcd4c Fix Likes on postman 2018-08-01 00:39:03 +01:00
Diogo Cordeiro
e4a65130f8 Fix Likes 2018-08-01 00:26:05 +01:00
Diogo Cordeiro
a17e83582c Fix typos on AP Accept class 2018-08-01 00:03:15 +01:00
Diogo Cordeiro
372a65b423 Fix typo 2018-07-31 23:56:43 +01:00
Diogo Cordeiro
f90b3773d1 Remove nonsense try..catch 2018-07-31 23:55:47 +01:00
Diogo Cordeiro
9c6aff46d9 Update inbox and fix Follow Accept bug 2018-07-31 23:51:39 +01:00
Diogo Cordeiro
b4880713d5 Fix Follow debug sequence 2018-07-31 23:35:15 +01:00
Diogo Cordeiro
edfd52e35f Proper ActivityPub Accept 2018-07-31 23:28:27 +01:00
Diogo Cordeiro
80265024a7 Fix bugs 2018-07-31 23:11:44 +01:00
Diogo Cordeiro
3c021db5f0 patches for getBestSupportedMimeType 2018-07-31 23:02:32 +01:00
Diogo Cordeiro
9fddc0f606 Fix bugs 2018-07-31 22:47:20 +01:00
Diogo Cordeiro
c7a758b6c8 Fix issues from previous commit 2018-07-31 22:19:40 +01:00
Diogo Cordeiro
bb4bcd8ea1 Simplify Follow System Logic 2018-07-31 22:16:30 +01:00
Diogo Cordeiro
5c26e34f5a Add debug info to Inbox Follow 2018-07-31 21:03:55 +01:00
Diogo Cordeiro
aa196d383a Add initial debug data for Actor Inbox 2018-07-31 20:58:06 +01:00
Diogo Cordeiro
b7ac51a967 Inbox proper response code for follow request 2018-07-31 20:55:24 +01:00
Diogo Cordeiro
f77bad0159 Add some initial debug information for shared inbox 2018-07-31 20:16:23 +01:00
Diogo Cordeiro
f8048c7565 First unstable federation release 2018-07-31 20:09:47 +01:00
Diogo Cordeiro
20738f48cd Add location to notices (closes #44) 2018-07-29 03:18:47 +01:00
Diogo Cordeiro
edb3633bcd Proper AP Notices (fixed #46)
Explorer now works both for local and remote URIs
Fixed various serious errors (most of them in Explorer
and some in AP Profiles)
2018-07-29 02:35:04 +01:00
Diogo Cordeiro
5c351efb06 Add ActivityPub Profile Test
Fixed various serious issues while writing this test, namely database related.
2018-07-28 15:52:47 +01:00
Diogo Cordeiro
4edd3ef398 Added Activitypub_RSA
Fixed #35 and related serious issues
We now have proper ActivityPub profiles
2018-07-28 02:18:30 +01:00
Diogo Cordeiro
e0d5b2ebd7 Remove ActivityPub Remote Subscribe since we should use OStatus for that after all 2018-07-27 19:23:33 +01:00
Diogo Cordeiro
eaad9423dd Add Remote Flow (#43) and PHP Unit Tests from dansup (#37)
Now the code is following most of PSR
Various changes from various branches (some testing will be required)
Fixed various issues
2018-07-26 23:08:32 +01:00
Diogo Cordeiro
30c073538c Add webfinger integration, bug fixes and minor changes ( #21 )
Added author credits in every function so that we know who to bother when something goes wrong
Refer to issues #34 and #35
2018-07-20 16:04:17 +01:00