a10c457437
feature (chromecast): improve support for chromecast
2023-04-14 08:20:04 +10:00
bb7840f27e
feature (chromecast): image viewer chromecast support
2023-04-14 00:08:17 +10:00
149fbd9980
feature (audio): revamp audio player - #497
2023-04-12 20:35:17 +10:00
eac2572854
fix (audio player): init loading state to true on audio player page - #593
2023-04-12 13:29:33 +10:00
7bdb233de2
improve (admin): error handling when connection to server is lost
2023-04-11 08:49:55 +10:00
9cfeea5687
fix (editor): improve UX for text editor
2023-04-10 18:39:13 +10:00
8c4ca9da76
fix (plg_backend_s3): revert #584 after broken e2e
...
This reverts commit 67e2a3485307f7a7bbf0761da87d2ad9fb9a2e3d.
2023-04-10 10:56:40 +10:00
c7cd48ce90
fix (plg_backend_ftp): context handling
2023-04-10 10:06:21 +10:00
39f8fc66aa
fix (ftp): recreate connection if closed
...
An issue would araise when the connection is closed before we had time
to do the vacuum cleaning on servers like on infinity free where "Our server has quite aggressive inactivity timeouts and will kill the connection after only 20 seconds of inactivity."
reference: https://forum.infinityfree.net/t/good-online-ftp/69285/18
2023-04-10 01:28:39 +10:00
67e2a34853
feature (plg_backend_s3): add param for forcePathStyle - #584
...
Co-authored-by: xiayan.cn <xiayan.cn@bytedance.com>
Co-authored-by: Mickael <mickael@kerjean.me>
2023-04-09 13:10:33 +10:00
586e803bde
feature (plg_backend_s3): access S3 via AWS role - #583
...
Co-authored-by: Daniel Gomes-Sebastiao <daniel.gomes@adscale.co.nz>
2023-04-09 13:07:14 +10:00
36c006680c
feature ( #585 ): support for proxied ip when logging intrusions
2023-04-07 15:19:16 +10:00
96b4ca786a
maintain (admin): slight UX improvement on admin pages
2023-04-04 00:44:52 +10:00
8e98dc9496
Merge branch 'master' of ssh://github.com/mickael-kerjean/filestash
2023-04-03 17:15:46 +10:00
fe07df2df6
maintain (css): css anchor for rebranding
2023-04-03 17:14:08 +10:00
091e9c0c78
fix(s3) save #577
...
Signed-off-by: Liang Zheng <zhengliang0901@gmail.com>
2023-04-01 10:53:29 +11:00
86dde05507
fix ( #533 ): json conversion issue
2023-03-31 08:20:51 +11:00
aefe20bd26
fix ( #581 ): firefox in private mode issue
2023-03-31 01:07:38 +11:00
7e5e403487
feature (css): make rebranding easier
2023-03-30 23:57:46 +11:00
26ee2006f4
feature (auth): redirection URI in auth middleware
2023-03-26 01:43:48 +11:00
fa9f1bc3e4
fix (ls): configurable ls timeout for plugins
2023-03-24 22:37:19 +11:00
cea8a77cd8
Merge branch 'master' of ssh://github.com/mickael-kerjean/filestash
2023-03-24 21:14:51 +11:00
425e71a3cd
fix (plg_search_stateless): path issue in search
2023-03-24 21:12:32 +11:00
a57a4a7e15
fix (s3): exit s3 list via IsTruncated flag
...
Signed-off-by: Liang Zheng <zhengliang0901@gmail.com>
2023-03-24 10:53:38 +11:00
3a9961d6fe
fix (plg_backend_artifactory): ls metadata fix
2023-03-21 22:28:41 +11:00
48c89767ad
feature (plg_backend_artifactory): support for jfrog artifactory
2023-03-21 14:41:30 +11:00
176931f6c8
fix (plg_backend_nfs): production ready nfs connector
2023-03-20 23:06:00 +11:00
bf18555f96
improve (share): design of share box
2023-03-15 08:23:09 +11:00
7421750226
feature (plg_backend_ftp): anonymous read only when no user given
2023-03-15 08:23:09 +11:00
8afd95b93f
maintain (css): breadcrumb
...
this is to make breadcrumb a different color entirely while still
looking not akward
2023-03-15 07:50:37 +11:00
705d3d9e51
feature (design): design overhaul
2023-03-14 22:41:51 +11:00
1f76916840
fix (ci): github action setup
2023-03-14 21:17:35 +11:00
a450238129
Merge branch 'master' of ssh://github.com/mickael-kerjean/filestash
2023-03-14 19:47:22 +11:00
87e723dcce
maintain (deps): golang deps
2023-03-14 18:12:08 +11:00
6c439d8108
maintain (deps): golang deps
2023-03-14 17:32:08 +11:00
ca0b54a382
migration (ci): github action
2023-03-14 17:22:11 +11:00
f792a60449
Merge branch 'master' of ssh://github.com/mickael-kerjean/filestash
2023-03-14 17:19:06 +11:00
22f841b35b
migration (ci): migrate to github action
2023-03-14 17:18:04 +11:00
88412fb13f
maintain (dep): Bump golang.org/x/crypto from 0.0.0-20220131195533-30dcbda58838 to 0.1.0 ( #572 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.0.0-20220131195533-30dcbda58838 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases )
- [Commits](https://github.com/golang/crypto/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 00:41:00 +11:00
b3d1e8681b
fix (ci): move to github action
2023-03-14 00:27:38 +11:00
206962eb1f
maintain (CI): move from drone to github action
2023-03-11 22:28:39 +11:00
71a25ca920
improve (darkmode): css for darkmode
2023-03-10 08:12:21 +11:00
f057e2fb4c
feature (ux): design overhaul
2023-03-09 23:42:41 +11:00
2268e32560
feature (plg_backend_sftp): support for new authentication method
2023-03-08 12:11:01 +11:00
16d4d60469
Merge branch 'master' of ssh://github.com/mickael-kerjean/filestash
2023-03-02 20:16:36 +11:00
8ca7a0e3f9
maintain (path): absolute path
...
getting things ready to have config coming as a plugin to handle
various distributions
2023-03-02 20:15:56 +11:00
8059730720
feature (middleware): use translated errors in auth middleware
2023-02-28 21:19:50 +11:00
4f4e833360
fix (grammar): grammar issues #567
2023-02-28 18:17:14 +11:00
62b066feab
fix ( #559 ): handle large amount of deletion on s3
...
Signed-off-by: zhucan <zhucan.k8s@gmail.com>
2023-02-21 17:31:10 +11:00
ad51c7feb4
improve (translation): NL ( #560 )
...
Co-authored-by: Roeland Boeters <roeland@geodelta.com>
2023-02-16 23:50:40 +11:00