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() |
||
|---|---|---|
| .. | ||
| ajax | ||
| appinfo | ||
| command | ||
| css | ||
| js | ||
| l10n | ||
| lib | ||
| templates | ||
| tests | ||
| admin.php | ||
| download.php | ||
| index.php | ||
| list.php | ||
| settings.php | ||
| triggerupdate.php | ||