Skip to content

Releases: InfinetyEs/Nova-Filemanager

Fix upload button

20 Aug 07:15
25acea7
Compare
Choose a tag to compare

Fixes

  • Fix upload button #69
  • Fix breadcrumbs in windows #69

Events, Jobs and more

24 Jul 10:54
54f0566
Compare
Choose a tag to compare

Improvements

  • Folder upload
  • New events added for file and folders.
  • New jobs config option to Post Processing.
  • Delete and rename buttons in grid and list views.
  • Images previews now uses v-viewer.
  • Possibility to exclude Folders using .hide file (#65)

Fixes

  • File cannot be uploaded when navigated back to root directory (#56)

First release for Nova 2

03 May 07:58
Compare
Choose a tag to compare

v2.3 will be the first release for Laravel Nova v2.

Improvements

  • Search image: FilemanagerField now implements Cover contract. So now when you search your resources it will show like Avatar field

Release for Nova 1.*

03 May 08:02
Compare
Choose a tag to compare

Updates for Nova 1.* will be on 2.1.* versions

Move files between folders

30 Apr 07:04
Compare
Choose a tag to compare

Improvements

  • New way to order your media. Just drag and drop files between folders to move them.

New views and rename method

19 Mar 13:36
c75f04f
Compare
Choose a tag to compare

Improvements

  • Change view button. Grid or List
  • Rename method. You can now rename your files
  • Detail and new folder modals close on click outside

Fixes

  • Upload progress fix when name is very long

Major update v2

11 Mar 09:53
Compare
Choose a tag to compare

New config file and new options for tool and field to search and filter

Improvements

  • New search option in tool and field modal #34
  • New filters. You can create your own filters. You can set a default filter ny config or by field.
  • Visibility when upload. You can set the visibility of uploaded files now. #26
  • New option to set cache by file. This is great for large folders or cloud providers
  • displayAsImage field option will show the preview also when editing.

Fixes

  • File url preview fixed. This should fix #19 #23 #36
  • When a folder is specified, Home will be the folder. #28
  • SQL now shows the code in preview popup. FIles above 350 KB will not show in code editor.
  • SVG preview image fixed

Tips

  • Json localization strings updated

Field new option folder | Remove value from field

09 Oct 08:30
Compare
Choose a tag to compare

Improvements

  • New folder option in the field to set a custom init folder #21
  • New button to remove (deselect) a file from a field. #16

Fixes

  • Unused functions removed
  • Cloud disk working: s3, s3-cached and google.
  • Detail view when no file is selected

Tips

  • Json localization strings updated

Major update v1

21 Sep 14:06
Compare
Choose a tag to compare

Improvements

  • New upload method (Drag&Drop into file manager)
  • AWS s3 support (No image dimensions) #6
  • Preview of more file types:
    • PDF (native iframe, object)
    • Text
    • Zip
    • Audio
    • Videos
  • Translations added (json) #10

Fixes

  • Slash URL working #7
  • Upload image JS Object #8
  • Label error on editing #12
  • UTF-8 characters #13
  • Other fixes

Fix hight images on popup

04 Sep 07:42
3b60fe1
Compare
Choose a tag to compare

Issue: #4

Resolved: #5