Releases: psolom/RichFilemanager-PHP
Releases · psolom/RichFilemanager-PHP
S3 storage upload fix
PDF preview fix
- bugfix: broken PDF preview when using "readfile" API method #45
Laravel integration preparations
- extended composer dependencies to support Laravel >= 5.4
- reworked service container instantiation to minimize collisions while Laravel integration
Customizable upload parameter name
Symlinks outside fileroot solution, Bugfix
- implemented configurable solution to use symlinks that point to files/folders outside fileroot folder #12
- bugfix: error when deleting a file #35
- bugfix (S3 storage): wrong encryption on file move #36
- bugfix (S3 storage): failed thumbnail creation due to double-slash in path #41
- bugfix (Local storage): folder download operation doesn't work #38
Recursive search, Events for operations, API improvements
- implemented events and listeners for API operations #24
- use a single point to calculate filesize across application #25
- avoid spaces and parentheses inserted into a file name while upload #26
- automatically exclude image thumbnails folder from the output #27
- allow double underscores in file names #28
- throw an error if delete operation failed #29
- error response format altered to correspond to JSON API standard #30
- simplified workflow of the "download" method, doesn't require AJAX API extra call anymore #32
- new error handling flow; required HTTP headers; strict JSON API conformity #33
- added new "seekfolder" API method for server-side search operations #34