-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accepting federated share is broken #4961
Comments
cc @schiessle |
Potential dupe of #3455? |
Just tested and works fine, but the file list doesn't reload anymore when you are browsing it atm. Response is: <?xml version="1.0"?>
<ocs>
<meta>
<status>ok</status>
<statuscode>100</statuscode>
<message>OK</message>
<totalitems></totalitems>
<itemsperpage></itemsperpage>
</meta>
<data/>
</ocs> Also tested without notifications app and also works there. |
Sorry I was checking the wrong logfile when submitting the issue. There is an entry
Instance A is on RC2 Sharing from instance A to instance B works as expected but not the other way round. |
Ok, its a duplicate of #3455 -> closing here |
Steps to reproduce
Expected behaviour
Share is accepted
Actual behaviour
Notification disappears and reappears after reload
Network console:
Request to /ocs/v1.php/apps/files_sharing/api/v1/remote_shares/pending/19 returns HTTP 200 but without content
cc @schiessle @nextcloud/sharing
Server configuration
Operating system: Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) x86_64
Web server: Apache/2.4.10 (Debian) (apache2handler)
Database: mysql 5.5.55
PHP version: 7.0.18-1~dotdeb+8.1
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, apache2handler, igbinary, mysqlnd, PDO, xml, apcu, apc, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, imagick, json, exif, mysqli, pdo_mysql, Phar, posix, readline, redis, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, Zend OPcache
Nextcloud version: 12.0 beta 4 - 12.0.0.21
Updated from an older Nextcloud/ownCloud or fresh install: updated
Where did you install Nextcloud from: release beta 4
Signing status:
Signing status
List of activated apps:
App list
The content of config/config.php:
Config report
Are you using external storage, if yes which one: Array
(
[0] => \OC\Files\Storage\Local
[1] => \OCA\Files_External\Lib\Storage\FTP
[2] => \OC\Files\Storage\DAV
[3] => \OCA\Files_External\Lib\Storage\OwnCloud
[4] => \OCA\Files_External\Lib\Storage\SFTP
[5] => \OCA\Files_External\Lib\Storage\AmazonS3
[6] => \OCA\Files_External\Lib\Storage\Dropbox
[7] => \OCA\Files_External\Lib\Storage\Google
[8] => \OCA\Files_External\Lib\Storage\Swift
[9] => \OCA\Files_External\Lib\Storage\SFTP
[10] => \OCA\Files_External\Lib\Storage\SMB
[11] => \OCA\Files_External\Lib\Storage\SMB
)
Are you using encryption: no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
Client configuration
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36
Operating system:
Logs
Web server error log
Web server error log
``` Nothing there ```Nextcloud log (data/nextcloud.log)
Nextcloud log
``` Nothing there ```Browser log
Browser log
``` Nothing there. ```The text was updated successfully, but these errors were encountered: