Skip to content

Commit 058eae8

Browse files
committed
v1.5.0
Upload Commands , Testst and Documentation
1 parent 3986cc8 commit 058eae8

File tree

239 files changed

+23513
-14793
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+23513
-14793
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ CONTRIBUTING.md
2020
ncnc-architecture.png
2121
ncnc-logo.png
2222
ncnc-object-model.png
23+
.gitattributes
2324
# exclude local environment definition .en
2425
.env

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## 1.5.0 - 2020-06-26
10+
### Added
11+
- Upload files and folder commands incl. documentation and tests
12+
913
## 1.4.0 - 2020-06-22
1014
### Added
1115
- client.getFileSystemObjectByTags - returns an array of file system objects that have all given tags assigned (AND)

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nextcloud-node-client
22
<img src="https://raw.githubusercontent.com/hobigo/nextcloud-node-client/master/ncnc-logo.png" width="100" style="max-width:100%;">
33

4-
Access nextcloud remotely from node.js applications with a rich and simple TypeScript/JavaScript API.
4+
Access nextcloud remotely from node.js applications with a rich and simple TypeScript / JavaScript API.
55

66
![](https://github.com/hobigo/nextcloud-node-client/workflows/CI/badge.svg)
77
[![NPM Downloads](https://img.shields.io/npm/dm/nextcloud-node-client.svg?style=flat)](https://npmjs.org/package/nextcloud-node-client)
@@ -12,8 +12,7 @@ Access nextcloud remotely from node.js applications with a rich and simple TypeS
1212
[![Gitter](https://badges.gitter.im/nextcloud-node-client/community.svg)](https://gitter.im/nextcloud-node-client/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
1313

1414

15-
The nextcloud node client supports folder and file operations including tagging and comments.
16-
User management, event subscription and event handling is on the roadmap.
15+
The nextcloud node client is used to automate access to nextcloud server from node.js apppliactions. It supports folder and file operations including upload, tagging and comments. All user management funtions are supported. Event subscription and event handling are on the roadmap.
1716

1817
# Example
1918
```typescript
@@ -50,6 +49,9 @@ import Client, { File, Folder, Tag, Share } from "nextcloud-node-client";
5049
```
5150
# Documentation
5251
* [Installation](#installation)
52+
* [Upload files and folders](./docs/upload.md)
53+
* [User Management](./docs/userManagement.md)
54+
* [Tagging](./docs/tagging.md)
5355
* [Security and access management](#security-and-access-management)
5456
* [Concepts and Philosophy](#concepts-and-philosophy)
5557
* [API](#api)

0 commit comments

Comments
 (0)