❌

Normale weergave

archlinux fix

Door: 9001
18 Augustus 2025 om 01:25

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-07-30)

recent important news

πŸ§ͺ new features

🩹 bugfixes

  • #539 FTP glitches when running on windows 8ba9887
  • #555 global-config didn't load through PRTY_CONFIG (thx @icxes!) 074e106
  • macos: could take a while to establish webdav connection from finder a01870b
  • ux:
    • dropdown colors 347cf6a
    • case-sensitivity in filters e5e8229
    • iOS being too enthusiastic about using saved passwords 03acd65

⚠️ not the latest version!

  •  

usernames

Door: 9001
10 Augustus 2025 om 15:47

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-07-30)

recent important news

πŸ§ͺ new features

  • #511 login with username and password (not just password) can now optionally be enabled with --usernames 346515c
    • if you have enabled password hashing (ah-alg: argon2 or similar) then you will need to hash your passwords again after enabling usernames, hashing them as username:password:
  • #468 add Greek translation (thx @chamdim!) 50f4618 392abd0
  • #471 add Czech translation (thx @kubakubakuba!) c955658
  • #515 support systemd socket acivation (thx @mati1210!) 9b9d2a9
  • #523 add QR-code to the connectpage bcc3b15
  • #513 optional EOL-conversion for texteditor 8b31ed8
  • controlpanel refresh-button now toggles automatic refresh 7ae84de

🩹 bugfixes

  • fix stuck uploads when the up2k database (e2d) is not enabled 4a04356
    • if more than 60'000 files were uploaded and there were several dupes of some files, they could get stuck and never upload
    • upload performance is improved remarkably by enabling e2d so such huge uploads non-e2d had not been tested in a long time
  • #467 #470 fix ui-crash when exporting links of all uploaded files to clipboard (thx @geekalaa!) 0df1901
  • #487 fix ui-crash when the location url-part is // 0f55a1a
  • fix viewing .MD files (8a0746c)

πŸ”§ other changes

  • when a reverse-proxy is detected, force explicit configuration of --rproxy to obtain correct client IP 3f8cb7e
    • a bit inconvenient, but helps prevent potentially-dangerous misconfiguration
    • the necessary configuration changes are explained in the serverlog (you can't miss it)
    • thanks to @person4268 for pointing out that there was room for improvements!
  • failed login attempts now only log a sha512 hash of the provided password
    • to see login-attempts with incorrect passwords as plaintext like before, log-badpwd: 1
  • #502 add systemd user services and templated services (thx @icxes!) 34d98e9
  • #475 improve helptext for multivalue global-options c2ac57a
  • #475 add chungus.conf, massive extensive nonsensical demo config b664ebb
  • try to detect proxies with incorrect caching behavior 9e980bb
  • recent-uploads now support ie9 a57f7cc
  • languages and themes are now dropdowns a9ee4f2
  • copyparty.exe: upgrade python to 3.13.6 a98360f
  • introduce copyparty-en.py, english-only edition of copyparty-sfx.py to save space 33497e6

πŸ—Ώ known issues

  • the copyparty.pyz in this release is english-only, and does not include the translations -- they got lost in transit while adjusting the buildscripts to make copyparty-en.py

⚠️ not the latest version!

  •  

idp speedboost

Door: 9001
8 Augustus 2025 om 14:16

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-07-30)

recent important news

πŸ§ͺ new features

🩹 bugfixes

  • #412 fix PUT-uploads into volumes with nosub volflag 47fa4a9
  • #435 ignore spurious exceptions from browser extensions 39e5582
  • #449 IPv6 QR-Code didn't include port 66a5bf3
  • #295 do not force d2d in blank vfs (introduced in v1.18.3) 848315c

πŸ”§ other changes


⚠️ not the latest version!

  •  

fix Denial-of-Service

Door: 9001
8 Augustus 2025 om 14:16

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-07-30)

⚠️ ATTN: this release fixes a Denial-of-Service vuln

CVE-2025-54796: an unauthenticated user could make the server grind to a halt by accessing a particular URL

recent important news

πŸ§ͺ new features

🩹 bugfixes

πŸ”§ other changes

  • ack was changed to continue 4fa7be2

🌠 fun facts

  • the translations have made the sfx size balloon from 766 to 845 KiB in under a week... nice! keep em coming πŸŽ‰

⚠️ not the latest version!

  •  

sfx hotfix

Door: 9001
8 Augustus 2025 om 14:15

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-07-28)

recent important news

  • v1.18.7 (2025-07-30) (PREVIOUS RELEASE) fixed XSS in the recent-uploads page
  • v1.15.0 (2024-09-08) changed upload deduplication to be default-disabled
  • v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details

🩹 bugfixes

  • #354 fix copyparty-sfx.py failing to start on certain versions of python c17ce48

⚠️ not the latest version!

  •  

SECURITY: fix another XSS

Door: 9001
31 Juli 2025 om 11:20

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-07-30)

⚠️ ATTN: this release fixes an XSS vulnerability

GHSA-8mx2-rjh8-q3jq, could let an attacker execute arbitrary JS by tricking you into clicking a malicious URL

Soon there won't be many of these left, surely. Huge thanks to @Ju0x for finding and reporting this.

recent important news

πŸ§ͺ new features

🩹 bugfixes

πŸ”§ other changes

  • shares: the config POST-target is now always the webroot (for ease of IdP configuration) fb7cbc4
  • unlist: now applies to the navpane too fbf17be
  • windows: show disk-usage as well, not just disk-free 5c6341e
  • #228 nix-pkg improvements (thx @dtomvan!) 4915b14
  • docker-compose: ensure logs appear in realtime 3cde1f3
  • mention that IdP-volumes and users can now be persisted 6069bc9
  • #316 explain a scary-looking thing in the code 053de61

⚠️ not the latest version!

  •  

reflink-dedup

Door: 9001
31 Juli 2025 om 11:19

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-07-28)

recent important news

  • v1.18.5 (2025-07-28) (PREVIOUS RELEASE) fixed XSS in display of media tags
  • v1.15.0 (2024-09-08) changed upload deduplication to be default-disabled
  • v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details

πŸ§ͺ new features

  • #201 add support for reflink-based dedup on cow filesystems df9feab
    • combine --dedup with --reflink to enable, or volflags with same name
    • a better and safer alternative to the other dedup approaches (symlink/hardlink), but only possible to use in some cases:
      • needs linux 5.3 or newer, python 3.14 or newer, btrfs/xfs/zfs
      • not available in the docker images yet; needs a new version of python, so maybe next alpine release (november/december 2025)
  • ratelimit password changes to impede bruteforcing a2601fd
    • limit is set by --ban-pwc (default is 5 changes in 60min)

🩹 bugfixes

πŸ”§ other changes


⚠️ not the latest version!

  •  

SECURITY: fix XSS in media tags

Door: 9001
31 Juli 2025 om 11:19

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-07-28)

⚠️ ATTN: this release fixes an XSS vulnerability

GHSA-9q4r-x2hj-jmvr, exploitable in two different ways, could let an attacker execute arbitrary javascript on other users:

  • either: tricking someone into clicking a malicious URL to load and execute javascript
  • or: uploading a malicious audio file to the server, affecting any successive visitors

so, with new and curious eyes on the project, we are starting off with a bang. Huge thanks to @altperfect for finding and reporting this earlier today.

recent important news

πŸ§ͺ new features

  • #214 option to stop playback after one song, and/or at end of folder 6bb27e6

🩹 bugfixes

πŸ”§ other changes

  • #189 the SameSite cookie parameter now defaults to Strict, increasing CSRF protection ca6d0b8
    • new option --cookie-lax reverts to previous value Lax
  • docker: add FTPS support b419984

⚠️ not the latest version!

  •  

Landmarks

Door: 9001
28 Juli 2025 om 01:57

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-02-25)

recent important news

  • v1.16.15 (2025-02-25) fixed low-severity xss when uploading maliciously-named files
  • v1.15.0 (2024-09-08) changed upload deduplication to be default-disabled
  • v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details

πŸ§ͺ new features

  • #182 Landmarks edba7ff
    • detects that a storage backend is glitching out and disengage the up2k-database as a precaution
  • #183 quickdelete 21a96bc
    • new togglebutton qdel in the UI which reduces the number of deletion confirmations by one
    • global-option --qdel=0 which can bring it all the way to zero (good luck)

🩹 bugfixes

  • fix unpost in recently created shares 2d322dd
  • fix filekeys on windows df6d4df

⚠️ not the latest version!

  •  

drop the umask

Door: 9001
25 Juli 2025 om 21:07

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-02-25)

recent important news

  • v1.16.15 (2025-02-25) fixed low-severity xss when uploading maliciously-named files
  • v1.15.0 (2024-09-08) changed upload deduplication to be default-disabled
  • v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details

