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 - v2.0.0-alpha6 release

Published by streamtw almost 6 years ago

Features

  • Implemented multiple selection toggle, modified UX
  • Used CachedAdapter of file system, thanks to @mnightingale
  • RWD of resize feature
  • Breadcrumbs
  • Preview multiple items with their file names using carousel
laravel-filemanager - v2.0.0-alpha5 release

Published by streamtw about 6 years ago

  • Support Laravel 5.7
  • New locale: it.
  • Locales updated: es, fa.
  • Fix "Invalid upload request".
laravel-filemanager - v1.9.2 release

Published by streamtw over 6 years ago

Fix error with str_singular() helper, see #516 .

laravel-filemanager - v1.9.1 release

Published by streamtw over 6 years ago

Namespace chaged, please uninstall and reintall this package to prevent error.

laravel-filemanager - v1.9.0 release

Published by streamtw over 6 years ago

Namespace chaged, please uninstall and reintall this package to prevent error.

laravel-filemanager - v2.0.0-alpha4

Published by streamtw over 6 years ago

Features

  • Apply mime icon generator.
  • Refactor floating action buttons.
  • Provide a function that generates all routes and remove old routes.php.
  • Moving function for files and folders.
  • Abandon LfmFileRepository.php, all files are now uploaded through Laravel storage.

Other

  • Namespace changes.
laravel-filemanager - v1.8.5 release

Published by Nehemis1615 over 6 years ago

fix issuse#623
correct wrong namespace

laravel-filemanager - v2.0.0-alpha3 release

Published by streamtw over 6 years ago

  • Fix namespace error when first installed.
  • New locale: sv.
  • Updated locale: es.
  • Apply mime icon generator.
laravel-filemanager - v2.0.0-alpha2

Published by streamtw over 6 years ago

Fix S3 support.

laravel-filemanager - v1.8.4 release

Published by streamtw almost 7 years ago

Bug fix: Clicking on file should call useFile() in grid view.

laravel-filemanager - v2.0.0-alpha

Published by streamtw almost 7 years ago

Features:

  • Integration with Laravel Storage.
  • Multiple selection in stand alone button mode.
  • UI refactored, along with RWD design.

Views, config, assets are also refactored. Please republish them with --force.

Haven't tested on Windows yet!

laravel-filemanager - v1.8.3 release

Published by streamtw almost 7 years ago

Bug fixes:

  • Uploaded files are sometimes missing. (see #452 )

Enhancements

  • New languages: eu, ka, vi.
  • Languages updated: pt-BR, ru.
laravel-filemanager - v1.8.2.2 release

Published by youchenlee about 7 years ago

ChangeLogs

  • #447 Fix animated gif image, thanks @pompex
  • #447 Fix svg image upload.
  • All images are now retained 100% quality after uploading to the server.
laravel-filemanager - v1.8.2.1 release

Published by youchenlee about 7 years ago

Bug fixes

  • Fix #442, lfm.prefix is not backward compatible with lfm.url_prefix, thanks @nalorim

You may need to php artisan vendor:publish --tag=lfm_view --force again to apply this fix.

laravel-filemanager - v1.8.2 release

Published by streamtw about 7 years ago

Bug fixes

  • Fix a bug in image resizing.
  • Fix last modified time of a file.
  • Fix orientation problem when uploading an image.

Enhancements

  • Add ext-fileinfo extension as a requirement.
  • Documents modified.
  • Config renamed: change prefix to url_prefix.
  • Languages updated: hu, tr, zh-CN, zh-TW.
  • Demo route is now disabled by default.

Features

  • Loader effect added, thanks @iankov.
  • New config: should_create_thumbnails, raster_mimetypes , create_folder_mode , create_file_mode .
  • Integrate with Dropzone.js, thanks @harimayco.
laravel-filemanager - Pre release of v1.8.2

Published by youchenlee about 7 years ago

This is a pre-release.
For the moment, please check git log for changelogs.

laravel-filemanager - v1.8.1 release

Published by streamtw over 7 years ago

Bug fixes :

  • Fix summernote integration problem. Thanks @pyaehein.
  • Fix cannot see picture when not logged in.
  • Fix problems with utf8 url. Thanks @khjay.

Feature :

  • Add summernote to demo page.
  • Click on image with open new preview window if editor integration is not found. Thanks @coryw.
  • Integrated with StyleCI.
  • Show a message when uploaded a file. Thanks @abdi42 .
laravel-filemanager - v1.8.0 release

Published by albertcht over 7 years ago

Bug fixes:

  • Fix cannot use closure in config/lfm.php
  • Removed upload_max_filesize option from config
  • Fix iconv bug while processing non-utf8 folders (Windows issue with utf-8 encoding)

Features:

  • Added 'Copy & Crop' option in crop pop-up. See #335
  • Moved ini override to the LfmController's constructor so it's always executed
  • Default value of config : alphanumeric_filename, should be false
  • Removed some additions that are no longer used
  • Added french translation for nav-sort, nav-sort-alphabetic, nav-sort-time and sort. See #327
  • Languages updated : fa, fr
laravel-filemanager - v1.7.7 release

Published by streamtw over 7 years ago

  • Add comments to all functions in LfmHelpers.php .
  • Copy security note from @tsawler .
  • Language updated : nl.
  • Fix hard coded prefix in lfm.php` .
  • Fix updating files. See #300.
laravel-filemanager - v1.7.6 release

Published by streamtw over 7 years ago

Bug fixes :

  • Fix cache issue in resize.blade.php and crop.blade.php.
  • Fix resizing and cropping on Windows.
  • Fix issues of creating default folders.
  • Fix routing of non-public files.
  • Refactor grid view and list view. Related css and js files are also refactored.
  • Sort folders by names in tree view.

Features :

  • Default lfm type will be "file" if request parameter type is not specified.
  • Display original image when thumbnail is missing.