Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7f8b920
chore(deps): update actions/upload-pages-artifact action to v5 (#5913)
renovate[bot] Apr 18, 2026
da6b7ac
chore(deps): update all non-major dependencies (#5912)
renovate[bot] Apr 18, 2026
41b801d
fix: correct environment variable in compose.yaml (#5910)
savef Apr 18, 2026
9f4288b
docs: Update documentation links in Global.vue (#5905)
ShortTimeNoSee Apr 18, 2026
7bd27f5
chore: sync translations (#5901)
transifex-integration[bot] Apr 18, 2026
74917c8
chore(deps): update all non-major dependencies (#5915)
renovate[bot] Apr 28, 2026
a1a7ac4
chore: update translations (#5918)
transifex-integration[bot] Apr 28, 2026
4edf425
chore(i18n): add a translation for disk usage (#5916)
hreczkosiej Apr 28, 2026
d236f1c
chore(deps): update dependency marked to v18 (#5897)
renovate[bot] Apr 28, 2026
e2bdf6f
chore: update translations
transifex-integration[bot] May 5, 2026
1f22fe6
chore(deps): update all non-major dependencies (#5926)
renovate[bot] May 5, 2026
f4e1485
fix: Fix conflict modal and add a resume transfert option (#5884)
geourjoa May 5, 2026
ca5e249
chore(release): 2.63.3
hacdias May 5, 2026
261bca6
chore(deps): update all non-major dependencies (#5929)
renovate[bot] May 17, 2026
da2dff0
chore: sync translations
transifex-integration[bot] May 17, 2026
e38c282
chore: fix typo
hacdias May 17, 2026
9cc18a8
fix: show item shares from all users to admins (#5941)
mturac May 17, 2026
d978d1e
chore: sync translations (#5945)
transifex-integration[bot] May 17, 2026
a418dd6
chore: revert node dependencies updates
hacdias May 17, 2026
22b848f
chore(release): 2.63.4
hacdias May 17, 2026
86f579e
merge upstream/master into oadp-1.6
oadp-maintainers May 19, 2026
be4a65a
UPSTREAM: <carry> Add disableUserProfile branding option
mpryc Oct 18, 2025
ee43fdd
UPSTREAM: <carry> Add defaultLoginUser branding option
mpryc Oct 18, 2025
7cc43f6
UPSTREAM: <carry> Disable delete and rename from Help
mpryc Oct 19, 2025
1909808
UPSTREAM: <carry> Containerfile to be used with UBI
mpryc Nov 12, 2025
aa99078
UPSTREAM: <carry> Add OWNERS file
mpryc Feb 5, 2026
3168b46
UPSTREAM: <carry> Fix broken rebase of branding options
mpryc Feb 9, 2026
e911e6a
first pass at a konflux dockerfile
weshayutin Mar 17, 2026
d356023
UPSTREAM: <carry>: Add package-lock.json for Konflux hermetic builds
mpryc Apr 8, 2026
0d0768d
Use npm instead of pnpm for hermetic Konflux builds
mpryc Apr 9, 2026
f78d52d
Regenerate package-lock.json with Node.js 24 / npm 11
mpryc Apr 9, 2026
2aebff5
UPSTREAM: <carry>: fix github actions
mpryc Apr 14, 2026
5e47167
filebrowser is not passing konflux builds
weshayutin May 15, 2026
71ed07d
Add npm override for es5-ext removal
Joeavaikath May 15, 2026
28e791b
UPSTREAM: <drop>: Regenerate frontend/package-lock.json
oadp-maintainers May 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build site
run: task docs
- name: Upload static files as artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v5
with:
path: www/public
- name: Deploy to GitHub Pages
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [2.63.4](https://github.com/filebrowser/filebrowser/compare/v2.63.3...v2.63.4) (2026-05-17)


### Bug Fixes

* show item shares from all users to admins ([#5941](https://github.com/filebrowser/filebrowser/issues/5941)) ([9cc18a8](https://github.com/filebrowser/filebrowser/commit/9cc18a81e3e1b8bf96795bfbe3d83ced294ecfd7))

## [2.63.3](https://github.com/filebrowser/filebrowser/compare/v2.63.2...v2.63.3) (2026-05-05)


### Bug Fixes

* correct environment variable in compose.yaml ([#5910](https://github.com/filebrowser/filebrowser/issues/5910)) ([41b801d](https://github.com/filebrowser/filebrowser/commit/41b801d30c736c8ca863e2be6aece7d99e92129e))
* Fix conflict modal and add a resume transfert option ([#5884](https://github.com/filebrowser/filebrowser/issues/5884)) ([f4e1485](https://github.com/filebrowser/filebrowser/commit/f4e148523e0dc9242081831b53544396f995c611))

## [2.63.2](https://github.com/filebrowser/filebrowser/compare/v2.63.1...v2.63.2) (2026-04-11)


Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
volumes:
- filebrowser:/flux/vault
environment:
- REDIS_CACHE_URL=redis://default:filebrowser@redis:6379 # Use rediss:// for ssl
- FB_REDIS_CACHE_URL=redis://default:filebrowser@redis:6379 # Use rediss:// for ssl

redis:
container_name: redis
Expand Down
8 changes: 4 additions & 4 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"js-base64": "^3.7.7",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.17.21",
"marked": "^17.0.0",
"marked": "^18.0.0",
"marked-katex-extension": "^5.1.6",
"material-icons": "^1.13.14",
"normalize.css": "^8.0.1",
Expand Down
Loading
Loading