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 - v3.6.0

Published by ctf0 almost 5 years ago

  • change copy & move flow, now its similar to finder/explorer
  • you can now delete & move items from global search
  • add new btn for adding item/s to movable list
  • all the manager ops are revamped
  • some packages are replaced, plz check https://github.com/ctf0/Laravel-Media-Manager#Installation
  • a couple of extra metadata are added to the audio tracks info
  • fix audio & video files metadata double loading issue
  • fix small screen checks
  • fix inconsistency in image scroll btn direction
  • lots of cleanups & small fixes
  • most of the features are now also available when using the path access restriction option, check https://github.com/ctf0/Laravel-Media-Manager/wiki/Restrict-Access-To-Path
  • fix private event broadcasting of no user id issue
Laravel-Media-Manager - v3.5.0

Published by ctf0 almost 5 years ago

Laravel-Media-Manager - v3.4.3

Published by ctf0 almost 5 years ago

Laravel-Media-Manager - v3.4.2

Published by ctf0 almost 5 years ago

  • fix laravel version constrain @emielmolenaar
  • add option to use any db connection instead of separate one @emielmolenaar
  • fix Upload.js file name for case-sensitive file systems @emielmolenaar
Laravel-Media-Manager - v3.4.1

Published by ctf0 about 5 years ago

  • some cleanup
  • fix scroll by row after upload
  • fix autoscroll to item not firing when the manager panel height changes
  • fix mysql-db id issue
  • fix missing vue prop for search panel
  • check if name of the file being uploaded already exists & ignore it, this way we dont need to wait for the upload to finish just to get an error
  • update uploadpreview for small screens
  • fix img preview in uploadpreview
Laravel-Media-Manager - v3.4.0

Published by ctf0 about 5 years ago

Laravel-Media-Manager - v3.3.6

Published by ctf0 over 5 years ago

  • bug fixes
Laravel-Media-Manager - v3.3.5

Published by ctf0 over 5 years ago

  • fix cant press home
Laravel-Media-Manager - v3.3.4

Published by ctf0 over 5 years ago

  • correctly fix the wp v4 import issue
  • fix url search
Laravel-Media-Manager - v3.3.3

Published by ctf0 over 5 years ago

  • fix vue dump no render method found
Laravel-Media-Manager - v3.3.2

Published by ctf0 over 5 years ago

  • update laravel version + minor changes
Laravel-Media-Manager - v3.3.1

Published by ctf0 over 5 years ago

  • minor
Laravel-Media-Manager - v3.3.0

Published by ctf0 almost 6 years ago

Laravel-Media-Manager - v3.2.9

Published by ctf0 about 6 years ago

  • add a migration file for locked list db for those who dont want sqlite check wiki
  • fix images preview not showing after using search
  • fix cant use fullscreen mode when opening the video in a preview card
  • fix ratio bar not showing correct details
  • when video/audio is in preview mode, using space will now play/pause the item instead of closing the modal
  • fix changing the screen size closes the preview card when fullscreen is on or media is playing
  • some cleanup
Laravel-Media-Manager - v3.2.8

Published by ctf0 about 6 years ago

Laravel-Media-Manager - v3.2.7

Published by ctf0 about 6 years ago

  • cleanups/fixes & some UIs here and there
  • better performance “still need a way to orchestrate components animation”
  • more options to the default file char allowed
  • add more gestures “check rdme”
  • add support to show the image editor diff with support for “zoom & drag”
  • new npm dep “vue-image-compare vue-list-rendered”
  • changed filters +/- to range slider instead & a reset btn per filter
  • image editor will now have some ui even while processing
Laravel-Media-Manager - v3.2.6

Published by ctf0 about 6 years ago

  • fix random name taking over upload names despite being false
  • add support to showing archives with diff icon
  • MMFileSaved & MMFileUploaded now has support for mime-type “check rdme”
  • config is updated to support extra mime-types for both image & archive
  • ratio bar will now follow the same rules as the filter btns ex.“text/pdf, application/archive” are combined
  • add new filter “application”
  • fixes & cleanup for the broadcasting
  • long press on folders will now switch the lock/unlock status of the folder
  • fix a couple of console errors
  • fix gls not switching the no-data msg correctly
  • add new npm dep “vue-input-autowidth”
  • add some styling to the gls input to make it easier to click it
  • fix image editor reset all not resetting effects
Laravel-Media-Manager - v3.2.5

Published by ctf0 about 6 years ago

New

  • changed the scss files structure and also include each styles along with its component to minimize the manager styles file size
  • animation to the gestures
  • a couple more gestures
  • presets to the image editor, also all the filters/presets that don’t have values are switchable
  • new filter “selected”
  • use WebWorker + fetch for the images “slightly faster than browser default, also fetch calls are always cached and will avoid re-downloading the image preview every time the sidebar is toggled”
  • more ways to upload

Fix

  • gls cards will now have temp image until original is loaded to make sure we only load what we need.
  • animate the upload-panel toggling instead of jumping up&down
  • big files and long lists should render smoothly now

Update

  • make sure the events listeners are removed on components destroy
  • include the font from the screenshot so you get the same look
  • some files has changed names & folder structure
  • i now kinda have a better idea of how to fix the sluggish animation, so if you are facing such an issue plz open a ticket with “a how to reproduce” so i can fix it
  • rdme & resources
Laravel-Media-Manager - v3.2.4

Published by ctf0 about 6 years ago

Fix

  • the ratio bar tool-tip not displaying correct count

Image Editor

  • no visible image in editor when the sidebar is hidden
  • now you can save the image automatically after zooming in/out “without the need to create a cropping box”
  • updating the drag mode on dblclick
  • now the filters will work correctly as in the camanjs example, also both “greyscale & invert” filters are now switchable

New

Update

  • move all bulma styles to the component scope to avoid interfering with the main page css
  • reverse the gestures when using __stack-files-reverse
  • use IntersectionObserver inside the global search too
  • more cleanups
  • update rdme & wiki
Laravel-Media-Manager - v3.2.3

Published by ctf0 about 6 years ago

  • css cleanups
  • change gsp input UI
  • add extra ux to gsp
  • fix the image editor btns not showing up
  • move all the colors to vars.scss
  • make fuzzy search slightly stricter