- Updates the dependencies for use with PHP 8.0+.
- Fixes a front end issue with large zip files.
- Updates the project's package creation script.
- Adds a check for the availability of the 'zip' and 'unzip' binaries when using the 'fastzip' option.
- Updates the project's package creation script.
- Updates the end-user documentation.
- Adds new proxy methods in the FileController and the DownloadController.
- Proxies requests to Symfony Process objects to zip and unzip files.
- Updates the app's configuration scheme.
- Updates the unit and functional tests accordingly.
- Relocates some configuration files to be consistent with the project's structure.
- Updates the project's dependencies.
- Updates the GitHub test matrix.
- Better search with configurable simultaneous search limit, fixes #234
- Invalidate sessions when the user is changed, prevents session fixation (json, database)
- Cookie samesite defaults to Lax, fixes #232
- Composer update
- Flysystem patch GHSA-9f46-5r25-5wfm
- Min supported PHP version is now 7.2.5
- New csrf token key config option added
- Ldap adapter improvements, new config param for attributes, pr #184 (Thanks @lzkill)
- Logger added to security service, fixes #183
- Japanese translation added (Thanks @tubuanha)
- Two consecutive periods bugfix for #202
- Axios auto-transform json turned off, fixes #201
- Show filesize and remaining time on download #181 (Thanks @ahaenggli)
- Min supported PHP version is now 7.2
- New feature - hiding files/folders on front-end, fixes #76 (Thanks @ahaenggli)
- Fixes #135 (Thanks @ahaenggli)
- Fixes #153 (Thanks @Gui13)
- Fixes #163
- Swedish language added #174 (Thanks leifa71)
- New feature - upload folder with drag&drop, fixes #25 (Thanks @ahaenggli)
- New LDAP auth adapter (Thanks @ahaenggli)
- Fixes #17 (Thanks @ahaenggli)
- Hungarian translation added (Thanks zsolti19850610)
- New config: 'download_inline' #141 (download configured extensions inline in the browser)
- Korean language added #119 (Thanks Jinhee-Kim)
- Galician language added #126 (Thanks vinpoloaire)
- Russian language added #128 (Thanks BagriyDmitriy)
- This version patches a security vulnerability #116 please upgrade
- disabling axios response auto-transformation when editing content, fixes #110
- config params: .json and .md extensions added as 'editable' by default
- config params: timezone support added, mostly for accurate logging, defaults to UTC
- fixes #102
- inclusive terminology: BC! please replace ip_whitelist/ip_blacklist to ip_allowlist/ip_denylist in your configuration.php
- fixes #113 #108
- add mime-types to download headers
- support for vector images (svg)
- fonts update
- catch/fix NavigationDuplicated errors
- libzip BC fix
- zip adapter fix
- composer update dependencies
- npm update / audit fix
- right-click opens single file context menu
- fixes #81, #82, #86
- WordPress Auth adapter is now included in the main repo
- New config: 'guest_redirection' (useful for external auth adapters)
- More css classes so the elements can be easily hidden (e.g. add_to_head style)
- Integrated https://github.com/linuxforphp/filebrowser/pull/74
- Updated docs
- Translations added: Polish, Italian
- Bump symfony, dibi
- New config param: overwrite files on upload
- Download filename bugfix
- Language fix
- View PDF files in the browser (thanks @pauloklaus)
- Fixes #31 #51
- Password reveal added to login screen
- Language fix
- Fixes for #41 #42 #43 #45 #46 #47
- Slovak translation (thanks @jannyba)
- Search feature
- Better editor & image gallery
- New config:
editable
(file extensions that can be opened with editor) - New config:
date_format
- File preview & edit feature added (preview images, edit txt files)
- Translations added, Bulgarian, Serbian, French
- Translations added, Dutch, Chinese
- npm updates, vue & vue-cli
- Symfony update, fixes CVE-2019-18888
- Fix for filename sanitize/cut during upload process
- Fix for multibyte filename uploads
- Fix for UTF8 filename issues (#12) - may brake existing download links generated with previous versions
- Fixed file upload bug - merging chunks after upload was failing
- Initial release