721 Commits

Author SHA1 Message Date
8543b51b6b merge 2021-08-22 13:08:11 +10:00
137b36e0a7 feature (logout): customisable logout button 2021-08-22 13:05:09 +10:00
682e31ef50 fix (form): form builder autocompletion error 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
4d4cb3d8ec cleanup (emacs): Use No-X11 version of emacs - currently GTK - #402
Surely this is more in line with the package goals, or is there a reason to install X for emacs support?
2021-08-22 13:05:09 +10:00
dd81b56094 improve (webdav): error reporting on webdav backend 2021-08-22 13:05:09 +10:00
16b7eb93d3 maintain (plugin): migrate webdav backend as plugin 2021-08-22 13:05:09 +10:00
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
44fc901b4b maintain (admin): admin page upgrade 2021-08-16 16:47:13 +10:00
6e27086ac4 maintenance (404): migrate not found page to newer react way 2021-08-15 19:22:50 +10:00
a4e1431d4b maintain (loader): react upgrade to the loader component 2021-08-15 19:14:49 +10:00
c2f45747cc maintenance (logout): logout component upgrade 2021-08-15 19:12:40 +10:00
964b7e5dba maintenance (homepage): migrate homepage to recent react 2021-08-15 14:24:48 +10:00
bf59247846 maintain (config): remove deprecated config 2021-07-19 00:49:14 +10:00
a2e3e9c7a7 maintain (connect): connection page migration 2021-07-19 00:44:53 +10:00
e4397a6899 maintain (modal): remove deprecated react function 2021-07-17 02:46:39 +10:00
6944197d6d maintain (router): bump version for react router 2021-07-16 23:35:43 +10:00
178a19abc3 fix (pdf): pdf viewer in firefox 2021-07-16 19:35:54 +10:00
d926b47a19 maintain (README): broken image url 2021-07-11 03:01:28 +10:00
d1ea3464f6 maintain (ci): update CI and gitignore 2021-07-10 17:58:15 +10:00
16495254dc fix (translation): french - #399 2021-07-10 17:52:34 +10:00
62652d25a2 fix (translation): finetune TR translation - #400
* i18n(TR) finetune translation

* i18n(TR) update
2021-07-10 17:52:34 +10:00
a0e1340e18 fix (build): broken CI 2021-06-30 00:08:22 +10:00
fdebaac135 fix (form): edge case around the form API 2021-06-29 23:14:24 +10:00
1ef87a42fd maintain (tidy): go mod tidy 2021-06-27 03:27:05 +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
a88fb21aa3 fix (mime): typo in mime format 2021-06-24 01:26:52 +10:00
03fb00499d merge 2021-06-20 15:48:42 +10:00
700c02ece4 feature (logout): customisable logout button 2021-06-20 15:36:25 +10:00
2a2ed24739 fix (translation): i18 (ES) finetune translation (#397) 2021-06-04 15:06:25 +10:00
b1e5741801 fix (format): support for additional file format 2021-06-02 00:26:02 +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
4db1e9f216 fix (translation): ko.json (#396)
* Create go.yml

* Update ko.json

- Correct Korean translation errors

* Revert "Merge branch 'master' of https://github.com/writingdeveloper/filestash"

This reverts commit ca3f335402873d156361cbe8e9926ef84a747ea7, reversing
changes made to cb4d4b9f155d8f6dbc3bfa93a3aee65506a414e1.
2021-05-25 21:35:52 +10:00
83d240209b maintain (version): version bump to v0.5 2021-05-11 22:19:09 +10:00
278f6398b3 doc (README): update README 2021-05-11 22:16:15 +10:00
2e19e4bb61 fix (CI): fix execution flow 2021-05-10 00:06:47 +10:00
5117e1284c maintain (docker): expired gpg keys 2021-05-09 22:18:12 +10:00
ff0dfb8c5d fix (unit): broken test fix 2021-05-08 00:54:10 +10:00
ef4bfb57f8 Merge branch 'master' of https://github.com/mickael-kerjean/filestash 2021-05-08 00:09:43 +10:00
904ec23f12 maintain (CI): build details 2021-05-08 00:08:56 +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
9f67900902 fix (CI): broken CI 2021-03-21 23:11:00 +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
7f5a76849a Merge branch 'master' of https://github.com/mickael-kerjean/filestash 2021-03-21 16:14:37 +11:00