Skip to content

Releases: Cockpit-HQ/Cockpit

v2.12.1

26 Oct 20:51

Choose a tag to compare

  • Fix Identi module usage with spaces
  • Fix video preview in assets manager spotlight
  • Improve RedisLite and ESQL lib
  • Fix missing fixToHeight method for image api
  • Add image assets preset support
  • Fix nested _id filtering (mongodb)
  • Enhance field-object component to support strict JSON mode
  • Enhance field-boolean component with integer mode support
  • Update Uppy.js from v4 to v5
  • Fix missing _id on assets folder creation (mongodb)

v2.12.0

01 Aug 09:51

Choose a tag to compare

  • Trigger additional app.user.logout.after on user logout
  • Improve IndexLite lib
  • Improve MongoLite compatibility with MongoDB
  • Add chart.js lib + vue-chart component
  • Add lightweight SQL pdo wrapper ESQL lib
  • Add Identi module to enable OAuth based logins - sponsored by @unchainedshop
  • Add custom folder icon support in assets manager
  • Add assets.before.remove event
  • Added an experimental feature to filter content based on the attributes of its linked items. This allows for more granular queries using the @{fieldname.property} syntax, such as @author.name: 'Ozzy'

v2.11.4

01 Jul 17:03

Choose a tag to compare

  • Assets: add video transcoding helper function
  • Assets: Improved HTTP caching when output parameter o is used (image api)
  • Add color picker functionality to wysiwyg field
  • Escape user-provided data to prevent XSS vulnerabilities in views (admin ui).
  • Add config setting tower.disabled to disable tower in admin ui
  • Update Vue to v3.5.17

v2.11.3

30 Apr 22:21

Choose a tag to compare

  • Fix assets image api to support "original" value for width and height
  • Fix nav field
  • Fix memory leaks when using MongoLite (because of eval based filter process)
  • Optimize video thumbnail creation using ffmpeg
  • Optimize MongoLite Aggregation Implementation
  • Initial (beta) lite job worker implementation

v2.11.2

11 Mar 22:32

Choose a tag to compare

  • Update content dashboard widget to sort models by latest updated item
  • Fix login dialog loading in spaces
  • IndexLite fixes + improvements
  • Fix MongoLite db options

v2.11.1

25 Feb 14:55

Choose a tag to compare

  • Include filename in file editor header (finder)
  • Add video duration meta info on asset upload (if ffmpeg is available)
  • Refactor content model picker field
  • Refactored Dashboard

v2.11.0

17 Feb 00:03

Choose a tag to compare

  • Update PHP requirement to v8.3
  • Add App.utils.selectAsset helper
  • Add support for sorting content items in content item picker dialog
  • Fix cache helper: ensure cache file existence before reading cache content
  • Add assets:files:fixvisibility tower helper command
  • Add password reset functionality
  • Use fallback i18n root config path for spaces
  • Add PHP version compatibility check during update
  • Generate random admin password on initial installation
  • Enhance view rendering flow with pre/post render hooks

v2.10.3

30 Dec 02:23

Choose a tag to compare

  • Allow to send custom headers via mailer service
  • Remove choices.js dependency
  • Fix kiss-sticky z-index issue
  • Fix IndexLite\Index::removeDocument

v2.10.2

08 Dec 15:07

Choose a tag to compare

  • Fix $near filter for MongoLite
  • Add content.index.side-panel and content.collection.items.side-panel triggers
  • Add meta information field to accounts
  • Improve user filtering (admin ui)
  • Improve php 8.4 compatibility
  • Add unique field value check configuration

v2.10.1

17 Nov 02:21

Choose a tag to compare

  • Update Vue to v3.5.13
  • Improve field condition behavior
  • Fix avif output using image api
  • Fix MongoLite edge error (table exists)
  • Add more checks during Cockpit update
  • Make field actions available for multiple values fields
  • Locale data support for asset information
  • Update GraphQL playground
  • Add app:request:after event triggered after fastcgi_finish_request (if available)
  • Improve tower terminal ux (admin ui)
  • Add message filter to logs ui