Releases: alex-phillips/clouddrive-php
Releases · alex-phillips/clouddrive-php
0.1.1
0.1.1
Added
- Indices to database tables for improved performance
composer.json
now has PHP version requirementbox.json
file added for packaging as.phar
- JSON output in CLI is now considered
verbose
and is not outputted unless desired - 'Success' and 'failure' messages are colored accordingly
- A
callable
is now accepted to be passed into theupload
command instead of a resource stream for writing - Added config value to allow duplicate file uploads in different locations (suppress dedup check in API)
- Added support of the
ls
command with a direct file node to just display its information (pass-a
flag to show its child assets) - Added
link
command to generate pre-authenticated temp links to share files - Added config value to suppress trashed nodes in
ls
output - Method in the
Node
classinTrash
returns if the node's status is in the trash or not - Ability to now download FOLDER nodes
Deprecated
- Passing in a resource stream into the
upload
method has been replaced by a callable (see 'added')
Fixed
config
command was not properly outputtingbool
values when reading an individual itemPHP
shebang path is now more universal in thebin
file- Error messages now to through
STDERR
- MD5 queries return an array since multiple files can have the same MD5 with duplicate uploads enabled
0.1.0
Initial release