Skip to content

Releases: Cockpit-HQ/Cockpit

v2.8.4

05 May 21:15
Compare
Choose a tag to compare
  • Fix Content model creation edge case
  • Fix GraphQL queries with float values in number typed fields
  • Update icon font
  • make /api/system/healthcheck available without token
  • Update Vue to 3.4.26
  • Improve system health check
  • Fix possible dialog, offcanvas and popup z-index conflicts

v2.8.3

07 Apr 22:30
Compare
Choose a tag to compare
  • Fix: Reflected Cross-Site Scripting via GraphQL Viewer
  • Fix: Stored Cross-Site Scripting in Content Item using text fields
  • Fix: Arbitrary File Write through Path Traversal and Rename Functionality of Finder
  • Fix: Static Cross-Site Request Forgery Csrf Token
  • Fix session after account save
  • Fix deprecation message on mime check (image api)
  • Update TinyMCE to v7.0.0
  • Update uppy.js to v.3.23.0
  • Add finder.disabled setting
  • Add error notification on failed asset upload

v2.8.2

19 Mar 00:58
Compare
Choose a tag to compare
  • Update Vue to 3.4.21
  • Support $regex filter on list of strings (MongoLite)
  • Add more schema configuration support for Redis based MemoryStorage connection strings
  • Update referenced asset items on content item save
  • Add App.utils.isNumeric helper function
  • Add default icon-set
  • Add system update admin ui

v2.8.1

11 Feb 03:09
Compare
Choose a tag to compare
  • Allow to configure thumbnail storage path via config
  • Fix content preview #171
  • Update Vue to 3.4.18

v2.8.0

31 Jan 22:09
Compare
Choose a tag to compare
  • Lazy loading of asset preview images
  • Update Vue to version 3.4.15
  • Require PHP >=8.2
  • Add vips config option for more performant thumbnail generation
  • Add ffmpeg config option for more video thumbnail generation support
  • Fix download file / folder (Finder)
  • Add alt text info for image assets
  • Render asset field with multiple values as grid
  • Add support for ${ENV_VAR} in config values
  • Allow custom database settings on space creation
  • Spaces groups
  • Add account verification before deleting a space
  • Add assets sorting
  • Add quick sort tree item (move first or last)

v2.7.2

30 Dec 01:24
Compare
Choose a tag to compare
  • Refactor fields renderer to support custom actions on fields
  • Update Vue to version 3.4.0
  • Sort content models alphabetically on overview page
  • Add config option to store content models in database
  • Fix table field scrollposition jump on editing data
  • Filter also assets folder on simple string based search queries
  • Add assets view limit setting (assets manger view)
  • Trigger upload dialog when dragging files into assets manager
  • Upload assets one by one to overcome max upload size limit

v2.7.1

08 Oct 03:04
Compare
Choose a tag to compare
  • Fix broken assets loading for asset field with multiple values
  • Fix referenced assets updates for content tree items
  • Fix mime type of generated thumbnails in assets manager
  • Add tower web console availability check
  • Add fields outline for better navigation

v2.7.0

15 Sep 20:04
Compare
Choose a tag to compare
  • Fix mime type detection on asset upload
  • Fix possible Cross-site Scripting (XSS) in Rest/GraphQL viewer
  • Add src setting for slect and tag fields to load options from internal sources
  • Sanitize space name during installation
  • Multiselect & delete of assets
  • Add thumbhash to image assets on upload
  • Move buckets code to system module
  • Add support for custom meta data for asset fields
  • Support for multiple assets selection (eg asset field with multiple values)
  • Add color field value render function to show color in items list
  • Add table view to assets manager

v2.6.3

15 Aug 02:33
Compare
Choose a tag to compare
  • Prevent uploading .phps + .(x)html files in assets manager
  • Require verification for updating user data
  • Support post field projection after content population (via ..{fieldname})
  • Extract width + height and colors from uploaded svg files
  • Implement HTTP caching when using response cache (via rspc parameter)
  • Resolve {field}:locale in filter and sort parameters
  • Optimize icon font size
  • Add missing meta fields to GraphQL model definitions @filipmiik
  • Fix long text expanding grid items

v2.6.2

31 Jul 11:28
Compare
Choose a tag to compare
  • Add video frame preview (assets manager)
  • Fix $not for MongoLite
  • Add app.system.install event trigger on initial installation
  • Add support for closing dialogs via Escape
  • Add cached modules loading
  • Update icon font
  • Fix global error handler when using spaces
  • Auto map :{space}/storage/* to .spaces/{space}/storage/* (Apache)