wordpress-owncloud-integration icon indicating copy to clipboard operation
wordpress-owncloud-integration copied to clipboard

Results 9 wordpress-owncloud-integration issues
Sort by recently updated
recently updated
newest added

Hallo zusammen, ich habe folgendes Problem: Ich kann das Plug-In nicht verwenden, da nur sogenannte "{DAV:}collection" ausgegeben werden, sobald ich Pfad, Benutzername und Passwort eingebe und dann auf "Run Sync"...

`public function sync_to_oc ($attachmentId) {` function breaks attachment postmeta in wordpress, `$response['headers']['etag']` is an array and the resulting hidden field in the media panel has an error (notice) due to...

With the current version of the plugin wp-admin javascript is broken because of dequeuing jQuery globally in the constructor. `add_action( 'admin_enqueue_scripts', array( $this, 'page_enqueue' ));` This should be done in...

atm the sync sometimes gets into a file exchanging loop if the 2way sync is enabled. When adding a new file it triggers `wp_insert_attachment` which furthermore triggers the sync-to-owncloud process....

The folder tree (for selecting root path) has to be manually generated (by clicking 'get folder list') and expanded. When you already selected a root path, the tree should generated...

Currently you have to define a user to interact with ownCloud for the whole instance. If you have multiple Wordpress user, every user can see (and later edit) the files...

enhancement

You have to re-run the sync progress manually in the settings. It should automatically recognize when a file in ownCloud has changed and reload this file in background. Could be...

enhancement

The sync process may exceed the php execution time limit. It should be triggered and run in the background via a self-triggering script or something else.