-
Notifications
You must be signed in to change notification settings - Fork 736
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/enclosuresAPI
* main: fix(fever): correct sorting direction when using max_id argument build: add sha256 checksum file for published binaries build: bump Alpine Linux build image to v3.20 chore: avoid using legacy key/value format in Dockerfile build: update GitHub Actions to Go 1.23 feat: validate OAUTH2_PROVIDER value feat: change log level to info when running migrations build(deps): bump github.com/prometheus/client_golang feat: allow customizing the display name of the OpenID Connect provider feat: add license info to js, for LibreJS compatibility fix: Honor hide_globally when creating a new feed through the api feat: API: Allow filtering entries on globally_hidden feat: Add option to disable local auth form build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 build(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 build(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0
- Loading branch information
Showing
48 changed files
with
304 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,12 +28,12 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.22.x" | ||
go-version: "1.23.x" | ||
- run: "go vet ./..." | ||
- uses: golangci/golangci-lint-action@v6 | ||
with: | ||
args: --timeout 10m --skip-dirs tests --disable errcheck --enable sqlclosecheck --enable misspell --enable gofmt --enable goimports --enable whitespace --enable gocritic | ||
- uses: dominikh/[email protected] | ||
with: | ||
version: "2023.1.7" | ||
version: "2024.1.1" | ||
install-go: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
miniflux-* | ||
./*.sha256 | ||
./miniflux | ||
*.rpm | ||
*.deb | ||
.idea | ||
.vscode | ||
.vscode | ||
*.deb | ||
*.rpm | ||
miniflux-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.