nextcloud/apps/files
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
..
ajax check quota when trying to download a file via new -> web 2014-08-08 14:35:33 +02:00
appinfo Upload abortion is now detected within the OC_Connector_Sabre_File::put() 2014-07-08 11:09:59 +02:00
command Merge pull request #9206 from owncloud/occ-scan-user 2014-06-26 17:03:23 +02:00
css While busy cleaning, also removed extra enters 2014-07-17 13:05: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
lib Fixed file list sorting 2014-08-11 13:28:53 +02:00
templates change 'Cancel upload' text to x icon for more space in breadcrumbs bar 2014-06-30 18:20:35 +02:00
tests Merge pull request #9683 from owncloud/fix_#8819_sorting 2014-07-22 10:11:00 +02:00
admin.php drop allowZIPdownload and maxZIPSize as options 2014-06-02 16:29:03 +02:00
download.php Moved content disposition code+workarounds to OCP\Response 2013-12-10 12:42:26 +01:00
index.php set "allow users to send mail notification for shared files default" setting to "no" now that we have the activity app 2014-06-03 11:29:28 +02:00
list.php drop allowZIPdownload and maxZIPSize as options 2014-06-02 16:29:03 +02:00
settings.php merge master into filesystem 2013-01-28 19:37:58 +01:00
triggerupdate.php $owner is not defined here 2014-05-11 15:34:54 +02:00