All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Issue #29 share folder with public upload
- environment access changed to static methods
- logger support using tslog
- typedoc config
- usage of debug
- Nextcloud url does not need to be the WebDAV Url - server url and WebDAV url are supported
- new command to download a folder
- new command to get all files of a folder recursively GetFilesRecursively
- endless loop in UploadFolderCommand if folder does not exist
- Folder.getSubfolders() returns own folder if folder name contains a blank
- Upload*Command replaced getResult with getResultMetaData - breaking change
- Upload files and folder commands incl. documentation and tests
- client.getFileSystemObjectByTags - returns an array of file system objects that have all given tags assigned (AND)
- new user group handing on Client and UserGroup object
- new user handing on Client and User object
- mass creation and mass changes of user and user groups
- user group handling on client (getGroupsDetails, getGroups, getGroupsDetailsByID)
- Client.getUserDetails use Client.getUsers and Client.getUser
- Client.getUserDetailsByID use Client.getUser
- Client.getUserIDs use Client.getUsers
- added Share as missing exports
- fixed client.getFolders delivers also files
- fixed getNotifications
- Object model in readme
- usage of coveralls
- increaded vode coverage
- client updates: getNotifications, getUpdateNotifications, sendNotificationToUser,
- client updates: getApps, getAppInfos
- client updates: getGroups, getGroupsDetails, getGroupsDetailsByID
- client.getSystemInfo
- sharing api: client.createShare
- Readme documentation update and badges
- Documentation pages
- testing: extend tests to reach code coverage 100%
- incompatible api changes: rename of all class names, new client constructor
- refactoring: getQuota without webdav client
- refactoring: createFolder without webdav client
- refactoring: deleteFile without webdav client
- refactoring: moveFile without webdav client
- refactoring: moveFolder without webdav client
- refactoring: getContent without webdav client
- refactoring: stat without webdav client
- refactoring: putFileContents without webdav client
- refactoring: getFileDownloadLink without webdav client
- refactoring: webdav client removed - optimized for nextcloud and proxy usage
- incompatible api change: proxy in client constructor has a new type
- incompatible api change: constructor supports direct credentials and proxy instead of instance name only
- optional proxy agent in constructor
- incompatible api change: Client factory method deleted. The client constructor has now the reference to the service instance name only. the documentation to define the service instance and the VCAP_SERVICES structure has been added
- usage of .env now supported in development
- new implementation of getDirectoryContents for performance reasons
- fixed bug: get user provided services instance from cloud foundry envionment vcap services
- get UI link of file and folder
- get and remove tags of file and folder
- examples in documentation
- new method folder.containsFile
- add and get comments for file and folder
- fixed javascript example in read.me
- missing NCTag type export on NCClient
- Support of subdirectories in nextcloud webdav url. Fixes the problem with tagging methods return a 404
- Delete all tags
- incompatible api change: Tag.id changed from string to number
- fixed performance problems getFile and getFolder
- fixed getTags returns exception if only one tag is available
- npm install not working properly
- provide credentials in client factory
- first initial version with apis for the client, file, folder and tags