Tobias Kaminsky

Results 671 comments of Tobias Kaminsky

> But that might actually be a level further away, but not sure how scalable it is to put it directly into the menu. I think it needs at least...

In this issue I would focus on text. Text can give you a list of templates, with a preview. You can get infos about it in: /ocs/v2.php/apps/files/api/v1/directEditing I cannot find...

Many thanks for this PR. I rebased it locally on latest master and despite some smaller conflicts SPM.kt needs to change a bit: ``` Index: analyzer/src/main/kotlin/managers/SPM.kt IDEA additional info: Subsystem:...

Direct editing endpoint works for both, at least it should. I tested it with latest master Can you check maybe via curl: ``` curl --request POST \ --url http://username:password@localhost/nc/ocs/v2.php/apps/dav/api/v1/direct \...

You should get such as response: ``` ok 200 OK http://localhost/nc/remote.php/direct/ZpLHmBLRnEmLBMyz6Glz1ljSXMgtYoQDnWHdlZuPLH0qAhpF8IIveM6xHNYu ``` > where can I change localId or remoteId ? is it the fileId ? Yes. Parameter is both...

Can you create us a test account, test if the problem occurs also there and if so send the credentials to tobias at nextcloud dot com with a reference to...

I cannot find my debug session. Out of my head, I remember that this is what happens: - another app calls NC upload "endpoint" - upload starts - if upload...

Can you test this: https://github.com/nextcloud/android/pull/11161#issuecomment-1345998605 ?