index
:
activitypub
master
old
A fork of go-ap/activitypub to make it easier to implement extensions
Anthony Wang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-11-26
Add NotEmptyChecker to overwrite default NotEmpty function
HEAD
master
Anthony Wang
2022-11-25
Merge remote-tracking branch 'upstream/master'
Anthony Wang
2022-11-19
Adding some functionality to make IRIs type behave like a CollectionInterface
mariusor
2022-11-15
Updated errors package
mariusor
2022-11-04
Fix IsNil for unrecognized types
mariusor
2022-11-04
Updated error package
mariusor
2022-11-04
More improvements to the CollectionType.Of method
•••
It has become a little too complex for my taste
mariusor
2022-11-03
Fix IRI.AddPath
mariusor
2022-11-03
Allow CollectionPath.Of on IRIs
mariusor
2022-11-03
Add some convenience functions to initialize NaturalLanguageValues properties
mariusor
2022-11-03
Replace 'path' with 'file/path'
mariusor
2022-10-30
Remove coverage push to codecov, as we no longer have access to secrets
Marius Orcsik
2022-09-23
Merge remote-tracking branch 'upstream/master'
Anthony Wang
2022-09-17
Updated jsonld package
Marius Orcsik
2022-09-15
Update module path to gitea.com/xy/activitypub
Anthony Wang
2022-08-20
Remove empty check from JSONLoadItem
Anthony Wang
2022-08-20
Export all write* functions as JSONWrite*
Anthony Wang
2022-08-20
Rename module to gitea.com/Ta180m/activitypub
Anthony Wang
2022-08-20
Export everything in decoding_json
Marius Orcsik
2022-07-06
Improved documentation for collection groups that correspond to activity proc...
mariusor
2022-07-03
Updated errors and xsd-duration packages
Marius Orcsik
2022-06-15
Updated jsonld package with better @context
mariusor
2022-06-12
Removed initializing the inbox, outbox, liked collections in NewActor
Marius Orcsik
2022-06-06
Reorganizing the benchmarks for To/On
Marius Orcsik
2022-06-06
Some basic tests for object ids
Marius Orcsik
2022-06-04
Added benchmarks for 'ToXX' vs 'To[T type]'
•••
They show some weird numbers considering the 'On' benchmarks
Marius Orcsik
2022-06-04
Added benchmark and comment about generic On/To pair
Marius Orcsik
2022-06-03
Added the ItemCollection case to On[Objects]
mariusor
2022-06-03
Make 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-30
Removed the collection and path typer functionality
•••
This will be moved to the processing package
Marius Orcsik
2022-05-30
Folded back handlers typer functionality into the activitypub package
Marius Orcsik
2022-05-29
Updated go-ap packages
Marius Orcsik
2022-05-29
Don't try to output anything if item collection is empty
Marius Orcsik
2022-05-28
Updated activitypub package
Marius Orcsik
2022-05-28
OnX generic function and some tests
Marius Orcsik
2022-05-25
Updated activitypub with IsNil fixed implementation
mariusor
2022-05-25
Only check for nil on pointer values on non package types
mariusor
2022-05-25
Updated activitypub package
mariusor
2022-05-25
Unified some more the error for invalid types
mariusor
2022-05-25
Adding some Format methods for custom printing of objects
mariusor
2022-05-25
Improved IsNil to handle all known types
mariusor
2022-05-25
Unified error messages when being unable to convert to specific types using O...
mariusor
2022-05-24
Updated activitypub with IRI fmt improvements
mariusor
2022-05-24
Added go fmt functionality for IRI to escape url query
mariusor
2022-05-24
Improve 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-24
Updated activitypub package with removed race condition for ToActor
mariusor
2022-05-24
Removing unsafe from ToActor
•••
This might be a future proof way of doing these conversions, but they contain new allocations
mariusor
2022-05-24
Updated activitypub package with better Equals methods
mariusor
2022-05-24
Added Equals method to intransitive activity
mariusor
2022-05-24
Improvements to Equals methods for actor and activity
mariusor
[next]