-
Notifications
You must be signed in to change notification settings - Fork 310
Description
Describe the bug
Upon upgrading from Nextcloud 25 to Nextcloud 26, the "Overdue" column located under "Upcoming cards" disappears.
To Reproduce
Steps to reproduce the behavior:
- Nextcloud 25 - A card with a due date of today - X days exists
- Nextcloud 25 - Click on "Upcoming Cards", the card described in step 1 shows up in the "Overdue" column
- Upgrade to Nextcloud 26
- Nextcloud 26 - Card created in step one no longer appears in the "Overdue" column of "Upcoming cards"
Expected behavior
In Nextcloud 26, cards with a due date of today - X days (due date in the past) should appear in a column labeled "Overdue" under "Upcoming cards".
Screenshots
If applicable, add screenshots to help explain your problem.
Client details:
- OS: Linux Mint 21
- Browser Firefox
- Version 112
- Device: Desktop
Server details
Operating system: Docker Container - https://hub.docker.com/r/linuxserver/nextcloud
Web server: NGINX (built into Docker Container)
Database: Maria DB 10.6.12
PHP version: 8.1.18 (built into Docker Container)
Nextcloud version: 26.0.1
Where did you install Nextcloud from: https://hub.docker.com/r/linuxserver/nextcloud
Signing status:
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
No errors have been found.
List of activated apps:
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
Enabled:
- activity: 2.18.0
- admin_audit: 1.16.0
- bookmarks: 13.0.1
- bruteforcesettings: 2.6.0
- calendar: 4.3.3
- circles: 26.0.0
- cloud_federation_api: 1.9.0
- comments: 1.16.0
- contacts: 5.2.0
- cookbook: 0.10.2
- dashboard: 7.6.0
- dav: 1.25.0
- deck: 1.9.0
- event_update_notification: 2.1.0
- federatedfilesharing: 1.16.0
- files: 1.21.1
- files_downloadactivity: 1.16.0
- files_external: 1.18.0
- files_pdfviewer: 2.7.0
- files_rightclick: 1.5.0
- files_sharing: 1.18.0
- files_trashbin: 1.16.0
- files_versions: 1.19.1
- gpoddersync: 3.8.0
- groupfolders: 14.0.1
- integration_openai: 1.0.5
- integration_openstreetmap: 1.0.5
- integration_youtube: 0.1.3
- logreader: 2.11.0
- lookup_server_connector: 1.14.0
- maps: 1.0.2
- memories: 5.0.5
- news: 21.1.0
- notes: 4.7.2
- notifications: 2.14.0
- oauth2: 1.14.0
- password_policy: 1.16.0
- photos: 2.2.0
- privacy: 1.10.0
- provisioning_api: 1.16.0
- related_resources: 1.1.0-alpha1
- richdocuments: 8.0.1
- serverinfo: 1.16.0
- settings: 1.8.0
- sharebymail: 1.16.0
- suspicious_login: 4.4.0
- tables: 0.4.0
- text: 3.7.2
- theming: 2.1.1
- twofactor_backupcodes: 1.15.0
- twofactor_totp: 8.0.0-alpha.0
- updatenotification: 1.16.0
- viewer: 1.10.0
- weather_status: 1.6.0
- workflowengine: 2.8.0
Disabled: - contactsinteraction: 1.7.0 (installed 1.0.0)
- encryption: 2.14.0
- federation: 1.16.0 (installed 1.9.0)
- firstrunwizard: 2.15.0 (installed 2.10.0)
- integration_peertube: 1.0.0 (installed 1.0.0)
- nextcloud_announcements: 1.15.0 (installed 1.8.0)
- recommendations: 1.5.0 (installed 0.7.0)
- support: 1.9.0 (installed 1.4.0)
- survey_client: 1.14.0 (installed 1.9.0)
- systemtags: 1.16.0 (installed 1.10.0)
- user_ldap: 1.16.0 (installed 1.16.0)
- user_status: 1.6.0 (installed 1.0.1)
Nextcloud configuration:
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, …)
{
"system": {
"memcache.local": "\OC\Memcache\APCu",
"datadirectory": "REMOVED SENSITIVE VALUE",
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"REMOVED SENSITIVE VALUE",
"REMOVED SENSITIVE VALUE"
],
"dbtype": "mysql",
"version": "26.0.1.1",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"maintenance": false,
"trusted_proxies": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "REMOVED SENSITIVE VALUE",
"overwritehost": "REMOVED SENSITIVE VALUE",
"overwriteprotocol": "https",
"theme": "",
"loglevel": 2,
"updater.release.channel": "stable",
"default_phone_region": "US",
"allow_local_remote_servers": true,
"tempdirectory": "/upload_file_cache/",
"updatedirectory": "/update_cache/",
"bulkupload.enabled": false,
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "587",
"mail_smtpauth": 1,
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"memories.exiftool": "/config/www/nextcloud/apps/memories/exiftool-bin/exiftool-amd64-musl",
"memories.vod.path": "/config/www/nextcloud/apps/memories/exiftool-bin/go-vod-amd64",
"memories.vod.ffmpeg": "/usr/bin/ffmpeg",
"memories.vod.ffprobe": "/usr/bin/ffprobe"
}
}
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No

