laravel-filemanager

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.

MIT License

Downloads
2.6M
Stars
2K
Committers
157

Bot releases are hidden (Show)

laravel-filemanager - v1.7.5 release

Published by streamtw over 7 years ago

  • Bug fix : remove php7 script "??" from grid view and list view.
  • Allow php.ini overriding from lfm.php. See #274 .
laravel-filemanager - v1.7.4 release

Published by streamtw over 7 years ago

Critical bug fix : fix $success_response in FolderController.

laravel-filemanager - v1.7.3 release

Published by streamtw over 7 years ago

Critical bug fix : $success_response in LfmController should be static.

laravel-filemanager - v1.7.2 release

Published by streamtw over 7 years ago

  • Features :

    • Debug command : php ./vendor/unisharp/laravel-filemanager/bin/debug
    • Modify RWD (move create folder and upload button to floating action button).
    • Sorting(by alphabets or timestamp) is available now.
    • Config : user_field can accept a closure now. (user id is the default value as always)
    • New language : uk.
    • Refactored grid view and list view.
  • Bug fixes :

    • Exception messages will be displayed instead of "Action failed, due to server error".
    • If mime type of files are image/gif or image/svg+xml, display original images instead of thumbnails.
    • Fix image broken when config : base_directory is not set to "public".
    • Fix issue with folder permission.
laravel-filemanager - V1.7.1 release

Published by streamtw over 7 years ago

Bug fixes

  • Fix problems with resizing and cropping.
  • Fix problems with missing upload validation message.

Enhancements

  • New events for resizing and cropping.
  • Width and height of thumbnails are now configurable.
  • New config for disabling upload validation of mime types and file size.
  • Move documents to GitHub Pages.
laravel-filemanager - v1.7.0 release

Published by streamtw over 7 years ago

  • All documents updated.
  • Prevent bootbox from submitting when hitting cancel button.
  • Preview images with timestamp.
  • Configs related to working directory are refactored.
  • Fix file name locale issue on Windows.
  • Move all data passed by show() from LfmController.
  • Updated languages : de.
  • Added cropping with changing aspect ratio feature.
  • Error display modified.
  • Add more comments to config file.
laravel-filemanager - 1.6.4 release

Published by youchenlee over 7 years ago

  • Fix for Laravel 5.4 support.
laravel-filemanager - v1.7 alpha release

Published by streamtw over 7 years ago

  • All codes refactored.
    • Fix compatibility with Windows machines.
    • All functionality related to file path had been modified.
    • Html structure simplified, no more double scroll bars(happened in older versions).
    • script.blade.php was replaced with script.js.
    • Validation of uploading files are now being done one by one.
    • jquery-migrate.js was removed, since all functionality works fine without it.
  • Bug fixes :
    • Can't upload file in "File mode".
  • New features :
    • Standalone button - route prefix can be passed as an option by .filemanager().
    • File mode - images will now display thumbnails.
    • fa-image icons will be displayed if thumbnails of images is not found.
  • New Languages : pt_PT, ro.
laravel-filemanager - 1.6.3 release

Published by streamtw almost 8 years ago

  • New events : FolderIsRenaming, ImageIsDeleting, ImageIsRenaming, ImageIsUploading.
  • File size validation added.
  • Config added to set default view to grid/list view.
  • New language : el.
  • Updated languages : en, fa, fr.
  • Choosing multiple files in upload dialog is available now.
  • ApiTest added (cannot run without Laravel).
laravel-filemanager - 1.6.2 release

Published by streamtw almost 8 years ago

  • New events : ImageWasRenamed, ImageWasDeleted, FolderWasRenamed.
  • Remove ES6 scripts from lfm.js.
  • Updated languages : de, fr, pl.
laravel-filemanager - 1.6.1 release

Published by streamtw about 8 years ago

Bug fixes :

  • Fix #114 (url issue after applying asset function).
  • Fix #112 (editor not found message error), and related issues.

Other changes :

  • Languages added : ar, nl.
  • New config added : alphanumeric_directory.
  • Notify user when the size of uploaded file exceeds max file size in php.ini.
  • Demo route added.
laravel-filemanager - 1.6.0 release

Published by streamtw about 8 years ago

Fix #35 , #55 , #62 , #65 , #67 , #77 , #79.

  • New languages : bg, tr, fa, es.
  • New doc chapters : Event and Upgrate.
  • New events : FolderWasRenamed, ImageWasDeleted, ImageWasRenamed, ImageWasUploaded.
  • Screenshots updated.
  • Change PHP requirement to PHP 5.4 .
  • Notify developers when both gd and imagick extensions are not found.
  • Refactor views.
  • Apply asset() function to css and javascript sources.
laravel-filemanager - 1.5.2 release

Published by youchenlee over 8 years ago

Fixed #48, #49, #50, #51 and #52 .

  • New config added : alphanumeric_filename.
  • New language : fa.
  • Move javascript from index.blade.php to script.blade.php.
laravel-filemanager - 1.5.1 release

Published by youchenlee over 8 years ago

  • Fixed an error of integration sample code. (thanks @nasirkhan)
laravel-filemanager - 1.5.0

Published by youchenlee over 8 years ago

Thanks @amin101

  • Support independent usage - opening laravel-filemanager without ckeditor nor tinymce.
  • Fix a bug of incorrect folder path on Windows
laravel-filemanager - 1.4.0-alpha release

Published by youchenlee over 8 years ago

Thanks @g0110280

  • Multi-level folders support.
  • Add a "back" button.
laravel-filemanager - 1.3.0-alpha release

Published by youchenlee over 8 years ago

Add MIME Types checking support.
Fix #29 and #32
Remove Session dependence

laravel-filemanager - 1.2.0 release

Published by youchenlee almost 9 years ago

This is a feature enhancement release

  • Add pt-BR translation - Thanks @fraterblack
  • Add TinyMCE support - Thanks @fraterblack
laravel-filemanager - 1.1.1 release

Published by youchenlee almost 9 years ago

This is a bugfix release.

Fix bug: #17 - Error on File upload, Images behaviour executed

laravel-filemanager - 1.1.0 release

Published by youchenlee almost 9 years ago

ChangeLogs

  • Code refectoring
  • Add fr translations. Thanks @welcoMattic
  • Add "shared folder" support, accessible to all laravel authenticated users.
  • Fix a performance issue when loading big image files.
  • Fix a ckeditor integration error when uploading files directly without opening the file manager window.
  • Enhance non-ascii filename support.

Important:

Starts from version 1.1, views won't be published to your app by default, please remove the folder views/vendor/laravel-filemanager if you do not customise them. (If this folder is missing, it will apply the package maintainers default view).