Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: Raudius/files_scripts

v4.1.0

31 May 11:07
cda3869
This commit was created on GitHub.com and signed with GitHub's verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

ZeiTee
Assets 3
Loading

v4.0.3

04 Feb 16:08
fe70926
This commit was created on GitHub.com and signed with GitHub's verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

heisian and BadmanMassive
Loading

v4.0.2

30 Dec 14:19
3bf6757
This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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.
Loading

v4.0.1

27 Dec 17:10
4c92cc3
This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

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

v4.0.0

24 Dec 09:05
d868d6b
This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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.
Loading

v3.1.3

21 Dec 18:54
af19bac
This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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.
Loading

v3.1.2

19 Dec 19:12
017d0ff
This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

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

v3.1.1

18 Dec 20:43

Choose a tag to compare

Fixed

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

v3.1.0

16 Dec 19:05
af44763
This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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.
Loading

v3.0.0

15 Jul 22:22

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
Loading
Previous 1 2 3 Next
Previous Next