Commit Graph

58 Commits

Author SHA1 Message Date
Diogo Cordeiro b2f6f9f08e Add first daemon, fix some minor issues and update licence headers 2018-08-07 03:10:31 +01:00
Diogo Cordeiro 334923e542 Make dummy function great again! 2018-08-06 18:51:36 +01:00
Diogo Cordeiro 76bea7b17e Simplify some logic 2018-08-06 16:44:11 +01:00
Diogo Cordeiro 0475954741 A small step for AP, a jump to AP+OS 2018-08-06 16:29:47 +01:00
Diogo Cordeiro ca8867c1c0 Make notes great again! 2018-08-06 08:35:48 +01:00
Diogo Cordeiro fcbdf6aef2 OStatus plugin has the same error on line 1270 2018-08-06 08:19:08 +01:00
Diogo Cordeiro 287ebeb521 Beginning of OStatus support, various bug fixes 2018-08-06 08:09:25 +01:00
Diogo Cordeiro c10585da3f Fix date in Postman header 2018-08-05 20:45:45 +01:00
Diogo Cordeiro 73d5fa79d7 just a bit more of consistency 2018-08-04 07:19:17 +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 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 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 cfc4eece38 fix issues 2018-08-02 07:36:28 +01:00
Diogo Cordeiro 7ce112471d revert last nonsense changes and fix real issue 2018-08-02 07:33:22 +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 c8f3f079cc Bad parameter fixed 2018-08-02 03:55:15 +01:00
Diogo Cordeiro 0ae5b603ee Add debug info to Notice Grabber 2018-08-02 02:34:08 +01:00
Diogo Cordeiro a704053f6d Fix notice author 2018-08-02 02:14:43 +01:00
Diogo Cordeiro 1d0d08544a Fix typo 2018-08-02 02:08:15 +01:00
Diogo Cordeiro 51ebdcae30 Fix remote notice grabber
Fixed bugs and simplified logic
2018-08-02 01:42:15 +01:00
Diogo Cordeiro 133066b9ac Add Undo Announce entry point 2018-08-01 16:20:14 +01:00
Diogo Cordeiro d76ac3760b Improve debug messages 2018-08-01 01:58:31 +01:00
Diogo Cordeiro 3c021db5f0 patches for getBestSupportedMimeType 2018-07-31 23:02:32 +01:00
Diogo Cordeiro dd5af79304 Very strange bug that I don't know how it got there 2018-07-31 22:41:40 +01:00
Diogo Cordeiro b7ac51a967 Inbox proper response code for follow request 2018-07-31 20:55:24 +01:00
Diogo Cordeiro f8048c7565 First unstable federation release 2018-07-31 20:09: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 58262451e3 Forgot to remove this now useless function in a previous commit 2018-07-28 04:24: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
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 78113620eb Add activity+json mimetype to WebFinger
Optimized Explorer so that it doesn't perform useless HTTP Requests
2018-07-27 16:43:53 +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
Diogo Cordeiro 2d0f3de52a Override the "from ActivityPub" and Profile URI for remote profiles. 2018-07-15 03:04:22 +01:00
Diogo Cordeiro b693dab832 Add New notice and reblog delivery events, various bug fixes and improvements 2018-07-15 02:13:46 +01:00
Diogo Cordeiro a5b56b3089 Add Delete delivery and some minor bug fixes 2018-07-14 01:18:31 +01:00
Diogo Cordeiro 2d4e634fad Add Like delivery and some minor bug fixes 2018-07-14 00:13:28 +01:00
Diogo Cordeiro d7627fb061 Add Delivery Handler (named Postman) and Subscription hook
Renamed Discovery to Explorer
Various bug fixes and minor improvements
2018-07-13 00:52:12 +01:00
Diogo Cordeiro 295d4a254d Fix last merge issues 2018-07-10 02:08:06 +01:00
Diogo Cordeiro 15fab762b5 Add Feature inbox 2018-07-10 00:26:02 +00:00
Diogo Cordeiro fc5b344864 Add and fix some code documentation 2018-07-09 23:43:34 +01:00
Diogo Cordeiro c065c76f16 Add Return handler and plug it in the plugin 2018-07-06 11:57:39 +01:00