John Molakvoæ

Results 952 comments of John Molakvoæ

Some tests fails ``` OCP\Share\Exceptions\IllegalIDChangeException: Not allowed to assign a new internal id to a share ```

Apparently not all @icewind1991 ``` There were 3 failures: 133 |   134 | 1) Test\Share20\DefaultShareProviderTest::testCreateUserShare 135 | Failed asserting that 'Displayed Name' is identical to null. 136 |   137 |...

Everyone here, please give us your browser logs As well as potential nextcloud.log php errors Hello! I will need your browser console log to investigate this issue. Open your console,...

I will need a screenshot of your network requests. Before you do anything, still on the development tools, there is a tab called `network`. Click on it and then the...

@Skalli what path are you trying to share? It state that you are sharing a folder that contains a mount point (another share) cc @rullzer @nickvergessen we cannot share a...

Let's just improve the wording then and block sharing ? Can we preemptively check if a folder contains one?

@kwisatz your share looks fine though (core response 200 and creation accepted). So might be fixed by https://github.com/nextcloud/server/pull/23981 too

You mean a response body like ```json { "ocs": { "meta": { "status": "ok", "statuscode": 200, "message": "OK" }, "data": { "id": "211", "share_type": 7, "uid_owner": "08ece906-d7b8-1035-9c8d-97c38bc36d8d", "displayname_owner": "David Raison",...

> Yes, if that were the response body, that'd be fine. But what I listed above as `Response` is what I received from the back-end. > So the response body...