Daniel Riess
Daniel Riess
Excuse the noob question, but how do I set up the local server for the unit tests? I tried using php -S localhost:8000 in the tests folder (elevated and non...
Thanks for your help! I did that and it did indeed fix some issues. I still get loads of errors and failures However, i get even more errors when i...
hey, could someone please approve the workflow again? i updated code and tests to make the codecov bot happier
Password policy is an internal app that is present in probably every Nextcloud instance. While I think that you're right in saying that Nextcloud really should implement global CORS policies,...
Hey, sorry for the late reply. Webapppasswords share api wrapper works with POST requests only. Try the following: ```js const result = await fetch(`${this.server}/index.php/apps/webapppassword/api/v1/shares`, { method: 'POST', headers: { Authorization:...