Releases: Raudius/files_scripts
Releases · Raudius/files_scripts
v4.1.0
v4.0.3
Fixed
- Fixed
name_exact
parameter intags_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
functionPUT
method @heisian
v4.0.2
v4.0.1
v4.0.0
Removed
- Removes deprecated function
html_to_pdf
, it may be installed separately by installing files_scripts_deprecated.
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
v3.1.2
v3.1.1
v3.1.0
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
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