[COMPONENTS][Conversation] Note being replied to now appears before Posting's own form, RightPanel is also open by default on smaller screens when the current route is 'conversation_reply_to'
Eliseu Amaro
2022-01-25 19:17:40 +0000
[TOOLS] Update autocode, allow for abstract entity classes, derive namespace from file rather than using 'get_declared_classes'
Hugo Sales
2022-01-24 15:08:22 +0000
[COMPONENTS][Collection] Added PrependActorsCollection event [COMPONENTS][Group] Added getGroupCreateForm, used in PrependActorsCollection event to build create a new Group form view [COMPONENTS][LeftPanel] Removed onEndShowStyles event since the corresponding CSS needed is now consolidated into the default_theme itself [COMPONENTS][RightPanel] Deleted components/RightPanel/RightPanel.php, since its only method (onEndShowStyles) wasn't needed anymore
Eliseu Amaro
2022-01-23 18:56:57 +0000
[CORE][I18n] Fixing 'file_get_contents(): Argument #1 () must be of type string, Symfony\Component\Finder\SplFileInfo given' error by using Symfony's Finder to iterate through existing files
Eliseu Amaro
2022-01-22 19:16:35 +0000
[COMPONENTS][LeftPanel] Edit feeds page polish, existing links are shown in a grid, saving space [COMPONENTS][Collection] Fixing details summary class [PLUGINS][WebMonetization] Fixing widget details summary class
Eliseu Amaro
2022-01-21 19:51:13 +0000
[COMPONENTS][Collection] Actors view template ordering section polished [PLUGINS][RepeatNote] Note to be repeated now uses full note card [CSS] Simplyfying rules, re-ordering and removing unnecessary and costly 'display: flex' rules [CARDS][Note] Minimal note macro has info inside the note itself now, since horizontal space is limited
Eliseu Amaro
2022-01-21 18:02:27 +0000
[CSS] .section-widget class and derivatives replaced as .frame-section, since a widget implies a simple element with a specific function
Eliseu Amaro
2022-01-19 23:54:45 +0000
[TOOLS][AYY1] Improve accesibility testing to save images and compare the differences against a reference (tests/screenshots/
Hugo Sales
2022-01-18 17:17:07 +0000
[COMPONENTS][Attachment] Fixed typo on attachmentShowWithNote, where the template called was somehow replaced with a child of it
Eliseu Amaro
2022-01-18 00:58:25 +0000
[COMPONENT][Search][UI] Fix template, which included the search builder form inside the search form, chaos ensuing
Hugo Sales
2022-01-17 22:57:38 +0000
[DOCKER][DEPENDENCIES] Restructure PHP Dockerfile to install each package in separate layers and add WikiMedia texvc
Hugo Sales
2022-01-17 22:23:23 +0000
[COMPONENTS][Group] Create a group route added, template polished [COMPONENTS][Circle] Removed any Group related route from shouldAddToRightPanel event [CARDS][Profile] Block should now allow inline long nicknames to not break
Eliseu Amaro
2022-01-17 21:33:38 +0000
[COMPONENTS][Group] Create a group route added, template polished [COMPONENTS][Circle] Removed any Group related route from shouldAddToRightPanel event [CARDS][Profile] Block should now allow inline long nicknames to not break
Eliseu Amaro
2022-01-17 21:33:38 +0000
[COMPONENTS][Group] Create a group route added, template polished [COMPONENTS][Circle] Removed any Group related route from shouldAddToRightPanel event [CARDS][Profile] Block should now allow inline long nicknames to not break
Eliseu Amaro
2022-01-17 21:33:38 +0000
[TWIG] Improved templates HTML structure, removed unnecessary element nesting, and refactored content sectioning [COMPONENTS][Search] Refactored widget event as 'PrependRightPanel' (making it able to accomodate more generic blocks)
Eliseu Amaro
2022-01-17 16:32:41 +0000
[CSS] Fixed footer responsiveness, since its content wouldn't wrap up from insuficient space for all of its content
Eliseu Amaro
2022-01-17 03:01:15 +0000
[COMPONENTS][Collection] Notes collection template now has a default title [CARDS][Note] Removed note actions from minimal note block
Eliseu Amaro
2022-01-17 02:51:20 +0000
[TOOLS][DOCKER][A11Y] Switch to Pa11y CI and don't run it 'integrated' with codeception, since there was no good way to share cookies
Hugo Sales
2022-01-16 18:57:32 +0000
[ACCESSIBILITY] Fix regressions in panel checkboxes and accessibility menu accesskeys Accessibility menu accesskey regressions introduced with [ACCESSIBILITY][BASE] Accessibility menu was unreachable.
Eliseu Amaro
2022-01-13 18:48:55 +0000
[COMPONENTS][Conversation] Route 'conversation_mute' now has the corresponding conversation view embedded, user is also redirected properly [PLUGINS][Favourite] Fixed typo
Eliseu Amaro
2022-01-13 17:47:47 +0000
[CORE][SECURITY][HTML] Refactor Security::sanitize to HTML::sanitize Update composer dependencies, move more general deps from ActivityPub to Core
Diogo Peralta Cordeiro
2022-01-12 17:12:26 +0000
[CSS] Further styling optimizations, compacting common rules. Removed select dropdown images, since they are no longer required
Eliseu Amaro
2022-01-12 16:42:33 +0000
[TWIG] Removed all instances were 'arrow-down' icon was called in twig templates, replaced it's intended feedback by using :after pseudo-selector within CSS
Eliseu Amaro
2022-01-12 16:07:28 +0000
[TOOLS] Remove CodeCeption files from composer autoload-dev, since they're not available before installing, and ignore errors in PHPStan
Hugo Sales
2022-01-10 23:14:43 +0000
[COMPONENT][Collection][Feed][Attachment][Feed][Language][Tag] Refactor and consolidate Search and Feed query mechanisms into Collection. Remame 'onSearch' events to 'onCollectionQuery'
Hugo Sales
2022-01-08 15:10:39 +0000