server/apps/files/lib
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
..
app.php Added navigation manager in files app for the sidebar 2014-05-15 17:51:04 +02:00
capabilities.php Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
helper.php Fixed file list sorting 2014-08-11 13:28:53 +02:00