Mickael Kerjean
9cfeea5687
fix (editor): improve UX for text editor
2023-04-10 18:39:13 +10:00
Mickael
8c4ca9da76
fix (plg_backend_s3): revert #584 after broken e2e
...
This reverts commit 67e2a34853 .
2023-04-10 10:56:40 +10:00
Mickael Kerjean
c7cd48ce90
fix (plg_backend_ftp): context handling
2023-04-10 10:06:21 +10:00
Mickael Kerjean
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
Yanick.xia
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
Daniel Gomes-Sebastiao
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
Juan Carlos Ramirez
36c006680c
feature ( #585 ): support for proxied ip when logging intrusions
2023-04-07 15:19:16 +10:00
Mickael Kerjean
96b4ca786a
maintain (admin): slight UX improvement on admin pages
2023-04-04 00:44:52 +10:00
Mickael Kerjean
8e98dc9496
Merge branch 'master' of ssh://github.com/mickael-kerjean/filestash
2023-04-03 17:15:46 +10:00
Mickael Kerjean
fe07df2df6
maintain (css): css anchor for rebranding
2023-04-03 17:14:08 +10:00
Liang Zheng
091e9c0c78
fix(s3) save #577
...
Signed-off-by: Liang Zheng <zhengliang0901@gmail.com>
2023-04-01 10:53:29 +11:00
Mickael Kerjean
86dde05507
fix ( #533 ): json conversion issue
2023-03-31 08:20:51 +11:00
Mickael Kerjean
aefe20bd26
fix ( #581 ): firefox in private mode issue
2023-03-31 01:07:38 +11:00
Mickael Kerjean
7e5e403487
feature (css): make rebranding easier
2023-03-30 23:57:46 +11:00
Mickael Kerjean
26ee2006f4
feature (auth): redirection URI in auth middleware
2023-03-26 01:43:48 +11:00
Mickael Kerjean
fa9f1bc3e4
fix (ls): configurable ls timeout for plugins
2023-03-24 22:37:19 +11:00
Mickael Kerjean
cea8a77cd8
Merge branch 'master' of ssh://github.com/mickael-kerjean/filestash
2023-03-24 21:14:51 +11:00
Mickael Kerjean
425e71a3cd
fix (plg_search_stateless): path issue in search
2023-03-24 21:12:32 +11:00
Liang Zheng
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
Mickael Kerjean
3a9961d6fe
fix (plg_backend_artifactory): ls metadata fix
2023-03-21 22:28:41 +11:00
Mickael Kerjean
48c89767ad
feature (plg_backend_artifactory): support for jfrog artifactory
2023-03-21 14:41:30 +11:00
Mickael Kerjean
176931f6c8
fix (plg_backend_nfs): production ready nfs connector
2023-03-20 23:06:00 +11:00
Mickael Kerjean
bf18555f96
improve (share): design of share box
2023-03-15 08:23:09 +11:00
Mickael Kerjean
7421750226
feature (plg_backend_ftp): anonymous read only when no user given
2023-03-15 08:23:09 +11:00
Mickael Kerjean
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
Mickael Kerjean
705d3d9e51
feature (design): design overhaul
2023-03-14 22:41:51 +11:00
Mickael Kerjean
1f76916840
fix (ci): github action setup
2023-03-14 21:17:35 +11:00
Mickael Kerjean
a450238129
Merge branch 'master' of ssh://github.com/mickael-kerjean/filestash
2023-03-14 19:47:22 +11:00
Mickael Kerjean
87e723dcce
maintain (deps): golang deps
2023-03-14 18:12:08 +11:00
Mickael Kerjean
6c439d8108
maintain (deps): golang deps
2023-03-14 17:32:08 +11:00
Mickael Kerjean
ca0b54a382
migration (ci): github action
2023-03-14 17:22:11 +11:00
Mickael Kerjean
f792a60449
Merge branch 'master' of ssh://github.com/mickael-kerjean/filestash
2023-03-14 17:19:06 +11:00
Mickael Kerjean
22f841b35b
migration (ci): migrate to github action
2023-03-14 17:18:04 +11:00
dependabot[bot]
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
Mickael
b3d1e8681b
fix (ci): move to github action
2023-03-14 00:27:38 +11:00
Mickael
206962eb1f
maintain (CI): move from drone to github action
2023-03-11 22:28:39 +11:00
Mickael Kerjean
71a25ca920
improve (darkmode): css for darkmode
2023-03-10 08:12:21 +11:00
Mickael Kerjean
f057e2fb4c
feature (ux): design overhaul
2023-03-09 23:42:41 +11:00
Mickael Kerjean
2268e32560
feature (plg_backend_sftp): support for new authentication method
2023-03-08 12:11:01 +11:00
Mickael Kerjean
16d4d60469
Merge branch 'master' of ssh://github.com/mickael-kerjean/filestash
2023-03-02 20:16:36 +11:00
Mickael Kerjean
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
Mickael Kerjean
8059730720
feature (middleware): use translated errors in auth middleware
2023-02-28 21:19:50 +11:00
Roman Zabaluev
4f4e833360
fix (grammar): grammar issues #567
2023-02-28 18:17:14 +11:00
Louis Koo
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
Roeland Boeters
ad51c7feb4
improve (translation): NL ( #560 )
...
Co-authored-by: Roeland Boeters <roeland@geodelta.com>
2023-02-16 23:50:40 +11:00
Mickael Kerjean
fd15e7255a
maintain (log): additional logs for easier debugging
...
some people are experiencing issues with the data being lost somehow
but as of today we can't replicate that. Hopefully with this, we will
know a bit more about that
2023-02-09 08:48:40 +11:00
Mickael Kerjean
23ddbee129
fix (not implemented): image preview for jpeg or png
2023-02-09 08:32:19 +11:00
Mickael Kerjean
69b0b71ce5
feature (title): set title to general.name in static pages
2023-02-09 08:09:17 +11:00
Mickael Kerjean
2fcf73d1e1
Merge branch 'master' of ssh://github.com/mickael-kerjean/filestash
2023-02-08 15:26:18 +11:00
Mickael Kerjean
922d8fecc3
fix ( #545 ): emergency fix - credit and original author @microyahoo
2023-02-08 15:23:49 +11:00