nextcloud/apps
Vincent Petry 173059f6d0 Fixed file list sorting
Now using a natural sort algorithm that is more consistent between JS
and PHP (although not perfect in some corner cases)

- added OC.Util.naturalSortComparator that uses the same algo that was
  used for the user list
- changed user list and files list to use OC.Util.naturalSortComparator
- removed toLowerCase() and changed the comparator to use
  String.localeCompare()
- added unit tests
- added OC_NaturalSort that is used by OCP\Util::naturalSortCompare()
2014-08-11 13:28:53 +02:00
..
files Fixed file list sorting 2014-08-11 13:28:53 +02:00
files_encryption [tx-robot] updated from transifex 2014-08-11 01:54:32 -04:00
files_external [tx-robot] updated from transifex 2014-08-10 01:55:15 -04:00
files_sharing Merge pull request #10303 from owncloud/sharing-breadcrumb-folder-name 2014-08-11 13:10:45 +02:00
files_trashbin [tx-robot] updated from transifex 2014-08-11 01:54:32 -04:00
files_versions [tx-robot] updated from transifex 2014-08-11 01:54:32 -04:00
user_ldap ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a unexisting function, fixes #9829 2014-08-07 17:15:36 +02:00
user_webdavauth [tx-robot] updated from transifex 2014-08-11 01:54:32 -04:00