Skip to content
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

Guzzle exception: IDN conversion failed #24448

Closed
LorbusChris opened this issue Nov 30, 2020 · 2 comments · Fixed by #24886
Closed

Guzzle exception: IDN conversion failed #24448

LorbusChris opened this issue Nov 30, 2020 · 2 comments · Fixed by #24886
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@LorbusChris
Copy link
Contributor

LorbusChris commented Nov 30, 2020

The second half of the menu categories in /settings/apps is not shown.
The Nextcloud logs show Guzzle throws an exception IDN conversion failed when trying to contact the appstore.
The version currently vendored of Guzzle in 3rdparty afaict is 6.5.2.
Various fixes for the IDN function went into Guzzle 6.5.4 (current on 6.5 stream is 6.5.5) here: guzzle/guzzle#2626, so since the issue seems to be with that dependency updating it might already be the solution.

Internet connection and updating of Nextcloud itself works on the local machine.
CA certificates in /srv/www/nextcloud/resources/config/ca-bundle.crt are current:
Certificate data from Mozilla as of: Wed Oct 14 03:12:15 2020 GMT

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. Install and update Nextcloud
  2. Login as admin user
  3. Go to Apps menu

Expected behaviour

The entire left-side menu is seen

Actual behaviour

Only part of the menu is show. Customization and the rest are missing

Server configuration

Operating system:
Turris OS 5.1.4 HBS
Linux 4.14.206 armv7l
Web server:
lighttpd 1.4.55-2
Database:
mysql 10.4.15
PHP version:
7.2.34
Nextcloud version:
Nextcloud 20.0.2
Updated from an older Nextcloud/ownCloud or fresh install:
Updated from 18.0.7 (issue already present at that version)
Where did you install Nextcloud from:
repo.turris.cz
Signing status:
No errors have been found.
List of activated apps:
default

Nextcloud configuration:

<?php
$CONFIG = array (
  'passwordsalt' => '<redacted>',
  'secret' => '<redacted>',
  'trusted_domains' => 
  array (
    0 => 'localhost',
    1 => '<redacted>',
  ),
  'datadirectory' => '/srv/www/nextcloud/data',
  'dbtype' => 'mysql',
  'version' => '20.0.2.2',
  'overwrite.cli.url' => 'http://localhost',
  'dbname' => 'nextcloud',
  'dbhost' => '127.0.0.1:3306',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextcloud',
  'dbpassword' => '<redacted>',
  'installed' => true,
  'instanceid' => <redacted>,
  'updatechecker' => false,
  'updater.secret' => '<redacted>',
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
);

Are you using encryption: no

Client configuration

Browser:
Firefox 83.0 (64-bit)

Operating system:
Fedora 33

Logs

Web server error log

Web server error log No errors:
2020-11-30 08:51:27: (server.c.1488) server started (lighttpd/1.4.55) 

Nextcloud log

