Update filebrowser/filebrowser Docker tag to v2.63.13 #50

Merged
admin merged 1 commits from renovate/filebrowser-filebrowser-2.x into main 2026-06-06 09:48:10 +02:00
Owner

This PR contains the following updates:

Package Update Change
filebrowser/filebrowser patch v2.63.5v2.63.13

Release Notes

filebrowser/filebrowser (filebrowser/filebrowser)

v2.63.13

Compare Source

Changelog
  • 67ed670 chore(release): 2.63.13
  • a1a514d fix: copy/move allow overwrite
  • 5f7311d refactor: cleanup and simplify upload.ts

v2.63.12

Compare Source

Changelog

v2.63.11

Compare Source

Changelog
  • 1086903 chore(release): 2.63.11
  • 3471ec2 fix: incomplete fix for symlinked directories let scopes users and public-share recipients read and write files outside of scope

v2.63.10

Compare Source

Changelog
  • 69c76d1 chore(release): 2.63.10
  • 6b04cbf fix: allow writes when user scope resolves to filesystem root

v2.63.9

Compare Source

Changelog
  • 503fd6b chore(release): 2.63.9
  • 35db07d fix: set X-Content-Type-Options: nosniff on raw file responses
  • 1951436 fix: use constant-time comparison for share access token
  • cdd666f fix: prevent symlink scope escape in copy/move/rename
  • 103acd1 fix: force octet-stream for attachment downloads (#​5942)

v2.63.8

Compare Source

Changelog
  • f5e0c4e chore(release): 2.63.8
  • ca019ae fix: check if share is within scope when creating

v2.63.7

Compare Source

Changelog
  • 4488f5b chore(release): 2.63.7
  • 166583d fix: disallow shares for non-existent paths

v2.63.6

Compare Source

Changelog
  • 85b7d27 chore(release): 2.63.6
  • 4edabb9 chore(docs): update CLI documentation
  • 1036830 chore: Updates for project File Browser (#​5947)
  • 5328e80 fix: parse csv files with uneven columns in their rows (#​5965)
  • 847d08b fix: address three security disclosures (archive traversal, login DoS, symlink escape)
  • 0231b7e fix: cross-user unauthorized share-link deletion
  • e07c59d fix: incorrect access control in public directory shares via rule path rebasing
  • 0d3eb9b docs: clarify hide dotfiles
  • 34ae34e fix: remove undocumented hook auth with shell replacement
  • ca0108f chore: disable automatic major updates

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [filebrowser/filebrowser](https://github.com/filebrowser/filebrowser) | patch | `v2.63.5` → `v2.63.13` | --- ### Release Notes <details> <summary>filebrowser/filebrowser (filebrowser/filebrowser)</summary> ### [`v2.63.13`](https://github.com/filebrowser/filebrowser/releases/tag/v2.63.13) [Compare Source](https://github.com/filebrowser/filebrowser/compare/v2.63.12...v2.63.13) ##### Changelog - [`67ed670`](https://github.com/filebrowser/filebrowser/commit/67ed670d92966e0c8b57d7b726572be6b905fe8a) chore(release): 2.63.13 - [`a1a514d`](https://github.com/filebrowser/filebrowser/commit/a1a514dcbb216d2080412c5354eea1e1fb033050) fix: copy/move allow overwrite - [`5f7311d`](https://github.com/filebrowser/filebrowser/commit/5f7311d32437e98d7c14c7b307a4f68109275535) refactor: cleanup and simplify upload.ts ### [`v2.63.12`](https://github.com/filebrowser/filebrowser/releases/tag/v2.63.12) [Compare Source](https://github.com/filebrowser/filebrowser/compare/v2.63.11...v2.63.12) ##### Changelog - [`998bd95`](https://github.com/filebrowser/filebrowser/commit/998bd95bfad1a9fbb81d214a77b168a393639718) chore(release): 2.63.12 - [`c1abe8f`](https://github.com/filebrowser/filebrowser/commit/c1abe8f561208bf36bde70879d1a15ef9de998fa) fix: await copy move conflict detection ([#&#8203;5978](https://github.com/filebrowser/filebrowser/issues/5978)) - [`0bb2768`](https://github.com/filebrowser/filebrowser/commit/0bb2768754d11b865d68e72dcd7cebb232a6308a) fix: keep mobile file sort controls visible ([#&#8203;5977](https://github.com/filebrowser/filebrowser/issues/5977)) - [`7b7ff8a`](https://github.com/filebrowser/filebrowser/commit/7b7ff8ae8f97393b2e6ae6e061c1f780077c32b6) fix: skip inaccessible children when listing directories ([#&#8203;5958](https://github.com/filebrowser/filebrowser/issues/5958)) ### [`v2.63.11`](https://github.com/filebrowser/filebrowser/releases/tag/v2.63.11) [Compare Source](https://github.com/filebrowser/filebrowser/compare/v2.63.10...v2.63.11) ##### Changelog - [`1086903`](https://github.com/filebrowser/filebrowser/commit/1086903c14553545aef0f1a5321011cb139aca3d) chore(release): 2.63.11 - [`3471ec2`](https://github.com/filebrowser/filebrowser/commit/3471ec2c4b6473831c72ee889cb3c1a6849a1fb1) fix: incomplete fix for symlinked directories let scopes users and public-share recipients read and write files outside of scope ### [`v2.63.10`](https://github.com/filebrowser/filebrowser/releases/tag/v2.63.10) [Compare Source](https://github.com/filebrowser/filebrowser/compare/v2.63.9...v2.63.10) ##### Changelog - [`69c76d1`](https://github.com/filebrowser/filebrowser/commit/69c76d11cc865e1d959f715f7b35bb905c14079f) chore(release): 2.63.10 - [`6b04cbf`](https://github.com/filebrowser/filebrowser/commit/6b04cbf5e9db1f5b9c0b1624843607ce2881cfc4) fix: allow writes when user scope resolves to filesystem root ### [`v2.63.9`](https://github.com/filebrowser/filebrowser/releases/tag/v2.63.9) [Compare Source](https://github.com/filebrowser/filebrowser/compare/v2.63.8...v2.63.9) ##### Changelog - [`503fd6b`](https://github.com/filebrowser/filebrowser/commit/503fd6b01f311bf432b3fcf840acc5c79f23148f) chore(release): 2.63.9 - [`35db07d`](https://github.com/filebrowser/filebrowser/commit/35db07d0159c520a6b3c969ac52033593914fadd) fix: set X-Content-Type-Options: nosniff on raw file responses - [`1951436`](https://github.com/filebrowser/filebrowser/commit/19514367adf2d9fe5be2b7666e397979ea679b94) fix: use constant-time comparison for share access token - [`cdd666f`](https://github.com/filebrowser/filebrowser/commit/cdd666fc95f569ad583c32391e45646fed676dfd) fix: prevent symlink scope escape in copy/move/rename - [`103acd1`](https://github.com/filebrowser/filebrowser/commit/103acd15fe57554fe0246bfe70a49b6cb4ae0c51) fix: force octet-stream for attachment downloads ([#&#8203;5942](https://github.com/filebrowser/filebrowser/issues/5942)) ### [`v2.63.8`](https://github.com/filebrowser/filebrowser/releases/tag/v2.63.8) [Compare Source](https://github.com/filebrowser/filebrowser/compare/v2.63.7...v2.63.8) ##### Changelog - [`f5e0c4e`](https://github.com/filebrowser/filebrowser/commit/f5e0c4e2e18902e51d6264ff87874265fc623c62) chore(release): 2.63.8 - [`ca019ae`](https://github.com/filebrowser/filebrowser/commit/ca019ae7d966a7c28de2b2341271cd13e3458ae6) fix: check if share is within scope when creating ### [`v2.63.7`](https://github.com/filebrowser/filebrowser/releases/tag/v2.63.7) [Compare Source](https://github.com/filebrowser/filebrowser/compare/v2.63.6...v2.63.7) ##### Changelog - [`4488f5b`](https://github.com/filebrowser/filebrowser/commit/4488f5b1315c9decd3c04af2b76518745c3e4ab2) chore(release): 2.63.7 - [`166583d`](https://github.com/filebrowser/filebrowser/commit/166583db632e088e9f0adce30aec43bb9d9019f4) fix: disallow shares for non-existent paths ### [`v2.63.6`](https://github.com/filebrowser/filebrowser/releases/tag/v2.63.6) [Compare Source](https://github.com/filebrowser/filebrowser/compare/v2.63.5...v2.63.6) ##### Changelog - [`85b7d27`](https://github.com/filebrowser/filebrowser/commit/85b7d2762dda67b6158220991654c65b43739005) chore(release): 2.63.6 - [`4edabb9`](https://github.com/filebrowser/filebrowser/commit/4edabb9ccc74c8b0bc80f0ac6af121d106ca6647) chore(docs): update CLI documentation - [`1036830`](https://github.com/filebrowser/filebrowser/commit/103683069e077fa5976da7bb4b390110a68bdc30) chore: Updates for project File Browser ([#&#8203;5947](https://github.com/filebrowser/filebrowser/issues/5947)) - [`5328e80`](https://github.com/filebrowser/filebrowser/commit/5328e80d2e88d1c279a1250a7dfee4fc96f703ec) fix: parse csv files with uneven columns in their rows ([#&#8203;5965](https://github.com/filebrowser/filebrowser/issues/5965)) - [`847d08b`](https://github.com/filebrowser/filebrowser/commit/847d08bdd135e5c3659f2e6dea2f0cd36617af9b) fix: address three security disclosures (archive traversal, login DoS, symlink escape) - [`0231b7e`](https://github.com/filebrowser/filebrowser/commit/0231b7ebdfbe77a6c54027d30c4856c3fd81ee4d) fix: cross-user unauthorized share-link deletion - [`e07c59d`](https://github.com/filebrowser/filebrowser/commit/e07c59df0b850f5924d5b1683e8609661ddcf534) fix: incorrect access control in public directory shares via rule path rebasing - [`0d3eb9b`](https://github.com/filebrowser/filebrowser/commit/0d3eb9bea96127e6d7b53a84f4551d709affe865) docs: clarify hide dotfiles - [`34ae34e`](https://github.com/filebrowser/filebrowser/commit/34ae34e764d72540c039f1f5ea2ec4c974168c1f) fix: remove undocumented hook auth with shell replacement - [`ca0108f`](https://github.com/filebrowser/filebrowser/commit/ca0108f0709741828c5d4c9f0406e2b25dd7ca88) chore: disable automatic major updates </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTcuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
admin added the renovate label 2026-06-06 09:48:07 +02:00
admin added 1 commit 2026-06-06 09:48:08 +02:00
Update filebrowser/filebrowser Docker tag to v2.63.13
renovate/stability-days Updates have not met minimum release age requirement
386e764713
admin scheduled this pull request to auto merge when all checks succeed 2026-06-06 09:48:08 +02:00
admin merged commit 5836c8e9b4 into main 2026-06-06 09:48:10 +02:00
admin deleted branch renovate/filebrowser-filebrowser-2.x 2026-06-06 09:48:10 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/homelab-manifests#50