Wykres commitów

416 Commity (fe7cd7c7d164c846a467131763582b149263983d)

Autor SHA1 Wiadomość Data
Jason Robinson fe7cd7c7d1 Merge branch 'activitypub-fetcher' into 'master'
ActivityPub profile fetcher and inbound protocol routing improvements

See merge request jaywink/federation!140
2019-03-02 21:55:54 +00:00
Jason Robinson dbaae4842b Changelog for the various changes 2019-03-02 23:52:09 +02:00
Jason Robinson 871cf67cde Add username to base Profile entity 2019-03-02 01:42:08 +02:00
Jason Robinson a876d3a239 Add fetching of remote ActivityPub profile 2019-03-02 01:24:57 +02:00
Jason Robinson 7d8ae2c814 Allow passing extra headers to network util fetch_document 2019-03-02 01:24:57 +02:00
Jason Robinson c7ce799caf Add identification of protocol on fetch_remote_profile id parameter
This adds activitypub to protocols that will be fetcher for
remote profile.
2019-03-02 01:24:57 +02:00
Jason Robinson a1b3afba7f Move handle_send protocol identification to federation module root
Add also "identify by id" function.
2019-03-02 01:24:57 +02:00
Jason Robinson b30b0f5d78 Refactor away unnecessary 'handle' parameter to 'retrieve_remote_profile'
The function will guess the protocol from the format of the
ID given.
2019-03-02 01:24:57 +02:00
Jason Robinson 4af97a486b Add GitLab CI badge 2019-03-01 23:24:36 +00:00
Jason Robinson 5baa0b5fe6 Added network utility `network.fetch_host_ip` to fetch IP by hostname 2019-02-13 23:05:10 +02:00
Jason Robinson 4f2e57c579 Merge branch 'allow-disabling-ap-webfinger' into 'master'
Disable ActivityPub limited features by default when on Django

See merge request jaywink/federation!139
2019-01-29 19:53:22 +00:00
Jason Robinson e099d993a8 Disable ActivityPub limited features by default when on Django
Allow enabling by setting the FEDERATION "activitypub" key to True.
This is done to not break compatibility for new users for
platforms which prefer activitypub.
2019-01-29 21:42:57 +02:00
Jason Robinson 2a5a7b76b1 Don't try to parse a nodeinfo document which is for example 404
Refs: https://github.com/friendica/friendica/issues/6472
2019-01-19 23:30:46 +02:00
Jason Robinson 6985a49a9a Make Misskey fetcher survive bad JSON 2018-12-02 20:14:35 +02:00
Jason Robinson 402e72d488 Merge branch 'misskey-parser' into 'master'
Add Misskey fetcher and parser

See merge request jaywink/federation!138
2018-11-27 21:24:48 +00:00
Jason Robinson 6f7571a81e Add Misskey fetcher and parser 2018-11-27 23:19:58 +02:00
Jason Robinson 4bef9b6c8e Merge branch 'parse-matrix-signups-status' into 'master'
Add parsing of Matrix server signups status

See merge request jaywink/federation!137
2018-11-27 20:12:19 +00:00
Jason Robinson 4c786c3148 Add parsing of Matrix server signups status 2018-11-27 22:09:05 +02:00
Jason Robinson 1687fdb59a Do NodeInfo fetch if Mastodon API version indicates Pleroma server 2018-11-25 23:12:26 +02:00
Jason Robinson 04f3bd44d7 Use Mastodon instance count as post count 2018-11-25 22:56:30 +02:00
Jason Robinson fce0917682 Parse Mastodon signups status from the instance about page 2018-11-25 22:51:11 +02:00
Jason Robinson bc389eef8d Merge branch 'matrix-fetcher-parser' into 'master'
Add basic fetcher and parser for Matrix servers

See merge request jaywink/federation!136
2018-11-23 23:00:04 +00:00
Jason Robinson aa17591ccc Add basic fetcher and parser for Matrix servers 2018-11-24 00:56:10 +02:00
Jason Robinson ddfb82fb88 Merge branch 'metainfo-parser-fixees' into 'master'
Metainfo parser fixes

Closes #122

