cache added by ~mariusor on ~mariusor/go-activitypub
Ticket created by ~mariusor on ~mariusor/go-activitypub
When we're storing items in storage, add support for ETags in the metadata.
auth added by ~mariusor on ~mariusor/go-activitypub
Ticket created by ~mariusor on ~mariusor/go-activitypub
Additional to RFC7591 and IndieAuth we could add support for the evolution of the later in OAuth Client ID Metadata Document
box added by ~mariusor on ~mariusor/go-activitypub
Ticket created by ~mariusor on ~mariusor/go-activitypub
When posting to ONI using the
box
helper the attachment URLs passed with the--atach
argument are not all taken into account. See log, where one of them seems to be used three times.$ box post --as https://marius.oni.local --id https://marius.oni.local/posts/2025/may/framework --attach https://marius.oni.local/uploads/whats-in-the-box.jpg --attach https://marius.oni.local/uploads/adult-legos.jpg --attach https://marius.oni.local/uploads/all-done.jpg --attach https://marius.oni.local/uploads/successfull-boot.jpg --attach https://marius.oni.local/uploads/work-setup.jpg DBG OK IRI=https://marius.oni.local/uploads/whats-in-the-box.jpg duration=65.77407ms log=client status="200 OK" DBG OK IRI=https://marius.oni.local/uploads/all-done.jpg duration=72.208905ms log=client status="200 OK" DBG OK IRI=https://marius.oni.local/uploads/work-setup.jpg duration=79.775692ms log=client status="200 OK" DBG OK IRI=https://marius.oni.local/uploads/work-setup.jpg duration=77.447537ms log=client status="200 OK" DBG OK IRI=https://marius.oni.local/uploads/work-setup.jpg duration=76.012211ms log=client status="200 OK" INF success id= op=Create INF success id=https://marius.oni.local/outbox/1746888860032 op=Create
box added by ~mariusor on ~mariusor/go-activitypub
Oni added by ~mariusor on ~mariusor/go-activitypub
Ticket created by ~mariusor on ~mariusor/go-activitypub
When trying to undo an Activity using the
box
helper, the collection in which will be saved gets overriden by its IRI.
fedbox added by ~mariusor on ~mariusor/go-activitypub