Commits at main
81405e14
Add NotEmptyChecker to overwrite default NotEmpty function
Anthony Wang
authored at
2022-11-26 17:14:42 +0000
Anthony Wang
comitted at
2022-11-26 17:14:42 +0000
83b604a5
Merge remote-tracking branch 'upstream/master'
Anthony Wang
authored at
2022-11-25 20:56:31 +0000
Anthony Wang
comitted at
2022-11-25 20:56:31 +0000
d347f3e9
Merge remote-tracking branch 'upstream/master'
Anthony Wang
authored at
2022-09-23 17:29:00 +0000
Anthony Wang
comitted at
2022-09-23 17:29:00 +0000
ee7ec91c
Update module path to gitea.com/xy/activitypub
Anthony Wang
authored at
2022-09-15 10:32:16 -0500
Anthony Wang
comitted at
2022-09-15 10:32:16 -0500
79a43a99
Remove empty check from JSONLoadItem
Anthony Wang
authored at
2022-08-20 22:37:18 -0500
Anthony Wang
comitted at
2022-08-20 22:37:18 -0500
29bb602e
Export all write* functions as JSONWrite*
Anthony Wang
authored at
2022-08-20 21:27:03 -0500
Anthony Wang
comitted at
2022-08-20 21:27:03 -0500
b9fb54de
Rename module to gitea.com/Ta180m/activitypub
Anthony Wang
authored at
2022-08-20 11:51:20 -0500
Anthony Wang
comitted at
2022-08-20 11:51:20 -0500
23f95121
Export everything in decoding_json
Marius Orcsik
authored at
2022-08-20 17:19:34 +0200
Marius Orcsik
comitted at
2022-08-20 17:43:45 +0200
0c84d76c
Improved documentation for collection groups that correspond to activity processing operations
mariusor
authored at
2022-07-06 15:48:11 +0200
mariusor
comitted at
2022-07-06 15:48:11 +0200
9f77adaa
Updated errors and xsd-duration packages
Marius Orcsik
authored at
2022-07-03 14:34:09 +0200
Marius Orcsik
comitted at
2022-07-03 14:34:09 +0200
48208c70
Updated jsonld package with better @context
mariusor
authored at
2022-06-15 16:44:28 +0200
mariusor
comitted at
2022-06-15 16:44:28 +0200
4c61caf6
Removed initializing the inbox, outbox, liked collections in NewActor
Marius Orcsik
authored at
2022-06-12 11:58:08 +0200
Marius Orcsik
comitted at
2022-06-12 11:58:08 +0200
d23c21ae
Reorganizing the benchmarks for To/On
Marius Orcsik
authored at
2022-06-06 15:00:25 +0200
Marius Orcsik
comitted at
2022-06-06 15:00:25 +0200
725d9a66
Some basic tests for object ids
Marius Orcsik
authored at
2022-06-06 13:22:54 +0200
Marius Orcsik
comitted at
2022-06-06 13:22:54 +0200
697681d8
Added benchmarks for 'ToXX' vs 'To[T type]'
They show some weird numbers considering the 'On' benchmarks
Marius Orcsik
authored at
2022-06-04 19:19:30 +0200
Marius Orcsik
comitted at
2022-06-04 19:19:30 +0200
6917e062
Added benchmark and comment about generic On/To pair
Marius Orcsik
authored at
2022-06-04 16:35:11 +0200
Marius Orcsik
comitted at
2022-06-04 16:47:31 +0200
07cf4a27
Added the ItemCollection case to On[Objects]
mariusor
authored at
2022-06-03 14:57:44 +0200
mariusor
comitted at
2022-06-03 14:57:44 +0200
b7c96100
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
authored at
2022-06-03 09:23:48 +0200
mariusor
comitted at
2022-06-03 09:23:48 +0200
495ce2ea
Removed the collection and path typer functionality
This will be moved to the processing package
Marius Orcsik
authored at
2022-05-30 14:48:13 +0200
Marius Orcsik
comitted at
2022-05-30 14:48:13 +0200
051d30fa
Folded back handlers typer functionality into the activitypub package
Marius Orcsik
authored at
2022-05-30 14:02:51 +0200
Marius Orcsik
comitted at
2022-05-30 14:02:51 +0200
897ab709
Don't try to output anything if item collection is empty
Marius Orcsik
authored at
2022-05-29 15:19:53 +0200
Marius Orcsik
comitted at
2022-05-29 15:19:53 +0200
f32e7aa1
OnX generic function and some tests
Marius Orcsik
authored at
2022-04-23 13:48:33 +0200
Marius Orcsik
comitted at
2022-05-28 13:10:45 +0200
1c635844
Only check for nil on pointer values on non package types
mariusor
authored at
2022-05-25 14:46:36 +0200
mariusor
comitted at
2022-05-25 14:46:36 +0200
7414b7fa
Unified some more the error for invalid types
mariusor
authored at
2022-05-25 13:55:18 +0200
mariusor
comitted at
2022-05-25 13:55:18 +0200
52ce087a
Adding some Format methods for custom printing of objects
mariusor
authored at
2022-05-25 13:46:03 +0200
mariusor
comitted at
2022-05-25 13:46:03 +0200
5c59dccd
Improved IsNil to handle all known types
mariusor
authored at
2022-05-25 13:41:52 +0200
mariusor
comitted at
2022-05-25 13:41:52 +0200
a9858c90
Unified error messages when being unable to convert to specific types using OnXXX helpers
mariusor
authored at
2022-05-25 13:36:56 +0200
mariusor
comitted at
2022-05-25 13:36:56 +0200
7c011e3a
Added go fmt functionality for IRI to escape url query
mariusor
authored at
2022-05-24 15:47:36 +0200
mariusor
comitted at
2022-05-24 15:47:36 +0200
7ed0d30e
Removing unsafe from ToActor
This might be a future proof way of doing these conversions, but they contain new allocations
mariusor
authored at
2022-05-24 12:10:24 +0200
mariusor
comitted at
2022-05-24 12:14:32 +0200
a60c25cc
Added Equals method to intransitive activity
mariusor
authored at
2022-05-24 11:01:42 +0200
mariusor
comitted at
2022-05-24 11:03:40 +0200