Aaron Liu
95865add54
fix(slave node): panic when transfer files in slave node
1 week ago
Aaron Liu
9a59c8348e
fix(fts): increase default timeout for media meta queue
1 week ago
Aaron Liu
846366d223
update submodule
2 weeks ago
Aaron Liu
5d45691e43
chore: add `v4` tag for docker images ( close #3284 )
2 weeks ago
Aaron Liu
2a59407916
fix(oauth): `openid` scope is not added by default / add scope name and list in dashboard ( close #3274 )
2 weeks ago
Aaron Liu
a8a625e967
update submodule
2 weeks ago
Aaron Liu
153a00ecd5
feat(fts): start background task to force build index for existing files ( close #2895 )
2 weeks ago
Aaron Liu
1e3b851e19
feat: full-text search and RAG powered search
2 weeks ago
Aaron Liu
ec9fdd33bc
fix(direct link): cannot access direct link for files without blobs ( close #3239 )
3 weeks ago
Aaron Liu
6322a9e951
fix(s3): nil pointer when uploading files to SeaweedFS ( close #3265 )
3 weeks ago
Aaron Liu
57239e81af
security: use `crypto/rand` for secret keys
3 weeks ago
Aaron Liu
9dcc82ead8
fix(router): login consent should be for authenticated audience only
3 weeks ago
Aaron Liu
b913b4683f
fix(eventhub): mark as offline if keepalive fails to send
3 weeks ago
Copilot
1f580f0d8a
Adjust OAuth grant validation limits (no code changes yet) ( #3261 )
...
* Initial plan
* Increase OAuth state limit
Co-authored-by: HFO4 <16058869+HFO4@users.noreply.github.com>
* Default PKCE method when missing
Co-authored-by: HFO4 <16058869+HFO4@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: HFO4 <16058869+HFO4@users.noreply.github.com>
3 weeks ago
Aaron Liu
87d48ac4a7
Merge remote-tracking branch 'origin/master'
4 weeks ago
Aaron Liu
5d9cfaa973
fix(eventhub): nil pointer trying get owner
4 weeks ago
Aaron Liu
2241a9e2c8
feat(dashboard): add setting option for event push
4 weeks ago
Aaron Liu
1c5eefdc6a
feat(devices): add landing page for desktop client
4 weeks ago
Aaron Liu
c99a4ece90
feat(oauth): user can manage existing OAuth grant
4 weeks ago
Aaron Liu
43d77d2319
feat(dashboard): manage OAuth apps
4 weeks ago
WittF
e4e6beb52d
feat(share): add Open Graph preview for social media crawlers ( #3234 )
...
* feat(share): add Open Graph preview for social media crawlers
Add middleware to intercept social media bot requests and return
OG meta tags for share links, enabling rich previews on platforms
like Facebook, Twitter, Discord, etc.
* feat(og): reuse existing share service and show thumbnail if possible
* resolve comments
---------
Co-authored-by: Aaron Liu <abslant.liu@gmail.com>
1 month ago
Darren Yu
47218607ff
docs: correct links ( #3213 )
1 month ago
Darren Yu
5b214beadc
feat(thumb): change image type to NRGBA when do resize to keep transparency ( #3207 )
1 month ago
Darren Yu
2ecc7f4f59
fix(cos): missing response-content-disposition header when enable not sign for CDN url ( #2546 ) ( #3202 )
...
* fix(cos): missing response-content-disposition header for public-read bucket
* fix(cos): anonymous GET req not support response header
1 month ago
Darren Yu
2725bd47b5
fix(share): download on folder share wrongly not counted ( #3196 )
1 month ago
Aaron Liu
864332f2e5
fix(route): force CORS header for content route with correct header parameters ( close #3192 )
1 month ago
Aaron Liu
a84c5d8e97
feat(oauth): OAuth for 3rd party apps
1 month ago
Aaron Liu
a908ec462f
chore(readme): update readme badges
1 month ago
Aaron Liu
bc6845bd74
fix(ci): disable docker provenance on self-hosted agent
1 month ago
Aaron Liu
7039fa801d
chore(ado): switch to self-hosted vsts pool
1 month ago
Aaron Liu
6f8aecd35a
update submodule
1 month ago
Aaron Liu
722abb81c5
fix(nodepool): exclusive lock should be held for weight LB
1 month ago
Aaron Liu
e8f965e980
fix(security): resolve multiple vulnerability.
...
Vulnerability identified and fix provided by Kolega.dev (https://kolega.dev )
1 month ago
Aaron Liu
f01ed64bdb
feat(perf): improve memory usage for importing task / add configurable Pprof endpoint ( fix #3059 )
1 month ago
Aaron Liu
736414fa10
fix(dbfs): setting version does not change file size
1 month ago
Aaron Liu
5924e406ab
chore(golang): upgrade to 1.25
1 month ago
dependabot[bot]
87b1020c4a
chore(deps): bump github.com/quic-go/quic-go from 0.55.0 to 0.57.0 ( #3133 )
...
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go ) from 0.55.0 to 0.57.0.
- [Release notes](https://github.com/quic-go/quic-go/releases )
- [Commits](https://github.com/quic-go/quic-go/compare/v0.55.0...v0.57.0 )
---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
dependency-version: 0.57.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
Aaron Liu
32632db36f
feat(fs): change event debounce before emitting to subscriber
2 months ago
Aaron Liu
c01b748dfc
feat(fs): fs change event notification via SSE / show panic stack trace in task queue
2 months ago
Darren Yu
05c68b4062
fix(thumb blob path): separators be wrongly modified ( #3062 ) ( #3116 )
...
* fix(thumb blob path): separators be wrongly modified
* Update common.go
3 months ago
Darren Yu
a08c796e3f
fix(ks3): fix content disposition format for download filename ( #3040 ) ( #3057 )
3 months ago
Aaron Liu
fec4dec3ac
feat(upload): etag check in client-side upload / support empty policy ID
3 months ago
Aaron Liu
67c6f937c9
fix(oss): disable RSA min key size check for OSS callback ( #3038 )
3 months ago
Aaron Liu
6ad72e07f4
update submodule
3 months ago
Aaron Liu
994ef7af81
fix(search): multiple metadata search does not work ( #3027 )
3 months ago
Darren Yu
b507c1b893
docs: update feature description ( #3023 )
...
* docs: update feature description
* Apply suggestion from @HFO4
---------
Co-authored-by: AaronLiu <abslant.liu@gmail.com>
3 months ago
Darren Yu
deecc5c20b
feat(thumb blob path): support magic variables in thumb blob path ( #3030 )
3 months ago
dependabot[bot]
6085f2090f
chore(deps): bump golang.org/x/image ( #2093 )
...
Bumps [golang.org/x/image](https://github.com/golang/image ) from 0.0.0-20211028202545-6944b10bf410 to 0.18.0.
- [Commits](https://github.com/golang/image/commits/v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
670b79eef3
chore(deps): bump github.com/gin-contrib/cors from 1.3.0 to 1.6.0 ( #2097 )
...
Bumps [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors ) from 1.3.0 to 1.6.0.
- [Release notes](https://github.com/gin-contrib/cors/releases )
- [Changelog](https://github.com/gin-contrib/cors/blob/master/.goreleaser.yaml )
- [Commits](https://github.com/gin-contrib/cors/compare/v1.3.0...v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/gin-contrib/cors
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
dependabot[bot]
4785be81c2
chore(deps): bump github.com/wneessen/go-mail from 0.6.2 to 0.7.1 ( #2939 )
...
Bumps [github.com/wneessen/go-mail](https://github.com/wneessen/go-mail ) from 0.6.2 to 0.7.1.
- [Release notes](https://github.com/wneessen/go-mail/releases )
- [Commits](https://github.com/wneessen/go-mail/compare/v0.6.2...v0.7.1 )
---
updated-dependencies:
- dependency-name: github.com/wneessen/go-mail
dependency-version: 0.7.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago