Skip to content

Releases: Raudius/files_scripts

v4.1.0

31 May 11:07
cda3869
Compare
Choose a tag to compare

Added

  • Nextcloud 29 support
  • Option to add inputs to occ actions (@ZeiTee)
  • Button to duplicate a file action

Fixed

  • Retrieval of nodes inside group-folders for flow actions (@ZeiTee)
  • Prevent creation of deleted nodes during flow action setup

v4.0.3

04 Feb 16:08
fe70926
Compare
Choose a tag to compare

Fixed

  • Fixed name_exact parameter in tags_find function
  • Fixed error message in files app due to incorrect integration with the new file actions API
  • Fixed incorrect value in shared_with property of share objects @BadmanMassive
  • Fix http_request function PUT method @heisian

v4.0.2

30 Dec 14:19
3bf6757
Compare
Choose a tag to compare

4.0.2

Fixed

  • Fixed a bug where scripts could not be run on files outside the home directory.
  • Improved grammar and typos in documentation and app strings.

v4.0.1

27 Dec 17:10
4c92cc3
Compare
Choose a tag to compare

Fixed

  • Fixed issue where selection modal would not work when scripts have file type restrictions.

v4.0.0

24 Dec 09:05
d868d6b
Compare
Choose a tag to compare

Removed

Added

  • Integrates with new files API.
  • Replaces single MIME-type restriction with multi-option file-type filtering, which works with extensions and MIME types.
  • Replaces app-wide "show actions in menu" settings option, with per-script selection.

v3.1.3

21 Dec 18:54
af19bac
Compare
Choose a tag to compare

Fixed

  • Fix incomplete previous release
  • Fixed bug where tag_file would not work on folders.
  • Fixed incomplete function registration behaviour.

v3.1.2

19 Dec 19:12
017d0ff
Compare
Choose a tag to compare

Fixed

  • Fixed bug where tag_file would not work on folders.
  • Fixed incomplete function registration behaviour.

v3.1.1

18 Dec 20:43
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect interpreter initialisation when Activity app is not available.

v3.1.0

16 Dec 19:05
af44763
Compare
Choose a tag to compare

Announcement

This is the last feature release for Nextcloud 27. Future releases will only support Nextcloud 28+.

This is due to significant changes to the Files app, which would complicate maintaining backwards-compatible integration.

Added

  • Adds parameter to file_delete which allows bypassing trash-bin.
  • Adds get_activity function to get an array of the activity events for a file.
  • Adds file_delete_unsafe for deleting files from other users.
  • Adds ability to export script collections via occ files_scripts:export.
  • Adds ability to import script collections via occ files_scripts:import.

Fixed

  • Fixed file_move_unsafe function on Nextcloud 27.
  • Fixed missing database default value on script input options column.

v3.0.0

15 Jul 22:22
Compare
Choose a tag to compare

Added

  • ⚠️ Deprecated functions removed from Scripting API!
  • Nextcloud 27 support
  • Added view_files function
  • Added sharing functions to API
  • Added Ctrl+S keyboard shortcut to save scripts during editing
  • Added integration event RegisterScriptFunctionsEvent to add API functions from other apps
  • Scripts can now optionally be enabled to work on public shares
  • Actions can now be limited by mimetype
  • New selection component for setting filepick mimetypes and multiselect options
  • Expanded some script input types with additional options

Fixed

  • Documentation link in settings now points to installed version docs (not master docs)
  • Fixed checkbox input behaviour
  • Removed deprecated function usages from example scripts

Deprecated

  • Deprecated html_to_pdf function