Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features

MIT License

Downloads
48.2K
Stars
833
Committers
11

Bot releases are hidden (Show)

Laravel-Media-Manager - v2.5.6

Published by ctf0 over 6 years ago

Laravel-Media-Manager - v2.5.5

Published by ctf0 over 6 years ago

Laravel-Media-Manager - v2.5.4

Published by ctf0 over 6 years ago

Laravel-Media-Manager - v2.5.3

Published by ctf0 over 6 years ago

Fix

  • making too many requests to collect item metadata https://github.com/ctf0/Laravel-Media-Manager/issues/28
  • wrong selected files size count
  • sidebar item title wrong key
  • dbl click while bulk selection is on
  • reset for effects only
  • more optimization to the backend
  • better scroll to item on load

New

  • option to enable lazy load image on click/interaction (when set to ‘true’ auto selecting first item will be disabled)
  • option to support more image mime-types
  • holding refresh btn will now clear both local storage & cache

Update

  • remove file list animation “blame vue”
  • upgrade laravel version
  • remove vue-multi-ref dep
  • readme
  • wiki
  • resources
Laravel-Media-Manager - v2.5.2

Published by ctf0 almost 7 years ago

Fix

  • “new folder name, rename” issue
  • delay for caman filters reset

New

  • editor btn to preview
  • add filter for locked items
  • now folders with locked items wont be deleted, neither will its locked content
  • update locked list when item is deleted “locked folder within non-locked folder”

Update

  • readme
  • wiki
  • resources
Laravel-Media-Manager - v2.5.0

Published by ctf0 almost 7 years ago

New

Fix

  • setting selected file twice
  • clearing cache twice

Update

  • readme
  • wiki
  • resources
Laravel-Media-Manager - v2.4.2

Published by ctf0 almost 7 years ago

  • clear cache on folder creation
  • fix db publish path
Laravel-Media-Manager - v2.4.1

Published by ctf0 almost 7 years ago

Laravel-Media-Manager - v2.4.0

Published by ctf0 almost 7 years ago

New

  • added a new config key “controller” https://github.com/ctf0/Laravel-Media-Manager/wiki/Have-More-Control-On-Uploads
  • we now cache the server response on client side “probably the only manager that does that”, so navigation will be much faster specially for slow connections.
  • for zip streaming, instead of bailing out when a file cant be read, we’ll download all as normal and show warning for the bad ones.

Edit

  • remove the crazy modal z-index
  • changed the local storage key name
  • vendor folders is now renamed to packages to avoid issues with installation
  • some optimization & cleanup
  • update wiki
  • update assets
Laravel-Media-Manager - v2.3.8

Published by ctf0 almost 7 years ago

  • fix “select + click” for search

  • add support for zip progress

  • new styling for path breadcrumb on mobile

  • add animation for breadcrumbs

  • fix local-storage toolbar changing on its own

  • some cleanup to the controller

  • update assets

  • update db file

  • update language file

Laravel-Media-Manager - v2.3.7

Published by ctf0 almost 7 years ago

New

  • you can now use “shift + click” to limit bulk selection to specific files.
  • added new shortcuts
  • you can now copy files/folders instead of moving as well.
  • add new option for path breadcrumb for mobile to make it easier to navigate
  • add audio for success & alert ops
  • don't reset the selection if (deleting/moving/copying) an item has returned an error.

Fix

  • some fixes & cleanups here and there
  • fixed issue with local-storage overriding the original keys
  • fixed update folder info after moving
  • fixed not selecting an item after getting the files from server “rare”
  • fixed refreshing the manager when using “key modifier + r”
  • fixed the hardcoded translation & now all handled through laravel.
  • fixed pre-mature selection of first item after delete/move form submit
  • fixed showing an empty notification
  • fixed axios showing vague error message

Update

  • cleanup & optimization “js, controller”
  • slightly better scroll to item
  • change view files structure
  • make file-box smaller on mobile
  • update read me
  • update wiki
  • update resources
Laravel-Media-Manager - v2.3.6

