You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Nextcloud 26, with the app nextcloud/external - I have consulted @provokateurin about it - if I request: curl -u user:pwd -X GET 'http://stable26.local/ocs/v2.php/core/navigation/apps?absolute=true' -H "OCS-APIRequest: true"
It returns: <href>http://stable26.local/https://duckduckgo.com</href>
If I request without absolute=true then I get: <href>https://duckduckgo.com</href>
Steps to reproduce
Install the External Sites app
Add 2 urls - somehow, the issue was only reproducible after adding a second link.
Expected behavior
ocs/v2.php/core/navigation/apps?absolute=true should return a valid url in href.
Installation method
Community Docker image
Nextcloud Server version
26
Operating system
Debian/Ubuntu
PHP engine version
Other
Web server
Nginx
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Default user-backend (database)
LDAP/ Active Directory
SSO - SAML
Other
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered:
I had a look at the code in the external app and it adds the href as-is to the navigation entries. It should be verified that this also is received correctly on the server site, but I'm pretty sure it is.
I had a look at the code in the external app and it adds the href as-is to the navigation entries. It should be verified that this also is received correctly on the server site, but I'm pretty sure it is.
Bug description
In Nextcloud 26, with the app nextcloud/external - I have consulted @provokateurin about it - if I request:
curl -u user:pwd -X GET 'http://stable26.local/ocs/v2.php/core/navigation/apps?absolute=true' -H "OCS-APIRequest: true"
It returns:
<href>http://stable26.local/https://duckduckgo.com</href>
If I request without
absolute=true
then I get:<href>https://duckduckgo.com</href>
Steps to reproduce
Expected behavior
ocs/v2.php/core/navigation/apps?absolute=true
should return a valid url inhref
.Installation method
Community Docker image
Nextcloud Server version
26
Operating system
Debian/Ubuntu
PHP engine version
Other
Web server
Nginx
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: