server/settings/js
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
..
users Fixed file list sorting 2014-08-11 13:28:53 +02:00
admin.js Fix test mail behaviour 2014-06-25 15:32:40 +02:00
apps-custom.php Use JS as content-type due to mimesniffing 2014-04-17 10:40:19 +02:00
apps.js Merge pull request #10176 from owncloud/fix-install-icon-size 2014-08-05 16:04:30 +02:00
log.js Bug 9147 owncloud/core 2014-07-06 16:15:33 +02:00
personal.js remove obsolete placeholder call, fix #8881 2014-06-04 18:44:12 +02:00