Commits at e8c528edf3c291bfbbacfa97efbf64e70b02fe6b
e8c528ed
Improvements to Equals methods for actor and activity
mariusor
authored at
2022-05-24 10:56:26 +0200
mariusor
comitted at
2022-05-24 10:56:26 +0200
4837641d
Converted the URL property to support an array of links as a value
mariusor
authored at
2022-04-20 11:11:13 +0200
mariusor
comitted at
2022-04-20 11:11:13 +0200
947bcada
Improve Flatten function for collections and items
mariusor
authored at
2022-03-23 16:19:40 +0100
mariusor
comitted at
2022-03-23 16:19:40 +0100
fd7ce7b1
Improved documentation on the remaining OnXXX functions for custom objects
mariusor
authored at
2022-03-22 11:47:50 +0100
mariusor
comitted at
2022-03-22 11:47:50 +0100
2d4ccbce
Improved documentation on some OnXXX functions
mariusor
authored at
2022-03-22 11:39:01 +0100
mariusor
comitted at
2022-03-22 11:39:01 +0100
109a45e9
Added a ItemCollection.Normalize method
It allows us to return an the first element in a collection if there is just one
Marius Orcsik
authored at
2022-03-20 15:15:07 +0100
Marius Orcsik
comitted at
2022-03-20 15:15:07 +0100
0b791c7c
Fix CI pipeline
Marius Orcsik
authored at
2022-03-19 20:28:52 +0100
Marius Orcsik
comitted at
2022-03-19 20:30:00 +0100
79c09877
Fix gob encoding the URL
Marius Orcsik
authored at
2022-03-19 20:25:59 +0100
Marius Orcsik
comitted at
2022-03-19 20:25:59 +0100
93a95968
Using go1.18 and adding some interface types that can be used for generics
Marius Orcsik
authored at
2022-03-19 20:14:56 +0100
Marius Orcsik
comitted at
2022-03-19 20:14:56 +0100
826f263b
Added 'integration' tests to the test run
mariusor
authored at
2022-03-16 11:51:55 +0100
mariusor
comitted at
2022-03-16 11:51:55 +0100
8eefc799
Fix json encoding for question.anyOf
Marius Orcsik
authored at
2022-03-13 11:25:30 +0100
Marius Orcsik
comitted at
2022-03-13 11:25:30 +0100
eed05617
Fix flatting of intransitive activities
For the moment we don't flatten a Question's anyOf or oneOf properties
mariusor
authored at
2022-03-11 16:47:56 +0100
mariusor
comitted at
2022-03-11 16:47:56 +0100
d29b4fa0
Don't fail on properties that are missing when unmarshaling json
Marius Orcsik
authored at
2022-03-06 13:34:08 +0100
Marius Orcsik
comitted at
2022-03-06 13:34:18 +0100
16bd1c8a
Fix encoding actor.Streams property
mariusor
authored at
2022-03-01 16:22:14 +0100
mariusor
comitted at
2022-03-01 16:22:14 +0100
c61421fd
Change type of Actor.Streams to be just an item collection
mariusor
authored at
2022-01-28 12:47:59 +0100
mariusor
comitted at
2022-01-28 12:47:59 +0100
8f025c2e
Saving place.Units as byte array instead of trying any encoding
mariusor
authored at
2022-01-26 15:24:39 +0100
mariusor
comitted at
2022-01-26 15:24:39 +0100
a14c77aa
Added public key decoding
mariusor
authored at
2022-01-26 15:21:11 +0100
mariusor
comitted at
2022-01-26 15:21:11 +0100
fbee7c14
Fix IRI.IsObject tests
Marius Orcsik
authored at
2022-01-23 16:55:13 +0100
Marius Orcsik
comitted at
2022-01-23 16:55:13 +0100
60a9d0c0
Making the activitypub.IsObject just try to type assert
Marius Orcsik
authored at
2022-01-23 16:53:15 +0100
Marius Orcsik
comitted at
2022-01-23 16:53:15 +0100
d7f2e55b
Add some extra test cases to iri IsObject test
Marius Orcsik
authored at
2022-01-23 16:51:10 +0100
Marius Orcsik
comitted at
2022-01-23 16:51:10 +0100
7b062fcd
Simplified some of the gob encoding and decoding
mariusor
authored at
2022-01-14 16:23:28 +0100
mariusor
comitted at
2022-01-14 16:23:28 +0100
aff990b5
Check for pointers if when evaluating if an item is an IRI
mariusor
authored at
2022-01-14 16:21:52 +0100
mariusor
comitted at
2022-01-14 16:21:57 +0100
8d289001
Store IRIs as their underlying byte array when encoding using gob
mariusor
authored at
2022-01-14 16:21:28 +0100
mariusor
comitted at
2022-01-14 16:21:28 +0100
41f034c7
Added exported GobEncode/GobDecode functions
Marius Orcsik
authored at
2022-01-13 20:56:01 +0100
Marius Orcsik
comitted at
2022-01-13 20:56:01 +0100
2647d68b
Fix activity type tests
mariusor
authored at
2022-01-13 16:51:14 +0100
mariusor
comitted at
2022-01-13 16:51:14 +0100
71219319
Finish the implementation of gob encode/decode for Item interface
mariusor
authored at
2022-01-13 16:50:08 +0100
mariusor
comitted at
2022-01-13 16:50:08 +0100
f1d12528
Use the typer function variable instead of directly calling the default one
mariusor
authored at
2022-01-13 16:44:44 +0100
mariusor
comitted at
2022-01-13 16:44:44 +0100
72008812
Simplify the Type gob encode/decode
mariusor
authored at
2022-01-13 16:44:04 +0100
mariusor
comitted at
2022-01-13 16:44:04 +0100
af0f5aa0
Adding gob encode/decode for place, profile, question, relationship, tombstone types
mariusor
authored at
2022-01-13 12:22:34 +0100
mariusor
comitted at
2022-01-13 12:22:34 +0100
3e9850f7
Adding gob encode/decode functionality for *Collection types
mariusor
authored at
2022-01-12 18:57:45 +0100
mariusor
comitted at
2022-01-12 18:57:45 +0100
Commits for
e8c528edf3c291bfbbacfa97efbf64e70b02fe6b
Viewing range
e8c528ed
~ 3e9850f7