Skip to content

Card due date in Activity stream incorrect #3214

@nooblag

Description

@nooblag

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Describe the bug
This could possibly be related to #2276, but the problem seems to be localised to the Activity stream only, hence opening new issue.

Problem: Times in the Activity stream relating to Deck cards are incorrect.

Our server is set to UTC+11 (or Australia/Melbourne timezone):

$ date +"%Z %z"
AEST +1000

$ timedatectl
                      Local time: Sun 2021-07-25 04:30:38 AEST
                  Universal time: Sat 2021-07-24 18:30:38 UTC
                        RTC time: n/a
                       Time zone: Australia/Melbourne (AEST, +1000)
       System clock synchronized: yes
systemd-timesyncd.service active: yes
                 RTC in local TZ: no

But it seems this is not respected for Deck activity.

To Reproduce
Steps to reproduce the behavior:

  1. Create a card with due date.
  2. Click on Activity app

Expected behavior
The date and time are displayed in the Activity stream the same as they are set on the card.

Actual behavior
The date and time are incorrect in the Activity stream.

Screenshots
In Activity stream:
1

Card details:
2

The correct time in this example for the Activity stream is 8pm, 23rd August 2021.

Client details:

  • OS: [e.g. iOS] Windows 10 and Linux Mint 20
  • Browser [e.g. chrome, safari] Firefox 90.0.2
  • Device: [e.g. iPhone6, desktop] PC
Server details

Operating system: Ubuntu 18.04 LTS

Web server: nginx/1.18.0

Database: psql (PostgreSQL) 10.17 (Ubuntu 10.17-0ubuntu0.18.04.1)

PHP version: PHP 7.4.21 (cli) (built: Jul 1 2021 16:09:23)

Nextcloud version: (see Nextcloud admin page) 21.0.3.1

Where did you install Nextcloud from: nextcloud.com

Signing status:

No errors have been found.

List of activated apps:

Enabled:
  - accessibility: 1.7.0
  - activity: 2.14.3
  - admin_audit: 1.11.0
  - announcementcenter: 5.0.0
  - apporder: 0.13.0
  - bruteforcesettings: 2.2.0
  - calendar: 2.3.1
  - camerarawpreviews: 0.7.11
  - cloud_federation_api: 1.4.0
  - cms_pico: 1.0.15
  - comments: 1.11.0
  - dav: 1.17.1
  - deck: 1.4.3
  - drawio: 1.0.1
  - event_update_notification: 1.3.0
  - external: 3.8.2
  - extract: 1.3.2
  - federatedfilesharing: 1.11.0
  - files: 1.16.0
  - files_downloadactivity: 1.11.1
  - files_pdfviewer: 2.1.0
  - files_readmemd: 1.2.0
  - files_rightclick: 1.0.0
  - files_sharing: 1.13.1
  - files_texteditor: 2.14.0
  - files_trashbin: 1.11.0
  - files_versions: 1.14.0
  - files_videoplayer: 1.10.0
  - firstrunwizard: 2.10.0
  - groupfolders: 9.0.2
  - impersonate: 1.8.0
  - integration_whiteboard: 0.0.14
  - logreader: 2.6.0
  - lookup_server_connector: 1.9.0
  - metadata: 0.14.0
  - notes: 4.1.0
  - notifications: 2.9.0
  - oauth2: 1.9.0
  - onlyoffice: 7.0.2
  - password_policy: 1.11.0
  - photos: 1.3.0
  - previewgenerator: 3.1.1
  - privacy: 1.5.0
  - provisioning_api: 1.11.0
  - quota_warning: 1.11.0
  - ransomware_protection: 1.11.0
  - recommendations: 1.0.0
  - serverinfo: 1.11.0
  - settings: 1.3.0
  - sharebymail: 1.11.0
  - systemtags: 1.11.0
  - tasks: 0.14.0
  - text: 3.2.0
  - theming: 1.12.0
  - twofactor_backupcodes: 1.10.0
  - updatenotification: 1.11.0
  - user_retention: 1.4.0
  - viewer: 1.5.0
  - workflowengine: 2.3.0
Disabled:
  - contacts
  - contactsinteraction
  - dashboard
  - encryption
  - federation
  - files_external
  - nextcloud_announcements
  - support
  - survey_client
  - user_ldap
  - user_status
  - weather_status

Nextcloud configuration:

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "tempdirectory": "***REMOVED SENSITIVE VALUE***",
        "skeletondirectory": "***REMOVED SENSITIVE VALUE***",
        "templatedirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "version": "21.0.3.1",
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "htaccess.RewriteBase": "\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "log_type": "file",
        "logfile": "\/var\/log\/nextcloud\/nextcloud.log",
        "loglevel": 2,
        "logtimezone": "Australia\/Melbourne",
        "mail_smtpmode": "smtp",
        "remember_login_cookie_lifetime": 0,
        "log_rotate_size": "10485760",
        "trashbin_retention_obligation": "auto, 14",
        "versions_retention_obligation": "auto, 365",
        "simpleSignUpLink.shown": false,
        "login_form_autocomplete": true,
        "filelocking.enabled": true,
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": "6379",
            "dbindex": "0",
            "timeout": "1.5"
        },
        "maintenance": false,
        "default_phone_region": "AU",
        "default_locale": "en_AU",
        "force_locale": "en_AU",
        "default_language": "en",
        "force_language": "en",
        "defaultapp": "activity,files",
        "activity_expire_days": 180,
        "session_lifetime": 14400,
        "session_keepalive": false,
        "auth.webauthn.enabled": false,
        "overwriteprotocol": "https",
        "app_install_overwrite": [
            "activitylog",
            "files_readmemd"
        ],
        "updater.release.channel": "stable",
        "theme": "",
        "connectivity_check_domains": [
            "***REMOVED SENSITIVE VALUE***",
            "***REMOVED SENSITIVE VALUE***"
        ],
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "forwarded_for_headers": [
            "HTTP_CF_CONNECTING_IP"
        ],
        "mail_smtpsecure": "ssl",
        "mail_sendmailmode": "smtp",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpauth": 1,
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***"
    }
}

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No

Logs

Nextcloud log (data/nextcloud.log)

No errors

Browser log

OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:121:11
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:121:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:121:11
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:121:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. globals.js:60:15
moment is deprecated: please ship your own, this will be removed in Nextcloud 20 globals.js:60:15
OC.Util.formatDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 2 util.js:121:11
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment util.js:133:11
$ is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 2 globals.js:60:15
jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 4 globals.js:60:15
jQuery is deprecated: The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own. 40 globals.js:60:15
OC.Util.relativeModifiedDate is deprecated and will be removed in Nextcloud 21. See @nextcloud/moment 100 util.js:133:11

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions