[Bug]: Wrong sorting for cyrillic symbols in contacts
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
⚠️ 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 OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
Describe the bug
I have found that the surnames written in Ukrainian (Cyrillic symbols) in the contact list are not sorted in the proper way. Eg, the symbols "І", "Є" come before "А".
Please, help to fix them.
Contact version
5.2.0
Operating system
Windows 10.
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database
MariaDB
Additional info
No response
Steps to reproduce
- Click on Quick contacts button
- Observe, that the names are sorted not in a proper way.
Expected behavior
According to the Ukrainian ABC the names started from "І" and "Є" should not be at the very beginning of the list. See the ABC.
All names started from "І" come at the beginning of sorting. This is also relevant to the contacts app.
Installation method
Community Manual installation with Archive
Nextcloud Server version
26
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 22.1 to 22.2)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
***REMOVED SENSITIVE VALUE***
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "26.0.3.2",
"overwrite.cli.url": "https:\/\/mydomain.tld\/",
"htaccess.RewriteBase": "\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"default_phone_region": "UA",
"default_locale": "uk_UA",
"default_language": "uk",
"allow_user_to_change_display_name": false,
"auth.webauthn.enabled": false,
"remember_login_cookie_lifetime": 1296000,
"session_lifetime": 21600,
"session_relaxed_expiry": false,
"session_keepalive": false,
"auto_logout": false,
"skeletondirectory": "\/media\/server\/ncdata\/skeleton",
"maintenance": false,
"enable_previews": true,
"preview_max_x": "2048",
"preview_max_y": "2048",
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"memcache.locking": "\\OC\\Memcache\\Redis",
"app_install_overwrite": [
"documentserver_community",
"twofactor_admin",
"files_trackdownloads",
"twofactor_webauthn",
"files_fulltextsearch",
"fulltextsearch_elasticsearch",
"fulltextsearch",
"group_default_quota",
"extract",
"bookmarks_fulltextsearch",
"files_fulltextsearch_tesseract",
"twofactor_gateway",
"ransomware_protection",
"webhooks"
],
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "ssl",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"theme": "",
"logtype": "file",
"logfile": "\/var\/log\/nextcloud.log",
"loglevel": 3,
"activity_use_cached_mountpoints": true,
"trashbin_retention_obligation": "auto, 30",
"logtimezone": "Europe\/Kyiv",
"profile.enabled": false,
"onlyoffice": {
"verify_peer_off": true,
"jwt_secret": "secret",
"jwt_header": "AuthorizationJwt"
},
"enabledPreviewProviders": [
"OC\\Preview\\MP3",
"OC\\Preview\\TXT",
"OC\\Preview\\MarkDown",
"OC\\Preview\\OpenDocument",
"OC\\Preview\\Krita",
"OC\\Preview\\Imaginary"
],
"jpeg_quality": "60",
"preview_imaginary_url": "http:\/\/localhost:9000",
"twofactor_enforced": "true",
"allow_local_remote_servers": true,
"SIGNAL_CLI_DBUS_REST_API_ACCOUNT": "*******",
"twofactor_enforced_groups": [
"admin"
],
"twofactor_enforced_excluded_groups": []
}
}
List of activated Apps
- activity: 2.18.0
- calendar: 4.4.3
- cloud_federation_api: 1.9.0
- comments: 1.16.0
- contacts: 5.3.2
- dav: 1.25.0
- end_to_end_encryption: 1.12.5
- extract: 1.3.6
- federatedfilesharing: 1.16.0
- files: 1.21.1
- files_confidential: 1.0.3
- files_downloadactivity: 1.16.0
- files_fulltextsearch: 26.0.0
- files_fulltextsearch_tesseract: 27.0.0
- files_linkeditor: 1.1.16
- 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
- files_zip: 1.4.0
- firstrunwizard: 2.15.0
- flow_notifications: 1.6.0
- fulltextsearch: 26.0.0
- fulltextsearch_elasticsearch: 26.0.0
- group_everyone: 0.1.13
- groupfolders: 14.0.3
- holiday_calendars: 0.3.0
- logreader: 2.11.0
- lookup_server_connector: 1.14.0
- notes: 4.8.1
- notifications: 2.14.0
- oauth2: 1.14.0
- onlyoffice: 7.8.0
- password_policy: 1.16.0
- privacy: 1.10.0
- provisioning_api: 1.16.0
- serverinfo: 1.16.0
- settings: 1.8.0
- tasks: 0.15.0
- text: 3.7.2
- theming: 2.1.1
- twofactor_admin: 4.2.0
- twofactor_backupcodes: 1.15.0
- twofactor_gateway: 0.20.0
- twofactor_reminder: 1.0.0
- twofactor_totp: 8.0.0
- updatenotification: 1.16.0
- viewer: 1.10.0
- workflow_script: 1.11.2
- workflowengine: 2.8.0
Nextcloud Signing status
Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
=======
- twofactor_gateway
- INVALID_HASH
- lib/Service/Gateway/Signal/Gateway.php
Raw output
==========
Array
(
[twofactor_gateway] => Array
(
[INVALID_HASH] => Array
(
[lib/Service/Gateway/Signal/Gateway.php] => Array
(
[expected] => 3127ada11e34a1c33fcc117ffeefc0ab317e1f66312692c21c69c1b6ac82ddc0a5b79aa733eb1d3ad496f746218d1241b1ea9a63e514efe9e0534b8d0529079a
[current] => 1a5d14434fceed22644762fb25590fd838f8b8f9c51a034070562c2fcf3640976a9bd5b7d98920fe5dd91da55cb67731e03a2615a8199729911c6262e7932932
)
)
)
)
Nextcloud Logs
No response
Additional info
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Quick contacts flow and the contacts app's name-sorting entry point, reproducing the issue with Ukrainian surnames containing І and Є under the reported Ukrainian locale. Trace whether ordering is produced by PHP or MariaDB and identify the relevant test area. Done means names follow the Ukrainian alphabet in both Quick contacts and the contacts app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mariadb, php
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100