319 Commits

Author SHA1 Message Date
bf59247846 maintain (config): remove deprecated config 2021-07-19 00:49:14 +10:00
ec89a05455 feature (image): another image plugin 2021-06-27 03:26:23 +10:00
9c8d51c03e feature (image): pure golang image resizing 2021-06-27 03:07:59 +10:00
700c02ece4 feature (logout): customisable logout button 2021-06-20 15:36:25 +10:00
136afbeac2 improve (s3): support for prefixes with > 1k objects (#395)
Previously filestash would only show the first 1000 objects in a given
s3 prefix.

We solve this by paginating the ListObjectsV2 responses and iterating
over all pages instead of just the first one.

Tested by manually connecting to a private s3 bucket with multiple
thousands of objects under a single prefix and verifying that all
objects are visible in the UI.
2021-05-25 22:00:23 +10:00
bbe21185b6 improve (upload): Limit memory usage when parsing multipart form data, so that large files are stored in disk (#382)
Co-authored-by: Quentin Bramas <bramas@unistra.fr>
2021-05-25 21:57:46 +10:00
83d240209b maintain (version): version bump to v0.5 2021-05-11 22:19:09 +10:00
ef4bfb57f8 Merge branch 'master' of https://github.com/mickael-kerjean/filestash 2021-05-08 00:09:43 +10:00
fc4d8363e4 plugin (samba): disable by default
This plugin which came through a PR is giving issues to users which have been saying "I found it to perform quite poorly during browsing" which is a no no. One can still compile Filestash with this plugin, we'll simply disable it by default for the time being
2021-04-26 10:57:30 +10:00
d37497cd0e fix(zip): close file after copying to zip (#388) 2021-04-06 20:47:15 +10:00
cddbcfc6d1 feature (zip): configurable timeout on zip download 2021-03-29 23:44:24 +11:00
eb81398ce8 feature (zip): download file(s) at once 2021-03-21 23:01:10 +11:00
32891e62bc fix (leak): ressource leak on FTP 2021-03-21 16:16:24 +11:00
74169650dc Fixed a typo in 'Search' feature configuration (#364)
Changed from 'confured' to 'configured'
2021-03-04 21:17:12 +11:00
0178630b7b fix (IE): show message for IE users 2021-03-04 21:12:20 +11:00
f15cd1959b cleanup (tunnel): deprecate step 2 of the setup 2020-12-22 19:24:25 +11:00
d469d0e73c migrate (plugin): migrate ftp backend as a plugin 2020-12-12 00:11:10 +11:00
66f1f0cd63 fix (rsync.net): wrong assumption in login - #339 2020-11-15 12:53:47 +11:00
d6ad96f9f4 fix (S3): use ListObjectsV2 - #334 2020-10-24 00:49:54 +11:00
0fda2ececc fix (sftp): use password type for sftp password and passphrase field (#324) 2020-10-23 17:54:54 +11:00
78c1c6b7b3 feature (css): allow users to set custom css in admin panel - #332 2020-10-19 01:26:00 +11:00
23e0de8e6e feature (samba): samba backend - #309 2020-10-06 23:07:03 +11:00
6adf96d66e feat (s3): adds session token to config (#306) 2020-09-15 19:36:35 +10:00
3bdbba92df fix (path): windows path bug #299 2020-08-31 14:13:16 +10:00
5b22a6015c feature (health): health check endpoint 2020-08-23 13:16:15 +10:00
fad90e4c06 feature (security): add well known security endpoint 2020-08-06 23:09:18 +10:00
f2fa1f489e improve (404): SVG artwork from pixeltrue.com 2020-08-05 11:48:25 +10:00
8fcb721c13 option (tty): reenable tty plugin on non cloud instance 2020-08-03 19:04:04 +10:00
b80ac691e0 fix (admin): log visibility 2020-07-27 12:27:30 +10:00
878466b64b improve (search): add admin configuration 2020-07-01 13:20:16 +10:00
a4f2141087 fix (test): broken test fix 2020-07-01 02:09:16 +10:00
86dd9da853 feature (search): fallback search when full text search isn't active 2020-07-01 00:23:17 +10:00
4cbeb2c095 improve (pdf): fallback to pdfjs whenever native PDF renderer is missing 2020-06-30 00:30:02 +10:00
06f00bdf7a backend (backblaze): handle error code as per the integration checklist 2020-06-24 00:45:29 +10:00
d249ed2b0a backend (backblaze): remove application key from hash calculation 2020-06-24 00:07:51 +10:00
5eeb22a559 backend (backblaze): set user agent as per integration checklist 2020-06-24 00:05:17 +10:00
078e25b97b fix (backblaze): login issue 2020-06-23 23:49:30 +10:00
6667725e12 fix (s3): moving folder isn't unsupported 2020-06-23 22:43:53 +10:00
e0b8bf2e70 fix (s3): rm merge 2020-06-23 21:45:42 +10:00
ade3c332e8 fix (s3): s3 rm bug - #228 2020-06-23 21:25:16 +10:00
a40c2f7a53 fix (s3): error when path in ls doesn't exist 2020-06-23 18:56:40 +10:00
8f1097273e maintain (s3): migrate s3 as a plugin 2020-06-23 18:15:12 +10:00
be798ee4ab fix (build): update build 2020-06-19 14:07:20 +10:00
bdf8d9a931 improve (config): common issue on install problems 2020-06-18 00:16:42 +10:00
46b0858f69 improve (log): logs tty event 2020-06-17 12:45:47 +10:00
a0b841d8e6 maintain (code): remove unused config 2020-06-16 13:38:24 +10:00
851142284c fix (#279): detect private key in SFTP password 2020-06-07 12:28:23 +10:00
210118b3a9 feature (mode): create a dark mode 2020-05-27 21:51:21 +10:00
91797bc2b3 fix (log): clearer log message for host value missmatch 2020-05-26 17:11:43 +10:00
517ec5bc0b feat (local): translation of common server side errors 2020-05-26 16:20:14 +10:00