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
adfd98e7b5
fix ( #345 ): form autocomplete in admin pages - #345 ( #369 )
...
Co-authored-by: Quentin Bramas <bramas@unistra.fr>
2021-03-04 21:25:17 +11:00
5f85d59258
fix ( #356 ): preventing entering the expiration date on safari ( #366 )
...
Co-authored-by: Quentin Bramas <bramas@unistra.fr>
2021-03-04 21:22:19 +11:00
d0379e3e86
Fix wrong variable name producing an error ( #365 )
...
Co-authored-by: Quentin Bramas <bramas@unistra.fr>
2021-03-04 21:19:26 +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
56f34628ab
Create zh_tw.json ( #367 )
2021-03-04 20:18:45 +11:00
ec8d45b64d
Improve german translation ( #375 )
2021-03-04 20:18:17 +11:00
030b5b0c94
Corrected URL typo - added trailing slash ( #373 )
2021-02-19 10:50:29 +11:00
ef8fe6adb5
cleanup (eslint): cleanup as per eslint rules
2020-12-22 21:29:01 +11:00