aboutsummaryrefslogtreecommitdiff
path: root/profile.go
AgeCommit message (Expand)Author
2022-08-20Export all write* functions as JSONWrite*Anthony Wang
2022-08-20Export everything in decoding_jsonMarius Orcsik
2022-05-25Unified some more the error for invalid typesmariusor
2022-05-25Adding some Format methods for custom printing of objectsmariusor
2022-05-25Unified error messages when being unable to convert to specific types using O...mariusor
2022-04-20Converted the URL property to support an array of links as a valuemariusor
2022-03-22Improved documentation on the remaining OnXXX functions for custom objectsmariusor
2022-01-13Adding gob encode/decode for place, profile, question, relationship, tombsto...mariusor
2021-11-12More lint errors fixedMarius Orcsik
2021-11-12Fix some linting warningsmariusor
2021-09-12Add nil checks for OnX helper functionsMarius Orcsik
2021-08-15Use fastjson properlyMarius Orcsik
2021-04-02Disabled all GobEncoding/Decoding and BinaryMarshal/Unmarshal functionalityMarius Orcsik
2021-03-14Adding placeholder Marshal/UnmarshalBinary and GobEncode/DecodeMarius Orcsik
2021-03-14Renamed internal functions used for JSON buffer write•••This is done to ensure we're not overlapping with the future gob functionality Marius Orcsik
2021-01-31Updated OnX functions to apply the function on an item collection if that's w...•••This still has the downside that the collection might contain different types of objects but I can't think of a better way to do it at the moment Marius Orcsik
2020-11-28Add extra OnPlace/OnProfile/OnRelationship/OnTombstone functionsMarius Orcsik
2020-07-16Adding a default case for type conversion using the reflect packageMarius Orcsik
2020-05-15Improved ItemCollectionDeduplication•••More tests for object equality method Marius Orcsik
2019-12-21Refactoring loading of collection, actor and additional object types from jso...Marius Orcsik
2019-12-19Refactored marshaling and removing bytes.Buffer in favor of a simple byte sliceMarius Orcsik
2019-12-19Added marshal Json method to Place, Profile, Relationship and TombstoneMarius Orcsik
2019-12-05Some other places where we removed Object from names of thingsMarius Orcsik
2019-12-05Renamed ObjectID to IDMarius Orcsik
2019-12-03Added the Object related Source and collection propertiesMarius Orcsik
2019-12-03Holy shit! Merged the activitystreams repo•••Only 3 tests failing Marius Orcsik