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

[Bug]: Navigation-Close-icon overlaps Folder-up-icon #36419

Closed
7 of 9 tasks
Tracked by #1846 ...
AndyFx12 opened this issue Jan 28, 2023 · 2 comments
Closed
7 of 9 tasks
Tracked by #1846 ...

[Bug]: Navigation-Close-icon overlaps Folder-up-icon #36419

AndyFx12 opened this issue Jan 28, 2023 · 2 comments
Assignees
Labels
4. to release Ready to be released and/or waiting for tests to finish 26-feedback bug

Comments

@AndyFx12
Copy link

⚠️ This issue respects the following points: ⚠️

  • This is a bug, not a question or a configuration/webserver/proxy issue.
  • This issue is not already reported on Github (I've searched it).
  • Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
  • Nextcloud Server is running on 64bit capable CPU, PHP and OS.
  • I agree to follow Nextcloud's Code of Conduct.

Bug description

Navigation-Close-icon overlaps Folder-up-icon on NC26.0.0 beta1
grafik

Steps to reproduce

  • Upgrade to NC26.0.0beta1
  • Login and use "Files"-app

Expected behavior

Icons on different places

Installation method

Community VM appliance

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.1

Web server

Apache (supported)

Database engine version

PostgreSQL

Is this bug present after an update or on a fresh install?

Updated to a major version (ex. 22.2.3 to 23.0.1)

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "simpleSignUpLink.shown": false,
        "trusted_domains": [
            "cloud.******.de",
            "localhost",
            "192.168.1.3",
            "nextcloud"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "https:\/\/192.168.1.3\/nextcloud",
        "overwritehost": "cloud.****.de",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "version": "26.0.0.3",
        "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***",
        "mail_smtpmode": "smtp",
        "log_rotate_size": "10485760",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "filelocking.enabled": true,
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0.5,
            "dbindex": 0,
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "htaccess.RewriteBase": "\/",
        "loglevel": "2",
        "log_type": "file",
        "logfile": "\/mnt\/ncdata\/nextcloud.log",
        "logtimezone": "Europe\/Berlin",
        "default_phone_region": "DE",
        "maintenance": false,
        "ldapIgnoreNamingRules": false,
        "ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauthtype": "LOGIN",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "25",
        "theme": "",
        "updater.release.channel": "beta",
        "app_install_overwrite": [
            "calendar",
            "bruteforcesettings",
            "admin_notifications",
            "onlyoffice",
            "files_trackdownloads",
            "checksum",
            "music",
            "twofactor_totp",
            "twofactor_email",
            "impersonate",
            "previewgenerator"
        ],
        "twofactor_enforced": "true",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [],
        "has_rebuilt_cache": true,
        "updater.secret": "***REMOVED SENSITIVE VALUE***"
    }
}

List of activated Apps

- activity: 2.18.0
  - admin_audit: 1.16.0
  - admin_notifications: 1.0.2
  - bruteforcesettings: 2.6.0
  - checksum: 1.2.0
  - cloud_federation_api: 1.9.0
  - comments: 1.16.0
  - contactsinteraction: 1.7.0
  - dav: 1.25.0
  - federatedfilesharing: 1.16.0
  - federation: 1.16.0
  - files: 1.21.1
  - files_pdfviewer: 2.7.0
  - files_rightclick: 1.5.0
  - files_sharing: 1.18.0
  - files_trackdownloads: 1.11.0
  - files_trashbin: 1.16.0
  - files_versions: 1.19.0
  - firstrunwizard: 2.15.0
  - impersonate: 1.11.0
  - logreader: 2.11.0
  - lookup_server_connector: 1.14.0
  - nextcloud_announcements: 1.15.0
  - 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
  - serverinfo: 1.16.0
  - settings: 1.8.0
  - sharebymail: 1.16.0
  - support: 1.9.0
  - survey_client: 1.14.0
  - systemtags: 1.16.0
  - text: 3.7.0
  - theming: 2.1.1
  - twofactor_backupcodes: 1.15.0
  - twofactor_email: 2.7.1
  - twofactor_totp: 8.0.0-alpha.0
  - updatenotification: 1.16.0
  - user_ldap: 1.16.0
  - user_status: 1.6.0
  - viewer: 1.10.0
  - workflowengine: 2.8.0
Disabled:
  - circles: 26.0.0-alpha.0 (installed 22.1.0)
  - dashboard: 7.6.0 (installed 7.1.0)
  - encryption: 2.14.0
  - files_external: 1.18.0
  - recommendations: 1.5.0 (installed 0.4.0)
  - suspicious_login: 4.4.0
  - weather_status: 1.6.0 (installed 1.0.0)

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

{"reqId":"3c6b9RlfNv6JG9hkbDHE","level":1,"time":"2023-01-28T07:05:13+01:00","remoteAddr":"87.123.47.221","user":"--","app":"updater","method":"GET","url":"/core/ajax/update.php?requesttoken=wZFMffkKbxzehQo5%2BfpWtVdkh304XThe8GsuH4HT1ak%3D%3AjOkdDJZZWXaK0kB%2ByMIQhBwl9jxOE0otpFhFKufn4ts%3D","message":"\\OC\\Updater::resetLogLevel: Reset log level to Warning(2)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"26.0.0.3","data":{"app":"updater"}}
{"reqId":"3XavoRxKZDlivhnxLtcT","level":2,"time":"2023-01-28T07:07:07+01:00","remoteAddr":"87.123.47.221","user":"16BF35C3-389B-4264-AAC9-A636C2EFE005","app":"user_ldap","method":"POST","url":"/login/confirm","message":"Bind failed: 49: Invalid credentials","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"26.0.0.3","data":{"app":"user_ldap"}}
{"reqId":"3XavoRxKZDlivhnxLtcT","level":2,"time":"2023-01-28T07:07:07+01:00","remoteAddr":"87.123.47.221","user":"16BF35C3-389B-4264-AAC9-A636C2EFE005","app":"user_ldap","method":"POST","url":"/login/confirm","message":"Bind failed: 49: Invalid credentials","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"26.0.0.3","data":{"app":"user_ldap"}}
{"reqId":"3XavoRxKZDlivhnxLtcT","level":2,"time":"2023-01-28T07:07:07+01:00","remoteAddr":"87.123.47.221","user":"16BF35C3-389B-4264-AAC9-A636C2EFE005","app":"core","method":"POST","url":"/login/confirm","message":"Login failed: 'andreas.franz' (Remote IP: '87.123.47.221')","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"26.0.0.3","data":{"app":"core"}}
{"reqId":"PpAnnN5OhuKAFcLzsQfp","level":2,"time":"2023-01-28T07:18:00+01:00","remoteAddr":"87.123.47.221","user":"16BF35C3-389B-4264-AAC9-A636C2EFE005","app":"appstoreFetcher","method":"GET","url":"/apps/serverinfo/update","message":"Could not connect to appstore: cURL error 28: Operation timed out after 60001 milliseconds with 3444736 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://apps.nextcloud.com/api/v1/apps.json","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"26.0.0.3","data":{"app":"appstoreFetcher"}}

Additional info

No response

@AndyFx12 AndyFx12 added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Jan 28, 2023
@szaimen
Copy link
Contributor

szaimen commented Jan 28, 2023

Cc @skjnldsv

@skjnldsv skjnldsv self-assigned this Jan 31, 2023
@skjnldsv skjnldsv added 1. to develop Accepted and waiting to be taken care of and removed 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Jan 31, 2023
@skjnldsv
Copy link
Member

Yep, it's part of the followups and known :)

@skjnldsv skjnldsv closed this as completed Mar 1, 2023
@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 1. to develop Accepted and waiting to be taken care of labels Mar 1, 2023
@skjnldsv skjnldsv moved this to Done in Files to vue Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish 26-feedback bug
Projects
Status: Done
Development

No branches or pull requests

3 participants