Commit Graph

70 Commits

Author SHA1 Message Date
Diogo Cordeiro 6fbf37b7fe Improve update_activitypub_profiles.php daemon
Add sanity case to ensure public key method of rsa class
2018-08-07 03:55:32 +01:00
Diogo Cordeiro b2f6f9f08e Add first daemon, fix some minor issues and update licence headers 2018-08-07 03:10:31 +01:00
Diogo Cordeiro 935495415b Don't break when notice grabber fails
It's better to fragment the integrity of a note than to fail publishing a note
2018-08-06 19:57:28 +01:00
Diogo Cordeiro ca8867c1c0 Make notes great again! 2018-08-06 08:35:48 +01:00
Diogo Cordeiro 287ebeb521 Beginning of OStatus support, various bug fixes 2018-08-06 08:09:25 +01:00
Diogo Cordeiro edc62d4cb0 Go away LDS 2018-08-06 02:08:30 +01:00
Diogo Cordeiro b9c76c2901 Fix some postman issues 2018-08-06 00:12:21 +01:00
Diogo Cordeiro 47b1f2219c Let's respect mentions 2018-08-05 22:29:47 +01:00
Diogo Cordeiro 0c953142c4 Fix dumb mistake 2018-08-04 06:24:31 +01:00
Diogo Cordeiro dca1d8f0c5 Fix some issues from previous commit 2018-08-04 06:05:41 +01:00
Diogo Cordeiro 6a238e4176 Add a modern version of original Daniel's Outbox 2018-08-04 05:56:00 +01:00
Diogo Cordeiro 43ebdfa727 Inbox Reinvented 2018-08-04 04:11:17 +01:00
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 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 554ba6dc91 Add debug info 2018-08-02 07:05:50 +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 0965ae459f Fix json_decode 2018-08-02 05:00:35 +01:00
Diogo Cordeiro e3086351e0 wrong argument 2018-08-02 04:24:10 +01:00
Diogo Cordeiro 956d5c9b7d more debug info on inbox replies 2018-08-02 04:14:39 +01:00
Diogo Cordeiro 64dbb7b539 Go kill yourself isset 2018-08-02 04:02:58 +01:00
Diogo Cordeiro c8f3f079cc Bad parameter fixed 2018-08-02 03:55:15 +01:00
Diogo Cordeiro 8e80fb3528 Revert previous accidental commit 2018-08-02 02:43:15 +01:00
Diogo Cordeiro 5c9eac7d97 Wrong type 2018-08-02 02:41:01 +01:00
Diogo Cordeiro 0ae5b603ee Add debug info to Notice Grabber 2018-08-02 02:34:08 +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 69b252b244 Proper Attentions 2018-08-01 01:50:27 +01:00
Diogo Cordeiro 6943eee623 testing 2018-08-01 01:09:34 +01:00
Diogo Cordeiro aac82c7b2a Add ID to Like and Undo 2018-08-01 00:50:31 +01:00
Diogo Cordeiro 5196edafa0 Proper Undo Like 2018-08-01 00:42:13 +01:00
Diogo Cordeiro e4a65130f8 Fix Likes 2018-08-01 00:26:05 +01:00
Diogo Cordeiro 8f6c120620 Fix Accept ID 2018-08-01 00:10:35 +01:00
Diogo Cordeiro a17e83582c Fix typos on AP Accept class 2018-08-01 00:03:15 +01:00
Diogo Cordeiro edfd52e35f Proper ActivityPub Accept 2018-07-31 23:28:27 +01:00
Diogo Cordeiro bb4bcd8ea1 Simplify Follow System Logic 2018-07-31 22:16:30 +01:00
Diogo Cordeiro 12b1fd7b1f Add dummy id to follow 2018-07-31 21:42:17 +01:00
Diogo Cordeiro 3121d3435d Improve postman debug message 2018-07-31 20:28:52 +01:00
Diogo Cordeiro d90fabd15e Fix Notice typo and follow request system 2018-07-31 20:25:47 +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 01c16fcef0 Proper ActivityPub profiles 2018-07-27 21:45:43 +01:00
Ani bff507bab8 Notice: Return Conversation URL instead of ID (#13) 2018-07-27 16:43:58 +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