Commit Graph
355 Commits
Author SHA1 Message Date
Mickael Kerjean be09a0f60f fix (access): UI should show/hide according to plugin meta 2021-09-16 23:21:36 +10:00
Mickael Kerjean 1c337f5c57 improve (log): additional debugging 2021-09-14 22:37:37 +10:00
Mickael Kerjean 3214cfd588 feature (s3): add ec2 role base authentication 2021-09-12 17:16:32 +10:00
Mickael Kerjean 47751a446f fix (ftp): issue on microsoft FTP 2021-09-04 23:02:03 +10:00
Filip HanesandGitHub 0360412444 feature (s3): implement mv - #405
* WIP: implement s3 recursive Mv

* fix recursive move, add logs
2021-08-30 23:48:20 +10:00
Pablo Ovelleiro CorralandGitHub 09a6b8f6c0 feature (nixos): working directory override - #403 2021-08-30 23:35:08 +10:00
Mickael Kerjean c2992b1185 improve (log): additional logging 2021-08-28 15:44:08 +10:00
Mickael Kerjean 929064b55f maintenance (iframe): content security policy update 2021-08-23 00:00:57 +10:00
Mickael Kerjean 51ed97cc9d fix (test): broken test 2021-08-22 20:46:05 +10:00
Mickael Kerjean f7a4e52703 maintain (go): go format 2021-08-22 16:47:09 +10:00
Mickael Kerjean a0b2ca72ed merge 2021-08-22 16:43:25 +10:00
Mickael Kerjean 4ef1017e65 merge 2021-08-22 16:41:45 +10:00
Mickael Kerjean 5e43f1a4b3 feature (migration): config migration mechanism 2021-08-22 16:37:05 +10:00
Mickael Kerjean b26bdfa1c6 merge 2021-08-22 13:11:22 +10:00
Mickael Kerjean fdc95f8af7 fix (test): missing webdav backend 2021-08-22 13:09:09 +10:00
Mickael Kerjean a67681f454 maintain (feature): remove option from admin backend 2021-08-22 13:08:59 +10:00
Mickael Kerjean 5e24d66903 feature (refresh): option to refresh content after upload 2021-08-22 13:08:40 +10:00
Mickael Kerjean 8543b51b6b merge 2021-08-22 13:08:11 +10:00
Mickael Kerjean 137b36e0a7 feature (logout): customisable logout button 2021-08-22 13:05:09 +10:00
d581e8b4ca fix (multipart): remove multipart form data - #401
* added line to fix caching issue on upload, where cache does not clear

* removed comments and added error logging line

Co-authored-by: Bobby Dawson <bobby@donorsearch.net>
2021-08-22 13:05:09 +10:00
Mickael Kerjean dd81b56094 improve (webdav): error reporting on webdav backend 2021-08-22 13:05:09 +10:00
Mickael Kerjean 16b7eb93d3 maintain (plugin): migrate webdav backend as plugin 2021-08-22 13:05:09 +10:00
Mickael Kerjean 39f6987465 cleanup (#381): fit pull request 2021-08-22 13:05:09 +10:00
31564efaec feature (#381): option to limit the number of simultaneous upload (#381)
* add an option to change the number of parallel uploads

* undo automatic format

Co-authored-by: Quentin Bramas <bramas@unistra.fr>
2021-08-22 13:05:09 +10:00
Mickael Kerjean 96c32d4447 fix (share): uplaod files on shared links with upload rights 2021-08-19 00:45:59 +10:00
Mickael Kerjean 2b5ddcdd14 fix (test): missing webdav backend 2021-08-18 20:19:28 +10:00
Mickael Kerjean d91726e7a1 maintain (feature): remove option from admin backend 2021-08-15 00:41:09 +10:00
Mickael Kerjean 16310b9fe0 feature (refresh): option to refresh content after upload 2021-08-13 00:41:45 +10:00
Mickael Kerjean 3808ed856b feature (menubar): toggle menubar from admin setting 2021-08-08 22:01:56 +10:00
Mickael Kerjean c8c544051a feature (logout): customisable logout button 2021-08-08 21:47:53 +10:00
Mickael Kerjean 0b98838ff4 Merge branch 'master' of https://github.com/mickael-kerjean/filestash 2021-07-31 02:59:39 +10:00
Mickael Kerjean b6ccd2c151 improve (webdav): error reporting on webdav backend 2021-07-31 02:23:08 +10:00
Mickael Kerjean cba286bd43 maintain (plugin): migrate webdav backend as plugin 2021-07-31 00:14:51 +10:00
bacc3c579a fix (multipart): remove multipart form data - #401
* added line to fix caching issue on upload, where cache does not clear

* removed comments and added error logging line

Co-authored-by: Bobby Dawson <bobby@donorsearch.net>
2021-07-27 14:23:43 +10:00
Mickael Kerjean 80949194b7 cleanup (#381): fit pull request 2021-07-20 00:55:23 +10:00
0fc6d4d32c feature (#381): option to limit the number of simultaneous upload (#381)
* add an option to change the number of parallel uploads

* undo automatic format

Co-authored-by: Quentin Bramas <bramas@unistra.fr>
2021-07-20 00:48:44 +10:00
Mickael Kerjean bf59247846 maintain (config): remove deprecated config 2021-07-19 00:49:14 +10:00
Mickael Kerjean ec89a05455 feature (image): another image plugin 2021-06-27 03:26:23 +10:00
Mickael Kerjean 9c8d51c03e feature (image): pure golang image resizing 2021-06-27 03:07:59 +10:00
Mickael 700c02ece4 feature (logout): customisable logout button 2021-06-20 15:36:25 +10:00
Jay ThomasonandGitHub 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
Mickael 83d240209b maintain (version): version bump to v0.5 2021-05-11 22:19:09 +10:00
Mickael ef4bfb57f8 Merge branch 'master' of https://github.com/mickael-kerjean/filestash 2021-05-08 00:09:43 +10:00
Mickael 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
thielepaulandGitHub d37497cd0e fix(zip): close file after copying to zip (#388) 2021-04-06 20:47:15 +10:00
Mickael cddbcfc6d1 feature (zip): configurable timeout on zip download 2021-03-29 23:44:24 +11:00
Mickael Kerjean eb81398ce8 feature (zip): download file(s) at once 2021-03-21 23:01:10 +11:00
Mickael Kerjean 32891e62bc fix (leak): ressource leak on FTP 2021-03-21 16:16:24 +11:00
Lyderic DutillieuxandGitHub 74169650dc Fixed a typo in 'Search' feature configuration (#364)
Changed from 'confured' to 'configured'
2021-03-04 21:17:12 +11:00