gnu-social/plugins
Diogo Peralta Cordeiro 3f61537140
[ENTITY] Split Attachment in various new entities
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
2021-09-14 13:13:24 +01:00
..
AttachmentShowRelated [UTIL][Formatting] Add twigRenderFile 2021-09-14 13:12:55 +01:00
Cover [SETTINGS][PLUGIN][CONTROLLER] Populate profile tabs event added. Settings base template populated with such event for plugins and components. 2021-09-14 13:13:12 +01:00
Directory [TWIG][CSS] Timeline WIP. Creating a notice is now done on the right panel. HTML structure improvements, such as the timeline divided from the navigation div. 2021-09-14 13:13:05 +01:00
EmailNotifications [CONTROLLR][UserPanel][PLUGINS] Add submit button to notification settings for each transport 2021-09-14 13:13:23 +01:00
Embed [Media] EncoderPlugins should handle the views that concern them 2021-09-14 13:13:04 +01:00
Favourite [EVENTS] Change FormatNoteList do separate in and out arguments 2021-09-14 13:13:23 +01:00
FileQuota [FileQuota] We'll get back to this plugin later 2021-09-14 13:13:24 +01:00
ImageEncoder [ENTITY] Split Attachment in various new entities 2021-09-14 13:13:24 +01:00
Poll [AUTOGENERATED] Update autogenerated code 2021-09-14 13:13:01 +01:00
ProfileColor [SETTINGS][PLUGIN][CONTROLLER] Populate profile tabs event added. Settings base template populated with such event for plugins and components. 2021-09-14 13:13:12 +01:00
Repeat [PLUGIN] Change base class from Module to Plugin for all plugins 2021-09-14 13:12:23 +01:00
Reply [PLUGIN] Change base class from Module to Plugin for all plugins 2021-09-14 13:12:23 +01:00
StoreRemoteMedia [PLUGINS] Remove scripts. These will need to be implemented with Commands 2021-09-14 13:12:48 +01:00
TreeNotes [EVENTS] Change FormatNoteList do separate in and out arguments 2021-09-14 13:13:23 +01:00
VideoEncoder [ENTITY] Split Attachment in various new entities 2021-09-14 13:13:24 +01:00
XMPPNotifications [CONTROLLR][UserPanel][PLUGINS] Add submit button to notification settings for each transport 2021-09-14 13:13:23 +01:00