Skip to content

Releases: Cockpit-HQ/Cockpit

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)

v2.6.1

24 Jun 08:46
Compare
Choose a tag to compare
  • Fix api token checking

v2.6.0

21 Jun 20:35
Compare
Choose a tag to compare
  • Try to auto-generate meaningful linked content preview if display setting is missing
  • Update Vue to v3.3.4
  • Add missing permission settings @raffaelj
  • Improve role permissions UI
  • Show locale value picker only if multiple locales are available
  • Use crypto.randomUUID() only if available
  • Populate only allowed models in content api (thanks @Ccamm)
  • Fix possible content models permission naming collision (thanks @raffaelj)
  • Fix internal content find/populate api exposing data to users without required rights (thanks @raffaelj)
  • Fix empty settings screen
  • Add csrf token validation to internal api calls to improve security (thanks @Ccamm)
  • Add clone functionality to tree content items
  • Add additional checks to /api/system/healthcheck
  • Fix disabling asset picker in wysiwyg field
  • Improve fields projection (eg nested fields) when using MongoLite as data storage
  • Use AG Grid instead of Tabulator.js as a foundation for the table field
  • Limit number of files to upload in admin ui based on php setting max_file_uploads

v2.5.2

18 May 01:47
Compare
Choose a tag to compare
  • Fix link content item dialog
  • Update vendor libs

v2.5.1

15 May 20:45
Compare
Choose a tag to compare
  • Fix js error thrown in dialog component
  • Remove 2FA info from internal users/load api
  • Update icons
  • Minor UI improvements
  • add content.remove.before event
  • Refactor kiss-popoutmenu component to kiss-popout
  • Introduce user-info component
  • Update Vue to v3.3.2
  • Update vendor libs

v2.5.0

15 Apr 02:38
Compare
Choose a tag to compare
  • Fix initial item position on tree item creation
  • Add avif image type support (depending on used GD lib)
  • Add experimental natural language to mongo query support (only for admin ui filtering collection items and assets)
  • Add lightweight indexing library (for full-text search)
  • Make logged login data configurable
  • Add filter models feature on role permission page
  • Fix populate option singleton data queries via GraphQL
  • Clone / duplicate collection items
  • Refactor admin ui language loading
  • Add content:field:remove and content:field:rename tower cli commands to cleanup content data after model changes

v2.4.1

19 Mar 23:06
Compare
Choose a tag to compare
  • Add field preview renderer for boolen field
  • Fix tag field
  • Add display meta property support for tree content models
  • Add active property to field-nav items
  • Add additional security check when uploading files
  • Fix assets image cache check
  • Add thumbnail api usage to internal bucket storage file previews
  • Improve revisions display performance

v2.4.0

08 Mar 21:11
Compare
Choose a tag to compare
  • Add additional security check editing php files in finder
  • Fix base64 encoding data not in latin char range
  • Add internal bucket storage container feature
  • Add /content/tree/{model} api endpoint
  • Batch edit content items
  • Update vendor libs

v2.3.9

13 Feb 14:07
Compare
Choose a tag to compare
  • Fix batch state update (when using MongoLite) #75
  • Fix min/max settings for number fields #76
  • Set X-Frame-Options to prevent possible clickjacking via iframe layer
  • Allow to load linked content items in display previews #78
  • Allow to load thumbnails from linked assets in display previews

v2.3.8

04 Feb 15:16
Compare
Choose a tag to compare
  • Fix not allowed user role modification by intercepting request
  • Fix tree item view #72
  • Update Vue to v3.2.47
  • Improve svg loading for <kiss-svg /> elements
  • Update vendor libs