nextcloud/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
..
l10n [tx-robot] updated from transifex 2014-08-11 01:54:32 -04:00
private Fixed file list sorting 2014-08-11 13:28:53 +02:00
public Fixed file list sorting 2014-08-11 13:28:53 +02:00
repair Dont touch non-oc tables when doing the InnoDB repair step 2014-08-04 13:14:12 +02:00
autoloader.php add additional type check 2014-06-06 09:33:34 +02:00
base.php Merge pull request #10029 from owncloud/fix-thirdparty 2014-07-30 18:34:55 +02:00