Commit Graph
713 Commits
Author SHA1 Message Date
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 98248a3e1e fix (form): form builder autocompletion error 2021-07-31 13:44:11 +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
The Right Honourable ReverendandGitHub 61773e0a4c 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-07-22 23:24:22 +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 178a19abc3 fix (pdf): pdf viewer in firefox 2021-07-16 19:35:54 +10:00
Mickael Kerjean d926b47a19 maintain (README): broken image url 2021-07-11 03:01:28 +10:00
Mickael Kerjean d1ea3464f6 maintain (ci): update CI and gitignore 2021-07-10 17:58:15 +10:00
Axel AmgharandMickael Kerjean 16495254dc fix (translation): french - #399 2021-07-10 17:52:34 +10:00
Rojen ZamanandMickael Kerjean 62652d25a2 fix (translation): finetune TR translation - #400
* i18n(TR) finetune translation

* i18n(TR) update
2021-07-10 17:52:34 +10:00
Mickael Kerjean a0e1340e18 fix (build): broken CI 2021-06-30 00:08:22 +10:00
Mickael Kerjean fdebaac135 fix (form): edge case around the form API 2021-06-29 23:14:24 +10:00
Mickael Kerjean 1ef87a42fd maintain (tidy): go mod tidy 2021-06-27 03:27:05 +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 Kerjean a88fb21aa3 fix (mime): typo in mime format 2021-06-24 01:26:52 +10:00
Mickael 03fb00499d merge 2021-06-20 15:48:42 +10:00
Mickael 700c02ece4 feature (logout): customisable logout button 2021-06-20 15:36:25 +10:00
Joe BordesandGitHub 2a2ed24739 fix (translation): i18 (ES) finetune translation (#397) 2021-06-04 15:06:25 +10:00
Mickael b1e5741801 fix (format): support for additional file format 2021-06-02 00:26:02 +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
Si Hyeong LeeandGitHub 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 ca3f335402, reversing
changes made to cb4d4b9f15.
2021-05-25 21:35:52 +10:00
Mickael 83d240209b maintain (version): version bump to v0.5 2021-05-11 22:19:09 +10:00
Mickael 278f6398b3 doc (README): update README 2021-05-11 22:16:15 +10:00
Mickael 2e19e4bb61 fix (CI): fix execution flow 2021-05-10 00:06:47 +10:00
Mickael 5117e1284c maintain (docker): expired gpg keys 2021-05-09 22:18:12 +10:00
Mickael ff0dfb8c5d fix (unit): broken test fix 2021-05-08 00:54:10 +10:00
Mickael ef4bfb57f8 Merge branch 'master' of https://github.com/mickael-kerjean/filestash 2021-05-08 00:09:43 +10:00
Mickael 904ec23f12 maintain (CI): build details 2021-05-08 00:08:56 +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 9f67900902 fix (CI): broken CI 2021-03-21 23:11:00 +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
Mickael Kerjean 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
Lyderic DutillieuxandGitHub 74169650dc Fixed a typo in 'Search' feature configuration (#364)
Changed from 'confured' to 'configured'
2021-03-04 21:17:12 +11:00
Mickael 0178630b7b fix (IE): show message for IE users 2021-03-04 21:12:20 +11:00
Eric ChangandGitHub 56f34628ab Create zh_tw.json (#367) 2021-03-04 20:18:45 +11:00
Tom SchneiderandGitHub ec8d45b64d Improve german translation (#375) 2021-03-04 20:18:17 +11:00
Dominique VienneandGitHub 030b5b0c94 Corrected URL typo - added trailing slash (#373) 2021-02-19 10:50:29 +11:00