Commits at 72c2d5c3318602358a203cfdecd190c86f17a13c
72c2d5c3
Use package aliases for jsonld and activitypub in tests
Marius Orcsik
authored at
2018-07-18 16:33:40 +0200
Marius Orcsik
comitted at
2018-07-18 16:33:40 +0200
23b0a13e
Add local LangRef string type alias
Marius Orcsik
authored at
2018-07-18 16:31:00 +0200
Marius Orcsik
comitted at
2018-07-18 16:31:00 +0200
6b75ad6d
Fix quotes being kept for string type aliases in UnmarshalJSON methods
Marius Orcsik
authored at
2018-07-18 16:29:47 +0200
Marius Orcsik
comitted at
2018-07-18 16:29:47 +0200
12f481a2
Adding mediaType to Object
Marius Orcsik
authored at
2018-07-18 16:19:50 +0200
Marius Orcsik
comitted at
2018-07-18 16:27:53 +0200
44bcbcfb
Adding/cleaning up some more function comments
Marius Orcsik
authored at
2018-07-16 15:58:36 +0200
Marius Orcsik
comitted at
2018-07-16 16:38:15 +0200
9a140c80
Add tests for methods of various Collection objects
Marius Orcsik
authored at
2018-07-16 15:48:37 +0200
Marius Orcsik
comitted at
2018-07-16 15:48:37 +0200
8758b44a
Adding tests for URI/IRI methods
Marius Orcsik
authored at
2018-07-16 15:48:02 +0200
Marius Orcsik
comitted at
2018-07-16 15:48:02 +0200
8308c6fb
Converted the jsonld context to be an empty interface
This allows us to support passing it just as a string or URI
Marius Orcsik
authored at
2018-07-16 13:26:26 +0200
Marius Orcsik
comitted at
2018-07-16 13:26:26 +0200
327128b6
Added initializer function for liked
Made Liked objects conform to ObjectOrLink, and Collection interfaces
Marius Orcsik
authored at
2018-07-13 10:17:44 +0200
Marius Orcsik
comitted at
2018-07-13 10:17:50 +0200
66767f67
Made URI and IRI conform to the LinkOrUri interface
Added a convenience String method
Marius Orcsik
authored at
2018-07-13 10:17:03 +0200
Marius Orcsik
comitted at
2018-07-13 10:17:03 +0200
551072e5
Added initializer function for outbox
Made Outbox/Inbox objects conform to ObjectOrLink interface
Marius Orcsik
authored at
2018-07-13 10:16:06 +0200
Marius Orcsik
comitted at
2018-07-13 10:16:06 +0200
08d5f269
Added GetLink method to LinkOrUri interface
Made ObjectOrLink interface extend ActivityObject
Marius Orcsik
authored at
2018-07-13 10:15:14 +0200
Marius Orcsik
comitted at
2018-07-13 10:15:14 +0200
a60599cd
Add outbox and liked initializations to person
Made Person conform to the LinkOrUri interface
Marius Orcsik
authored at
2018-07-13 10:13:31 +0200
Marius Orcsik
comitted at
2018-07-13 10:13:31 +0200
5d39ddce
Output the @context key when marshalling
Marius Orcsik
authored at
2018-07-09 11:15:19 +0200
Marius Orcsik
comitted at
2018-07-09 11:15:19 +0200
03a37828
Updating types that can satisfy the Collection interface
Marius Orcsik
authored at
2018-07-07 21:27:34 +0200
Marius Orcsik
comitted at
2018-07-07 21:27:34 +0200
8bd5130d
Move the context to a package variable
Marius Orcsik
authored at
2018-07-06 22:33:47 +0200
Marius Orcsik
comitted at
2018-07-06 22:33:47 +0200
97898564
Refactored how the repo looks
Marius Orcsik
authored at
2018-07-06 12:48:04 +0200
Marius Orcsik
comitted at
2018-07-06 12:48:04 +0200
133344f2
Adding start for json parser based unmarshall
Marius Orcsik
authored at
2018-06-15 23:03:55 +0200
Marius Orcsik
comitted at
2018-06-15 23:03:55 +0200
7f8193df
Refactored objects to include full AP structure
Marius Orcsik
authored at
2018-06-09 14:05:46 +0200
Marius Orcsik
comitted at
2018-06-09 14:05:46 +0200
55e0d31a
Broken tests
Marius Orcsik
authored at
2018-06-09 13:08:30 +0200
Marius Orcsik
comitted at
2018-06-09 13:08:30 +0200
68c4bc41
Renamed Object to BaseObject
Marius Orcsik
authored at
2018-06-09 13:06:55 +0200
Marius Orcsik
comitted at
2018-06-09 13:06:55 +0200
a3bf45d0
Forgot to rename Id -> ID in Link tests
Marius Orcsik
authored at
2018-06-07 21:25:35 +0200
Marius Orcsik
comitted at
2018-06-07 21:25:35 +0200
2c2e1c9f
Proper LinkType
Marius Orcsik
authored at
2018-06-07 17:46:34 +0200
Marius Orcsik
comitted at
2018-06-07 17:46:34 +0200
4d896fc1
Forgot to implement GetObject and GetLink for Link objects
Marius Orcsik
authored at
2018-06-07 17:46:22 +0200
Marius Orcsik
comitted at
2018-06-07 17:46:22 +0200
2ecb5245
Added marshalling tests based on json mock files
Marius Orcsik
authored at
2018-06-07 16:48:08 +0200
Marius Orcsik
comitted at
2018-06-07 16:48:08 +0200
a28fd115
Added some more unmarshalling for objects
Marius Orcsik
authored at
2018-06-07 16:32:26 +0200
Marius Orcsik
comitted at
2018-06-07 16:32:26 +0200
175fd5fd
Added basic unmarshalling for objects with jsonld context
Marius Orcsik
authored at
2018-06-07 15:32:14 +0200
Marius Orcsik
comitted at
2018-06-07 15:32:14 +0200
1997a548
Renamed apObject to Object
Marius Orcsik
authored at
2018-06-06 15:32:26 +0200
Marius Orcsik
comitted at
2018-06-06 15:32:26 +0200
7dc3fad4
Added tests for RecipientsDeduplication on Activities
So much code for so little testing
Marius Orcsik
authored at
2018-06-05 21:54:56 +0200
Marius Orcsik
comitted at
2018-06-05 21:55:03 +0200
74f69f09
Added test for ensuring a block's object is not present in the recipients list
Marius Orcsik
authored at
2018-06-05 21:20:28 +0200
Marius Orcsik
comitted at
2018-06-05 21:20:28 +0200
Commits for
72c2d5c3318602358a203cfdecd190c86f17a13c
Viewing range
72c2d5c3
~ 74f69f09