aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-26Add NotEmptyChecker to overwrite default NotEmpty functionHEADmasterAnthony Wang
2022-11-25Merge remote-tracking branch 'upstream/master'Anthony Wang
2022-11-19Adding some functionality to make IRIs type behave like a CollectionInterfacemariusor
2022-11-15Updated errors packagemariusor
2022-11-04Fix IsNil for unrecognized typesmariusor
2022-11-04Updated error packagemariusor
2022-11-04More improvements to the CollectionType.Of method•••It has become a little too complex for my taste mariusor
2022-11-03Fix IRI.AddPathmariusor
2022-11-03Allow CollectionPath.Of on IRIsmariusor
2022-11-03Add some convenience functions to initialize NaturalLanguageValues propertiesmariusor
2022-11-03Replace 'path' with 'file/path'mariusor
2022-10-30Remove coverage push to codecov, as we no longer have access to secretsMarius Orcsik
2022-09-23Merge remote-tracking branch 'upstream/master'Anthony Wang
2022-09-17Updated jsonld packageMarius Orcsik
2022-09-15Update module path to gitea.com/xy/activitypubAnthony Wang
2022-08-20Remove empty check from JSONLoadItemAnthony Wang
2022-08-20Export all write* functions as JSONWrite*Anthony Wang
2022-08-20Rename module to gitea.com/Ta180m/activitypubAnthony Wang
2022-08-20Export everything in decoding_jsonMarius Orcsik
2022-07-06Improved documentation for collection groups that correspond to activity proc...mariusor
2022-07-03Updated errors and xsd-duration packagesMarius Orcsik
2022-06-15Updated jsonld package with better @contextmariusor
2022-06-12Removed initializing the inbox, outbox, liked collections in NewActorMarius Orcsik
2022-06-06Reorganizing the benchmarks for To/OnMarius Orcsik
2022-06-06Some basic tests for object idsMarius Orcsik
2022-06-04Added benchmarks for 'ToXX' vs 'To[T type]'•••They show some weird numbers considering the 'On' benchmarks Marius Orcsik
2022-06-04Added benchmark and comment about generic On/To pairMarius Orcsik
2022-06-03Added the ItemCollection case to On[Objects]mariusor
2022-06-03Make the To[Objects] and On[Objects] generic functions work•••They lose functionality as opposed to the more specific ones because we can't check for it being an ItemCollection mariusor
2022-05-30Removed the collection and path typer functionality•••This will be moved to the processing package Marius Orcsik
2022-05-30Folded back handlers typer functionality into the activitypub packageMarius Orcsik
2022-05-29Updated go-ap packagesMarius Orcsik
2022-05-29Don't try to output anything if item collection is emptyMarius Orcsik
2022-05-28Updated activitypub packageMarius Orcsik
2022-05-28OnX generic function and some testsMarius Orcsik
2022-05-25Updated activitypub with IsNil fixed implementationmariusor
2022-05-25Only check for nil on pointer values on non package typesmariusor
2022-05-25Updated activitypub packagemariusor
2022-05-25Unified some more the error for invalid typesmariusor
2022-05-25Adding some Format methods for custom printing of objectsmariusor
2022-05-25Improved IsNil to handle all known typesmariusor
2022-05-25Unified error messages when being unable to convert to specific types using O...mariusor
2022-05-24Updated activitypub with IRI fmt improvementsmariusor
2022-05-24Added go fmt functionality for IRI to escape url querymariusor
2022-05-24Improve CollectionType.Of•••We now check that both following things happen Collection type matches OnActor collection types Item type matches a Actor activity types mariusor
2022-05-24Updated activitypub package with removed race condition for ToActormariusor
2022-05-24Removing unsafe from ToActor•••This might be a future proof way of doing these conversions, but they contain new allocations mariusor
2022-05-24Updated activitypub package with better Equals methodsmariusor
2022-05-24Added Equals method to intransitive activitymariusor
2022-05-24Improvements to Equals methods for actor and activitymariusor