Published by ctf0 almost 7 years ago

Fix

  • show correct total size in delete modal
  • add some sense to css classes
  • move dropzone file input inside its own form so you don’t have a bazillion inputs at the end of the DOM on each toggle of the modal
  • some cleanup to the media-controller

New

Zip

  • you can now download folders as a zip as well
  • the zipping is now done on server & downloaded as a stream, so no worries about memory issues nor you need to install any extra js packages
  • sadly no more progress for zipping as the form submit is not being handled by js, so any ideas/PRs are welcome

Update

  • update readme
  • update assets
  • update wiki
Laravel-Media-Manager - v2.3.5

Published by ctf0 almost 7 years ago

  • show progress for zipping
  • css cleanup
  • better align for manager in modal
  • fix breadcrumb path stay active in bulk selection
  • fix being able to navigate to diff folder while uploading
  • for both upload & zipping, all the manager functions will be disabled to make sure nothing interfere with any of the running ops.
  • don’t show total size if its == 0
  • remove scroll polyfill
  • show file full name in preview
  • more accurate ux for upload
Laravel-Media-Manager - v2.3.4

Published by ctf0 almost 7 years ago

Edits

  • in image preview, click the name to copy its url.
  • move upload panel bg patterns to its own branch to minimize package size.
  • more cleanup.
  • uploading new items while the manager is already uploading is now disabled, also the call to update the files list will run only once at the end of the upload to minimize the load on the server.

Bulk Select

Laravel-Media-Manager - v2.3.3

Published by ctf0 almost 7 years ago

New

  • much better styling all over
  • now selected file will be reselected when reopening the manager, same as with folders.
  • for icons, we’ve moved to https://github.com/Justineo/vue-awesome instead of fw font
  • add flip animation for numbers change.
  • add extra button for pdf preview to open in new tab, same as images
  • now you can preview text files as well
  • new animation for search not found & new one for loading files as well
  • item box is now bigger on mobile instead of the narrow lock on desktop.
  • select last uploaded item after upload instead of first item in the files list

Fix

  • fix not showing selected file info after clearing search
  • fix not showing total count when no file is selected
  • fix pdf preview being too narrow
  • fix an issue related to view composer was occurring on new installation
  • fix git ignoring vendor folders.

Wiki

Update

  • update assets
  • update readme
Laravel-Media-Manager - v2.3.2

Published by ctf0 almost 7 years ago

Laravel-Media-Manager - v2.3.1

Published by ctf0 almost 7 years ago

Laravel-Media-Manager - v2.3.0

Published by ctf0 almost 7 years ago

we are now jQuery free 😱🤘💥💪👯

image

  • animate navigation
  • clicking the preview will open the image in a new tab
  • preview is now a card with basic info and main functionality “mostly for mobile users”

new options

  • added hide folder
  • added random names option for uploaded files “will also be saved in local-storage”
  • save visited folder to local-storage so you can continue from where you left.
  • auto select folder after creation
  • set “max-height” to the manager if opened inside a modal

fixs

  • fix hide ext
  • disallow folder creation with single character name
  • disallow folder rename to single character
  • fix list update after remove items with same name but diff type
  • fix preview modal image align

styling

  • better responsive
  • some styling & animation
  • added some patterns for upload panel bg so image change on each toggle
  • change lock/unlock notification msg
  • add notification for single file download
  • update assets “make sure to republish the assets”
  • update readme
  • update wiki
Laravel-Media-Manager - v2.2.1

Published by ctf0 almost 7 years ago

Laravel-Media-Manager - v2.2.0

Published by ctf0 almost 7 years ago

  • added missing vendor/download “sorry about that”
  • keep visited folder active when navigating up
  • add animation
  • add swipe left/right for image preview
  • add swipe up/down for move & delete selected
  • add lock item option “check wiki for notes”
  • removed framework config, update your ‘webpack.mix.js’
  • less depend on jquery
  • update assets
  • update readme

make sure to republish the assets as new files were added.