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

App support for Nextcloud 15 #12480

Closed
21 of 28 tasks
MorrisJobke opened this issue Nov 16, 2018 · 19 comments
Closed
21 of 28 tasks

App support for Nextcloud 15 #12480

MorrisJobke opened this issue Nov 16, 2018 · 19 comments
Labels

Comments

@MorrisJobke
Copy link
Member

MorrisJobke commented Nov 16, 2018

We should check out following apps for their Nextcloud 15 support and try to get new versions of them into the appstore:

SQL query for the app store
SELECT id
FROM core_app
WHERE id NOT IN (
	SELECT DISTINCT app_id
	FROM core_apprelease
	WHERE platform_version_spec <> '>=9.0.0'
	AND platform_version_spec NOT ILIKE '%<9.%'
	AND platform_version_spec NOT ILIKE '%<10.%'
	AND platform_version_spec NOT ILIKE '%<11.%'
	AND platform_version_spec NOT ILIKE '%<12.%'
	AND platform_version_spec NOT ILIKE '%<13.%'
	AND platform_version_spec NOT ILIKE '%<14.%'
	AND platform_version_spec NOT ILIKE '%<15.0.0'
	AND is_nightly IS FALSE
)
ORDER BY id ASC;
Full list of apps without a non-nightly release
  • activitylog
  • admin_notifications
  • appvncsafe
  • beame_insta_ssl
  • blockscores
  • bookmarks_fulltextsearch
  • caniupdate
  • cms_pico
  • defaultgroup
  • diffuse
  • documents
  • fbsync
  • files_3d
  • files_clipboard
  • files_external_sia
  • files_frommail
  • files_fulltextsearch_mail
  • files_opds
  • files_pdfviewer
  • files_reader
  • files_rightclick
  • files_snapshots
  • folderplayer
  • githubmergetracker
  • gluusso
  • group_everyone
  • initialcheck
  • issuetemplate
  • keeweb
  • ldapcontacts
  • ldaporg
  • limit_login_to_ip
  • linkshareex
  • logreader
  • mindmaps
  • money
  • mood
  • myscan
  • nextant
  • nextnotes
  • ocdownloader
  • ocr
  • orcid
  • privatedata
  • quicknotes
  • spgverein
  • spreedme
  • theming
  • twofactor_email
  • user_cas
  • user_ispconfig
  • user_pwauth
  • workin2gether
  • zenodo
  • zimbradrive
@skjnldsv
Copy link
Member

You mean, non-nightly releases?

@georgehrke
Copy link
Member

calendar @georgehrke

I'm planning to have a bugfix release next Thursday. Will use that opportunity to bump the max-version of our (angular-)app to 15. Been using it on master a lot, didn't find any regression so far.

@nextcloud nextcloud deleted a comment from nextcloud-bot Nov 16, 2018
@rullzer
Copy link
Member

rullzer commented Nov 16, 2018

You mean, non-nightly releases?

if possible

@tacruc
Copy link
Contributor

tacruc commented Nov 17, 2018

end_to_end_encryption is missing a release, too.

@MorrisJobke MorrisJobke added this to the Nextcloud 15 milestone Nov 20, 2018
@xf-
Copy link

xf- commented Nov 20, 2018

Please also add/check PHP 7.3 support, since Nextcloud 15 supports PHP 7.3 officially. Had no problems after changing the XML maxVersion setting.

Maybe helpful

  • Travis already added PHP 7.3 (maybe some plugins are currently missing like xdebug).
  • The official Debian PHP maintainer has a repo with all not-EOL versions including latest PHP 7.3 RC5. https://deb.sury.org/ (Debian repo & *buntu ppa).

Search for max-version php in info.xml
https://github.com/search?q=org%3Anextcloud+filename%3Ainfo.xml+php+max-version&type=Code

PHP in .travis
https://github.com/search?q=org%3Anextcloud+filename%3A.travis.yml+php+%227.3%22&type=Code

@xf-
Copy link

xf- commented Dec 7, 2018

@MorrisJobke 1..2 is released with v15 support
https://github.com/nextcloud/impersonate/releases

@jancborchardt
Copy link
Member

Both Keep or Sweep and Unsplash are ready for 15 (and 16 dev version :)

1️⃣5️⃣

@j-ed
Copy link
Contributor

j-ed commented Dec 7, 2018

Most important, the News app already supports 15 (and 16 dev version) 😄

@violoncelloCH
Copy link
Member

Is user_external missing in this list? It is still shipped with 15 but not compatible and leads to errors on upgrade if enabled. See #12506

@jancborchardt
Copy link
Member

@violoncelloCH yup! Pull request about that at nextcloud/apps#69

And discussion on moving that out of the "apps" repo as it's the only maintained one of that bunch: nextcloud/apps#59 (comment)

Would you also be interested to be co-maintainer of the app? :)

@Spartachetto
Copy link

Spartachetto commented Jan 9, 2019

@MorrisJobke the various socialsharing apps were updated; mood is indicated as deprecated in favour of the social app

@jancborchardt
Copy link
Member

@daita it seems all those fulltextsearch apps should be just one? It’s a lot of complicated overhead if you just want full text search to work, or contribute.

@ArtificialOwl
Copy link
Member

@jancborchardt The complicated stuff is not to install multiple apps but to install and setup the elasticsearch. And it's easier to contribute this way as you just need to create a php class in your own app to index its content

@JochenHWezel
Copy link

I see that @icewind1991 already updated his sources for group_everyone for being compatible with nextcloud 15: https://github.com/icewind1991/group_everyone/blob/master/appinfo/info.xml

@MorrisJobke Do you just need to refresh some sources at your side for app group_everyone?

@MorrisJobke
Copy link
Member Author

@MorrisJobke Do you just need to refresh some sources at your side for app group_everyone?

I simply didn't updated the list yet 😉

@MorrisJobke
Copy link
Member Author

Updated the list now.

@JochenHWezel
Copy link

@MorrisJobke this is the result of today regarding update of group_everyone: it tells that the update is not available
image

Maybe expected by you when update is available with 15.0.3, maybe not expected behaviour when you wanted to solve it for 15.0.2 ?

@rullzer
Copy link
Member

rullzer commented Jan 14, 2019

That app is not officially supported. The updater is just warning you that if you update that app will not continue to work.

@MorrisJobke
Copy link
Member Author

Maybe expected by you when update is available with 15.0.3, maybe not expected behaviour when you wanted to solve it for 15.0.2 ?

This is a known issue: #12475

@MorrisJobke MorrisJobke removed this from the Nextcloud 15.0.3 milestone Jan 30, 2019
@MorrisJobke MorrisJobke added this to the Nextcloud 15.0.4 milestone Jan 30, 2019
@MorrisJobke MorrisJobke removed this from the Nextcloud 15.0.5 milestone Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests