Skip to content

App support for Nextcloud 15 #12480

Description

@MorrisJobke

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions