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.1.0

Published by ctf0 almost 7 years ago

Laravel-Media-Manager - v2.0.2

Published by ctf0 almost 7 years ago

  • add support for file restriction using extension
  • add MMFileMoved event
  • change preview modal name
  • fix folder count “+1” on folder move update
  • update assets
  • update readme
  • update wiki
Laravel-Media-Manager - v2.0.1

Published by ctf0 almost 7 years ago

  • add _modal partial
  • renamed _partial to _manager
  • renamed media-bulma to media
  • updated media view with the correct html headers
  • renamed animated to mm-animated to avoid conflict with main page animated
  • update wiki
  • update readme
Laravel-Media-Manager - v2.0.0

Published by ctf0 almost 7 years ago

New Features & More Flexibility 🔥 🏆 💃 💣

  • use manager from modal “check wiki”
  • you can now download all selected files, thanx to https://github.com/PixelsCommander/Download-File-JS
  • now the manager will have its own script file so you only load it when needed instead of merging it with your main script, better loading time for users.
  • fix pattern for names with ()
  • fix file names cleanup not working properly
  • change config sanitized text to uniqid() instead for better ux
  • add new “folder restriction” feature “check wiki”
  • changed js structure instead of the bazillion folders everywhere
  • fix move btn not updating correctly on first load
  • remove event listener on destroy
  • update assets
  • update read me
Laravel-Media-Manager - v1.3.6

Published by ctf0 about 7 years ago

  • fix refresh button when no files are avail
  • fix refresh shortcut not working when there are no files
  • add events for file/folder “upload/delete/rename” which will give you the full path to the file/folder so you can hook into them easily.
  • fixed error when adding new folder & not triggering refresh after
  • update readme
Laravel-Media-Manager - v1.3.5

Published by ctf0 about 7 years ago

  • update bulma
  • fix key events globally taking over other keys
  • add file download to sidebar
Laravel-Media-Manager - v1.3.4

Published by ctf0 about 7 years ago

  • fix pressing enter not working correctly because “selectedFile” is not cleared after last dir
  • more optimization for keyboard events so now it fires only when needed.
  • you can now use “left/right/home/end” when image lightBox is active
  • fix issue for pressing modal close icon will submit the form
  • show warning if no value for new folder or rename
  • add is_loading to submit btns
Laravel-Media-Manager - v1.3.3

Published by ctf0 about 7 years ago

  • add media autoplay
  • fix issue for bulk select and search
  • some changes to assets structure
  • better ux for pdf
  • change views folder structure
  • cleanup shownotif
  • update readme
Laravel-Media-Manager - v1.3.2

Published by ctf0 about 7 years ago

  • remove jquery.scrollTo
  • fix notif not showing up
  • now using any of the shortcuts dont scroll the window
  • make sure the shortcuts used with more than element dont run twice
  • clean styles
  • remove notif-comp file and use the npm package instead
  • some cosmetics for the manager
  • update view
  • update assets
  • update rdme
Laravel-Media-Manager - v1.3.1

Published by ctf0 about 7 years ago

typo

Laravel-Media-Manager - v1.3.0

Published by ctf0 about 7 years ago

  • remove ziggy
  • remove vue-lightbox
  • remove bs-modal
  • add new option to config
  • add events
  • add new animation for ajax call fail
  • add new key into lang for “ajax_error”
  • optimize bm animation
  • show folder content size instead of NaN
  • auto-scroll to first item when adding new folder
  • fix rename issue with folder vs file
  • fix file size conversion
  • update folder size on file move
  • update assets
  • update view
  • update rdme
Laravel-Media-Manager - v1.2.3

Published by ctf0 about 7 years ago

  • fixed sortBy:size
  • fixed sortBy:last_modified
  • add new option to config
  • update ziggy
  • update view
  • update rdme
Laravel-Media-Manager - v1.2.2

Published by ctf0 about 7 years ago

  • add changelog feature so now you can track what changes are made to the package
  • remove cmnd as we auto-add extra data on package installation
  • update view
  • update rdme
Laravel-Media-Manager - v1.2.1

Published by ctf0 about 7 years ago

  • use map
  • add render to comps
  • fix showBy
  • extract notification to a function for easier switching
  • rename render to initManager to avoid confusion with vue.render
  • use bodymovin js instead of iframe & update styles
  • remove dist
  • update rdme
  • update view
  • update command
  • add [v-cloak]
Laravel-Media-Manager - v1.2.0

Published by ctf0 about 7 years ago

  • add a solution for mix not picking up the env var in webpack.mix
  • updated select prev item to now work with blk_slct_all
  • add some animation to the no_files & file_loader instead of the dull defaults
  • update command
  • update rdme
  • update composer.json
Laravel-Media-Manager - v1.1.0

Published by ctf0 about 7 years ago

This release have break compatibility with prev version due to changing into using component instead of separate vue instance.

  • update dist
  • update rdme
  • update js folder structure
  • update view file
Laravel-Media-Manager - v1.0.8

Published by ctf0 about 7 years ago

  • small fixes
Laravel-Media-Manager - v1.0.7

Published by ctf0 about 7 years ago

  • add french translation @chriys
  • add .gitignore @chriys
  • make package routes static
  • use ziggy instead of urls
  • add ziggy config with whitelist for media routes
  • make "media manager" unclickable when folders == 0
  • update dist
  • update rdme
Laravel-Media-Manager - v1.0.6

Published by ctf0 about 7 years ago

  • add mime types to ignore to config
  • omit ext from file rename
  • cleanup and more consistent with eslint
  • update rdme
Laravel-Media-Manager - v1.0.5

Published by ctf0 about 7 years ago

  • add mm:append cmnd
  • dont allow jar or php file uploads