https://github.com/felixrupp/owncloud-files_clipboard
This app provides copy, cut and paste features in the files app of ownCloud
https://github.com/felixrupp/owncloud-files_clipboard
files nextcloud nextcloud-app owncloud owncloud-app
Last synced: 4 months ago
JSON representation
This app provides copy, cut and paste features in the files app of ownCloud
- Host: GitHub
- URL: https://github.com/felixrupp/owncloud-files_clipboard
- Owner: felixrupp
- License: other
- Created: 2014-03-12T17:42:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T18:11:50.000Z (about 2 years ago)
- Last Synced: 2026-01-13T21:46:05.412Z (5 months ago)
- Topics: files, nextcloud, nextcloud-app, owncloud, owncloud-app
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 28
- Watchers: 6
- Forks: 16
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Description
-----------
Minimal clipboard feature for the files application. Allows to copy and move files between directories.

Installation via Marketplace
----------------------------
The easiest way installing this app is via the ownCloud [marketplace](https://marketplace.owncloud.com).
To do so, enter the browser of your ownCloud instance, select the marketplace app, search for the Files Clipboard app and click install.
Please note, that your app directory must be writable by your instance. Post installing, you have to enable the app in your ownCloud settings page to use it.
Because this app is signed, no further actions are required.
Manual Installation
-------------------
Extract the [release](https://github.com/felixrupp/owncloud-files_clipboard/releases/latest) in your `apps` directory and rename it to `files_clipboard`. Post extracting, grant the correct rights and permissions and enable the app either with an occ command or in the settings page in your browser.
Because this method is installing an unsigned app, you have to add a config parameter to your config.php file of your instance to avoid complains about a missing signature .
```
'integrity.ignore.missing.app.signature' =>
[
0 => 'files_clipboard',
],
```
License
-------
[GNU Affero General Public License](http://www.gnu.org/licenses/agpl-3.0.html)
Authors
-------
Current Version, since 1.0.0:
* Felix Rupp - [github.com/felixrupp](https://github.com/felixrupp)
Older Versions:
* leizh - [github.com/leizh](https://github.com/leizh/)