nextcloud / weather

⛅️ Weather app for Nextcloud
GNU Affero General Public License v3.0
47 stars 27 forks source link

Do you plan to add compatibility with Nextcloud 15? #69

Closed elpraga closed 5 years ago

elpraga commented 5 years ago
### Steps to reproduce 1. 2. 3. ### Expected behaviour Tell us what should happen ### Actual behaviour Tell us what happens instead ### Server configuration **Operating system**: **Web server:** **Database:** **PHP version:** **Nextcloud version:** (see Nextcloud admin page) **Updated from an older Nextcloud/ownCloud or fresh install:** **Where did you install Nextcloud from:** **Signing status:**
Signing status ``` Login as admin user into your Nextcloud and access http://example.com/index.php/settings/integrity/failed paste the results here. ```
**List of activated apps:**
App list ``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list from within your Nextcloud installation folder ```
**Nextcloud configuration:**
Config report ``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system from within your Nextcloud installation folder or Insert your config.php content here. Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …) ```
**Are you using external storage, if yes which one:** local/smb/sftp/... **Are you using encryption:** yes/no **Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... #### LDAP configuration (delete this part if not used)
LDAP config ``` With access to your command line run e.g.: sudo -u www-data php occ ldap:show-config from within your Nextcloud installation folder Without access to your command line download the data/owncloud.db to your local computer or access your SQL server remotely and run the select query: SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. ```
### Client configuration **Browser:** **Operating system:** ### Logs #### Web server error log
Web server error log ``` Insert your webserver log here ```
#### Nextcloud log (data/nextcloud.log)
Nextcloud log ``` Insert your Nextcloud log here ```
#### Browser log
Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```
nerzhul commented 5 years ago

oh yeah, i just need to upgrade the max version. I can do this this evening.

e-alfred commented 5 years ago

The app works well with Nextcloud 15 (only thing I saw is the temperature selection menu opens downwards instead of upwards since Nextcloud 14 but it doesn't impact normal use at all).

nerzhul commented 5 years ago

@e-alfred thanks. i forgot to publish the app last evening. Publishing the compat upgrade in master now, i will release asap

e-alfred commented 5 years ago

@nerzhul Can you release a new version to the app store? The app still works, so it would be really awesome!

BloodyIron commented 5 years ago

So, when can we get the latest version of this in the app store? Still says needs nc14.

nerzhul commented 5 years ago

Solved, sorry for the delay

BloodyIron commented 5 years ago

@nerzhul thanks! :D