~mariusor

https://metalhead.club/@mariusor

Mostly a programmer.

Trackers

~mariusor/go-activitypub

Last active 6 hours ago

~mariusor/mpris-tools

Last active 3 years ago

#338 Add support for ETags in item metadata 6 hours ago

cache added by ~mariusor on ~mariusor/go-activitypub

#338 Add support for ETags in item metadata 6 hours ago

Ticket created by ~mariusor on ~mariusor/go-activitypub

When we're storing items in storage, add support for ETags in the metadata.

#337 Add support for OAuth Client ID Metadata Document for dynamic client creation 7 days ago

auth added by ~mariusor on ~mariusor/go-activitypub

#337 Add support for OAuth Client ID Metadata Document for dynamic client creation 7 days ago

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

#336 attachments aren't added correctly 11 days ago

box added by ~mariusor on ~mariusor/go-activitypub

#336 attachments aren't added correctly 11 days ago

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

#335 Collections are mangled if an Undo activity is sent 11 days ago

box added by ~mariusor on ~mariusor/go-activitypub

#335 Collections are mangled if an Undo activity is sent 11 days ago

Oni added by ~mariusor on ~mariusor/go-activitypub

#335 Collections are mangled if an Undo activity is sent 11 days ago

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.

#334 Improve scriptability of fedbox admin operations a month ago

fedbox added by ~mariusor on ~mariusor/go-activitypub