Nextcloud log From Logging menu:
[internet_connection_check] Error: GuzzleHttp\Exception\InvalidArgumentException: IDN conversion failed at <<closure>>

 0. /srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php line 220
    GuzzleHttp\_idn_uri_convert(GuzzleHttp\Psr7\Uri {}, 0)
 1. /srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php line 155
    GuzzleHttp\Client->buildUri(GuzzleHttp\Psr7\Uri {}, {verify: "/srv/w ... }})
 2. /srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php line 183
    GuzzleHttp\Client->requestAsync("get", "http://www.edri.org/", {verify: "/srv/w ... }})
 3. /srv/www/nextcloud/lib/private/Http/Client/Client.php line 233
    GuzzleHttp\Client->request("get", "http://www.edri.org/", {verify: "/srv/w ... e})
 4. /srv/www/nextcloud/apps/settings/lib/Controller/CheckSetupController.php line 167
    OC\Http\Client\Client->get("http://www.edri.org/")
 5. /srv/www/nextcloud/apps/settings/lib/Controller/CheckSetupController.php line 150
    OCA\Settings\Controller\CheckSetupController->isSiteReachable("www.edri.org")
 6. /srv/www/nextcloud/apps/settings/lib/Controller/CheckSetupController.php line 715
    OCA\Settings\Controller\CheckSetupController->hasInternetConnectivityProblems()
 7. /srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 169
    OCA\Settings\Controller\CheckSetupController->check()
 8. /srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 100
    OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Con ... {}, "check")
 9. /srv/www/nextcloud/lib/private/AppFramework/App.php line 152
    OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Con ... {}, "check")
10. /srv/www/nextcloud/lib/private/Route/Router.php line 308
    OC\AppFramework\App::main("OCA\\Settings\\ ... r", "check", OC\AppFramework\ ... {}, {action: null,_r ... "})
11. /srv/www/nextcloud/lib/base.php line 1008
    OC\Route\Router->match("/settings/ajax/checksetup")
12. /srv/www/nextcloud/index.php line 37
    OC::handleRequest()

GET /nextcloud/index.php/settings/ajax/checksetup
from <redacted> by admin at 2020-11-30T09:05:13+00:00


[appstoreFetcher] Warning: GuzzleHttp\Exception\InvalidArgumentException: IDN conversion failed at <<closure>>

 0. /srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php line 220
    GuzzleHttp\_idn_uri_convert(GuzzleHttp\Psr7\Uri {}, 0)
 1. /srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php line 155
    GuzzleHttp\Client->buildUri(GuzzleHttp\Psr7\Uri {}, {verify: "/srv/w ... }})
 2. /srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php line 183
    GuzzleHttp\Client->requestAsync("get", "https://apps.ne ... n", {verify: "/srv/w ... }})
 3. /srv/www/nextcloud/lib/private/Http/Client/Client.php line 233
    GuzzleHttp\Client->request("get", "https://apps.ne ... n", {verify: "/srv/w ... e})
 4. /srv/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php line 115
    OC\Http\Client\Client->get("https://apps.ne ... n", {timeout: 60})
 5. /srv/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php line 187
    OC\App\AppStore\Fetcher\Fetcher->fetch("", "", false)
 6. /srv/www/nextcloud/apps/settings/lib/Controller/AppSettingsController.php line 187
    OC\App\AppStore\Fetcher\Fetcher->get()
 7. /srv/www/nextcloud/apps/settings/lib/Controller/AppSettingsController.php line 180
    OCA\Settings\Controller\AppSettingsController->getAllCategories()
 8. /srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 169
    OCA\Settings\Controller\AppSettingsController->listCategories()
 9. /srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 100
    OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Con ... {}, "listCategories")
10. /srv/www/nextcloud/lib/private/AppFramework/App.php line 152
    OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Con ... {}, "listCategories")
11. /srv/www/nextcloud/lib/private/Route/Router.php line 308
    OC\AppFramework\App::main("OCA\\Settings\\ ... r", "listCategories", OC\AppFramework\ ... {}, {action: null,_r ... "})
12. /srv/www/nextcloud/lib/base.php line 1008
    OC\Route\Router->match("/settings/apps/categories")
13. /srv/www/nextcloud/index.php line 37
    OC::handleRequest()

GET /nextcloud/index.php/settings/apps/categories
from <redacted> by admin at 2020-11-30T08:13:38+00:00

From nextcloud.log

{"reqId":"AMo98HjyqZwN9jcWNCwW","level":3,"time":"2020-11-30T08:49:25+00:00","remoteAddr":"<redacted>","user":"admin","app":"internet_connection_check","method":"GET","url":"/nextcloud/index.php/settings/ajax/checksetup","message":{"Exception":"GuzzleHttp\\Exception\\InvalidArgumentException","Message":"IDN conversion failed","Code":0,"Trace":[{"file":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":220,"function":"GuzzleHttp\\_idn_uri_convert","args":[{"__class__":"GuzzleHttp\\Psr7\\Uri"},0]},{"file":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":155,"function":"buildUri","class":"GuzzleHttp\\Client","type":"->","args":[{"__class__":"GuzzleHttp\\Psr7\\Uri"},{"verify":"/srv/www/nextcloud/resources/config/ca-bundle.crt","timeout":30,"headers":{"User-Agent":"Nextcloud Server Crawler","Accept-Encoding":"gzip"},"synchronous":true,"handler":{"__class__":"GuzzleHttp\\HandlerStack"},"allow_redirects":{"max":5,"protocols":["http","https"],"strict":false,"referer":false,"track_redirects":false},"http_errors":true,"decode_content":true,"cookies":false,"idn_conversion":true,"_conditional":{"User-Agent":"GuzzleHttp/6.5.1 curl/7.66.0 PHP/7.2.34"}}]},{"file":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":183,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["get","http://www.edri.org/",{"verify":"/srv/www/nextcloud/resources/config/ca-bundle.crt","timeout":30,"headers":{"User-Agent":"Nextcloud Server Crawler","Accept-Encoding":"gzip"},"synchronous":true,"handler":{"__class__":"GuzzleHttp\\HandlerStack"},"allow_redirects":{"max":5,"protocols":["http","https"],"strict":false,"referer":false,"track_redirects":false},"http_errors":true,"decode_content":true,"cookies":false,"idn_conversion":true,"_conditional":{"User-Agent":"GuzzleHttp/6.5.1 curl/7.66.0 PHP/7.2.34"}}]},{"file":"/srv/www/nextcloud/lib/private/Http/Client/Client.php","line":233,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["get","http://www.edri.org/",{"verify":"/srv/www/nextcloud/resources/config/ca-bundle.crt","timeout":30,"headers":{"User-Agent":"Nextcloud Server Crawler","Accept-Encoding":"gzip"},"synchronous":true}]},{"file":"/srv/www/nextcloud/apps/settings/lib/Controller/CheckSetupController.php","line":167,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://www.edri.org/"]},{"file":"/srv/www/nextcloud/apps/settings/lib/Controller/CheckSetupController.php","line":150,"function":"isSiteReachable","class":"OCA\\Settings\\Controller\\CheckSetupController","type":"->","args":["www.edri.org"]},{"file":"/srv/www/nextcloud/apps/settings/lib/Controller/CheckSetupController.php","line":715,"function":"hasInternetConnectivityProblems","class":"OCA\\Settings\\Controller\\CheckSetupController","type":"->","args":[]},{"file":"/srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"check","class":"OCA\\Settings\\Controller\\CheckSetupController","type":"->","args":[]},{"file":"/srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Settings\\Controller\\CheckSetupController"},"check"]},{"file":"/srv/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Settings\\Controller\\CheckSetupController"},"check"]},{"file":"/srv/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Settings\\Controller\\CheckSetupController","check",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"action":null,"_route":"settings.CheckSetup.check"}]},{"file":"/srv/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/settings/ajax/checksetup"]},{"file":"/srv/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/functions.php","Line":384,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0","version":"20.0.2.2"}
{"reqId":"ojtfDrlChNcWNtQhN5F1","level":2,"time":"2020-11-30T08:49:37+00:00","remoteAddr":"<redacted>","user":"admin","app":"appstoreFetcher","method":"GET","url":"/nextcloud/index.php/settings/apps","message":{"Exception":"GuzzleHttp\\Exception\\InvalidArgumentException","Message":"IDN conversion failed","Code":0,"Trace":[{"file":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":220,"function":"GuzzleHttp\\_idn_uri_convert","args":[{"__class__":"GuzzleHttp\\Psr7\\Uri"},0]},{"file":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":155,"function":"buildUri","class":"GuzzleHttp\\Client","type":"->","args":[{"__class__":"GuzzleHttp\\Psr7\\Uri"},{"verify":"/srv/www/nextcloud/resources/config/ca-bundle.crt","timeout":60,"headers":{"User-Agent":"Nextcloud Server Crawler","Accept-Encoding":"gzip"},"synchronous":true,"handler":{"__class__":"GuzzleHttp\\HandlerStack"},"allow_redirects":{"max":5,"protocols":["http","https"],"strict":false,"referer":false,"track_redirects":false},"http_errors":true,"decode_content":true,"cookies":false,"idn_conversion":true,"_conditional":{"User-Agent":"GuzzleHttp/6.5.1 curl/7.66.0 PHP/7.2.34"}}]},{"file":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":183,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["get","https://apps.nextcloud.com/api/v1/apps.json",{"verify":"/srv/www/nextcloud/resources/config/ca-bundle.crt","timeout":60,"headers":{"User-Agent":"Nextcloud Server Crawler","Accept-Encoding":"gzip"},"synchronous":true,"handler":{"__class__":"GuzzleHttp\\HandlerStack"},"allow_redirects":{"max":5,"protocols":["http","https"],"strict":false,"referer":false,"track_redirects":false},"http_errors":true,"decode_content":true,"cookies":false,"idn_conversion":true,"_conditional":{"User-Agent":"GuzzleHttp/6.5.1 curl/7.66.0 PHP/7.2.34"}}]},{"file":"/srv/www/nextcloud/lib/private/Http/Client/Client.php","line":233,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["get","https://apps.nextcloud.com/api/v1/apps.json",{"verify":"/srv/www/nextcloud/resources/config/ca-bundle.crt","timeout":60,"headers":{"User-Agent":"Nextcloud Server Crawler","Accept-Encoding":"gzip"},"synchronous":true}]},{"file":"/srv/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":115,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["https://apps.nextcloud.com/api/v1/apps.json",{"timeout":60}]},{"file":"/srv/www/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php","line":88,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->","args":["",""]},{"file":"/srv/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":187,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\AppFetcher","type":"->","args":["","",false]},{"file":"/srv/www/nextcloud/lib/private/Installer.php","line":411,"function":"get","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->","args":[false]},{"file":"/srv/www/nextcloud/apps/settings/lib/Controller/AppSettingsController.php","line":153,"function":"isUpdateAvailable","class":"OC\\Installer","type":"->","args":["comments"]},{"file":"/srv/www/nextcloud/apps/settings/lib/Controller/AppSettingsController.php","line":136,"function":"getAppsWithUpdates","class":"OCA\\Settings\\Controller\\AppSettingsController","type":"->","args":[]},{"file":"/srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"viewApps","class":"OCA\\Settings\\Controller\\AppSettingsController","type":"->","args":[]},{"file":"/srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Settings\\Controller\\AppSettingsController"},"viewApps"]},{"file":"/srv/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Settings\\Controller\\AppSettingsController"},"viewApps"]},{"file":"/srv/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Settings\\Controller\\AppSettingsController","viewApps",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"category":"","id":"","action":null,"_route":"settings.AppSettings.viewApps"}]},{"file":"/srv/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/settings/apps"]},{"file":"/srv/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/functions.php","Line":384,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0","version":"20.0.2.2"}
{"reqId":"6OqILHysB8I0Z6hnbK3T","level":2,"time":"2020-11-30T08:49:38+00:00","remoteAddr":"<redacted>","user":"admin","app":"appstoreFetcher","method":"GET","url":"/nextcloud/index.php/settings/apps/list","message":{"Exception":"GuzzleHttp\\Exception\\InvalidArgumentException","Message":"IDN conversion failed","Code":0,"Trace":[{"file":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":220,"function":"GuzzleHttp\\_idn_uri_convert","args":[{"__class__":"GuzzleHttp\\Psr7\\Uri"},0]},{"file":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":155,"function":"buildUri","class":"GuzzleHttp\\Client","type":"->","args":[{"__class__":"GuzzleHttp\\Psr7\\Uri"},{"verify":"/srv/www/nextcloud/resources/config/ca-bundle.crt","timeout":60,"headers":{"User-Agent":"Nextcloud Server Crawler","Accept-Encoding":"gzip"},"synchronous":true,"handler":{"__class__":"GuzzleHttp\\HandlerStack"},"allow_redirects":{"max":5,"protocols":["http","https"],"strict":false,"referer":false,"track_redirects":false},"http_errors":true,"decode_content":true,"cookies":false,"idn_conversion":true,"_conditional":{"User-Agent":"GuzzleHttp/6.5.1 curl/7.66.0 PHP/7.2.34"}}]},{"file":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":183,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["get","https://apps.nextcloud.com/api/v1/apps.json",{"verify":"/srv/www/nextcloud/resources/config/ca-bundle.crt","timeout":60,"headers":{"User-Agent":"Nextcloud Server Crawler","Accept-Encoding":"gzip"},"synchronous":true,"handler":{"__class__":"GuzzleHttp\\HandlerStack"},"allow_redirects":{"max":5,"protocols":["http","https"],"strict":false,"referer":false,"track_redirects":false},"http_errors":true,"decode_content":true,"cookies":false,"idn_conversion":true,"_conditional":{"User-Agent":"GuzzleHttp/6.5.1 curl/7.66.0 PHP/7.2.34"}}]},{"file":"/srv/www/nextcloud/lib/private/Http/Client/Client.php","line":233,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["get","https://apps.nextcloud.com/api/v1/apps.json",{"verify":"/srv/www/nextcloud/resources/config/ca-bundle.crt","timeout":60,"headers":{"User-Agent":"Nextcloud Server Crawler","Accept-Encoding":"gzip"},"synchronous":true}]},{"file":"/srv/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":115,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["https://apps.nextcloud.com/api/v1/apps.json",{"timeout":60}]},{"file":"/srv/www/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php","line":88,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->","args":["",""]},{"file":"/srv/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":187,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\AppFetcher","type":"->","args":["","",false]},{"file":"/srv/www/nextcloud/apps/settings/lib/Controller/AppSettingsController.php","line":308,"function":"get","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->","args":[]},{"file":"/srv/www/nextcloud/apps/settings/lib/Controller/AppSettingsController.php","line":207,"function":"getAppsForCategory","class":"OCA\\Settings\\Controller\\AppSettingsController","type":"->","args":[""]},{"file":"/srv/www/nextcloud/apps/settings/lib/Controller/AppSettingsController.php","line":242,"function":"fetchApps","class":"OCA\\Settings\\Controller\\AppSettingsController","type":"->","args":[]},{"file":"/srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"listApps","class":"OCA\\Settings\\Controller\\AppSettingsController","type":"->","args":[]},{"file":"/srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Settings\\Controller\\AppSettingsController"},"listApps"]},{"file":"/srv/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Settings\\Controller\\AppSettingsController"},"listApps"]},{"file":"/srv/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Settings\\Controller\\AppSettingsController","listApps",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"action":null,"_route":"settings.AppSettings.listApps"}]},{"file":"/srv/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/settings/apps/list"]},{"file":"/srv/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/functions.php","Line":384,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0","version":"20.0.2.2"}
{"reqId":"6OqILHysB8I0Z6hnbK3T","level":2,"time":"2020-11-30T08:49:38+00:00","remoteAddr":"<redacted>","user":"admin","app":"appstoreFetcher","method":"GET","url":"/nextcloud/index.php/settings/apps/list","message":{"Exception":"GuzzleHttp\\Exception\\InvalidArgumentException","Message":"IDN conversion failed","Code":0,"Trace":[{"file":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":220,"function":"GuzzleHttp\\_idn_uri_convert","args":[{"__class__":"GuzzleHttp\\Psr7\\Uri"},0]},{"file":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":155,"function":"buildUri","class":"GuzzleHttp\\Client","type":"->","args":[{"__class__":"GuzzleHttp\\Psr7\\Uri"},{"verify":"/srv/www/nextcloud/resources/config/ca-bundle.crt","timeout":60,"headers":{"User-Agent":"Nextcloud Server Crawler","Accept-Encoding":"gzip"},"synchronous":true,"handler":{"__class__":"GuzzleHttp\\HandlerStack"},"allow_redirects":{"max":5,"protocols":["http","https"],"strict":false,"referer":false,"track_redirects":false},"http_errors":true,"decode_content":true,"cookies":false,"idn_conversion":true,"_conditional":{"User-Agent":"GuzzleHttp/6.5.1 curl/7.66.0 PHP/7.2.34"}}]},{"file":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":183,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["get","https://apps.nextcloud.com/api/v1/apps.json",{"verify":"/srv/www/nextcloud/resources/config/ca-bundle.crt","timeout":60,"headers":{"User-Agent":"Nextcloud Server Crawler","Accept-Encoding":"gzip"},"synchronous":true,"handler":{"__class__":"GuzzleHttp\\HandlerStack"},"allow_redirects":{"max":5,"protocols":["http","https"],"strict":false,"referer":false,"track_redirects":false},"http_errors":true,"decode_content":true,"cookies":false,"idn_conversion":true,"_conditional":{"User-Agent":"GuzzleHttp/6.5.1 curl/7.66.0 PHP/7.2.34"}}]},{"file":"/srv/www/nextcloud/lib/private/Http/Client/Client.php","line":233,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["get","https://apps.nextcloud.com/api/v1/apps.json",{"verify":"/srv/www/nextcloud/resources/config/ca-bundle.crt","timeout":60,"headers":{"User-Agent":"Nextcloud Server Crawler","Accept-Encoding":"gzip"},"synchronous":true}]},{"file":"/srv/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":115,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["https://apps.nextcloud.com/api/v1/apps.json",{"timeout":60}]},{"file":"/srv/www/nextcloud/lib/private/App/AppStore/Fetcher/AppFetcher.php","line":88,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->","args":["",""]},{"file":"/srv/www/nextcloud/lib/private/App/AppStore/Fetcher/Fetcher.php","line":187,"function":"fetch","class":"OC\\App\\AppStore\\Fetcher\\AppFetcher","type":"->","args":["","",false]},{"file":"/srv/www/nextcloud/lib/private/Installer.php","line":411,"function":"get","class":"OC\\App\\AppStore\\Fetcher\\Fetcher","type":"->","args":[false]},{"file":"/srv/www/nextcloud/apps/settings/lib/Controller/AppSettingsController.php","line":256,"function":"isUpdateAvailable","class":"OC\\Installer","type":"->","args":["comments"]},{"function":"OCA\\Settings\\Controller\\{closure}","class":"OCA\\Settings\\Controller\\AppSettingsController","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/srv/www/nextcloud/apps/settings/lib/Controller/AppSettingsController.php","line":291,"function":"array_map","args":[{"__class__":"Closure"},{"comments":"*** sensitive parameter replaced ***","files_sharing":{"id":"files_sharing","name":"File sharing","summary":"File sharing","description":"This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation.","version":"1.12.0","licence":"agpl","author":["Michael Gapczynski","Bjoern Schiessle"],"namespace":"Files_Sharing","default_enable":"","types":["filesystem"],"category":["files","social"],"bugs":"https://github.com/nextcloud/server/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"background-jobs":["OCA\\Files_Sharing\\DeleteOrphanedSharesJob","OCA\\Files_Sharing\\ExpireSharesJob","OCA\\Files_Sharing\\BackgroundJob\\FederatedSharesDiscoverJob"],"repair-steps":{"post-migration":["OCA\\Files_Sharing\\Migration\\OwncloudGuestShareType","OCA\\Files_Sharing\\Migration\\SetPasswordColumn","OCA\\Files_Sharing\\Migration\\SetAcceptedStatus"],"install":[],"pre-migration":[],"live-migration":[],"uninstall":[]},"commands":["OCA\\Files_Sharing\\Command\\CleanupRemoteStorages","OCA\\Files_Sharing\\Command\\ExiprationNotification"],"settings":{"personal":["OCA\\Files_Sharing\\Settings\\Personal"],"admin":[],"admin-section":[],"personal-section":[]},"activity":{"settings":["OCA\\Files_Sharing\\Activity\\Settings\\Shared","OCA\\Files_Sharing\\Activity\\Settings\\RemoteShare","OCA\\Files_Sharing\\Activity\\Settings\\PublicLinks"],"filters":{"filter":"OCA\\Files_Sharing\\Activity\\Filter"},"providers":["OCA\\Files_Sharing\\Activity\\Providers\\Downloads","OCA\\Files_Sharing\\Activity\\Providers\\Groups","OCA\\Files_Sharing\\Activity\\Providers\\PublicLinks","OCA\\Files_Sharing\\Activity\\Providers\\RemoteShares","OCA\\Files_Sharing\\Activity\\Providers\\Users"]},"collaboration":{"plugins":{"plugin":{"@attributes":{"type":"autocomplete-sort"},"@value":"OCA\\Files_Sharing\\Collaboration\\ShareRecipientSorter"}}},"public":{"files":"public.php"},"info":[],"remote":[],"two-factor-providers":[],"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/files_sharing/img/app.svg","previewAsIcon":true,"installed":true},"logreader":{"id":"logreader","name":"Log Reader","summary":"A log reader for Nextcloud","description":"Log reader for Nextcloud","version":"2.5.0","licence":"agpl","author":"Robin Appelman","namespace":"LogReader","default_enable":"","category":"tools","website":"https://github.com/nextcloud/logreader","bugs":"https://github.com/nextcloud/logreader/issues","repository":{"@attributes":{"type":"git"},"@value":"https://github.com/nextcloud/logreader"},"screenshot":"\n\t\thttps://raw.githubusercontent.com/nextcloud/logreader/master/screenshots/reader.png\n\t","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"commands":["OCA\\LogReader\\Command\\Tail","OCA\\LogReader\\Command\\Watch"],"settings":{"admin":["OCA\\LogReader\\Settings\\Admin"],"admin-section":["OCA\\LogReader\\Settings\\Section"],"personal":[],"personal-section":[]},"info":[],"remote":[],"public":[],"types":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/logreader/img/app.svg","previewAsIcon":true,"installed":true},"federation":{"id":"federation","name":"Federation","summary":"Federation allows you to connect with other trusted servers to exchange the user directory.","description":"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.","version":"1.10.1","licence":"agpl","author":"Bjoern Schiessle","namespace":"Federation","default_enable":"","types":["authentication"],"category":"social","bugs":"https://github.com/nextcloud/server/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"background-jobs":{"job":"OCA\\Federation\\SyncJob"},"commands":{"command":"OCA\\Federation\\Command\\SyncFederationAddressBooks"},"settings":{"admin":["OCA\\Federation\\Settings\\Admin"],"admin-section":[],"personal":[],"personal-section":[]},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"two-factor-providers":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/federation/img/app.svg","previewAsIcon":true,"installed":true},"admin_audit":{"id":"admin_audit","name":"Auditing / Logging","summary":"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.","description":"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.","version":"1.10.0","licence":"agpl","author":"Nextcloud","namespace":"AdminAudit","types":["logging"],"category":"monitoring","bugs":"https://github.com/nextcloud/server/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"background-jobs":{"job":"OCA\\AdminAudit\\BackgroundJobs\\Rotate"},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":false,"internal":true,"level":200,"removable":false,"installed":true,"bundleIds":["EnterpriseBundle"]},"serverinfo":{"id":"serverinfo","name":"Monitoring","summary":"Monitoring app with useful server information","description":"Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc.","version":"1.10.0","licence":"agpl","author":["Bjoern Schiessle","Ivan Sein Santiago","Frank Karlitschek"],"namespace":"ServerInfo","default_enable":"","category":"monitoring","bugs":"https://github.com/nextcloud/serverinfo/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"settings":{"admin":["OCA\\ServerInfo\\Settings\\AdminSettings"],"admin-section":["OCA\\ServerInfo\\Settings\\AdminSection"],"personal":[],"personal-section":[]},"info":[],"remote":[],"public":[],"types":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/serverinfo/img/app.svg","previewAsIcon":true,"installed":true},"files_versions":{"id":"files_versions","name":"Versions","summary":"This application automatically maintains older versions of files that are changed.","description":"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user\u2019s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn\u2019t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user\u2019s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.","version":"1.13.0","licence":"agpl","author":["Frank Karlitschek","Bjoern Schiessle"],"namespace":"Files_Versions","default_enable":"","types":["filesystem","dav"],"documentation":{"user":"https://docs.nextcloud.com/server/20/go.php?to=user-versions"},"category":"files","bugs":"https://github.com/nextcloud/server/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"background-jobs":{"job":"OCA\\Files_Versions\\BackgroundJob\\ExpireVersions"},"commands":["OCA\\Files_Versions\\Command\\CleanUp","OCA\\Files_Versions\\Command\\ExpireVersions"],"sabre":{"plugins":{"plugin":"OCA\\Files_Versions\\Sabre\\Plugin"},"collections":{"collection":"OCA\\Files_Versions\\Sabre\\RootCollection"}},"versions":{"backend":{"@attributes":{"for":"OCP\\Files\\Storage\\IStorage"},"@value":"OCA\\Files_Versions\\Versions\\LegacyVersionsBackend"}},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"two-factor-providers":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/files_versions/img/app.svg","previewAsIcon":true,"installed":true},"encryption":{"id":"encryption","name":"Default encryption module","summary":"Default encryption module for server-side encryption","description":"In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption.","version":"2.8.1","licence":"agpl","author":["Bjoern Schiessle","Clark Tomlinson"],"types":["filesystem"],"documentation":{"user":"https://docs.nextcloud.com/server/20/go.php?to=user-encryption","admin":"https://docs.nextcloud.com/server/20/go.php?to=admin-encryption"},"category":["files","security"],"bugs":"https://github.com/nextcloud/server/issues","dependencies":{"lib":"openssl","nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"repair-steps":{"post-migration":{"step":"OCA\\Encryption\\Migration\\SetMasterKeyStatus"},"install":[],"pre-migration":[],"live-migration":[],"uninstall":[]},"commands":["OCA\\Encryption\\Command\\EnableMasterKey","OCA\\Encryption\\Command\\DisableMasterKey","OCA\\Encryption\\Command\\RecoverUser","OCA\\Encryption\\Command\\ScanLegacyFormat"],"settings":{"admin":["OCA\\Encryption\\Settings\\Admin"],"personal":["OCA\\Encryption\\Settings\\Personal"],"admin-section":[],"personal-section":[]},"info":[],"remote":[],"public":[],"background-jobs":[],"two-factor-providers":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":false,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/encryption/img/app.svg","previewAsIcon":true,"installed":true},"user_status":{"id":"user_status","name":"User status","summary":"User status","description":"User status","version":"1.0.1","licence":"agpl","author":{"@attributes":{"mail":"oc.list@georgehrke.com"},"@value":"Georg Ehrke"},"namespace":"UserStatus","default_enable":"","category":"social","bugs":"https://github.com/nextcloud/server","navigations":{"navigation":[{"id":"user_status-menuitem","name":"User status","route":"","order":"1","type":"settings"}]},"dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"background-jobs":{"job":"OCA\\UserStatus\\BackgroundJob\\ClearOldStatusesBackgroundJob"},"info":[],"remote":[],"public":[],"types":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/user_status/img/app.svg","previewAsIcon":true,"installed":true},"weather_status":{"id":"weather_status","name":"Weather status","summary":"Weather status in your dashboard","description":"Weather status integrated in the dashboard app.\n    User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n    This status can also be integrated in other places like the Calendar app.","version":"1.0.0","licence":"agpl","author":{"@attributes":{"mail":"eneiluj@posteo.net"},"@value":"Julien Veyssier"},"namespace":"WeatherStatus","default_enable":"","category":["integration","dashboard"],"bugs":"https://github.com/nextcloud/server","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"info":[],"remote":[],"public":[],"types":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/weather_status/img/app.svg","previewAsIcon":true,"installed":true},"notifications":{"id":"notifications","name":"Notifications","summary":"This app provides a backend and frontend for the notification API available in Nextcloud.","description":"This app provides a backend and frontend for the notification API available in Nextcloud.\n\t\tThe API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:\n\n\ud83d\udcec Federated file sharing: You received a new remote share\n\n\ud83d\udcd1 Comments: Another user mentioned you in a comment on a file\n\n\ud83d\udea2 Update notification: Available update for an app or nextcloud itself\n\n\ud83d\udce3 Announcement center: An announcement was posted by an admin","version":"2.8.0","licence":"agpl","author":"Joas Schilling","default_enable":"","types":["logging"],"category":"tools","website":"https://github.com/nextcloud/notifications","bugs":"https://github.com/nextcloud/notifications/issues","repository":"https://github.com/nextcloud/notifications.git","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"commands":["OCA\\Notifications\\Command\\Generate","OCA\\Notifications\\Command\\TestPush"],"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/notifications/img/notifications.svg","previewAsIcon":true,"installed":true},"files_trashbin":{"id":"files_trashbin","name":"Deleted files","summary":"This application enables users to restore files that were deleted from the system.","description":"This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation.","version":"1.10.1","licence":"agpl","author":"Bjoern Schiessle","namespace":"Files_Trashbin","default_enable":"","types":["filesystem","dav"],"documentation":{"user":"https://docs.nextcloud.com/server/20/go.php?to=user-trashbin"},"category":"files","bugs":"https://github.com/nextcloud/server/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"background-jobs":{"job":"OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash"},"commands":["OCA\\Files_Trashbin\\Command\\CleanUp","OCA\\Files_Trashbin\\Command\\ExpireTrash","OCA\\Files_Trashbin\\Command\\Size"],"sabre":{"collections":{"collection":"OCA\\Files_Trashbin\\Sabre\\RootCollection"},"plugins":{"plugin":"OCA\\Files_Trashbin\\Sabre\\PropfindPlugin"}},"trash":{"backend":{"@attributes":{"for":"OCP\\Files\\Storage\\IStorage"},"@value":"OCA\\Files_Trashbin\\Trash\\LegacyTrashBackend"}},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"two-factor-providers":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/files_trashbin/img/app.svg","previewAsIcon":true,"installed":true},"photos":{"id":"photos","name":"Photos","summary":"Your memories under your control","description":"Your memories under your control","version":"1.2.0","licence":"agpl","author":{"@attributes":{"mail":"skjnldsv@protonmail.com"},"@value":"John Molakvo\u00e6"},"namespace":"Photos","category":"multimedia","website":"https://github.com/nextcloud/photos","bugs":"https://github.com/nextcloud/photos/issues","repository":"https://github.com/nextcloud/photos.git","default_enable":"","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"navigations":{"navigation":[{"name":"Photos","route":"photos.page.index","order":"1"}]},"info":[],"remote":[],"public":[],"types":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/photos/img/photos.svg","previewAsIcon":true,"installed":true},"systemtags":{"id":"systemtags","name":"Collaborative tags","summary":"Collaborative tagging functionality which shares tags among users.","description":"Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)","version":"1.10.0","licence":"agpl","author":["Vincent Petry","Joas Schilling"],"namespace":"SystemTags","default_enable":"","types":["logging"],"category":["files","organization"],"bugs":"https://github.com/nextcloud/server/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"settings":{"admin":["OCA\\SystemTags\\Settings\\Admin"],"admin-section":[],"personal":[],"personal-section":[]},"activity":{"settings":{"setting":"OCA\\SystemTags\\Activity\\Setting"},"providers":{"provider":"OCA\\SystemTags\\Activity\\Provider"},"filters":[]},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"commands":[],"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/systemtags/img/app.svg","previewAsIcon":true,"installed":true},"user_ldap":{"id":"user_ldap","name":"LDAP user and group backend","summary":"This application enables administrators to connect Nextcloud to an LDAP-based user directory.","description":"This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation.","version":"1.10.2","licence":"agpl","author":["Dominik Schmidt","Arthur Schiwon"],"namespace":"User_LDAP","types":["authentication"],"documentation":{"admin":"https://docs.nextcloud.com/server/20/go.php?to=admin-ldap"},"category":"integration","bugs":"https://github.com/nextcloud/server/issues","dependencies":{"lib":"ldap","nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"background-jobs":["OCA\\User_LDAP\\Jobs\\UpdateGroups","OCA\\User_LDAP\\Jobs\\CleanUp","OCA\\User_LDAP\\Jobs\\Sync"],"repair-steps":{"post-migration":["OCA\\User_LDAP\\Migration\\UUIDFixInsert","OCA\\User_LDAP\\Migration\\RemoveRefreshTime"],"install":[],"pre-migration":[],"live-migration":[],"uninstall":[]},"settings":{"admin":["OCA\\User_LDAP\\Settings\\Admin"],"admin-section":["OCA\\User_LDAP\\Settings\\Section"],"personal":[],"personal-section":[]},"info":[],"remote":[],"public":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":false,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/user_ldap/img/app.svg","previewAsIcon":true,"installed":true,"bundleIds":["EnterpriseBundle"]},"password_policy":{"id":"password_policy","name":"Password policy","summary":"Allows admins to configure a password policy","description":"Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length","version":"1.10.1","licence":"agpl","author":"Bjoern Schiessle","namespace":"Password_Policy","types":["authentication"],"default_enable":"","category":"security","bugs":"https://github.com/nextcloud/password_policy/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"settings":{"admin":["OCA\\Password_Policy\\Settings"],"admin-section":[],"personal":[],"personal-section":[]},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/password_policy/img/app.svg","previewAsIcon":true,"installed":true},"recommendations":{"id":"recommendations","name":"Recommendations","summary":"Shows recommended files","description":"Shows recommended files for quick access of files and folders with recent activity","version":"0.8.0","licence":"agpl","author":["Christoph Wurst","Jan-Christoph Borchardt"],"default_enable":"","namespace":"Recommendations","category":"office","dependencies":{"php":{"@attributes":{"min-version":"7.2","max-version":"7.4"}},"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"commands":{"command":"OCA\\Recommendations\\Command\\GetRecommendations"},"info":[],"remote":[],"public":[],"types":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"installed":true},"sharebymail":{"id":"sharebymail","name":"Share by mail","summary":"Share provider which allows you to share files by mail","description":"Share provider which allows you to share files by mail","version":"1.10.0","licence":"agpl","author":"Bjoern Schiessle","namespace":"ShareByMail","default_enable":"","types":["filesystem"],"category":"social","bugs":"https://github.com/nextcloud/server/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"settings":{"admin":["OCA\\ShareByMail\\Settings\\Admin"],"admin-section":[],"personal":[],"personal-section":[]},"activity":{"providers":{"provider":"OCA\\ShareByMail\\Activity"},"filters":[],"settings":[]},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"commands":[],"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/sharebymail/img/app.svg","previewAsIcon":true,"installed":true},"firstrunwizard":{"id":"firstrunwizard","name":"First run wizard","summary":"A welcome and introduction wizard for Nextcloud","description":"This application enables a pop-up window when a user first logs into Nextcloud. This window welcomes new users to Nextcloud, and contains links to the standard desktop client, Android app, and the iOS app. The window also shows a link for accessing Nextcloud via WebDAV. At any time, the first run wizard can be opened again via link \"About\" on settings menu.\nThe First run wizard can be customized to meet specific design goals, or to change links and messages. Create an appropriate theme following the Theming documentation, and changes to the look and feel of this Wizard are simple. More information is available in the first run wizard documentation, as well as the theming documentation.","version":"2.9.0","licence":"agpl","author":["Frank Karlitschek","Jan-Christoph Borchardt"],"namespace":"FirstRunWizard","types":["logging"],"category":"tools","default_enable":"","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"navigations":{"navigation":[{"id":"firstrunwizard-about","name":"About","route":"","order":"5","icon":"info.svg","type":"settings"}]},"settings":{"personal":["OCA\\FirstRunWizard\\Settings\\Personal"],"admin":[],"admin-section":[],"personal-section":[]},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/firstrunwizard/img/app.svg","previewAsIcon":true,"installed":true},"support":{"id":"support","name":"Support","summary":"Getting support and help for your Nextcloud","description":"The support app covers you with direct access to help and consulting resources, dedicated contact options to your account manager and an overview of your enterprise subscription.","version":"1.3.0","licence":"agpl","author":"Morris Jobke","namespace":"Support","category":"integration","screenshot":"https://user-images.githubusercontent.com/245432/43194622-1a40ce90-9003-11e8-8101-15d08cce7264.png","default_enable":"","types":["session"],"dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"settings":{"admin":["OCA\\Support\\Settings\\Admin"],"admin-section":["OCA\\Support\\Settings\\Section"],"personal":[],"personal-section":[]},"background-jobs":{"job":"OCA\\Support\\BackgroundJobs\\CheckSubscription"},"repair-steps":{"post-migration":{"step":"OCA\\Support\\Repair\\SwitchUpdaterServer"},"install":[],"pre-migration":[],"live-migration":[],"uninstall":[]},"info":[],"remote":[],"public":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/support/img/app.svg","previewAsIcon":true,"installed":true},"files_pdfviewer":{"id":"files_pdfviewer","name":"PDF viewer","summary":"PDF viewer","description":"Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)","version":"2.0.1","licence":"agpl","author":{"@attributes":{"mail":"skjnldsv@protonmail.com"},"@value":"John Molakvo\u00e6"},"namespace":"Files_PDFViewer","default_enable":"","category":["files","office"],"bugs":"https://github.com/nextcloud/files_pdfviewer/issues","website":"https://github.com/nextcloud/files_pdfviewer","repository":{"@attributes":{"type":"git"},"@value":"https://github.com/nextcloud/files_pdfviewer.git"},"dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"info":[],"remote":[],"public":[],"types":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/files_pdfviewer/img/app.svg","previewAsIcon":true,"installed":true},"files_rightclick":{"id":"files_rightclick","name":"Right click","summary":"Right click menu for Nextcloud","description":"This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders.","version":"0.17.0","licence":"agpl","author":{"@attributes":{"mail":"samy@nastuzzi.fr","homepage":"https://samy.nastuzzi.fr"},"@value":"NASTUZZI Samy"},"namespace":"FilesRightClick","category":["tools","files"],"website":"https://github.com/nextcloud/files_rightclick","discussion":"https://github.com/nextcloud/files_rightclick","bugs":"https://github.com/nextcloud/files_rightclick/issues","repository":"https://github.com/nextcloud/files_rightclick","screenshot":"https://raw.githubusercontent.com/nextcloud/files_rightclick/master/screenshots/picture.png","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"default_enable":"","info":[],"remote":[],"public":[],"types":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"installed":true},"theming":{"id":"theming","name":"Theming","summary":"Adjust the Nextcloud theme","description":"Adjust the Nextcloud theme","version":"1.11.0","licence":"agpl","author":"Nextcloud","namespace":"Theming","default_enable":"","types":["logging"],"category":"customization","bugs":"https://github.com/nextcloud/server/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"settings":{"admin":["OCA\\Theming\\Settings\\Admin"],"admin-section":["OCA\\Theming\\Settings\\Section"],"personal":[],"personal-section":[]},"commands":{"command":"OCA\\Theming\\Command\\UpdateConfig"},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/theming/img/app.svg","previewAsIcon":true,"installed":true},"accessibility":{"id":"accessibility","name":"Accessibility","summary":"Accessibility options for nextcloud","description":"Provides multiple accessibilities options to ease your use of Nextcloud","version":"1.6.0","licence":"agpl","author":"John Molakvo\u00e6","namespace":"Accessibility","default_enable":"","category":"customization","bugs":"https://github.com/nextcloud/server/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"repair-steps":{"pre-migration":{"step":"OCA\\Accessibility\\Migration\\RepairUserConfig"},"install":[],"post-migration":[],"live-migration":[],"uninstall":[]},"settings":{"personal":["OCA\\Accessibility\\Settings\\Personal"],"personal-section":["OCA\\Accessibility\\Settings\\PersonalSection"],"admin":[],"admin-section":[]},"info":[],"remote":[],"public":[],"types":[],"background-jobs":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/accessibility/img/app.svg","previewAsIcon":true,"installed":true},"nextcloud_announcements":{"id":"nextcloud_announcements","name":"Nextcloud announcements","summary":"Nextcloud announcements brings the latest news of Nextcloud into your notifications","description":"Nextcloud announcements brings the latest news of Nextcloud into your notifications","version":"1.9.0","licence":"agpl","author":"Joas Schilling","namespace":"NextcloudAnnouncements","default_enable":"","types":["logging"],"category":["monitoring","social"],"website":"https://github.com/nextcloud/nextcloud_announcements","bugs":"https://github.com/nextcloud/nextcloud_announcements/issues","repository":{"@attributes":{"type":"git"},"@value":"https://github.com/nextcloud/nextcloud_announcements.git"},"dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"background-jobs":{"job":"OCA\\NextcloudAnnouncements\\Cron\\Crawler"},"settings":{"admin":["OCA\\NextcloudAnnouncements\\Settings\\Admin"],"admin-section":[],"personal":[],"personal-section":[]},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/nextcloud_announcements/img/app.svg","previewAsIcon":true,"installed":true},"files_videoplayer":{"id":"files_videoplayer","name":"Video player","description":"A responsive video player using a skinned version of Video.js\n\n\t\tBased on this app: https://apps.owncloud.com/content/show.php/Video+Js?content=159670\n\n\t\tVideo.js: http://videojs.com/\n\n\t\tSkin: https://github.com/cabin/videojs-sublime-skin","version":"1.9.0","licence":"MIT","author":"Bj\u00f6rn Korella","namespace":"FilesVideoPlayer","default_enable":"","documentation":{"user":"https://github.com/nextcloud/files_videoplayer/blob/master/README.md","admin":"https://github.com/nextcloud/files_videoplayer/blob/master/README.md","developer":"https://github.com/nextcloud/files_videoplayer/blob/master/README.md"},"website":"https://github.com/nextcloud/files_videoplayer","bugs":"https://github.com/nextcloud/files_videoplayer/issues","repository":{"@attributes":{"type":"git"},"@value":"https://github.com/nextcloud/files_videoplayer.git"},"dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"info":[],"remote":[],"public":[],"types":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/files_videoplayer/img/app.svg","previewAsIcon":true,"installed":true},"contactsinteraction":{"id":"contactsinteraction","name":"Contacts Interaction","summary":"Manages interaction between users and contacts","description":"Collect data about user and contacts interactions and provide an address book for the data","version":"1.1.0","licence":"agpl","author":"Christoph Wurst","namespace":"ContactsInteraction","types":["dav"],"default_enable":"","category":["integration","social"],"bugs":"https://github.com/nextcloud/server/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"background-jobs":{"job":"OCA\\ContactsInteraction\\BackgroundJob\\CleanupJob"},"sabre":{"address-book-plugins":{"plugin":"OCA\\ContactsInteraction\\AddressBookProvider"}},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"installed":true},"files_external":{"id":"files_external","name":"External storage support","summary":"Adds basic external storage support","description":"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.","version":"1.11.1","licence":"agpl","author":["Robin Appelman","Michael Gapczynski","Vincent Petry"],"namespace":"Files_External","types":["filesystem"],"documentation":{"admin":"https://docs.nextcloud.com/server/20/go.php?to=admin-external-storage"},"category":["files","integration"],"bugs":"https://github.com/nextcloud/server/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"background-jobs":{"job":"OCA\\Files_External\\BackgroundJob\\CredentialsCleanup"},"commands":["OCA\\Files_External\\Command\\ListCommand","OCA\\Files_External\\Command\\Config","OCA\\Files_External\\Command\\Option","OCA\\Files_External\\Command\\Applicable","OCA\\Files_External\\Command\\Import","OCA\\Files_External\\Command\\Export","OCA\\Files_External\\Command\\Delete","OCA\\Files_External\\Command\\Create","OCA\\Files_External\\Command\\Backends","OCA\\Files_External\\Command\\Verify","OCA\\Files_External\\Command\\Notify"],"settings":{"admin":["OCA\\Files_External\\Settings\\Admin"],"admin-section":["OCA\\Files_External\\Settings\\Section"],"personal":["OCA\\Files_External\\Settings\\Personal"],"personal-section":["OCA\\Files_External\\Settings\\PersonalSection"]},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"two-factor-providers":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":false,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/files_external/img/app.svg","previewAsIcon":true,"installed":true},"text":{"id":"text","name":"Text","summary":"\ud83d\udcdd Collaborative document editing","description":"** \ud83d\udcdd Collaborative document editing!**\n\n- **\ud83d\udcdd Focused writing:** No distractions, only the formatting you need.\n- **\ud83d\ude4b Work together:** Share and collaborate with friends and colleagues, no matter if they use Nextcloud or not!\n- **\ud83d\udcbe Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.\n- **\u270a Strong foundation:** We use [\ud83d\udc08 tiptap](https://tiptap.scrumpy.io) which is based on [\ud83e\udd89 ProseMirror](https://prosemirror.net) \u2013 huge thanks to them!","version":"3.1.0","licence":"agpl","author":{"@attributes":{"mail":"jus@bitgrid.net"},"@value":"Julius H\u00e4rtl"},"namespace":"Text","default_enable":"","types":["dav"],"category":"office","website":"https://github.com/nextcloud/text","bugs":"https://github.com/nextcloud/text/issues","repository":{"@attributes":{"type":"git"},"@value":"https://github.com/nextcloud/text.git"},"screenshot":["https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot1.png","https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot2.png","https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot3.gif"],"dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"background-jobs":{"job":"OCA\\Text\\Cron\\Cleanup"},"commands":{"command":"OCA\\Text\\Command\\ResetDocument"},"sabre":{"plugins":{"plugin":"OCA\\Text\\DAV\\WorkspacePlugin"}},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"two-factor-providers":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/text/img/app.svg","previewAsIcon":true,"installed":true},"activity":{"id":"activity","name":"Activity","summary":"This application enables users to view actions related to their files in Nextcloud.","description":"This application enables users to view actions related to their files in Nextcloud.\n\t\tOnce enabled, users will see a new icon \u201cActivity\u201d in their apps menu.\n\t\tWhen clicked, a new page appears for users to track the activity related to files \u2013 from new files, to deleted files, move, rename, updates and shared activity.\n\t\tThe user can configure their individual activity settings in their personal menu.\n\t\tThis sets the type of activity to record, as well as whether to the user sees their own activities,\n\t\twhether these are only available online, and whether they get an email digest on a regular basis.\n\t\tMore information is available in the Activity documentation.","version":"2.13.3","licence":"agpl","author":["Frank Karlitschek","Joas Schilling"],"default_enable":"","types":["filesystem"],"documentation":{"admin":"https://docs.nextcloud.org/server/14/admin_manual/configuration_server/activity_configuration.html"},"category":["monitoring","social"],"website":"https://github.com/nextcloud/activity/","bugs":"https://github.com/nextcloud/activity/issues","repository":"https://github.com/nextcloud/activity.git","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"background-jobs":["OCA\\Activity\\BackgroundJob\\EmailNotification","OCA\\Activity\\BackgroundJob\\ExpireActivities","OCA\\Activity\\BackgroundJob\\DigestMail"],"commands":{"command":"OCA\\Activity\\Command\\SendEmails"},"settings":{"admin":["OCA\\Activity\\Settings\\Admin"],"admin-section":["OCA\\Activity\\Settings\\AdminSection"],"personal":["OCA\\Activity\\Settings\\Personal"],"personal-section":["OCA\\Activity\\Settings\\PersonalSection"]},"activity":{"filters":["OCA\\Activity\\Filter\\AllFilter","OCA\\Activity\\Filter\\SelfFilter","OCA\\Activity\\Filter\\ByFilter"],"settings":[],"providers":[]},"navigations":{"navigation":[{"name":"Activity","route":"activity.Activities.showList","icon":"activity.svg","order":"1"}]},"info":[],"remote":[],"public":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"two-factor-providers":[],"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/activity/img/activity.svg","previewAsIcon":true,"installed":true},"updatenotification":{"id":"updatenotification","name":"Update notification","summary":"Displays update notifications for Nextcloud and provides the SSO for the updater.","description":"Displays update notifications for Nextcloud and provides the SSO for the updater.","version":"1.10.0","licence":"agpl","author":"Lukas Reschke","namespace":"UpdateNotification","default_enable":"","category":"monitoring","bugs":"https://github.com/nextcloud/server/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"background-jobs":{"job":"OCA\\UpdateNotification\\Notification\\BackgroundJob"},"settings":{"admin":["OCA\\UpdateNotification\\Settings\\Admin"],"admin-section":[],"personal":[],"personal-section":[]},"commands":{"command":"OCA\\UpdateNotification\\Command\\Check"},"info":[],"remote":[],"public":[],"types":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"two-factor-providers":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/updatenotification/img/app.svg","previewAsIcon":true,"installed":true},"dashboard":{"id":"dashboard","name":"Dashboard","summary":"Dashboard app","description":"Show something","version":"7.0.0","licence":"agpl","author":"Julius H\u00e4rtl","namespace":"Dashboard","default_enable":"","category":"customization","bugs":"https://github.com/nextcloud/server/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"navigations":{"navigation":[{"name":"Dashboard","route":"dashboard.dashboard.index","icon":"dashboard.svg","order":"-1"}]},"info":[],"remote":[],"public":[],"types":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"settings":{"admin":[],"admin-section":[],"personal":[],"personal-section":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/dashboard/img/dashboard.svg","previewAsIcon":true,"installed":true,"bundleIds":["EducationBundle"]},"survey_client":{"id":"survey_client","name":"Usage survey","summary":"Sends anonymized data to Nextcloud to help us to improve Nextcloud.","description":"Sends anonymized data to Nextcloud to help us to improve Nextcloud. You\n        always have full control over the content sent to Nextcloud and can disable\n        it again at any time.","version":"1.8.0","licence":"agpl","author":["Bj\u00f6rn Schiessle","Joas Schilling"],"namespace":"Survey_Client","default_enable":"","category":"tools","website":"https://github.com/nextcloud/survey_client","bugs":"https://github.com/nextcloud/survey_client/issues","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"repair-steps":{"post-migration":{"step":"OCA\\Survey_Client\\Migration\\SendAdminNotification"},"install":[],"pre-migration":[],"live-migration":[],"uninstall":[]},"settings":{"admin":["OCA\\Survey_Client\\Settings\\AdminSettings"],"admin-section":["OCA\\Survey_Client\\Settings\\AdminSection"],"personal":[],"personal-section":[]},"info":[],"remote":[],"public":[],"types":[],"background-jobs":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/survey_client/img/app.svg","previewAsIcon":true,"installed":true},"privacy":{"id":"privacy","name":"Privacy","summary":"-","description":"The privacy center shows you where your data is stored and who can access it, either because you shared with them or because they are administrators.","version":"1.4.0","licence":"agpl","author":{"@attributes":{"mail":"georg.ehrke@nextcloud.com"},"@value":"Georg Ehrke"},"namespace":"Privacy","category":"tools","bugs":"https://github.com/nextcloud/privacy/issues/","dependencies":{"nextcloud":{"@attributes":{"min-version":"20","max-version":"20"}}},"default_enable":"","settings":{"personal-section":["OCA\\Privacy\\Settings\\PrivacySection"],"personal":["OCA\\Privacy\\Settings\\MissionSettings","OCA\\Privacy\\Settings\\UserDataManifestoSettings","OCA\\Privacy\\Settings\\WhereIsYourDataSettings","OCA\\Privacy\\Settings\\WhoHasAccessSettings"],"admin":[],"admin-section":[]},"info":[],"remote":[],"public":[],"types":[],"repair-steps":{"install":[],"pre-migration":[],"post-migration":[],"live-migration":[],"uninstall":[]},"background-jobs":[],"two-factor-providers":[],"commands":[],"activity":{"filters":[],"settings":[],"providers":[]},"groups":null,"active":true,"internal":true,"level":200,"removable":false,"preview":"/nextcloud/apps/privacy/img/app.svg","previewAsIcon":true,"installed":true}}]},{"file":"/srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"listApps","class":"OCA\\Settings\\Controller\\AppSettingsController","type":"->","args":[]},{"file":"/srv/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Settings\\Controller\\AppSettingsController"},"listApps"]},{"file":"/srv/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Settings\\Controller\\AppSettingsController"},"listApps"]},{"file":"/srv/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Settings\\Controller\\AppSettingsController","listApps",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"action":null,"_route":"settings.AppSettings.listApps"}]},{"file":"/srv/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/settings/apps/list"]},{"file":"/srv/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/srv/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/functions.php","Line":384,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0","version":"20.0.2.2"}
@LorbusChris LorbusChris added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Nov 30, 2020
@Crocmagnon
Copy link

Crocmagnon commented Dec 2, 2020

It used to work for me before updating to 20.0.2. I don't remember whether I was on 20.0.0 or 20.0.1 though.

The error also happens when navigating to /settings/admin/overview. This time it's logged as an error, not a warning:

Raw error
{"reqId":"QIVWMi51P9oogkmB7bpK","level":3,"time":"2020-12-02T18:02:00+00:00","remoteAddr":"192.168.0.10","user":"ncadmin","app":"internet_connection_check","method":"GET","url":"/settings/ajax/checksetup","message":{"Exception":"GuzzleHttp\\Exception\\InvalidArgumentException","Message":"IDN conversion failed","Code":0,"Trace":[{"file":"/usr/local/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":220,"function":"GuzzleHttp\\_idn_uri_convert"},{"file":"/usr/local/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":155,"function":"buildUri","class":"GuzzleHttp\\Client","type":"->"},{"file":"/usr/local/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":183,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->"},{"file":"/usr/local/www/nextcloud/lib/private/Http/Client/Client.php","line":233,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/usr/local/www/nextcloud/apps/settings/lib/Controller/CheckSetupController.php","line":167,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/usr/local/www/nextcloud/apps/settings/lib/Controller/CheckSetupController.php","line":150,"function":"isSiteReachable","class":"OCA\\Settings\\Controller\\CheckSetupController","type":"->"},{"file":"/usr/local/www/nextcloud/apps/settings/lib/Controller/CheckSetupController.php","line":715,"function":"hasInternetConnectivityProblems","class":"OCA\\Settings\\Controller\\CheckSetupController","type":"->"},{"file":"/usr/local/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":169,"function":"check","class":"OCA\\Settings\\Controller\\CheckSetupController","type":"->"},{"file":"/usr/local/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":100,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/usr/local/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/usr/local/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/usr/local/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/usr/local/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::"}],"File":"/usr/local/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/functions.php","Line":384,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:84.0) Gecko/20100101 Firefox/84.0","version":"20.0.2.2","id":"5fc7d6aaefb93"}

It's very annoying as it prevents administrators from discovering and installing apps from the web GUI.

@gegeweb
Copy link

gegeweb commented Dec 26, 2020

I have a same issue, is there a workaround ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants