strukturag / nextcloud-spreedme

Spreed.ME Nextcloud app
https://www.spreed.me
GNU Affero General Public License v3.0
56 stars 26 forks source link

Room link is lacking scheme://hostname:port #53

Closed longsleep closed 8 years ago

longsleep commented 8 years ago

The patched room link generator is not generating complete URLs. The scheme and host are missing. It generates links like /apps/spreedme#abc.

https://github.com/strukturag/nextcloud-spreedme/blob/develop/extra/static/owncloud.js#L123-L138

leonklingele commented 8 years ago

It should get the base URL (incl. scheme, hostname and port) from 'ownCloud.getConfig().baseURL'. Please make sure to disable/flush your browser cache and/or increase the app version which will have the same effect.

longsleep commented 8 years ago

Well, this is a fresh install. Browser cache is disabled.

leonklingele commented 8 years ago

Duplicate of #48 which already got fixed.