Commit graph

295 commits

Author SHA1 Message Date
Marius Orcsik
4a4928446c
Updated to activitystreams version with plural NaturalLanguageValues array type 2019-02-21 18:00:03 +01:00
Marius Orcsik
7c3f19af98
Added test for JSONGetItemByType 2019-02-19 11:22:41 +01:00
Marius Orcsik
3c56372a15
Removed Activity based things, as they aren't different from the ActivityStreams ones 2019-02-18 15:50:26 +01:00
Marius Orcsik
7d71e555cb
Added unmarshaling of actors 2019-02-14 22:17:49 +01:00
Marius Orcsik
828e385f60
Make use of subtests for unmarshalling tests 2019-02-13 10:25:30 +01:00
Marius Orcsik
573eb92b33
Using aliases for actor types 2019-01-31 13:27:06 +01:00
Marius Orcsik
8b3fd85a7c
Reworking a lot of the dependencies between activitypub and activitystreams objects
It turns out extending one from the other is not that easy

Still broken test for tests/mocks/like_activity_with_iri_actor.json
2019-01-30 22:01:56 +01:00
Marius Orcsik
b826c6ce53
Removed GOPATH from Makefile as we're using go modules 2019-01-28 15:39:30 +01:00
Marius Orcsik
99cabdd26d
Removed circular dependencies 2019-01-24 11:43:14 +01:00
Marius Orcsik
3a8b2a4401
Organizing the versions is becoming a bit tricky 2019-01-24 11:09:02 +01:00
Marius Orcsik
09557994a6
Update README 2019-01-22 16:56:15 +01:00
Marius Orcsik
b987bcf379
Moved everything related to activitypub extensions to its own project 2019-01-22 16:38:46 +01:00
Marius Orcsik
4961f06996
Added the begining of validation logic 2019-01-22 14:54:14 +01:00
Marius Orcsik
2c56aa99b8
Logging every request 2019-01-12 13:43:00 +01:00
Marius Orcsik
44523291c8
Export SignRequestFn and LogFn types 2019-01-12 13:34:36 +01:00
Marius Orcsik
4cc1329870
Updated coverage icon 2019-01-10 16:42:02 +01:00
Marius Orcsik
281b73cbc2
Moved to go-ap 2019-01-07 14:54:19 +01:00
Marius Orcsik
4bd3a14ffa
Adding the Accept: ld+json header for requests 2018-12-26 18:59:43 +01:00
Marius Orcsik
5577b25a88
Expose some interfaces 2018-12-26 16:48:23 +01:00
Marius Orcsik
aa810e474c
Added a basic http client which would understand AP things
This would represent the base for a future IRI dereference mechanism
2018-12-26 15:46:57 +01:00
Marius Orcsik
9e3d0a68a1
Added EndTime and Duration to object unmarshalling 2018-12-23 17:12:26 +01:00
Marius Orcsik
d1e2ae9598
Added icon and image properties to object unmarshalling 2018-12-23 17:10:11 +01:00
Marius Orcsik
a955ef13ec
Fixed source property unmarshalling 2018-12-16 13:19:19 +01:00
Marius Orcsik
88e637fb3f
Added jsonld tags for tombstone properties 2018-12-09 14:06:50 +01:00
Marius Orcsik
564e590de8
Change the type of Tombstone.FormerType property 2018-12-09 13:51:45 +01:00
Marius Orcsik
7f9c695d13
Fix loading to/bto/cc/bcc
Added unmarshalling test pair for them

Remove duplicate func for dynamic loading of as.Items
2018-12-08 15:45:21 +01:00
Marius Orcsik
3e752dee63
Added CC, Bto, BCC properties to the unmarshalling of the object 2018-12-08 14:47:43 +01:00
Marius Orcsik
db8a905f46
Reenabled object_with_replies unmarshalling test 2018-12-03 13:41:34 +01:00
Marius Orcsik
e9ef1a6ff5
Streamlined objects unmarshalling to get rid of duplicated work on same properties 2018-12-02 16:50:40 +01:00
Marius Orcsik
faef668a93
Merge pull request #6 from mariusor/objects-refactor
Factored out the objects' common properties
2018-12-02 15:52:44 +01:00
Marius Orcsik
269c06fbb2
Factored out the objects' common properties 2018-11-23 15:22:56 +01:00
Marius Orcsik
1955b6af31
Added Json unmarshalling for the Person tupe and its aliases 2018-11-22 13:48:40 +01:00
Marius Orcsik
4a4c72b09e
Added generic UnmarshalJSON for activitystreams package 2018-11-22 13:35:20 +01:00
Marius Orcsik
323d792a70
Added activitypub Object type
It extends the activitystreams one with the Source property
2018-11-21 12:26:20 +01:00
Marius Orcsik
80c6e5180c
Removed unnecessary file 2018-11-21 12:25:29 +01:00
Marius Orcsik
853389eb5f
Remove ContentType type in favour of MimeType 2018-11-21 12:25:12 +01:00
Marius Orcsik
db33a4e5b6
Adding Tag unmarshalling to Activity and Actor objects 2018-11-14 13:44:44 +01:00
Marius Orcsik
9dcc89db96
Adding Tag property unmarshalling for Objects 2018-11-14 13:42:08 +01:00
Marius Orcsik
c53d21a18e
Tag should be a collection 2018-11-14 12:52:24 +01:00
Marius Orcsik
9860c7cec8
Adding placeholder test functions 2018-11-10 22:37:06 +01:00
Marius Orcsik
e761de64be
Add First() method for ItemCollection and using it to return the type 2018-11-10 22:35:57 +01:00
Marius Orcsik
b18318b933
Final activity tests 2018-11-10 22:01:19 +01:00
Marius Orcsik
d999f49dfc
More object tests 2018-11-10 22:01:19 +01:00
Marius Orcsik
974ac4b91e
Another go-lint improvement 2018-11-05 18:05:02 +01:00
Marius Orcsik
7f770f728c
Fill some comments on methods 2018-11-05 17:32:09 +01:00
Marius Orcsik
347ce39251
Remove pre 1.11 GOPATH shenanigans 2018-11-05 17:11:00 +01:00
Marius Orcsik
1ff9ffddf4
Run coverage tests once for all packages 2018-11-05 15:03:06 +01:00
Marius Orcsik
77b0d9a7d1
Add activitystreams package to codecov setup 2018-11-05 13:20:37 +01:00
Marius Orcsik
4c79729b23
Updated jsonparser version 2018-11-04 20:37:44 +01:00
Marius Orcsik
37c93acd9c
More tests for activities 2018-11-04 20:31:04 +01:00