dependabot[bot]
02ddb42059
chore(deps): bump github.com/nwaples/rardecode/v2 from 2.1.0 to 2.2.0
...
Bumps [github.com/nwaples/rardecode/v2](https://github.com/nwaples/rardecode ) from 2.1.0 to 2.2.0.
- [Commits](https://github.com/nwaples/rardecode/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: github.com/nwaples/rardecode/v2
dependency-version: 2.2.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
1 month ago
Aaron Liu
f27969d74f
chore: update required golang version and gzip middleware
1 month ago
Aaron Liu
e3580d9351
feat(encryption): add UI and settings for file encryption
1 month ago
Aaron Liu
16b02b1fb3
feat: file blob encryption
1 month ago
Darren Yu
6bd30a8af7
fix(oss): change default expire ttl and sign param to adapt SDK v2 ( #2979 )
...
* fix(oss): change default expire ttl and sign param to adapt SDK v2
* fix(oss): add expire ttl limit
2 months ago
Aaron Liu
21cdafb2af
fix(oss): traffic limit should be in query instead of headers ( #2977 )
2 months ago
Aaron Liu
e29237d593
fix(webdav): error code for missing parent in mkcol should be `409` instead of `404` ( #2953 )
2 months ago
Aaron Liu
46897e2880
fix(oss): presigned multipart upload mismatch
2 months ago
Aaron Liu
213eaa54dd
update submodule
2 months ago
Aaron Liu
e7d6fb25e4
feat(oss): upgrade to SDK v2 ( #2963 )
2 months ago
Darren Yu
e3e08a9b75
feat(share): adapt to keep specified path in V3 sharing link ( #2958 )
2 months ago
酸柠檬猹Char
78f7ec8b08
fix: Some containers won't auto restart in the current Docker Compose ( #2932 )
...
Add "restart: unless-stopped" to the database and redis container.
2 months ago
Aaron Liu
3d41e00384
feat(media meta): add Mapbox as a map provider option ( #2922 )
2 months ago
Aaron Liu
5e5dca40c4
feat(media meta): reverse geocoding from mapbox ( #2922 )
2 months ago
Mason Liu
668b542c59
feat: update reset thumbnail feature ( #2854 )
...
* update reset thumbnail feature
* consolidate supported thumbnail extensions into site config; remove dedicated API
* allow patching thumb ; remove Reset Thumbnail API
* fix code formatting
---------
Co-authored-by: Aaron Liu <abslant.liu@gmail.com>
2 months ago
Aaron Liu
440ab775b8
chore(compose): add aria2 port mapping
2 months ago
Darren Yu
678593f30d
fix(thumb blob path): remove extra randomkey in thumb blob path ( #2893 )
...
* fix(thumb blob path): remove extra randomkey in thumb blob path
* Update upload.go
Refactor SavePath assignment for clarity.
* Update thumbnail.go
3 months ago
Darren Yu
58ceae9708
fix(uploader): failed to generate upload token for some file types ( #2847 ) ( #2900 )
...
* fix(mime): `mimeType` not assigned to new value when is empty
* fix(mime): add fallback mime type
3 months ago
Darren Yu
3b8110b648
fix(cos): traffic limit wrongly given in bytes, should be bits ( #2899 )
3 months ago
Darren Yu
f0c5b08428
feat(extract): preserve last modified when extract archive file ( #2897 )
3 months ago
Darren Yu
9434c2f29b
fix(upgrade v3): validation on unique magic var in either blob name or path ( #2890 )
...
* fix(upgrade v3): validation on unique magic var in either blob name or path
* Update policy.go
3 months ago
Aaron Liu
7d97237593
feat(archive viewer): option to select text encoding for zip files ( #2867 )
3 months ago
Aaron Liu
a581851f84
feat(webdav): option to disable system file uploads ( #2871 )
3 months ago
Darren Yu
fe7cf5d0d8
feat(thumb): enhance native thumbnail generater with encoding format and quality ( #2868 )
...
* feat(thumb): enhance native thumbnail generater with encoding format and quality
* Update thumbnail.go
* Update obs.go
3 months ago
Aaron Liu
cec2b55e1e
update submodule
3 months ago
Darren Yu
af43746ba2
feat(email): migrate magic variables to email templates title in patches ( #2862 )
3 months ago
Aaron Liu
9f1cb52cfb
feat(explorer): preview archive file content and extract selected files ( #2852 )
3 months ago
Aaron Liu
4acf9401b8
feat(uploader): concurrent chunk uploads for local/remote storage policy
3 months ago
Aaron Liu
c3ed4f5839
feat(uploader): concurrent chunk uploads
3 months ago
Aaron Liu
9b40e0146f
fix(dbfs): remove recursive limit for deleting files
3 months ago
Aaron Liu
a16b491f65
fix(entitysource): rate limiter applied to nil reader ( #2834 )
3 months ago
Darren Yu
a095117061
feat(email): support magic variables in email title, add init email template for multiple languages ( #2814 )
...
* feat(email): add init email template for multiple languages
* Update setting.go
* Update setting.go
* feat(email): support magic variables in email title
3 months ago
Aaron Liu
acc660f112
update submodule
3 months ago
Aaron Liu
a677e23394
feat(dashboard): filter file by shared link, direct link, uploading status ( #2782 )
3 months ago
Aaron Liu
13e774f27d
feat(dashboard): filter file by shared link, direct link, uploading status ( #2667 )
3 months ago
Aaron Liu
91717b7c49
feat(archive): add support for 7z and bz2 / extract rar and 7zip files protected with password ( #2668 )
3 months ago
Aaron Liu
a1ce16bd5e
fix(smtp): SMTP reset error should be ignored for non-standard SMTP server implementation ( #2791 )
4 months ago
Aaron Liu
872b08e5da
fix(smtp): force enabling SSL does not work ( #2777 )
4 months ago
Aaron Liu
f73583b370
update submodule
4 months ago
Aaron Liu
c0132a10cb
feat(dashboard): upgrade promotion
4 months ago
Aaron Liu
927c3bff00
fix(dep): remove undefined dependency
4 months ago
Aaron Liu
bb9b42eb10
feat(audit): flush audit logs into DB in a standalone goroutine
4 months ago
Aaron Liu
5f18d277c8
fix(conf): ProxyHeader should be optional ( #2760 )
4 months ago
Aaron Liu
b0057fe92f
feat(profile): options to select why kind of share links to show in user's profile ( #2453 )
4 months ago
Darren Yu
bb3db2e326
fix(middleware): left deafult `ProxyHeader` config item as blank to reduce risk of fake xff ( #2760 )
4 months ago
Aaron Liu
8deeadb1e5
fix(middleware): only select first client IP from X-Forwarded-For ( #2748 )
4 months ago
Aaron Liu
8688069fac
refactor(mail): migrate to wneessen/go-mail ( #2738 )
4 months ago
Aaron Liu
4c08644b05
fix(dbfs): generate thumbnail blob should not update file modification date
4 months ago
Aaron Liu
4c976b8627
feat(blob path): diable `{path}` magic var for blob path
4 months ago
Aaron Liu
b0375f5a24
fix(recycle): nil pointer if failed to found files in trash ( #2750 )
4 months ago