Commit graph

613 commits

Author SHA1 Message Date
Marius Orcsik
23cdf04dc1
Adding some custom errors 2019-02-22 19:57:23 +01:00
Marius Orcsik
4a4928446c
Updated to activitystreams version with plural NaturalLanguageValues array type 2019-02-21 18:00:03 +01:00
Marius Orcsik
0b102fbb67
Added Mapper interface
Pluralized NaturalLanguageValue(s) array type

Improved comments on exported types and functions
2019-02-21 17:57:12 +01:00
Marius Orcsik
ca1b14711d
Small tests for IRI objects 2019-02-19 13:02:38 +01:00
Marius Orcsik
7c3f19af98
Added test for JSONGetItemByType 2019-02-19 11:22:41 +01:00
Marius Orcsik
ddf7c77e1c
Added test for JSONGetItemByType 2019-02-19 11:22:10 +01:00
Marius Orcsik
1b855f7673
Renamed the Unmarshal test 2019-02-19 11:21:11 +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
fa236c4d33
Use subtests for unmarshalling tests 2019-02-13 10:22:36 +01:00
Marius Orcsik
573eb92b33
Using aliases for actor types 2019-01-31 13:27:06 +01:00
Marius Orcsik
29c67b42e5
Making Actor types aliases of Object 2019-01-31 13:24:34 +01:00
Marius Orcsik
a7f324ca46
Small deepEquals improvements 2019-01-31 13:24:15 +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
f4e240055d
Removed unneeded types in favour of aliasing to Object 2019-01-30 20:50:50 +01:00
Marius Orcsik
6315ea0428
Added a more generic way of using custom activotystreams.Item compatible structs when unmarshalling from other packages 2019-01-30 17:39:26 +01:00
Marius Orcsik
b57e0c6e02
Add some marshalling tests back 2019-01-30 16:42:54 +01:00
Marius Orcsik
5cb8b6af39
Removing Actor as a separate type
The assumptions we were making for it (existence of collections, s/a) didn't match the activitystreams spec

Actor is now an interface and actor types are basically aliases for Object

Moved that functionality to the activitypub package
2019-01-30 16:21:57 +01:00
Marius Orcsik
ce595fadf3
Exposing the JSONGet* functions for activitystreams objects 2019-01-30 16:19:29 +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
6a208fd55a
Removed the integration tests 2019-01-24 11:42:15 +01:00
Marius Orcsik
3a8b2a4401
Organizing the versions is becoming a bit tricky 2019-01-24 11:09:02 +01:00
Marius Orcsik
101226ff0f
Organizing the versions is becoming a bit tricky 2019-01-24 11:08:17 +01:00
Marius Orcsik
a494fae1c6
Updated travis build 2019-01-23 12:57:25 +01:00
Marius Orcsik
09557994a6
Update README 2019-01-22 16:56:15 +01:00
Marius Orcsik
32ef8f0c59
Update README 2019-01-22 16:55:50 +01:00
Marius Orcsik
54f56b33e9
Moved everything related to activitystreams vocabulary to its own project 2019-01-22 16:44:27 +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