Commit Graph

67 Commits

Author SHA1 Message Date
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 58262451e3 Forgot to remove this now useless function in a previous commit 2018-07-28 04:24:47 +01:00
dansup 995aec80c7 Merge branch 'http-signatures' into 'dev'
Http signatures

See merge request dansup/ActivityPub!16
2018-07-28 02:58:56 +00:00
dansup 5ee0fcbd9b Http signatures 2018-07-28 02:58:56 +00: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
Ani bff507bab8 Notice: Return Conversation URL instead of ID (#13) 2018-07-27 16:43:58 +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 e377b87ff7 Add Project's Coding Style 2018-07-22 23:41:08 +00:00
Diogo Cordeiro b359c8206d Start of a proper README.md
Added CONTRIBUTING.md and COPYING
2018-07-22 23:02:50 +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 6a9b649cd7 Add classes description on docblock 2018-07-13 12:32:27 +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 542c269885 Fix following collection error message 2018-07-10 19:52:27 +01:00
Diogo Cordeiro 295d4a254d Fix last merge issues 2018-07-10 02:08:06 +01:00
Diogo Cordeiro ecb812d5e6 Merge branch 'feature-inbox' into 'dev'
Add Feature inbox

See merge request dansup/ActivityPub!7
2018-07-10 00:26:02 +00:00
Diogo Cordeiro 15fab762b5 Add Feature inbox 2018-07-10 00:26:02 +00:00
Diogo Cordeiro 08ec02561a Add Discovery module
See merge request dansup/ActivityPub!4
2018-07-09 23:19:07 +00:00
Diogo Cordeiro cb70a8f6e8 Add and fix some code documentation 2018-07-10 00:17:18 +01:00
Diogo Cordeiro fc5b344864 Add and fix some code documentation 2018-07-09 23:43:34 +01:00
Diogo Cordeiro 80b9d1873c Improved Notice Entity 2018-07-09 20:07:35 +01:00
Diogo Cordeiro cc69c33113 Now discovery module is able to go through collections 2018-07-09 14:41:53 +01:00
Diogo Cordeiro f533ef2d32 Minor corrections 2018-07-09 00:07:14 +01:00
Diogo Cordeiro 7d773729b9 Merge branch 'return-handler' into 'dev'
Add Return handler and plug it in the plugin

See merge request dansup/ActivityPub!3
2018-07-08 22:58:16 +00:00
Diogo Cordeiro 167f88a602 We are not using laravel helpers on GNU Social 2018-07-06 21:52:03 +01:00
Diogo Cordeiro 4d3321ac21 Minor bug fix and workaround a potential GNU Social issue 2018-07-06 21:31:21 +01:00
Diogo Cordeiro 4cb1ed2c9d Add discovery module 2018-07-06 12:16:09 +01:00
Diogo Cordeiro c065c76f16 Add Return handler and plug it in the plugin 2018-07-06 11:57:39 +01:00
Diogo Cordeiro 67d52e1d13 Remove profile.json endpoint as it is double 2018-07-06 11:15:08 +01:00
Diogo Cordeiro 8d052e1d8c Merge branch 'feature-following' into 'dev'
Feature following

See merge request dansup/ActivityPub!2
2018-05-13 14:09:38 +00:00
Diogo Cordeiro 2ef79cfad3 Fix issue #11 2018-05-13 15:07:02 +01:00
Diogo Cordeiro 395ca52eae Implement Following 2018-05-10 23:57:43 +01:00
Diogo Cordeiro 370e2320a4 Added followers and following count on Profile entity 2018-05-10 16:26:22 +00:00
Diogo Cordeiro bfc85fd485 Added followers and following count on Profile entitiy 2018-05-10 16:52:49 +01:00
Diogo Cordeiro 8480194479 Add implementation of Followers endpoint 2018-05-10 16:01:14 +01:00
Diogo Cordeiro ea233925a8 Merge branch 'feature-like' into 'dev'
Add Liked Collection

See merge request dansup/ActivityPub!1
2018-05-05 23:31:35 +00:00
Diogo Cordeiro 35077111f4 Merge branch 'dev' into 'feature-like'
# Conflicts:
#   ActivityPubPlugin.php
#   classes/Activitypub_attachment.php
#   classes/Activitypub_notice.php
2018-05-05 23:30:45 +00:00
Daniel Supernault 24e8b1579d Add router overwrite method for actor responses 2018-05-05 17:25:02 -06:00
Diogo Cordeiro 81b9f17cb1 Query parameters implemented as per the doc
Kept Attachment entity compatible with GS Master
Fixed conversation id data type on Notice entity
2018-05-05 15:09:28 +01:00
Diogo Cordeiro 95fd0a75c4 Update endpoint URLs and lack of variable declaration fix 2018-05-05 01:32:27 +01:00
Diogo Cordeiro 3161b62b5d Update per the master branch 2018-05-05 01:31:25 +01:00