mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 18:11:02 -04:00
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() |
||
|---|---|---|
| .. | ||
| deleteHandler.js | ||
| filter.js | ||
| groups.js | ||
| users.js | ||