Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6a76dfe
fix: respect Accept-Encoding for pre-compressed JS (#5750)
nian0114 Feb 14, 2026
c94870f
feat: Updates for project File Browser (#5749)
transifex-integration[bot] Feb 14, 2026
5feaf66
chore(deps): update all non-major dependencies (#5758)
renovate[bot] Feb 14, 2026
1f7904d
fix: ignore version.go
hacdias Feb 14, 2026
88b97de
feat: nederlands
hacdias Feb 14, 2026
f67bccf
feat: support for multiple encodings in CSV files (#5756)
ArielLeyva Feb 14, 2026
e5bc0d3
fix: wrap response text in Error before reject (#5753)
aarondill Feb 14, 2026
5e8f5be
feat: Updates for project File Browser (#5759)
transifex-integration[bot] Feb 14, 2026
b09960e
fix(frontend): pnpm lock
hacdias Feb 14, 2026
95e6ed7
chore(release): 2.58.0
hacdias Feb 14, 2026
804b14b
feat: add 'Open direct' button to images (#5678)
imbaczek Feb 15, 2026
3cad9a2
chore(deps): update dependency eslint to v10 (#5748)
renovate[bot] Feb 15, 2026
63a76ef
feat: Updates for project File Browser (#5760)
transifex-integration[bot] Feb 15, 2026
0467326
fix: render equations in markdown preview (#5745)
NN708 Feb 15, 2026
7e78ad9
chore(release): 2.59.0
hacdias Feb 15, 2026
939cb2b
merge upstream/master into oadp-dev
oadp-maintainers Feb 16, 2026
1eda77c
UPSTREAM: <carry> Add disableUserProfile branding option
mpryc Oct 18, 2025
3218bc4
UPSTREAM: <carry> Add defaultLoginUser branding option
mpryc Oct 18, 2025
a3f1646
UPSTREAM: <carry> Disable delete and rename from Help
mpryc Oct 19, 2025
ff31fa1
UPSTREAM: <carry> Containerfile to be used with UBI
mpryc Nov 12, 2025
bf76ef7
UPSTREAM: <carry> Add OWNERS file
mpryc Feb 5, 2026
2f10e6b
UPSTREAM: <carry> Fix broken rebase of branding options
mpryc Feb 9, 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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.25.x"
go-version: "1.26.x"
- uses: golangci/golangci-lint-action@v9
with:
version: "latest"
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.25.x"
go-version: "1.26.x"
- run: go test --race ./...

build:
Expand All @@ -58,7 +58,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v6
with:
go-version: '1.25'
go-version: '1.26'
- uses: pnpm/action-setup@v4
with:
package_json_file: "frontend/package.json"
Expand All @@ -82,7 +82,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v6
with:
go-version: '1.25'
go-version: '1.26'
- uses: pnpm/action-setup@v4
with:
package_json_file: "frontend/package.json"
Expand Down
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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.59.0](https://github.com/filebrowser/filebrowser/compare/v2.58.0...v2.59.0) (2026-02-15)


### Features

* add 'Open direct' button to images ([#5678](https://github.com/filebrowser/filebrowser/issues/5678)) ([804b14b](https://github.com/filebrowser/filebrowser/commit/804b14b698aa218fa5c2aaba687e72c5f7617f0f))
* Updates for project File Browser ([#5760](https://github.com/filebrowser/filebrowser/issues/5760)) ([63a76ef](https://github.com/filebrowser/filebrowser/commit/63a76ef18c51121e08634810a894c1e22a870428))


### Bug Fixes

* render equations in markdown preview ([#5745](https://github.com/filebrowser/filebrowser/issues/5745)) ([0467326](https://github.com/filebrowser/filebrowser/commit/0467326d5c082c42c0ede88ee2d3472f5fb65600))

## [2.58.0](https://github.com/filebrowser/filebrowser/compare/v2.57.1...v2.58.0) (2026-02-14)


### Features

* nederlands ([88b97de](https://github.com/filebrowser/filebrowser/commit/88b97def9ee72fe6e8094209aebb71830b7305be))
* support for multiple encodings in CSV files ([#5756](https://github.com/filebrowser/filebrowser/issues/5756)) ([f67bccf](https://github.com/filebrowser/filebrowser/commit/f67bccf8c5470cb280fe854d92aa2666c270bcf5))
* Updates for project File Browser ([#5749](https://github.com/filebrowser/filebrowser/issues/5749)) ([c94870f](https://github.com/filebrowser/filebrowser/commit/c94870fcfe1b4acb2db9ab897b9f7d35e3b75770))
* Updates for project File Browser ([#5759](https://github.com/filebrowser/filebrowser/issues/5759)) ([5e8f5be](https://github.com/filebrowser/filebrowser/commit/5e8f5be245fd0126545ef5ca61c2d428ac128ad5))


### Bug Fixes

* **frontend:** pnpm lock ([b09960e](https://github.com/filebrowser/filebrowser/commit/b09960e538387ff29371c80be1584720f65181e7))
* ignore version.go ([1f7904d](https://github.com/filebrowser/filebrowser/commit/1f7904dad21a87f04e1543ee10b60ce79e5eebe9))
* respect Accept-Encoding for pre-compressed JS ([#5750](https://github.com/filebrowser/filebrowser/issues/5750)) ([6a76dfe](https://github.com/filebrowser/filebrowser/commit/6a76dfeba9254a938e320928c67d110f73f83715))
* wrap response text in Error before reject ([#5753](https://github.com/filebrowser/filebrowser/issues/5753)) ([e5bc0d3](https://github.com/filebrowser/filebrowser/commit/e5bc0d3cce18fa7b069688b176b99efbb67382d2))

## [2.57.1](https://github.com/filebrowser/filebrowser/compare/v2.57.0...v2.57.1) (2026-02-08)


Expand Down
6 changes: 4 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@vueuse/core": "^14.0.0",
"@vueuse/integrations": "^14.0.0",
"ace-builds": "^1.43.2",
"csv-parse": "^6.1.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.6",
"epubjs": "^0.3.93",
Expand All @@ -29,6 +30,7 @@
"jwt-decode": "^4.0.0",
"lodash-es": "^4.17.21",
"marked": "^17.0.0",
"marked-katex-extension": "^5.1.6",
"material-icons": "^1.13.14",
"normalize.css": "^8.0.1",
"pinia": "^3.0.4",
Expand Down Expand Up @@ -59,7 +61,7 @@
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.8.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.31.0",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-vue": "^10.5.1",
Expand All @@ -71,5 +73,5 @@
"vite-plugin-compression2": "^2.3.1",
"vue-tsc": "^3.1.3"
},
"packageManager": "pnpm@10.29.1+sha512.48dae233635a645768a3028d19545cacc1688639eeb1f3734e42d6d6b971afbf22aa1ac9af52a173d9c3a20c15857cfa400f19994d79a2f626fcc73fccda9bbc"
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc"
}
Loading
Loading