See merge request jaywink/federation!135
2018-11-01 20:52:57 +00:00
Jason Robinson 2bed885021 Don't crash Mastodon instance doc parser on null contact_account 2018-11-01 22:44:24 +02:00
Jason Robinson 00b3fba440 Strip ending slash from NodeInfo2 base_url parsing 2018-11-01 22:33:36 +02:00
Jason Robinson 6c4c61938b Merge branch 'activitypub-protocol' into 'master'
Add beginnings of Activitypub protocol with Follow activity

See merge request jaywink/federation!134
2018-10-22 20:50:58 +00:00
Jason Robinson cef05fb226 Add missing PROTOCOL_NAME to ActivityPub protocol module 2018-10-22 23:23:54 +03:00
Jason Robinson 008c8e8971 Inital passing ActivityPub mapper tests, Follow passes
Skip the rest of the tests, implement one by one until the same
functionality of the Diaspora mappers is ready.
2018-10-13 12:08:12 +03:00
Jason Robinson d1b9a9a877 Skeleton of ActivityPub mappers starting with Follow activity 2018-10-11 20:40:23 +03:00
Jason Robinson d2c35a2cdc Add ActivityPub to protocols and function to identify payload 2018-10-11 19:16:36 +03:00
Jason Robinson c3f59e832e Change activitypub_object_view get_object_function call signature
Pass now full request object instead of the object ID. This allows
the app to check permissions for the object.
2018-10-10 22:43:17 +03:00
Jason Robinson 6dd20c3521 Simplify process_payload call by passing in just request 2018-10-09 22:53:54 +03:00
Jason Robinson aff1a8e59e Tweak activitypub_object_view process_payload call signature
Now passes `response.content` as is and also passes in the request
object.
2018-10-09 22:46:23 +03:00
Jason Robinson 331421c216 Merge branch 'inbox' into 'master'
Django activitypub_object_view now processes POST to /inbox/

See merge request jaywink/federation!133
2018-10-09 19:26:56 +00:00
Jason Robinson 17c23b3be8 Django activitypub_object_view now processes POST to /inbox/ 2018-10-09 22:24:46 +03:00
Jason Robinson 6db1d91579 Ensure handle is lower cased in rfc7033_webfinger_view 2018-10-01 20:03:18 +03:00
Jason Robinson bbc5b0fae1 Remove pep8speaks 2018-09-30 21:06:05 +03:00
Jason Robinson e5b08c9dad Merge branch 'activitypub-further' into 'master'
ActivityPub initial work

See merge request jaywink/federation!132
2018-09-30 17:55:04 +00:00
Jason Robinson 3255f31173 Remove chat badges from readme 2018-09-30 20:50:59 +03:00
Jason Robinson cae76b3da8 Add changelog entries for recent changes 2018-09-30 20:50:32 +03:00
Jason Robinson 985b97cc04 Documentation updates regarding ActivityPub and other things 2018-09-30 20:49:55 +03:00
Jason Robinson b283ba9d89 Remove Python 2 related rows accidentally added 2018-09-30 18:52:45 +03:00
Jason Robinson bc99fe42b4 Another fix to content types accepted by activitypub_object_view 2018-09-30 17:52:09 +03:00
Jason Robinson 882711a31a Use right content types in activitypub_object_view decorator 2018-09-30 17:15:31 +03:00
Jason Robinson ceb5d0446e Add support for AS2 document webfinger rel used by Mastodon et al
Also fix reference to RFC by renaming RFC3033 to RFC7033 :P
2018-09-30 16:20:03 +03:00
Jason Robinson 865636c65b Add following and followers collection urls to AP Profile entity 2018-09-30 15:36:43 +03:00
Jason Robinson 6ab1b937f8 Serialize Post to AS2 as Note 2018-09-30 13:34:07 +03:00
Jason Robinson 13ee55dfe8 Add url to Post, Image and Comment entities 2018-09-30 13:06:18 +03:00
Jason Robinson 9f829cb044 Finalize initial ActivityPub view decorator functionality
Now returns the AS2 serialized object, if found through the
configured fetch function.
2018-09-29 19:10:44 +03:00