Skip to content

Commit 769f2f2

Browse files
Merge pull request #4 from oadp-rebasebot/rebase-bot-oadp-dev
Merge https://github.com/filebrowser/filebrowser:master (7e78ad9) into oadp-dev
2 parents 028b742 + 2f10e6b commit 769f2f2

52 files changed

Lines changed: 1924 additions & 1748 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v6
3535
- uses: actions/setup-go@v6
3636
with:
37-
go-version: "1.25.x"
37+
go-version: "1.26.x"
3838
- uses: golangci/golangci-lint-action@v9
3939
with:
4040
version: "latest"
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v6
4747
- uses: actions/setup-go@v6
4848
with:
49-
go-version: "1.25.x"
49+
go-version: "1.26.x"
5050
- run: go test --race ./...
5151

5252
build:
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959
- uses: actions/setup-go@v6
6060
with:
61-
go-version: '1.25'
61+
go-version: '1.26'
6262
- uses: pnpm/action-setup@v4
6363
with:
6464
package_json_file: "frontend/package.json"
@@ -82,7 +82,7 @@ jobs:
8282
fetch-depth: 0
8383
- uses: actions/setup-go@v6
8484
with:
85-
go-version: '1.25'
85+
go-version: '1.26'
8686
- uses: pnpm/action-setup@v4
8787
with:
8888
package_json_file: "frontend/package.json"

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
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.
44

5+
## [2.59.0](https://github.com/filebrowser/filebrowser/compare/v2.58.0...v2.59.0) (2026-02-15)
6+
7+
8+
### Features
9+
10+
* add 'Open direct' button to images ([#5678](https://github.com/filebrowser/filebrowser/issues/5678)) ([804b14b](https://github.com/filebrowser/filebrowser/commit/804b14b698aa218fa5c2aaba687e72c5f7617f0f))
11+
* Updates for project File Browser ([#5760](https://github.com/filebrowser/filebrowser/issues/5760)) ([63a76ef](https://github.com/filebrowser/filebrowser/commit/63a76ef18c51121e08634810a894c1e22a870428))
12+
13+
14+
### Bug Fixes
15+
16+
* render equations in markdown preview ([#5745](https://github.com/filebrowser/filebrowser/issues/5745)) ([0467326](https://github.com/filebrowser/filebrowser/commit/0467326d5c082c42c0ede88ee2d3472f5fb65600))
17+
18+
## [2.58.0](https://github.com/filebrowser/filebrowser/compare/v2.57.1...v2.58.0) (2026-02-14)
19+
20+
21+
### Features
22+
23+
* nederlands ([88b97de](https://github.com/filebrowser/filebrowser/commit/88b97def9ee72fe6e8094209aebb71830b7305be))
24+
* support for multiple encodings in CSV files ([#5756](https://github.com/filebrowser/filebrowser/issues/5756)) ([f67bccf](https://github.com/filebrowser/filebrowser/commit/f67bccf8c5470cb280fe854d92aa2666c270bcf5))
25+
* Updates for project File Browser ([#5749](https://github.com/filebrowser/filebrowser/issues/5749)) ([c94870f](https://github.com/filebrowser/filebrowser/commit/c94870fcfe1b4acb2db9ab897b9f7d35e3b75770))
26+
* Updates for project File Browser ([#5759](https://github.com/filebrowser/filebrowser/issues/5759)) ([5e8f5be](https://github.com/filebrowser/filebrowser/commit/5e8f5be245fd0126545ef5ca61c2d428ac128ad5))
27+
28+
29+
### Bug Fixes
30+
31+
* **frontend:** pnpm lock ([b09960e](https://github.com/filebrowser/filebrowser/commit/b09960e538387ff29371c80be1584720f65181e7))
32+
* ignore version.go ([1f7904d](https://github.com/filebrowser/filebrowser/commit/1f7904dad21a87f04e1543ee10b60ce79e5eebe9))
33+
* respect Accept-Encoding for pre-compressed JS ([#5750](https://github.com/filebrowser/filebrowser/issues/5750)) ([6a76dfe](https://github.com/filebrowser/filebrowser/commit/6a76dfeba9254a938e320928c67d110f73f83715))
34+
* wrap response text in Error before reject ([#5753](https://github.com/filebrowser/filebrowser/issues/5753)) ([e5bc0d3](https://github.com/filebrowser/filebrowser/commit/e5bc0d3cce18fa7b069688b176b99efbb67382d2))
35+
536
## [2.57.1](https://github.com/filebrowser/filebrowser/compare/v2.57.0...v2.57.1) (2026-02-08)
637

738

frontend/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@vueuse/core": "^14.0.0",
2222
"@vueuse/integrations": "^14.0.0",
2323
"ace-builds": "^1.43.2",
24+
"csv-parse": "^6.1.0",
2425
"dayjs": "^1.11.13",
2526
"dompurify": "^3.2.6",
2627
"epubjs": "^0.3.93",
@@ -29,6 +30,7 @@
2930
"jwt-decode": "^4.0.0",
3031
"lodash-es": "^4.17.21",
3132
"marked": "^17.0.0",
33+
"marked-katex-extension": "^5.1.6",
3234
"material-icons": "^1.13.14",
3335
"normalize.css": "^8.0.1",
3436
"pinia": "^3.0.4",
@@ -59,7 +61,7 @@
5961
"@vue/eslint-config-typescript": "^14.6.0",
6062
"@vue/tsconfig": "^0.8.1",
6163
"autoprefixer": "^10.4.21",
62-
"eslint": "^9.31.0",
64+
"eslint": "^10.0.0",
6365
"eslint-config-prettier": "^10.1.5",
6466
"eslint-plugin-prettier": "^5.5.1",
6567
"eslint-plugin-vue": "^10.5.1",
@@ -71,5 +73,5 @@
7173
"vite-plugin-compression2": "^2.3.1",
7274
"vue-tsc": "^3.1.3"
7375
},
74-
"packageManager": "pnpm@10.29.1+sha512.48dae233635a645768a3028d19545cacc1688639eeb1f3734e42d6d6b971afbf22aa1ac9af52a173d9c3a20c15857cfa400f19994d79a2f626fcc73fccda9bbc"
76+
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc"
7577
}

0 commit comments

Comments
 (0)