Aaron Liu
ba2e870bbd
feat(user): options to disable exposing user emails to other users
4 days ago
Aaron Liu
9e9fb43e72
fix(router): AdminWrite scope should be required for OneDrive OAuth callback
4 days ago
Aaron Liu
0b00dd308f
fix(sse): block subscribing to single share file
4 days ago
Aaron Liu
3607f79bb4
fix(thumb): max pixel dimensions constraint in builtin thumb generator
4 days ago
Aaron Liu
7e1289d552
fix(user): search user endpoint should only search in active users
4 days ago
Aaron Liu
7968e50429
fix(WOPI): SuggestedTarget header should not accept file path
4 days ago
Aaron Liu
26b6b1044b
doc: update security policy
2 weeks ago
Aaron Liu
78a731ffad
fix(route): require AdminWrite scope for thumbnail generator executable test
2 weeks ago
dependabot[bot]
b2f0406006
chore(deps): bump github.com/aws/aws-sdk-go from 1.31.5 to 1.34.0 ( #3462 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.31.5 to 1.34.0.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Changelog](https://github.com/aws/aws-sdk-go/blob/v1.34.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.31.5...v1.34.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-version: 1.34.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 weeks ago
dependabot[bot]
63fa7b4c65
chore(deps): bump github.com/quic-go/quic-go from 0.57.0 to 0.59.1 ( #3461 )
...
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go ) from 0.57.0 to 0.59.1.
- [Release notes](https://github.com/quic-go/quic-go/releases )
- [Commits](https://github.com/quic-go/quic-go/compare/v0.57.0...v0.59.1 )
---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
dependency-version: 0.59.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 weeks ago
Aaron Liu
aaebf317a7
feat(remote download): configurable SSRF check for target URL
2 weeks ago
Aaron Liu
ed20843dc3
fix(oauth): scope limitation does not take effects in jwt
2 weeks ago
Aaron Liu
54dc81deef
update submodule
1 month ago
Aaron Liu
3487407131
fix(fts): context menu inconsistently shown items caused by missing capability bits in file traversing ( fix #3385 )
1 month ago
Aaron Liu
a9a0c1ee78
fix(fts): full-text search should not retrieve files in trash bin ( fix #3386 )
1 month ago
Aaron Liu
9792a5c84f
fix(s3): throw error is content length is missing ( fix #3394 )
1 month ago
Aaron Liu
8acc57420a
feat(ent): add index for created_at
1 month ago
Howard Yin
c33273b36d
fix: implement orderby create_at api ( #3437 )
1 month ago
dependabot[bot]
5994f7864f
chore(deps): bump golang.org/x/image from 0.18.0 to 0.38.0 ( #3403 )
...
Bumps [golang.org/x/image](https://github.com/golang/image ) from 0.18.0 to 0.38.0.
- [Commits](https://github.com/golang/image/compare/v0.18.0...v0.38.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-version: 0.38.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
WittF
58b83ea1e4
fix(deps): bump github.com/wneessen/go-mail from 0.7.1 to 0.7.2 ( #3372 )
...
Fix From header display name being stripped, which causes Tencent Cloud
SES to reject emails with "NotAuthenticatedSender".
3 months ago
scholar7r
0e19b28e81
feat: implement batch delete share service ( #3356 )
...
* feat: implement batch delete service
* refactor: implement `GetByHashIDs` to make sure only query database once
* refactor: use decode instead of `Get` before `Delete`
- fix incorrect `DeleteBatch` method (for admin) calling
- implement DeleteBatchByUserID
3 months ago
Aaron Liu
006680c5df
update submodule
3 months ago
Aaron Liu
2628c98aae
update submodule
3 months ago
Aaron Liu
457926e8cb
feat(dashboard): set global default file apps ( close cloudreve/cloudreve#2304 )
3 months ago
Aaron Liu
cb0b5d2a39
fix(dashboard): cannot delete user with OAuth grants ( close #3354 )
3 months ago
scholar7r
7a430058b4
fix(controller): response of AdminBatchDeleteShare ( #3350 )
3 months ago
Darren Yu
50017060f1
fix: skip 0kb placeholder object as directory in file listing ( #3347 )
3 months ago
Aaron Liu
0f2f35d7d4
fix(dbfs): default view can be overwritten accidently ( close #3330 )
3 months ago
Aaron Liu
0be493c6e2
fix(oauth): client secret cannot be saved ( close #3337 )
3 months ago
Aaron Liu
3fd8aaa398
fix: expose aria2 udp port
3 months ago
Aaron Liu
5b823305d5
fix: typo in issue contact links
4 months ago
Aaron Liu
edf16a9ed8
misc: issue templaye syntax issue
4 months ago
Aaron Liu
5d915f11ff
misc: add more issue templates
4 months ago
Aaron Liu
d9baa74c81
misc: update issue template
4 months ago
Darren Yu
3180c72b53
fix(dbfs): folder summary type error in cache ( #3332 )
...
* fix(dbfs): folder summary type error in cache
* Update dbfs.go
4 months ago
Aaron Liu
95865add54
fix(slave node): panic when transfer files in slave node
4 months ago
Aaron Liu
9a59c8348e
fix(fts): increase default timeout for media meta queue
4 months ago
Aaron Liu
846366d223
update submodule
4 months ago
Aaron Liu
5d45691e43
chore: add `v4` tag for docker images ( close #3284 )
4 months ago
Aaron Liu
2a59407916
fix(oauth): `openid` scope is not added by default / add scope name and list in dashboard ( close #3274 )
4 months ago
Aaron Liu
a8a625e967
update submodule
4 months ago
Aaron Liu
153a00ecd5
feat(fts): start background task to force build index for existing files ( close #2895 )
4 months ago
Aaron Liu
1e3b851e19
feat: full-text search and RAG powered search
4 months ago
Aaron Liu
ec9fdd33bc
fix(direct link): cannot access direct link for files without blobs ( close #3239 )
4 months ago
Aaron Liu
6322a9e951
fix(s3): nil pointer when uploading files to SeaweedFS ( close #3265 )
4 months ago
Aaron Liu
57239e81af
security: use `crypto/rand` for secret keys
4 months ago
Aaron Liu
9dcc82ead8
fix(router): login consent should be for authenticated audience only
4 months ago
Aaron Liu
b913b4683f
fix(eventhub): mark as offline if keepalive fails to send
4 months 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>
4 months ago
Aaron Liu
87d48ac4a7
Merge remote-tracking branch 'origin/master'
5 months ago