nextcloud/settings/js/users
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
..
deleteHandler.js Fixed JS and CSS issues in users page 2014-07-17 13:13:03 +02:00
filter.js remove dead code 2014-07-14 21:26:37 +02:00
groups.js Set group usercount to 0, not '', fixes #9782 2014-08-04 13:55:33 +00:00
users.js Fixed file list sorting 2014-08-11 13:28:53 +02:00