nextcloud/settings
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
..
admin Fix test mail behaviour 2014-06-25 15:32:40 +02:00
ajax Merge pull request #9750 from owncloud/issue/9745 2014-07-21 20:45:24 +02:00
changepassword remove legacy aka deprecated code: OC_FilesystemView 2014-05-12 16:30:39 +02:00
css Fixed JS and CSS issues in users page 2014-07-17 13:13:03 +02:00
img remove shadow effects from settings icons, reduce size 2014-07-02 19:50:58 +02:00
js Fixed file list sorting 2014-08-11 13:28:53 +02:00
l10n [tx-robot] updated from transifex 2014-08-11 01:54:32 -04:00
templates Fixed JS and CSS issues in users page 2014-07-17 13:13:03 +02:00
admin.php only call exec() if allowed to 2014-07-29 16:59:40 +02:00
apps.php Add option to enable app for specific groups 2014-06-03 12:42:35 +02:00
help.php killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest() 2014-03-25 17:42:41 +01:00
languageCodes.php remove ru_RU - fixes #3135 2013-08-17 11:43:37 +02:00
personal.php fix old Japanese language code redirection 2014-08-09 16:52:08 +02:00
routes.php Merge branch 'master' into update_shipped_apps_from_appstore 2014-06-05 22:54:27 +02:00
settings.php killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest() 2014-03-25 17:42:41 +01:00
users.php Port of #9584 2014-07-16 12:23:26 +02:00