Loki3000

Results 6 issues of Loki3000

Hi. I'm use 0.9.9.16 version. In text mode list of news looks well: Text Mode | WebView --- | --- ![owncloudnewsreader_text](https://user-images.githubusercontent.com/12333165/40830963-725a3abe-6590-11e8-9487-2ee85b7f94dd.png) | ![owncloudnewsreader_wv](https://user-images.githubusercontent.com/12333165/40831022-964ed736-6590-11e8-8759-580c5f5f26a5.png) Is it possible to fix it?

🐞 bug

As I see minifyed versions of JS must be removed from dev versions. It's almost impossible to edit it and complete impossible to check changes. Or it's must be provided...

enhancement
question

NOT TESTED! I haven't client working with API.

PHP version: 8.2.7 Xdebug version: 3.2.1 VS Code extension version: 1.32.1 Your launch.json: ``` { "version": "0.2.0", "configurations": [ { "name": "Listen for Xdebug", "type": "php", "request": "launch", "port": 9003...

### Steps to reproduce 1. Create new note 2. Type "1///////////////////2" ### Expected behaviour Name "1///////////////////2" in notes list ### Actual behaviour Name "12" in notes list OC 9.0.1 Notes...

bug

Hi there! ``` $openIdConfiguration = $this->getOpenIdConfiguration($tenant, $version); return 'https://' . $openIdConfiguration['msgraph_host']; ``` After an unsuccessful attempt to get the configuration, getOpenIdConfiguration returns an empty string. As a result, the next...