πŸ§ͺ new features

  • #181 the default chmod (unix-permissions) of new files and folders can now be changed 9921c43
    • --chmod-d or volflag chmod_d sets directory permissions; default is 755
    • --chmod-f or volflag chmod_f sets file permissions; default is usually 644 (OS-defined)
    • see --help-chmod which explains the numbers

🩹 bugfixes

  • #179 couldn't combine --shr (shares) and --xvol (symlink-guard) 0f0f8d9
  • #180 gallery buttons could still be clicked when faded-out 8c32b0e
  • rss-feeds were slightly busted when combined with rp-loc (location-based proxying) 56d3bcf
  • music-playback within search-results no longer jumps into the next folder at end-of-list 9bc4c5d
  • video-playback on iOS now behaves like on all other platforms 78605d9
    • (it would force-switch into fullscreen because that's their default)

⚠️ not the latest version!

  •  

Part-DB 1.17.3

Door: jbtronics
13 Augustus 2025 om 16:04

Part-DB 1.17.3

Important

If you are using Part-DB it would be helpful if you fill out this short survey on your usage of Part-DB (Google Forms): https://forms.gle/Q15twx3YYq3qCNfe8

Tip

There is a new experimental docker image, which is much faster. See this post for more info.

Tip

You can help to translate Part-DB to other languages. See this post for more info.

Bug fixes

  • Fixed a potential denial of service issue related to user avatars (thanks to @NaklehZeidan21)
  • Fixed problem with mass creation dialog (#993)

Miscellaneous

  • Updated dependencies

  •  

v11.10.2

12 Augustus 2025 om 23:21

πŸ› Bug Fixes & Optimizations

  • @directus/app
    • Fixed focus trap issue in TinyMCE dialogs within the WYSIWYG editor (#25678 by @formfcw)
  • @directus/api
    • Fixed failed Directus startup caused by additional arguments to the start command (#25675 by @hanneskuettner)

πŸ“¦ Published Versions

  • @directus/app@13.13.1
  • @directus/api@29.1.1

  •  

v11.10.1

11 Augustus 2025 om 22:02

⚠️ Potential Breaking Changes

Added TypeScript support for services within the extension context (#25368)
The services exposed to API extensions using TypeScript are now fully typed instead of any, which may cause new type errors when building extensions.

Arguments of service methods are now strictly typed, which can result in type errors for broader types that would not error before:

  • The ItemsService constructor now expects the collection name to be a string and will error on string | undefined (or other unions).
  • Similarly, functions like service.readOne()/service.readMany() now expect string | number for their primary keys and will error for nullable types

As a workaround, casting the services back to any will result in the original behavior. However, it is recommended to resolve the type errors instead.

  • @directus/extensions-sdk
    • Added TypeScript support for services within the extension context (#25368 by @that1matt)

✨ New Features & Improvements

  • @directus/app
  • @directus/api
    • Added new error operation to Flows (#25558 by @licitdev)
    • Added support for private_key_jwt auth method in OpenID driver (#25644 by @licitdev)
    • Added the ability to override the email from property (#25459 by @jekuer)

πŸ› Bug Fixes & Optimizations

πŸ“¦ Published Versions

  • @directus/app@13.13.0
  • @directus/api@29.1.0
  • @directus/composables@11.2.2
  • @directus/constants@13.0.2
  • create-directus-extension@11.0.17
  • create-directus-project@12.0.2
  • @directus/env@5.1.2
  • @directus/errors@2.0.3
  • @directus/extensions@3.0.9
  • @directus/extensions-registry@3.0.9
  • @directus/extensions-sdk@16.0.0
  • @directus/memory@3.0.8
  • @directus/pressure@3.0.8
  • @directus/release-notes-generator@2.0.2
  • @directus/schema@13.0.2
  • @directus/schema-builder@0.0.4
  • @directus/specs@11.1.1
  • @directus/storage@12.0.1
  • @directus/storage-driver-azure@12.0.8
  • @directus/storage-driver-cloudinary@12.0.8
  • @directus/storage-driver-gcs@12.0.8
  • @directus/storage-driver-local@12.0.1
  • @directus/storage-driver-s3@12.0.8
  • @directus/storage-driver-supabase@3.0.8
  • @directus/stores@1.0.3
  • @directus/system-data@3.2.1
  • @directus/themes@1.1.4
  • @directus/types@13.2.1
  • @directus/update-check@13.0.2
  • @directus/utils@13.0.9
  • @directus/validation@2.0.8
  • @directus/sdk@20.0.2

  •  

BookStack v25.07.1

11 Augustus 2025 om 15:53

Links

Full List of Changes

This release contains the following fixes and changes:

  • Updated translations with latest Crowdin changes. (#5740)
  • Updated PHP package versions.
  • Fixed open redirect with stricter location checking.
  • Fixed users being logged out on ZIP import errors. (#5754)
  • Fixed menu accessibility tagging. (#5753, #5752)
  • Fixed scenarios where MAIL_PORT could interfere with tests. (#5755)

  •  

RSS-Bridge 2025-08-05

Door: dvikan
5 Augustus 2025 om 19:52

Routine release.

What's Changed

New Contributors

Full Changelog: 2025-06-03...2025-08-05

  •  

v2.5.2

5 Augustus 2025 om 15:46

New

  • MySQL 8.4 Support
  • Translations: Finnish

Bug Fixes

  • #621 Manage link returns a 404 for .zip domains
  • #638 Amazon S3 Backup Permissions Bug
  • #661 File editing isn't working through File Manager in Cloudpanel UI
  • #662 Hetzner Snapshot creation issues
  • #669 Custom rule in Firewall adds ProFTPD rule at same time
  • Translation Fixes

Security

  • CloudPanel’s PHP-FPM Socket Misconfiguration (Aizat)
  • Security improvements (Yell Phone Naing)

  •  

5.1.5

4 Augustus 2025 om 03:02

Tip

AUTO UPDATE
You can now use ./upsnap update to automatically update to the newest version.
This will replace your old binary.

Changelog

Features

Others

Go dependencies

Npm dependencies

  •  

v0.12.3

Door: henrygd
4 Augustus 2025 om 04:21

What's Changed

New Contributors

Full Changelog: v0.12.2...v0.12.3

  •  

v0.12.2

Door: henrygd
2 Augustus 2025 om 03:24

What's Changed

  • Embed LibreHardwareMonitorLib in the Windows agent for better sensor detection (#448)
  • Fix Debian package installation when no Docker group exists (#1012)
  • Fix agent data directory detection (#991)
  • [Fix] OpenWrt agent install script by @evrial in #1005
  • [Feature] Move name copy to Action Dialog by @svenvg93 in #1010

Note

The agent must be run as administrator to access sensors through LibreHardwareMonitorLib, just as when running LibreHardwareMonitor directly. I'll update the docs this weekend with more details and instructions for configuring this with NSSM.

New Contributors

Full Changelog: v0.12.1...v0.12.2

  •  

v11.10.0

30 Juli 2025 om 20:03

⚠️ Potential Breaking Changes

Exclude database-only tables from snapshots (#25271)
Snapshots now exclude tables not tracked in directus_collections (database-only tables).

Source Version Target Version Behavior Impact
< 11.10.0 β‰₯ 11.10.0 Database-only tables from source will be created on target ⚠️ Tables added
β‰₯ 11.10.0 < 11.10.0 Database-only tables will be dropped from target 🚨 Data loss risk
β‰₯ 11.10.0 β‰₯ 11.10.0 Database-only tables are ignored in snapshots βœ… No changes
< 11.10.0 < 11.10.0 Database-only tables may be created or dropped ⚠️ Depends on the diff between source/target

Please review your snapshot workflows to ensure these changes will not result in unexpected behaviour.

  • @directus/api
    • Fixed replacing process.env.NODE_ENV on backend extensions (#25180 by @Nitwel)
    • Exclude database-only tables from snapshots (#25271 by @Nitwel)
  • @directus/extensions-sdk
    • Upgraded all dependencies of @directus/extensions-sdk to the latest major versions of Rollup and Vite, and resolved several false-positive security reports. (#25486 by @rijkvanzanten)
      ⚠️ This change also raises the minimum supported Node.js version to 20.19.0.
    • Fixed replacing process.env.NODE_ENV on backend extensions (#25180 by @Nitwel)

✨ New Features & Improvements

πŸ› Bug Fixes & Optimizations

  • @directus/app
    • Fixed an issue that could cause the notifications to be rendered in the wrong location (#25499 by @formfcw)
    • Added copy id to file details panel in sidebar (#25434 by @robluton)
    • Added latest material symbols font and generated the associated icons json file (#25512 by @robluton)
    • Ensured that relational interfaces could reset their saved edits in versions (#25384 by @formfcw)
    • Fixed a bug that prevented negative signs from being entered into number fields (#25548 by @formfcw)
    • Fixed a bug that caused β€œSave as Copy” to mutate edits before saving (#25418 by @formfcw)
    • Changed select-color interface to pass opacity value to color-presets (#25441 by @robluton)
    • Fixed issue causing color preset tooltip from triggering when clicking on color picker icon (#25451 by @robluton)
    • Fixed a bug that caused the buttons in the field template to appear unstyled after saving (#25447 by @formfcw)
    • Prevented save from being enabled by default for existing drawer items (m2o and o2m) (#25469 by @robluton)
    • Added logout flow when user removes own account. (#25424 by @robluton)
    • Added redirect to profile page when user registers and not required to verify by email. (#25425 by @robluton)
    • Fixed a bug that prevented popups from working in the WYSIWYG interface when opened in a drawer (#25432 by @DantonMariano)
    • Fixed a bug that was preventing overlay forms with junction fields from correctly applying filters in M2O fields (#25421 by @formfcw)
    • Fixed a bug that caused the M2O display to shift and cut off (#25477 by @formfcw)
    • Ensured app access permission rules are applied consistently, regardless of the selection context (#25402 by @formfcw)
    • Fixed a bug that was preventing translations from displaying in the calendar layout (#25431 by @u12206050)
    • Fixed a bug that caused the upload modal to appear behind the drawer (#25393 by @formfcw)
    • Fixed a bug that prevented the horizontal rule from appearing in the WYSIWYG editor (#25395 by @formfcw)
    • Ensured that text on a kanban card doesn’t overflow its container (#25446 by @formfcw)
    • Added tooltip that displays complete url for flow panels that have url endpoints (#25527 by @robluton)
    • Added code to update the file list ui when importing a file via url (#25429 by @robluton)
    • Ensured skip link uses correct href in production environments (#25514 by @formfcw)
  • @directus/api
  • @directus/extensions-registry
  • @directus/extensions-sdk
  • @directus/composables
  • @directus/system-data
  • create-directus-extension
  • @directus/sdk
  • @directus/env
    • Ensured password env options are always strings (#25248 by @Nitwel)
  • @directus/themes
    • Fixed an issue that caused custom fonts to fail if multiple weights were used out of order (#25452 by @rijkvanzanten)

πŸ“¦ Published Versions

  • @directus/app@13.12.0
  • @directus/api@29.0.0
  • @directus/composables@11.2.1
  • create-directus-extension@11.0.16
  • @directus/env@5.1.1
  • @directus/extensions@3.0.8
  • @directus/extensions-registry@3.0.8
  • @directus/extensions-sdk@15.0.0
  • @directus/memory@3.0.7
  • @directus/pressure@3.0.7
  • @directus/storage-driver-azure@12.0.7
  • @directus/storage-driver-cloudinary@12.0.7
  • @directus/storage-driver-gcs@12.0.7
  • @directus/storage-driver-s3@12.0.7
  • @directus/storage-driver-supabase@3.0.7
  • @directus/system-data@3.2.0
  • @directus/themes@1.1.3
  • @directus/utils@13.0.8
  • @directus/validation@2.0.7
  • @directus/sdk@20.0.1

  •  

BookStack v25.07

30 Juli 2025 om 10:52

Links

Full List of Changes

  • Added plaintext markdown page editor input option. (#5725, #5705)
  • Added ZIP Import/Export API endpoints. Thanks to @LM-Nishant. (#5721, #5592)
  • Added tag-classes based upon parent book/chapter. (#5681, #5217)
  • Updated comment and description inputs to use the new WYSIWYG editor. (#5676)
  • Updated 3-column layout with better usability. (#5685)
  • Updated changelog input to large area with character counter. Thanks to @shresthkapoor7. (#5663, #5434)
  • Updated mail logic to remove use of our custom patched Symfony mailer. (#5636)
  • Updated translations with latest Crowdin changes. (#5696)
  • Updated many actions to better handle parallel permission generation. (#5689, #4838)
  • Updated new WYSIWYG editor with improvements & fixes. (#5731)
  • Updated PHP package versions.

  •  

v0.12.1

Door: henrygd
26 Juli 2025 om 02:41

Bug fixes, updated translations, and a few small improvements.

  • Fix NaN CPU display error (#983, #985)
  • Add TOKEN_FILE environment variable (#984)
  • Ensure load average displays if all zeros (#982)
  • Fix OIDC icon display issue (#990)
  • Refactor agent data directory resolution (#991)
  • Order systems by name in the token / fingerprint table.

Note

WinGet users should refer to this guide if the upgrade doesn't work. It may take another day or two for me to sort it out.

Full Changelog: v0.12.0...v0.12.1

  •  

v0.12.0

Door: henrygd
25 Juli 2025 om 02:17

Version 0.12.0 adds the ability for agents to initiate an outgoing connection to the hub.

It also introduces universal tokens, which allow agents to self-register without prior configuration in the hub.

Other improvements include load average monitoring, unit display preferences, increased accuracy of network metrics, and an alert history table.

Thanks to everyone who contributed to this release!

Note

WinGet users should refer to this guide if the upgrade doesn't work. It may take another day or two for me to sort it out.

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.12.0

  •  

5.1.4

14 Juli 2025 om 17:16

Changelog

Features

Others

Go dependencies

  • 4ebbbd3: go-dep: bump golang.org/x/sys from 0.33.0 to 0.34.0 in /backend (@dependabot[bot])

Npm dependencies

  •  

v0.12.0-beta2

Door: henrygd
13 Juli 2025 om 03:52

Warning

This is a beta release. Please make a hub backup before upgrading.

  • Add 5 and 15 minute load average to systems table (#816)
  • Add alerts for load average (thanks @Allespro)
  • Fix issue with multiple systems using the same token

For more information about new features in 0.12.0, see the 0.12.0-beta1 release notes.

Please report issues or provide feedback in #951. Thanks!

Upgrading

For those running the Linux agent binary, the copy/paste install command in the hub should work if you add -v "0.12.0-beta2" to the script arguments.

Full Changelog: v0.12.0-beta1...v0.12.0-beta2

  •  

v11.9.3

9 Juli 2025 om 13:15

πŸ› Bug Fixes & Optimizations

  • @directus/api
    • Fixed Flows with manual triggers failing for integer primary keys on the item detail page (#25406 by @br41nslug)

πŸ“¦ Published Versions

  • @directus/app@13.11.3
  • @directus/api@28.0.3

  •  

v0.12.0-beta1

Door: henrygd
9 Juli 2025 om 03:22

Warning

This is a beta release. Please make a hub backup before upgrading.

Version 0.12.0 adds the ability for agents to initiate an outgoing connection to the hub.

It also introduces universal tokens, which can be used to register systems without needing to add them manually in the hub. It also allows you to deploy multiple agents with the same configuration, which should make cluster deployments easier.

Please report issues or provide feedback in #951. Thanks!

Upgrading

  • Docker: Switch to the :edge tag.
  • Other: This is the first beta release so I'm not sure how the different package managers handle it. To run manually, download the new binary, replace the old one, then add the new env vars and restart the service. I'm working on updating the install scripts and will look further into the package manager situation tomorrow.

Details

The WebSocket connection works in tandem with the agent's existing SSH server. If the agent connects successfully via WebSocket it will stop the SSH server. Likewise, if the agent connects via SSH it will stop attempting to connect via WebSocket.

Note: Don't add the HUB_URL env var to an agent that connects to multiple hubs. This isn't supported yet with WebSocket. Otherwise everything should be fully backwards compatible.

The agent gets two new environment variables:

  • HUB_URL: The URL of the hub.
  • TOKEN: The token associated with the system, provided in the hub.

You can copy these values for existing systems in the hub at /settings/tokens.

WebSocket authentication

We use a mutual authentication handshake that ensures both parties are trusted before any data is exchanged. Let me know if you have ideas for improvement.

  1. Initial connection and token verification: The agent initiates a WebSocket connection to the hub. It includes a unique registration token as an HTTP header during the upgrade request. The hub verifies that the token is associated with an existing system before upgrading the connection.

  2. Hub challenge: To prove its identity to the agent, the hub signs the token using its private key and sends the signature back to the agent. The agent verifies the signature using its public key.

  3. Fingerprint authentication: After verifying the hub, the agent responds by sending its fingerprint. This fingerprint is a secure hash of unique identifiers, locking the agent's registration to the machine it's running on. The hub verifies the received fingerprint against the one stored for the system. If they match, the connection is authorized.

New Contributors

Full Changelog: v0.11.1...v0.12.0-beta1

  •  

BookStack v25.05.2

7 Juli 2025 om 16:08

Links

Full List of Changes

This release contains the following fixes and changes:

  • Added Nepali Language. (#5677)
  • Updated translations with latest Crowdin changes. (#5695)
  • Updated PHP package versions.
  • Updated content diffs to better group non-ascii language characters into words.
  • Fixed error when loading opensearch endpoint with certain PHP in some environments. (#5673)
  • Fixed namespace for test case. Thanks to @bumperbox. (#5668)

  •  
❌