Support intro
Sorry to hear you’re facing problems. 
The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.
If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.
Getting help
In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.
Before clicking submit: Please check if your query is already addressed via the following resources:
- Official documentation (searchable and regularly updated)
- How to topics and FAQs
- Forum search
(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).
The Basics
- Nextcloud Server version (e.g., 29.x.x):
33.0.2
- Operating system and version (e.g., Ubuntu 24.04):
Debian 13 (Raspberry Pi OS)
- Web server and version (e.g, Apache 2.4.25):
- Apache & Caddy via AIO
- Reverse proxy and version _(e.g. nginx 1.27.2)
traefik
- PHP version (e.g, 8.3):
replace me
- Is this the first time you’ve seen this error? (Yes / No):
yes
- When did this problem seem to first start?
after update via AIO interface to 33.0.2
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
AIO
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
No
Summary of the issue you are facing:
I updated my nextcloud containers via the AIO interface, everything went well, the master container took maybe a bit longer as usual (but it’s a feeling only).
Container started and everything looks well in the AIO interface
In Admin Settings → Overview there is following note now:
Update
A new version is available: Nextcloud 33.0.2
1 app has no compatible version for this Nextcloud version available.
Apps missing compatible version
Apps with compatible version
Download now Web updater is disabled. Please use the command line updater or the
appropriate update mechanism for your installation method (e.g. Docker pull) to update.
There is no new image version available
sudo docker pull Package all-in-one · GitHub
latest: Pulling from nextcloud-releases/all-in-one
Digest: sha256:3a094111b88ae4789708ada7eb9c6a3eb4a342ad878a07b8b07d4dbce360c3aa
Status: Image is up to date for Package all-in-one · GitHub
docker image ls shows following image versions
Package aio-apache · GitHub f5f49e81acec 343MB 72.3MB U
ghcr.io/nextcloud-releases/aio-borgbackup:latest f53a6987e6d5 109MB 26.2MB U
Package aio-clamav · GitHub a253d6dbddef 418MB 163MB U
Package aio-collabora · GitHub fb32e8647b14 1.91GB 505MB U
Package aio-fulltextsearch · GitHub c7edfbd62479 1.57GB 564MB U
Package aio-imaginary · GitHub 0af7ab7b5ae3 179MB 51.4MB U
Package aio-nextcloud · GitHub acc5b3393adc 1.78GB 463MB U
Package aio-notify-push · GitHub c90eea8e86f5 24MB 5.88MB U
Package aio-postgresql · GitHub 8857cdcda29f 397MB 110MB U
ghcr.io/nextcloud-releases/aio-redis:latest 94e47d0717ac 140MB 35.5MB U
Package aio-talk · GitHub 6d78dd1c14ec 282MB 77.9MB U
ghcr.io/nextcloud-releases/aio-watchtower:latest 366fc874fb4a 58.8MB 17.5MB U
Package aio-whiteboard · GitHub b2945a943838 1.83GB 464MB U
Package all-in-one · GitHub 3a094111b88a 383MB 98.5MB U
I also verified the version in the catalog all-in-one versions · nextcloud-releases · GitHub
Has someone any idea what went wrong or have I only searched on the wrong place?
Steps to replicate it (hint: details matter!):
-
Open Nextcloud
-
Click on Administration Settings
-
Click on Overview and look at the Update section
Log entries
Nextcloud
Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.
there are no related logs for this error
Configuration
Nextcloud
The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):
{
"system": {
"one-click-instance": true,
"one-click-instance.user-limit": 100,
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"check_data_directory_permissions": false,
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"password": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"overwritehost": "cloud.****sensitive****",
"overwriteprotocol": "https",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost",
"cloud.****sensitive****"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "pgsql",
"version": "33.0.0.16",
"overwrite.cli.url": "https:\/\/cloud.****sensitive****\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"updatechecker": true,
"updatedirectory": "\/nc-updater",
"loglevel": 2,
"app_install_overwrite": [
"nextcloud-aio"
],
"log_type": "file",
"logfile": "\/var\/www\/html\/data\/nextcloud.log",
"log_rotate_size": 10485760,
"log.condition": {
"apps": [
"admin_audit"
]
},
"preview_max_x": 2048,
"preview_max_y": 2048,
"jpeg_quality": 60,
"enabledPreviewProviders": {
"1": "OC\\Preview\\Image",
"2": "OC\\Preview\\MarkDown",
"3": "OC\\Preview\\MP3",
"4": "OC\\Preview\\TXT",
"5": "OC\\Preview\\OpenDocument",
"6": "OC\\Preview\\Movie",
"7": "OC\\Preview\\Krita",
"0": "OC\\Preview\\Imaginary",
"23": "OC\\Preview\\ImaginaryPDF"
},
"enable_previews": true,
"upgrade.disable-web": true,
"mail_smtpmode": "smtp",
"trashbin_retention_obligation": "auto, 30",
"versions_retention_obligation": "auto, 30",
"activity_expire_days": 30,
"simpleSignUpLink.shown": false,
"share_folder": "\/Shared",
"one-click-instance.link": "https:\/\/nextcloud.com\/all-in-one\/",
"upgrade.cli-upgrade-link": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/2726",
"maintenance_window_start": 100,
"allow_local_remote_servers": true,
"davstorage.request_timeout": 3600,
"documentation_url.server_logs": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/5425",
"htaccess.RewriteBase": "\/",
"dbpersistent": false,
"auth.bruteforce.protection.enabled": true,
"ratelimit.protection.enabled": true,
"files_external_allow_create_new_local": false,
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"preview_imaginary_url": "***REMOVED SENSITIVE VALUE***",
"preview_imaginary_key": "***REMOVED SENSITIVE VALUE***",
"mail_sendmailmode": "smtp",
"mail_smtpstreamoptions": {
"ssl": {
"allow_self_signed": false,
"verify_peer": true,
"verify_peer_name": true
}
},
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": true,
"mail_smtpport": "587",
"serverid": "1",
"default_phone_region": "AT",
"twofactor_enforced": "true",
"twofactor_enforced_groups": [],
"twofactor_enforced_excluded_groups": [
"Homeassistant"
],
"DOMAIN": "cloud.****sensitive****",
"AIO_VERSION": "v12.9.2"
},
"apps": {
"activity": {
"enabled": "yes",
"types": "filesystem",
"installed_version": "6.0.0-dev.0"
},
"admin_audit": {
"installed_version": "1.23.0",
"types": "logging",
"enabled": "yes",
"logfile": "\/var\/www\/html\/data\/audit.log"
},
"app_api": {
"enabled": "no",
"types": "",
"installed_version": "33.0.0"
},
"assistant": {
"installed_version": "3.3.0",
"types": "",
"enabled": "no"
},
"backgroundjob": {
"lastjob": "52626894234529792"
},
"bruteForce": {
"whitelist_2": "****sensitive****",
"whitelist_2_comment": "****sensitive****"
},
"bruteforcesettings": {
"enabled": "yes",
"types": "",
"installed_version": "6.0.0-dev.0"
},
"calendar": {
"installed_version": "6.2.2",
"types": "",
"enabled": "yes"
},
"circles": {
"enabled": "yes",
"types": "filesystem,dav",
"loopback_tmp_scheme": "https",
"migration_22": "1",
"migration_run": "0",
"installed_version": "33.0.0",
"loopback_tmp_path": "\/",
"maintenance_update": "{\"3\":1775850716,\"2\":1775852816,\"1\":1775852816}",
"maintenance_run": "0"
},
"cloud_federation_api": {
"enabled": "yes",
"types": "filesystem",
"installed_version": "1.17.0"
},
"comments": {
"enabled": "yes",
"types": "logging",
"installed_version": "1.23.0"
},
"contacts": {
"types": "dav",
"enabled": "yes",
"installed_version": "8.4.3"
},
"contactsinteraction": {
"enabled": "yes",
"types": "dav",
"installed_version": "1.14.1"
},
"context_chat": {
"installed_version": "5.3.1",
"types": "",
"enabled": "no",
"installed_time": 1773429796,
"providers": "{\"files__default\":{\"isInitiated\":true,\"classString\":\"\"}}",
"indexed_files_count": "0",
"last_indexed_time": 0,
"last_indexed_file_id": 46641
},
"cookbook": {
"installed_version": "0.11.6",
"types": "",
"enabled": "yes"
},
"core": {
"vendor": "nextcloud",
"public_files": "files_sharing\/public.php",
"moveavatarsdone": "yes",
"previewsCleanedUp": "1",
"installedat": "1771529813.800",
"backgroundjobs_mode": "cron",
"metadataGenerationDone": true,
"previewMovedDone": true,
"lastupdateResult": "{\"version\":\"33.0.2.2\",\"versionstring\":\"Nextcloud 33.0.2\",\"url\":\"https:\\\/\\\/download.nextcloud.com\\\/server\\\/releases\\\/nextcloud-33.0.2.zip\",\"web\":\"https:\\\/\\\/docs.nextcloud.com\\\/server\\\/33\\\/admin_manual\\\/maintenance\\\/upgrade.html\",\"changes\":\"https:\\\/\\\/updates.nextcloud.com\\\/changelog_server\\\/?version=33.0.2\",\"autoupdater\":\"1\",\"eol\":\"0\"}",
"emailTestSuccessful": "1",
"mail_providers_enabled": false,
"lastupdatedat": 1775847547,
"lastcron": 1775852817,
"oc.integritycheck.checker": [],
"files_metadata": {
"photos-original_date_time": {
"value": null,
"type": "int",
"etag": "",
"indexed": true,
"editPermission": 0
},
"photos-exif": {
"value": null,
"type": "array",
"etag": "",
"indexed": false,
"editPermission": 0
},
"photos-ifd0": {
"value": null,
"type": "array",
"etag": "",
"indexed": false,
"editPermission": 0
},
"photos-size": {
"value": null,
"type": "array",
"etag": "",
"indexed": false,
"editPermission": 0
},
"blurhash": {
"value": null,
"type": "string",
"etag": "c2d521cb282552e6ee20d5ae41e09ac5",
"indexed": false,
"editPermission": 0
},
"photos-gps": {
"value": null,
"type": "array",
"etag": "",
"indexed": false,
"editPermission": 0
},
"photos-place": {
"value": null,
"type": "string",
"etag": "",
"indexed": true,
"editPermission": 0
}
}
},
"dashboard": {
"enabled": "yes",
"types": "",
"installed_version": "7.13.0"
},
"dav": {
"enabled": "yes",
"types": "filesystem",
"installed_version": "1.36.0",
"hasCustomDefaultContact": false,
"regeneratedBirthdayCalendarsForYearFix": "yes",
"buildCalendarSearchIndex": "yes",
"buildCalendarReminderIndex": "yes",
"chunks_migrated": "1",
"create_example_event": false,
"enableDefaultContact": false,
"builtSocialSearchIndex": true
},
"deck": {
"installed_version": "1.17.0",
"types": "dav",
"enabled": "yes"
},
"drawio": {
"installed_version": "4.2.3",
"DrawioNcVersion": "33.0.0",
"types": "filesystem",
"enabled": "yes"
},
"federatedfilesharing": {
"enabled": "yes",
"types": "",
"installed_version": "1.23.0"
},
"federation": {
"enabled": "yes",
"types": "authentication",
"installed_version": "1.23.0"
},
"files": {
"enabled": "yes",
"types": "filesystem",
"installed_version": "2.5.0",
"mimetype_version": "33.0.0.16",
"default_quota": "200 GB"
},
"files_antivirus": {
"enabled": "yes",
"av_mode": "daemon",
"av_port": "3310",
"av_host": "nextcloud-aio-clamav",
"av_stream_max_length": "2147483648",
"av_max_file_size": "-1",
"av_infected_action": "only_log",
"av_path": "\/usr\/bin\/clamscan",
"types": "filesystem,dav",
"installed_version": "6.2.0"
},
"files_downloadlimit": {
"enabled": "yes",
"types": "",
"installed_version": "5.1.0-dev.0"
},
"files_fulltextsearch": {
"files_local": true,
"files_external": 0,
"files_group_folders": true,
"files_size": 20,
"files_pdf": true,
"files_office": true,
"files_open_result_directly": false,
"installed_version": "33.0.0",
"types": "filesystem",
"enabled": "yes"
},
"files_pdfviewer": {
"enabled": "yes",
"types": "",
"installed_version": "6.0.0-dev.0"
},
"files_reminders": {
"enabled": "yes",
"types": "",
"installed_version": "1.6.0"
},
"files_sharing": {
"enabled": "yes",
"types": "filesystem",
"installed_version": "1.25.2"
},
"files_trashbin": {
"enabled": "yes",
"types": "filesystem,dav",
"installed_version": "1.23.0",
"background_job_expire_trash_offset": 0
},
"files_versions": {
"enabled": "yes",
"types": "filesystem,dav",
"installed_version": "1.26.0"
},
"firstrunwizard": {
"enabled": "yes",
"types": "",
"installed_version": "6.0.0-dev.0"
},
"fulltextsearch": {
"cron_err_reset": 1775474249,
"installed_version": "33.0.0",
"types": "",
"enabled": "yes",
"search_platform": "OCA\\FullTextSearch_Elasticsearch\\Platform\\ElasticSearchPlatform"
},
"fulltextsearch_elasticsearch": {
"installed_version": "33.0.0",
"types": "",
"enabled": "yes",
"elastic_host": "http:\/\/elastic:3a4f40fbbe42381559561ecaa19758770a66d1660097f08d@nextcloud-aio-fulltextsearch:9200",
"elastic_index": "nextcloud-aio",
"analyzer_tokenizer": "standard"
},
"groupfolders": {
"installed_version": "21.0.6",
"types": "filesystem,dav",
"enabled": "yes",
"cron_last_folder_index": 8
},
"integration_openai": {
"installed_version": "4.3.0",
"types": "",
"enabled": "no"
},
"integration_overleaf": {
"types": "",
"installed_version": "2.0.1",
"enabled": "yes"
},
"logreader": {
"enabled": "yes",
"types": "logging",
"installed_version": "6.0.0"
},
"lookup_server_connector": {
"enabled": "yes",
"types": "authentication",
"installed_version": "1.21.0"
},
"mail": {
"types": "",
"enabled": "yes",
"installed_version": "5.7.7"
},
"nextcloud-aio": {
"installed_version": "0.8.0",
"types": "",
"enabled": "yes"
},
"nextcloud_announcements": {
"enabled": "yes",
"types": "logging",
"installed_version": "5.0.0",
"pub_date": "Thu, 24 Oct 2019 00:00:00 +0200"
},
"notes": {
"types": "",
"enabled": "yes",
"installed_version": "4.13.1"
},
"notifications": {
"enabled": "yes",
"types": "logging",
"installed_version": "6.0.0"
},
"notify_push": {
"types": "filesystem",
"enabled": "yes",
"base_endpoint": "https:\/\/cloud.****sensitive****\/push",
"installed_version": "1.3.1"
},
"oauth2": {
"enabled": "yes",
"types": "authentication",
"installed_version": "1.21.0"
},
"password_policy": {
"enabled": "yes",
"types": "authentication",
"installed_version": "5.0.0-dev.0",
"enforceUpperLowerCase": "1",
"enforceNumericCharacters": "1",
"enforceSpecialCharacters": "1"
},
"photos": {
"enabled": "yes",
"types": "dav,authentication",
"installed_version": "6.0.0-dev.0",
"lastPlaceMappedUser": "admin",
"lastPlaceMappingDone": "true"
},
"preview": {
"jpeg_quality": "60"
},
"privacy": {
"readableLocation": "at",
"enabled": "yes",
"types": "",
"installed_version": "5.0.0-dev.0"
},
"profile": {
"enabled": "yes",
"types": "",
"installed_version": "1.2.0"
},
"provisioning_api": {
"installed_version": "1.23.0",
"enabled": "yes",
"types": "prevent_group_restriction"
},
"recommendations": {
"enabled": "yes",
"types": "",
"installed_version": "6.0.0-dev.0"
},
"related_resources": {
"enabled": "yes",
"types": "",
"installed_version": "4.0.0-dev.0"
},
"richdocuments": {
"wopi_url": "http:\/\/nextcloud-aio-apache.nextcloud-aio:23973",
"types": "filesystem,prevent_group_restriction",
"enabled": "yes",
"wopi_allowlist": "139.178.108.65,127.0.0.0\/8,192.168.0.0\/16,172.16.0.0\/12,10.0.0.0\/8,100.64.0.0\/10,fd00::\/8,::1\/128",
"installed_version": "10.1.2",
"public_wopi_url": "https:\/\/cloud.****sensitive****",
"wopi_callback_url": "http:\/\/nextcloud-aio-apache.nextcloud-aio:23973",
"doc_format": "ooxml"
},
"serverinfo": {
"enabled": "yes",
"types": "",
"installed_version": "5.0.0-dev.0",
"size_appdata_storage": 10543724,
"cached_count_storages": 25,
"cached_count_appdata_files": 355,
"cached_count_filecache": 78064
},
"settings": {
"enabled": "yes",
"types": "",
"installed_version": "1.16.0"
},
"sharebymail": {
"enabled": "yes",
"types": "filesystem",
"installed_version": "1.23.0"
},
"spreed": {
"enabled": "yes",
"turn_servers": "***REMOVED SENSITIVE VALUE***",
"types": "dav,prevent_group_restriction",
"stun_servers": "***REMOVED SENSITIVE VALUE***",
"signaling_servers": "***REMOVED SENSITIVE VALUE***",
"installed_version": "23.0.3",
"signaling_token_privkey_es256": "***REMOVED SENSITIVE VALUE***",
"signaling_token_pubkey_es256": "***REMOVED SENSITIVE VALUE***",
"project_access_invalidated": "1",
"signaling_ticket_secret": "***REMOVED SENSITIVE VALUE***",
"sip_bridge_groups": "[]",
"start_conversations": "[]",
"allowed_groups": "[]"
},
"support": {
"enabled": "yes",
"types": "session",
"installed_version": "5.0.0",
"SwitchUpdaterServerHasRun": "yes"
},
"survey_client": {
"enabled": "yes",
"types": "",
"installed_version": "5.0.0-dev.0"
},
"systemtags": {
"enabled": "yes",
"types": "logging",
"installed_version": "1.23.0"
},
"tables": {
"installed_version": "2.0.1",
"types": "",
"enabled": "yes"
},
"tasks": {
"installed_version": "0.17.1",
"types": "",
"enabled": "yes"
},
"text": {
"enabled": "yes",
"types": "dav",
"installed_version": "7.0.0-dev.3"
},
"theming": {
"enabled": "yes",
"types": "logging",
"installed_version": "2.8.0"
},
"twofactor_backupcodes": {
"enabled": "yes",
"types": "",
"installed_version": "1.22.0"
},
"twofactor_totp": {
"installed_version": "15.0.0-dev.0",
"enabled": "yes",
"types": ""
},
"updatenotification": {
"enabled": "yes",
"types": "",
"installed_version": "1.23.0",
"notes": "4.13.1",
"notify_groups": "[\"admin\",\"Technische Dokumentation\"]",
"update_check_errors": 0,
"mail": "5.7.7",
"contacts": "8.4.2",
"core": "33.0.2.2",
"spreed": "23.0.3",
"calendar": "6.2.1",
"whiteboard": "1.5.7",
"richdocuments": "10.1.2",
"drawio": "4.2.3",
"user_oidc": "8.6.0"
},
"user_oidc": {
"allow_multiple_user_backends": "0",
"installed_version": "8.5.0",
"types": "authentication",
"enabled": "no",
"store_login_token": "0"
},
"user_status": {
"enabled": "yes",
"types": "",
"installed_version": "1.13.0"
},
"viewer": {
"enabled": "yes",
"types": "",
"installed_version": "6.0.0-dev.0"
},
"weather_status": {
"enabled": "yes",
"types": "",
"installed_version": "1.13.0"
},
"webhook_listeners": {
"enabled": "yes",
"types": "filesystem",
"installed_version": "1.5.0"
},
"whiteboard": {
"types": "",
"enabled": "yes",
"collabBackendUrl": "https:\/\/cloud.****sensitive****\/whiteboard",
"jwt_secret_key": "***REMOVED SENSITIVE VALUE***",
"installed_version": "1.5.7"
},
"workflowengine": {
"enabled": "yes",
"types": "filesystem",
"installed_version": "2.15.0"
}
}
}
Apps
The output of occ app:list (if possible).
Enabled:
- activity: 6.0.0-dev.0
- admin_audit: 1.23.0
- bruteforcesettings: 6.0.0-dev.0
- calendar: 6.2.2
- circles: 33.0.0
- cloud_federation_api: 1.17.0
- comments: 1.23.0
- contacts: 8.4.3
- contactsinteraction: 1.14.1
- cookbook: 0.11.6
- dashboard: 7.13.0
- dav: 1.36.0
- deck: 1.17.0
- drawio: 4.2.3
- federatedfilesharing: 1.23.0
- federation: 1.23.0
- files: 2.5.0
- files_antivirus: 6.2.0
- files_downloadlimit: 5.1.0-dev.0
- files_fulltextsearch: 33.0.0
- files_pdfviewer: 6.0.0-dev.0
- files_reminders: 1.6.0
- files_sharing: 1.25.2
- files_trashbin: 1.23.0
- files_versions: 1.26.0
- firstrunwizard: 6.0.0-dev.0
- fulltextsearch: 33.0.0
- fulltextsearch_elasticsearch: 33.0.0
- groupfolders: 21.0.6
- integration_overleaf: 2.0.1
- logreader: 6.0.0
- lookup_server_connector: 1.21.0
- mail: 5.7.7
- nextcloud-aio: 0.8.0
- nextcloud_announcements: 5.0.0
- notes: 4.13.1
- notifications: 6.0.0
- notify_push: 1.3.1
- oauth2: 1.21.0
- password_policy: 5.0.0-dev.0
- photos: 6.0.0-dev.0
- privacy: 5.0.0-dev.0
- profile: 1.2.0
- provisioning_api: 1.23.0
- recommendations: 6.0.0-dev.0
- related_resources: 4.0.0-dev.0
- richdocuments: 10.1.2
- serverinfo: 5.0.0-dev.0
- settings: 1.16.0
- sharebymail: 1.23.0
- spreed: 23.0.3
- support: 5.0.0
- survey_client: 5.0.0-dev.0
- systemtags: 1.23.0
- tables: 2.0.1
- tasks: 0.17.1
- text: 7.0.0-dev.3
- theming: 2.8.0
- twofactor_backupcodes: 1.22.0
- twofactor_totp: 15.0.0-dev.0
- updatenotification: 1.23.0
- user_status: 1.13.0
- viewer: 6.0.0-dev.0
- weather_status: 1.13.0
- webhook_listeners: 1.5.0
- whiteboard: 1.5.7
- workflowengine: 2.15.0
Disabled:
- app_api: 33.0.0 (installed 33.0.0)
- encryption: 2.21.0
- files_external: 1.25.1
- suspicious_login: 11.0.0-dev.0
- twofactor_nextcloud_notification: 7.0.0
- user_ldap: 1.24.0