Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Releases: Kwaadpepper/laravel-responsivefilemanager

Master release

25 Jun 10:45
bdcde0f
Compare
Choose a tag to compare

Master release with bug fixes

Asset builder release

26 Sep 13:05
07a5828
Compare
Choose a tag to compare

You can now build asset using laravel-mix
yarn build

Upstream merge and Bug fixes

26 Sep 10:49
8cd6140
Compare
Choose a tag to compare

Changes:

Fixed #11 Could not upload images

Manually merged from trippo/ResponsiveFilemanager@v9.14.0...master

Merge pull request #636 from antlih/master

Finnish translation
Minor fixes

Added Finnish translation

Merge pull request #627 from msaulohenrique/patch-2

Update pt_BR.php
Update pt_BR.php

Fix
Merge pull request #626 from msaulohenrique/patch-1

Update pt_BR.php
Update pt_BR.php

Correct spelling and translate others.
Merge pull request #621 from zangai/patch-1

Changed FtpClient include to require_once
Changed FtpClient include to require_once

Fixes #521, #530 because FtpClient was included multiple times
Merge pull request #620 from msaulohenrique/patch-1

Fix uploading images files
Fix uploading images files

Solution by @jDanek  
https://github.com/jDanek/wysiwyg-tinymce-fm/commit/31f6d905bc68e9018b722e6db34cec0289992804
Merge pull request #607 from mpryvkin/feature-load-more

Added support for "Load more" feature
Merge pull request #575 from slawn/master

Improvements to local config inclusion
Merge pull request #578 from HannesOberreiter/parent

if external use parent instance if jquery for change event
Merge pull request #610 from JanKrotky/hotfix-cs-typo

Hotfix: cs typo
Hotfix: cs typo

Added support for "Load more" feature

use parent instance of jquery to detect change event on parent window if jquery instance differs from iframe

moved navbar main buttons outside collapse and gave it some color. Upload dialog added color if upload was a success or error to improve visiblity

wrong order loaded

only load tui libraries if user wants them

File Upload limit by extension files that can be chosen
Adding accept attribute to file input to limit the files to allowed extensions coming from $config['ext'].

Improvement for inclusion of the local config.php files
If the local config.php was not well formatted or didn't contain the merge of allowed extensions it could cause issues to the main config file as well as local settings for file extensions being ignored. Now before merging of the main and local config file it checks that it's an array, has at least 1 elements and doing $config['ext'] merge after.

Merge pull request #571 from xPlux/master

Polish translation fix
Polish translation fix

Merge pull request #569 from JanKrotky/fix-stray-element

Fix: Removes stray closing div
Fix: Removes stray closing div

Open and closed elements didn't match, this div inside ul li seems to be
the cuprit.

Merge pull request #568 from JanKrotky/refactoring

Fix: Adds webp image extension and mime types
Fix: Enables preview for webp images

Featherlight by default seems to not recognize webp as image.
Changing the data atribute to image and using the path in href
overrides the default behavior.

Feature: Adds thumbnail support for webp images

Fix: Adds webp image extension nd other common mime types

Merge pull request #567 from JanKrotky/Fix-respect-url-upload-configuration

Fix: Respect url upload configuration also in upload logic
Refactoring: Check function that is actually used inside
Fix: Respect url upload configuration also in upload logic

Config has switch for url_upload, but it only hides the upload by url
on frontend if disabled. Logic that accepts the url didn't respect
the settings, allowing using the function even if it is disabled.

Merge pull request #564 from jDanek/patch-1

Missing letter cs.php
Missing letter cs.php
Merge pull request #557 from futureweb/patch-1

Fix wrong German Translations
Fix wrong German Translations
fix editor error

v. 9.14.0

update for 9.14 release

Merge pull request #553 from mklkj/tinymce5

Add support for TinyMCE 5
Set tinymce to to last version

Drop support for tinymce 3

Add support for tinymce 5.0.4

Merge pull request #546 from mikaykun/contextmenu-fix

