[TESTS] Revert exposing Redis docker container ports, as this conflicts with the actual instance, and was intended for testingHugo Sales2021-07-22 11:32:31 +00:00
[TESTS][CACHE] Fixup errors found in cache implementation by testing. Ensure the newest values are kept, in pushList with max_countHugo Sales2021-07-20 14:06:29 +00:00
[SETTINGS][PLUGIN][CONTROLLER] Populate profile tabs event added. Settings base template populated with such event for plugins and components.Eliseu Amaro2021-07-29 20:20:32 +01:00
[SETTINGS][ROUTES][CONTROLLER] Settings overhaul, refactoring to accommodate new global settings view. WIP, component settings aren't shown at the moment.Eliseu Amaro2021-07-29 17:29:25 +01:00
[TWIG][CSS] Final fix for panels, resizing works as intended, content is wrapped when no space is available. Simpler rules throughout.Eliseu Amaro2021-07-27 16:48:17 +01:00
[TWIG][CSS] Right panel WIP. Create a note now looks better, need to style in some way the default user agent buttons without removing features (e.g. current file chosen).Eliseu Amaro2021-07-26 18:11:14 +01:00
[CSS][TWIG] Panels icons are now hidden on desktop view to stop possible inconsistencies on window resizing. Left Panel polish.Eliseu Amaro2021-07-24 18:16:27 +01:00
[CSS][TWIG] Timeline navigation is now a part of the left panel, this way more items could be displayed at a time. Left panel styling WIP.Eliseu Amaro2021-07-23 19:28:11 +01:00
[CSS] Fixed accessibility issues with header and panel elements. Left, instance and right elements are now properly ordered when focused.Eliseu Amaro2021-07-23 11:47:43 +01:00
[CSS] Fixed incorrect Chromium based browsers improper main content view. Flex item order (shouldn't be a problem, but it was) and padding for the container class was the root issue.Eliseu Amaro2021-07-21 23:13:20 +01:00
[TWIG][CSS] Accessibility improvements, all general links provide proper feedback now. Base theme CSS progress, page now looks more as it should. Panels WIP.Eliseu Amaro2021-07-21 19:21:48 +01:00
[TWIG][CSS][ICONS] New profile and notice creation panel, alternative text set correctly for header icons. WIP in base styling and panels.Eliseu Amaro2021-07-21 16:39:55 +01:00
[TWIG][CSS] Found solution to show details content by default in desktop view. However, post_form is being rendered multiple times, it was already rendered in the Posting Component. Needs to be fixed.Eliseu Amaro2021-07-21 00:17:05 +01:00
[TWIG][CSS] Panels are now animated when shown, main content width as well as panel's is now correctly configured. WIP: displaying side panels by default when space is available, "details" element state cannot be manipulated through CSS only, need a better solution.Eliseu Amaro2021-07-20 19:30:49 +01:00
[TWIG][CSS] Complete HTML refactoring, now using details element instead of a checkbox trick per panel. Using a "grid" akin to IBM's Carbon design guidelines.Eliseu Amaro2021-07-20 13:18:57 +01:00
[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.Eliseu Amaro2021-07-19 19:19:02 +01:00
[TWIG][CSS] Base template structural refactoring to accommodate true canons of page construction. CSS WIP to reflect these changes.Eliseu Amaro2021-07-19 13:06:07 +01:00
[TWIG][CSS] Right panel WIP. Create a note now looks better, need to style in some way the default user agent buttons without removing features (e.g. current file chosen).Eliseu Amaro2021-07-26 18:11:14 +01:00
[CSS][TWIG] Panels icons are now hidden on desktop view to stop possible inconsistencies on window resizing. Left Panel polish.Eliseu Amaro2021-07-24 18:16:27 +01:00
[CSS][TWIG] Timeline navigation is now a part of the left panel, this way more items could be displayed at a time. Left panel styling WIP.Eliseu Amaro2021-07-23 19:28:11 +01:00
[CSS] Fixed accessibility issues with header and panel elements. Left, instance and right elements are now properly ordered when focused.Eliseu Amaro2021-07-23 11:47:43 +01:00
[CSS] Fixed incorrect Chromium based browsers improper main content view. Flex item order (shouldn't be a problem, but it was) and padding for the container class was the root issue.Eliseu Amaro2021-07-21 23:13:20 +01:00
[TWIG][CSS] Accessibility improvements, all general links provide proper feedback now. Base theme CSS progress, page now looks more as it should. Panels WIP.Eliseu Amaro2021-07-21 19:21:48 +01:00
[TWIG][CSS][ICONS] New profile and notice creation panel, alternative text set correctly for header icons. WIP in base styling and panels.Eliseu Amaro2021-07-21 16:39:55 +01:00
[TWIG][CSS] Found solution to show details content by default in desktop view. However, post_form is being rendered multiple times, it was already rendered in the Posting Component. Needs to be fixed.Eliseu Amaro2021-07-21 00:17:05 +01:00
[TWIG][CSS] Panels are now animated when shown, main content width as well as panel's is now correctly configured. WIP: displaying side panels by default when space is available, "details" element state cannot be manipulated through CSS only, need a better solution.Eliseu Amaro2021-07-20 19:30:49 +01:00
[TWIG][CSS] Complete HTML refactoring, now using details element instead of a checkbox trick per panel. Using a "grid" akin to IBM's Carbon design guidelines.Eliseu Amaro2021-07-20 13:18:57 +01:00
[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.Eliseu Amaro2021-07-19 19:19:02 +01:00
[TWIG][CSS] Base template structural refactoring to accommodate true canons of page construction. CSS WIP to reflect these changes.Eliseu Amaro2021-07-19 13:06:07 +01:00
[SECURITY] Remove aggressive normalization of nicknames. This will be moved to a plugin in the future and we'll open an RFC, as discussedHugo Sales2021-07-26 17:12:15 +00:00
[Media] EncoderPlugins should handle the views that concern them Ensure the intended filetypes and mimetypes during Vips conversions (part 2) Sanitize Attachments instead of Validate (part 2) Various bug fixesDiogo Peralta Cordeiro2021-07-22 20:49:12 +01:00
[Media] Support any kind of thumbnails in the Core Sanitize Attachments instead of Validate (part 1) Ensure the intended filetypes and mimetypes during Vips conversions (part 1) Various bug fixesDiogo Peralta Cordeiro2021-07-22 20:56:29 +01:00
[MEDIA] We need permissions to run chmod in directories It's better to have in the filename data that we couldnt't otherwise rapidly retrieveDiogo Peralta Cordeiro2021-07-22 12:32:49 +01:00
[MEDIA] Fix database misses on thumbnail retrieval We were storing the real scaling values instead of the predictions, but the core is never able to pre-compute the real values generated by the encoding plugins so, we have to rely on our own aproximation function ported from v2Diogo Peralta Cordeiro2021-07-20 23:31:53 +01:00