GNU social is a social communication software used in federated social networks. It is widely supported and has a large user base. It is already used by the Free Software Foundation. https://docs.gnusocial.rocks/
https://codeberg.org/GNUsocial/gnu-social
3f61537140
Remove Attachment Scope Fixed some minor bugs Scope will be implemented later in v3. It doesn't make sense to have the scope handling being per attachment. Different actors can post the same attachment with different scopes. The attachment controller will assume the highest level of scope applied to the attachment and the rest will be handled at the note level. Motivation: * Remove title from attachment, as it's part of the relation between attachment and note. * Remove actor from attachment, many actors may publish the same attachment. * Remove is_local from attachment, as it's part of the relation between attachment and note. * Remove remote_url from attachment, different urls can return the same attachment. Addition: * Attachment now has a lives attribute, it's a reference counter with a nicer name * GSActorToAttachment * GSActorToRemoteURL * RemoteURL * RemoteURLToNote * RemoteURLToAttachment * AttachmentToNote now has a title attribute |
||
---|---|---|
bin | ||
components | ||
config | ||
docker | ||
docs | ||
DOCUMENTATION | ||
extlib | ||
plugins | ||
public | ||
scripts | ||
src | ||
templates | ||
tests | ||
translations | ||
.env | ||
.env.test | ||
.gitignore | ||
.php_cs | ||
composer.json | ||
composer.lock | ||
CREDITS.md | ||
docker-compose.yaml.default | ||
INSTALL.md | ||
Makefile | ||
phpunit.xml.dist | ||
social.yaml | ||
symfony.lock |