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

NC is showing wrong/old timestamp on uploaded files - but only for files bigger as 10 MB #16993

Closed
kokotko1337 opened this issue Sep 4, 2019 · 2 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@kokotko1337
Copy link

kokotko1337 commented Sep 4, 2019

Steps to reproduce

  1. Upload File bigger as 10 MB
  2. After upload, NC is showing wrong timestamp - like months or year ago

Expected behaviour

  1. Upload File bigger as 10 MB
  2. After upload showing right timestamp - like other filetypes ...

Actual behaviour

It is showing wrong upload timestamp on files with size bigger as 10 MB. under 10MB working without any problem

Server configuration

Operating system: Debian jessie

Web server: Apache2

Database: Mysql

PHP version: 7.0.33-0+deb9u3 (cli)

Nextcloud version: 14 - GERAN LANGUAGE

Updated from an older Nextcloud/ownCloud or fresh install: updated from 13

Where did you install Nextcloud from: manual

Login as admin user into your Nextcloud and access 
http://example.com/index.php/settings/integrity/failed 

No errors have been found.

List of activated apps:

App list Groupfolders, Antivirus,
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list

Enabled:
  - accessibility: 1.0.1
  - activity: 2.7.0
  - admin_audit: 1.4.0
  - admin_notifications: 1.0.2
  - announcementcenter: 3.3.1
  - bookmarks: 0.17.0
  - calendar: 1.6.4
  - cloud_federation_api: 0.0.1
  - comments: 1.4.0
  - contacts: 2.1.8
  - dav: 1.6.1
  - deck: 0.5.2
  - drawio: 0.9.2
  - federatedfilesharing: 1.4.0
  - files: 1.9.0
  - files_antivirus: 1.4.2
  - files_downloadactivity: 1.3.0
  - files_pdfviewer: 1.3.2
  - files_sharing: 1.6.2
  - files_texteditor: 2.6.0
  - files_trackdownloads: 1.3.1
  - files_trashbin: 1.4.1
  - files_versions: 1.7.1
  - files_videoplayer: 1.3.0
  - gallery: 18.1.0
  - groupfolders: 2.0.4
  - impersonate: 1.1.0
  - logreader: 2.0.0
  - lookup_server_connector: 1.2.0
  - metadata: 0.9.0
  - nextcloud_announcements: 1.3.0
  - notifications: 2.2.1
  - oauth2: 1.2.1
  - password_policy: 1.4.0
  - provisioning_api: 1.4.0
  - quota_warning: 1.3.0
  - ransomware_detection: 0.4.3
  - ransomware_protection: 1.2.0
  - serverinfo: 1.4.0
  - sharebymail: 1.4.0
  - spreed: 4.0.4
  - systemtags: 1.4.0
  - theming: 1.5.0
  - theming_customcss: 1.3.0
  - twofactor_backupcodes: 1.3.1
  - updatenotification: 1.4.1
  - user_external: 0.4
  - user_ldap: 1.4.0
  - weather: 1.5.5
  - workflowengine: 1.4.0
Disabled:
  - encryption
  - federation
  - files_external
  - files_rightclick
  - firstrunwizard
  - keeweb
  - ldapcontacts
  - socialsharing_email
  - support
  - survey_client
  - twofactor_totp


Nextcloud configuration:

Config report

      "dbtype": "mysql",
        "version": "14.0.10.0",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "mail_smtpmode": "smtp",
        "mail_smtpauthtype": "NTLM",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "25",
        "ldapIgnoreNamingRules": false,
        "ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "filelocking.enabled": "true",
        "auth.bruteforce.protection.enabled": false,
        "overwriteprotocol": "https",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0
        },
        "maintenance": false,
        "theme": "",
        "loglevel": 1,
        "updater.release.channel": "production"
    }

Are you using external storage, if yes which one: local

Are you using encryption: no

Are you using an external user-backend, if yes which one: LDAP + Local

LDAP configuration (delete this part if not used)

see cfg


Client configuration

Browser:
Chrome Latest
Operating system:
W10

@kokotko1337 kokotko1337 added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Sep 4, 2019
@kokotko1337 kokotko1337 changed the title NC is showing wrong/old timestamp on uploaded files - but only for specific extension NC is showing wrong/old timestamp on uploaded files - but only for files bigger as 10 MB Sep 4, 2019
@kokotko1337
Copy link
Author

i can not believe that im only one with this problem

@kesselb
Copy link
Contributor

kesselb commented Jul 22, 2020

Thanks for reporting 👍

I'm closing your report in favour of #15192.

@kesselb kesselb closed this as completed Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests

2 participants