gnu-social/plugins
Diogo Peralta Cordeiro 2bd19fa087
[NOTE][Posting] Revert regressions introduced with c90efe2c52
Entity Note: It doesn't make sense to handle attachments on Note::create.
Attachments exist out of Notes, they are a thing on their own.
Furthermore, they aren't always handled the same, they most definitely
aren't always uploaded files.

FileQuota: It doesn't make sense to check if a file is greater than max
allowed upload size here. The plugin ensures a user is inside his
allowed quota, it's ignorant to anything else. Whether a file respect
max upload is a core thing that must be handled directly in the Posting
component. TODO: The configuration regarding user and monthly quota
must become FileQuotaPlugin settings and be removed from core.

c90efe2c52 - [UI] Add mechanism for rendering note contents in different formats. Implement plaintext rendering. Use rendered field for note content, rather than the content itself
2021-09-18 05:12:18 +01:00
..
ActivityPub [CORE][ActivityStreamsTwo][ActivityPub] Set all routes 2021-09-18 05:12:15 +01:00
ActivityStreamsTwo [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
AttachmentShowRelated [CSS][Attachments] Attachments page view done. Standardized left and right panels sections. Applying styling through key classes to be defined in docs. 2021-09-18 05:12:10 +01:00
Cover [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
Directory [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
EmailNotifications [CONTROLLR][UserPanel][PLUGINS] Add submit button to notification settings for each transport 2021-09-14 13:13:23 +01:00
Embed [ATTACHMENTS][Embed][UI] Allow plugins to provide a title for an attachment, if a note has none, implement such a mechanism in Embed and cache the result, since it is potentially costly 2021-09-18 05:12:06 +01:00
Favourite [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
FileQuota [NOTE][Posting] Revert regressions introduced with c90efe2c52 2021-09-18 05:12:18 +01:00
ImageEncoder [TOOLS] Fix all issues found by PHPStan level 2 2021-09-14 13:13:44 +01:00
Poll [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
ProfileColor [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
Repeat [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
Reply [UI] Add mechanism for rendering note contents in different formats. Implement plaintext rendering. Use rendered field for note content, rather than the content itself 2021-09-18 05:12:06 +01:00
StoreRemoteMedia [TOOLS] Fix all issues found by PHPStan level 2 2021-09-14 13:13:44 +01:00
TreeNotes [EVENTS] Change FormatNoteList do separate in and out arguments 2021-09-14 13:13:23 +01:00
VideoEncoder [VideoEncoder] Port plugin to v3 properly 2021-09-14 13:13:35 +01:00
XMPPNotifications [CONTROLLR][UserPanel][PLUGINS] Add submit button to notification settings for each transport 2021-09-14 13:13:23 +01:00