Update jquery-contextmenu to 1.11.0 and changed info item to html type
Merge branch 'master' into contextmenu-fix
Merge pull request #548 from jackdenningweb/tui-image-editor

Tui image editor
Merge branch 'master' into tui-image-editor
- fix cur dir thumb
- remove fade effect
- update uploadHandler
- fix file duplication
- fix error on js call editor

remove debug line

Replace Aviary Editor with TUI Image Editor.

Update jquery-contextmenu to 1.11.0 and changed info item to html type

Fixes trippo/ResponsiveFilemanager#544

Merge pull request #539 from slimtim/issue_538

Improve memory usage estimates
Check for getimagesize() failure

Use the full path of the required file.

Special handling for PNGs when estimating memory usage.

Special handling for GIFs when estimating memory usage.

Include the number of color channels when estimating the memory usage of an image.

Merge pull request #533 from mikaykun/master

fix filter extensions
closed trippo/ResponsiveFilemanager#230 since RFM 9.12.0
closed trippo/ResponsiveFilemanager#272 since RFM 9.12.0
closed trippo/ResponsiveFilemanager#279 since RFM 9.12.0
fixed trippo/ResponsiveFilemanager#532
optimized code formatting

Merge pull request #1 from mikaykun/snyk-fix-bes7f5

[Snyk] Fix for 1 vulnerable dependencies
fix: package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:jquery:20150627

Merge pull request #527 from mikaykun/develop

PSR-2 fixes, Docker demo page and code formatting
fixed version number in config, tabs to spaces, phpdoc comments fixed

Merge remote-tracking branch 'upstream/master' into develop

# Conflicts:
#	filemanager/ajax_calls.php
#	filemanager/dialog.php
#	filemanager/execute.php
#	filemanager/include/utils.php
#	filemanager/lang/cs.php

fixed formatting and DocComments

removed duplicated key

fix

up

Merge pull request #513 from farisv/security-fix

Prevent upload dir deletion
Prevent upload dir deletion

Version 9.14.0

Merge pull request #511 from phavel/patch-1

Update czech translation
Fix Update czech translation
Update czech translation
Merge remote-tracking branch 'upstream/master' into develop

Merge pull request #504 from rapomon/patch-1

Update UploadHandler.php
Update UploadHandler.php

Prevent to upload an image with malicius code inside, the file content must be a real image.
Refactoring: code style, removed old stuff, added Server Requirements

added docker demo page

optimized css code

Refactoring: PSR-2 fix, fixed "forbidden" translation

Small fixes

15 Sep 06:48
394fe15
Compare
Choose a tag to compare
fix get laravel-rfm version
add blueimp polyfills for ie
change blueimp lib with cloudflare fixed version
reformat dialog.php

UTF8 filename support

16 Aug 09:41
0740f8e
Compare
Choose a tag to compare
0.0.10

bump composer version

Bug fixes again

31 May 09:09
Compare
Choose a tag to compare
Bug fixes again Pre-release
Pre-release

Fixed parts of #9
Fixed display function and session saving variables.

Temp FIX

30 Mar 16:05
Compare
Choose a tag to compare
Temp FIX Pre-release
Pre-release

Finaly fixes #3

Fix release

19 Mar 09:21
Compare
Choose a tag to compare
Fix release Pre-release
Pre-release

fix #3
fix #5
fix PSR-4 autoload

FTP Release (Alpha)

13 Sep 17:05
Compare
Choose a tag to compare
FTP Release (Alpha) Pre-release
Pre-release

FTP release
Deep restructuration of the lib now

PSR2 compliance
and PSR4 autoload

please reports bugs

some FTP features may be missing

First Release

09 Sep 17:25
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

Use for Laravel integration of Responsible File Manager

See Readme.md

So Far

  • private key setup
  • more corrections on JS side
  • more corrections on languages
  • Test with tinyMCE
  • Include commercial support
  • Test and debug FTP fonctionnality
  • MultiUser and Auth Support
  • publish package