Commits at fbee7c1426396b7efa4e5f35cf3ccf85580b45f2
5fd333bc
Export types for function parameters required by the OnXXX utility functions
Marius Orcsik
authored at
2021-07-21 18:38:41 +0200
Marius Orcsik
comitted at
2021-07-21 18:38:41 +0200
f56d3bfa
Fixed an actor's public key property Json encode and decode
mariusor
authored at
2021-06-23 16:34:48 +0200
mariusor
comitted at
2021-06-23 16:34:48 +0200
2f08d242
Fix mod download
Marius Orcsik
authored at
2021-06-06 17:15:43 +0200
Marius Orcsik
comitted at
2021-06-06 17:18:01 +0200
0158b248
Improvements to nil checks before trying to access interface values which might be nil
Marius Orcsik
authored at
2021-06-06 17:04:34 +0200
Marius Orcsik
comitted at
2021-06-06 17:04:34 +0200
b8343fd3
Don't crash if collections are nil when invoking Count()
Marius Orcsik
authored at
2021-06-06 14:34:07 +0200
Marius Orcsik
comitted at
2021-06-06 14:34:07 +0200
558da363
Moved the flatten functionality to this package
Marius Orcsik
authored at
2021-04-03 13:43:33 +0200
Marius Orcsik
comitted at
2021-04-03 13:43:33 +0200
f09fdb0b
Disabled all GobEncoding/Decoding and BinaryMarshal/Unmarshal functionality
Marius Orcsik
authored at
2021-04-02 13:52:04 +0200
Marius Orcsik
comitted at
2021-04-02 13:52:04 +0200
57a41d04
Fix ItemMatches function and adding some basic tests
Marius Orcsik
authored at
2021-03-27 14:06:24 +0100
Marius Orcsik
comitted at
2021-03-27 14:06:24 +0100
95774ab5
Fix Remove method doc comment
Marius Orcsik
authored at
2021-03-27 14:02:26 +0100
Marius Orcsik
comitted at
2021-03-27 14:02:30 +0100
6f428a28
Modified time properties json encoding to match xsd:timeDate format
Namely switching from the default behavior of time.Time.MarshalJSON, which uses RFC3339Nano to plain RFC3339
mariusor
authored at
2021-03-26 10:56:23 +0100
mariusor
comitted at
2021-03-26 10:56:23 +0100
11611914
Added encoding and decoding gob placeholders api
Marius Orcsik
authored at
2021-03-14 19:40:36 +0100
Marius Orcsik
comitted at
2021-03-14 19:40:36 +0100
ac3d908e
Adding placeholder Marshal/UnmarshalBinary and GobEncode/Decode
Marius Orcsik
authored at
2021-03-14 19:36:32 +0100
Marius Orcsik
comitted at
2021-03-14 19:39:49 +0100
a65a3e90
Renamed internal functions used for JSON buffer write
This is done to ensure we're not overlapping with the future gob functionality
Marius Orcsik
authored at
2021-01-01 13:59:01 +0100
Marius Orcsik
comitted at
2021-03-14 18:31:13 +0100
0c3f57f6
Added IsNil function to assert to Object or ItemCollection before checking for nil values in Item interface
mariusor
authored at
2021-02-02 14:18:16 +0100
mariusor
comitted at
2021-02-02 14:18:16 +0100
15ac5c20
Updated OnX functions to apply the function on an item collection if that's what's being passed to it
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
authored at
2021-01-31 13:30:40 +0100
Marius Orcsik
comitted at
2021-01-31 13:30:40 +0100
247f1fbf
Removed flatten functionality from here
mariusor
authored at
2021-01-13 10:52:50 +0100
mariusor
comitted at
2021-01-13 10:52:50 +0100
cc0968f7
Remove port when compairing hosts
mariusor
authored at
2021-01-10 20:54:35 +0100
mariusor
comitted at
2021-01-10 20:54:35 +0100
56bfed62
Add a way to return nil if unmarshaling an empty object
mariusor
authored at
2021-01-09 18:37:38 +0100
mariusor
comitted at
2021-01-09 18:37:38 +0100
751dce7f
Improvements to decoding objects without a type
mariusor
authored at
2021-01-09 17:11:57 +0100
mariusor
comitted at
2021-01-09 17:39:10 +0100
c478a282
Added some convenience functions for checking if an Item is an Object or an IRI
Marius Orcsik
authored at
2020-12-31 10:37:05 +0100
Marius Orcsik
comitted at
2020-12-31 10:37:05 +0100
22a1b093
Allow InReplyTo to be a single item, not always an item collection
Fix tests
Marius Orcsik
authored at
2020-12-30 14:19:02 +0100
Marius Orcsik
comitted at
2020-12-30 14:19:02 +0100
3cc50900
Add test for unmarshaling object without type
Fix existing tests
Marius Orcsik
authored at
2020-12-30 13:31:37 +0100
Marius Orcsik
comitted at
2020-12-30 13:31:37 +0100
727077a0
Don't depend on having the type set when trying to call OnX functions
Marius Orcsik
authored at
2020-12-30 13:31:02 +0100
Marius Orcsik
comitted at
2020-12-30 13:31:02 +0100
bec9454a
Improvements to the JSON unmarshaling plumbing
Marius Orcsik
authored at
2020-12-30 13:30:34 +0100
Marius Orcsik
comitted at
2020-12-30 13:30:34 +0100
9fa2cdc2
Fix deepEquals to take into account comparisons of values that can be coerced to basic types
Marius Orcsik
authored at
2020-12-30 13:21:07 +0100
Marius Orcsik
comitted at
2020-12-30 13:21:07 +0100
b1c270db
Modified ItemMatches method fo match changed ItemMatcher interface
Marius Orcsik
authored at
2020-12-28 17:53:47 +0100
Marius Orcsik
comitted at
2020-12-28 17:53:47 +0100
fe5b14f0
Added ToLink and OnLink functions
Marius Orcsik
authored at
2020-12-28 14:59:16 +0100
Marius Orcsik
comitted at
2020-12-28 14:59:16 +0100
e4ba4092
White space issue fix
Marius Orcsik
authored at
2020-12-28 14:58:56 +0100
Marius Orcsik
comitted at
2020-12-28 14:58:56 +0100
32d4cee9
Uniform receiver names for MimeType methods
Marius Orcsik
authored at
2020-12-28 14:58:41 +0100
Marius Orcsik
comitted at
2020-12-28 14:58:41 +0100
c64f3ce9
Add extra OnPlace/OnProfile/OnRelationship/OnTombstone functions
Marius Orcsik
authored at
2020-11-28 13:39:14 +0100
Marius Orcsik
comitted at
2020-11-28 13:39:14 +0100
Commits for
fbee7c1426396b7efa4e5f35cf3ccf85580b45f2
Viewing range
5fd333bc
~ c64f3ce9