jums

Results 114 comments of jums

> figure-out the case where a public item should not be shown in a group context An item cannot be accessible to everyone AND not accessible to specific groups, that...

Ive difficult cases in mind, that its hardly doable by code : some merge may need to find external sources information, some entities may just have wrong values (like a...

what about assigning a random color by default at creation, so that differentiation between shelves could be more striking ?

> random won't solve that some users will want to customize it im not saying to rewrite this PR to not be able to customize color, that's great. only to...

nevermind, the cost of storing shelves random color (already stored in shelf id anyway) is not worth

Data transformation of `users` to [create a discoverable ActivityPub actor](https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/) could be a very first step toward being activity pub compliant, without having to think to much about entities and...

Some take away of AP exploration so far : mainly [those](https://tinysubversions.com/notes/reading-activitypub) [articles](https://blog.joinmastodon.org/2018/07/how-to-make-friends-and-verify-requests/), darius express example [repo](https://github.com/dariusk/express-activitypub) and the w3c specs: [vocabulary](https://www.w3.org/TR/activitystreams-vocabulary/) and [the basics](https://www.w3.org/TR/activitypub/): - "An activity is delivered to...

an [example](https://github.com/mouse-reeve/bookwyrm/tree/main/bookwyrm/activitypub) of activityPub implemented in a book sharing context

new feedback from AP exploration, with a bunch of decision-related questions to figure out, before even considering to follow people from two inventaire instances - **Webfinger**: do we use [webfingers](https://docs.joinmastodon.org/spec/webfinger/)...

some detailed documentation on the federating process of gitea with AP and AS https://github.com/go-gitea/gitea/issues/14186