Comment by ~mariusor on ~mariusor/go-activitypub
I haven't seen these in a while.
REPORTED
RESOLVED CLOSEDComment by ~mariusor on ~mariusor/go-activitypub
Added #299 for tracking FEP-d8c2 improvements.
auth added by ~mariusor on ~mariusor/go-activitypub
Ticket created by ~mariusor on ~mariusor/go-activitypub
The current implementation of the authorization application is basically the code extracted directly from FedBOX, so no new features were added.
So we still need to look at FEP-d8c2 and see if it can be used.
Comment by ~mariusor on ~mariusor/go-activitypub
REPORTED
RESOLVED CLOSEDstorage added by ~mariusor on ~mariusor/go-activitypub
Ticket created by ~mariusor on ~mariusor/go-activitypub
Currently
CollectionStore.AddTo()
method only supports adding one item at the time to a collection.We could improve this by changing the signature
type CollectionStore interface { AddTo(col vocab.IRI, it vocab.Item) error // to AddTo(col vocab.IRI, items ...vocab.Item) error
storage added by ~mariusor on ~mariusor/go-activitypub
Ticket created by ~mariusor on ~mariusor/go-activitypub
After the migration to saving raw collection values everything is messed up.
It's still very slow.
Comment by ~mariusor on ~mariusor/go-activitypub
I think this is everything if we're omitting the fact that the badger backend stopped working a while ago.
REPORTED
RESOLVED CLOSED