-
Notifications
You must be signed in to change notification settings - Fork 14
Releases: Raudius/files_scripts
Releases * Raudius/files_scripts
v4.1.0
cda3869
This commit was created on GitHub.com and signed with GitHub's verified signature.
Assets 3
v4.0.3
fe70926
This commit was created on GitHub.com and signed with GitHub's verified signature.
Fixed
- Fixed
name_exactparameter intags_findfunction - Fixed error message in files app due to incorrect integration with the new file actions API
- Fixed incorrect value in
shared_withproperty of share objects @BadmanMassive - Fix
http_requestfunctionPUTmethod @heisian
Assets 3
v4.0.2
3bf6757
This commit was created on GitHub.com and signed with GitHub's verified signature.
The key has expired.
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.
Assets 3
v4.0.1
4c92cc3
This commit was created on GitHub.com and signed with GitHub's verified signature.
The key has expired.
Fixed
- Fixed issue where selection modal would not work when scripts have file type restrictions.
Assets 3
v4.0.0
d868d6b
This commit was created on GitHub.com and signed with GitHub's verified signature.
The key has expired.
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.
Assets 3
v3.1.3
af19bac
This commit was created on GitHub.com and signed with GitHub's verified signature.
The key has expired.
Fixed
- Fix incomplete previous release
- Fixed bug where
tag_filewould not work on folders. - Fixed incomplete function registration behaviour.
Assets 3
v3.1.2
017d0ff
This commit was created on GitHub.com and signed with GitHub's verified signature.
The key has expired.
Fixed
- Fixed bug where
tag_filewould not work on folders. - Fixed incomplete function registration behaviour.
Assets 3
v3.1.1
Fixed
- Fixed incorrect interpreter initialisation when Activity app is not available.
Assets 3
v3.1.0
af44763
This commit was created on GitHub.com and signed with GitHub's verified signature.
The key has expired.
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_deletewhich allows bypassing trash-bin. - Adds
get_activityfunction to get an array of the activity events for a file. - Adds
file_delete_unsafefor 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_unsafefunction on Nextcloud 27. - Fixed missing database default value on script input
optionscolumn.
Assets 3
v3.0.0
Added
Deprecated functions removed from Scripting API! - Nextcloud 27 support
- Added
view_filesfunction - Added sharing functions to API
- Added
Ctrl+Skeyboard shortcut to save scripts during editing - Added integration event
RegisterScriptFunctionsEventto 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_pdffunction